/* ▼▼▼文字▼▼▼ */
.display-tc h2.sub-title1 {
    font-size: 1.5em;
    font-weight: lighter;
    letter-spacing: 1em;
}

.display-tc h2.sub-title {
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.7em;
}

.aline-left {
    text-align: left;
}

span.text-add {
    font-size: 0.8em;
}
.font12em{
    font-size: 1.2em;
}
.font15em{
    font-size: 1.5em;
}
.drop-shadow{
    text-shadow: 2px 3px 3px #454545;
}
.italic{
    font-style: italic;
}

/* ▲▲▲文字▲▲▲ */

/* ▼▼▼揃え▼▼▼ */
.aline-center {
    text-align: center;
}

/* ▲▲▲揃え▲▲▲ */

/* ▼▼▼幅▼▼▼ */
.margin-padding0 {
    margin: 0;
    padding: 0;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

th.example,
td.example {
    white-space: nowrap;
}
.padding-top50 {
    padding-top: 50px;
}

.padding-top80 {
    padding-top: 80px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.color-waku {
    padding-top: 50px;
    margin-bottom: 0;
}

/* ▲▲▲幅▲▲▲ */

/* ▼▼▼色▼▼▼ */
.bg-color {
    background-color: #eaeaea;
}

section.bg-color1 {
    background-image: url("../images/bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.color-white {
    color: #fff;
}

/* ▲▲▲色▲▲▲ */

/* ▼▼▼線▼▼▼ */
.border {
    border: solid 2px #ccc;
    padding: 1em;
    display: inline-block;
}

/* ▲▲▲線▲▲▲ */

/* ▼▼▼フォーム▼▼▼ */
.js-gtco-nav-toggle {
    display: none;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 10%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.control-label1 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 11px;
}
th.example {
white-space: nowrap;
    width: 25%;
    font-weight: normal;
    height: 35px;
    vertical-align: middle !important;
    padding: 10px !important;
}

tr.example{
    padding: 10px;
}
td.example{
    padding: 10px;
    vertical-align: middle !important;
}
/* ▲▲▲フォーム▲▲▲ */

/* ▼▼▼　▼▼▼ */
/* ▲▲▲　▲▲▲ */

/* ▼▼▼　▼▼▼ */
/* ▲▲▲　▲▲▲ */

/* ▼▼▼スマフォのみ▼▼▼ */
@media (max-width: 768px) {
    .sm-padding-top20 {
        padding-top: 30px;
        clear: both;
    }

    h2.aline-center {
        font-size: 1.5em;
        font-weight: bold;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    figure {
        color: #000;
        font-weight: 600;
        margin: 0 0 10px 0;
        font-family: jaf-facitweb, sans-serif, vdl-logona, sans-serif;
    }

    #gtco-about,
    #gtco-practice-areas,
    #gtco-our-team,
    #gtco-contact {
        padding: 0em 0 3em;
        clear: both;
    }

    #page .navi {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .for-sp {
        margin-top: 130px;
    }

    .hosoku {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    font-weight: bold;
    }
}

/* ▲▲▲スマフォのみ▲▲▲ */

/* ▼▼▼PCのみ▼▼▼ */
@media screen and (min-width:769px) {
    h2.aline-center {
        font-size: 2.4em;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    figure {
        color: #000;
        font-family: jaf-facitweb, sans-serif, vdl-logona, sans-serif;
        margin: 0 0 30px 0;
        font-weight: 700
    }

    #gtco-about,
    #gtco-practice-areas,
    #gtco-our-team,
    #gtco-contact {
        padding: 7em 0 3em;
        clear: both;
    }

    #page .navi {
        margin-top: 10px;
    }

    .hosoku {
        text-align: center;
        margin-top: -20px;
        letter-spacing: 0.7em;
    }
}

/* ▲▲▲PCのみ▲▲▲ */
