@charset "utf-8";
/* --------------------------------
全ページ共通css
※/common/内のcssと同じような記述を◆しない◆

同じような記述をする場合はcmn-add.cssへ
-------------------------------- */
.cmn-cts{
    width: 93%;
    margin:0 auto;
    padding-top: 10px;
    /*コースガイドのようなページ内ナビボタンが無いときに使用*/
}
.cmn-cts2{
    width: 93%;
    margin:0 auto;
    /* 一番上のコンテンツではないとき */
}
.cts-inbox{
    padding-bottom:60px;
}
#cts-wrap {
    padding-top: 66px;
}

.bnr-box {
    padding: 0 3.5%;
}

.bnr-box a {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
}

.bnr-box img {
    display: block;
    width: 100%;
    height: auto;
}

.bnr-box img.smp-only-bnr {
    display: block;
}

.bnr-box img.pc-only-bnr {
    display: none;
}
.cts-box{
    border-bottom:2px solid #F0F4F6;
    margin-bottom: 60px;
    position: relative;
}
.cts-ttl-1,.cts-ttl-2,.cts-ttl-3{
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    padding-top:47px;
    padding-top:14.7vw;
    padding-top:calc( 20px + 10vw );
    position: relative;
     
}
.cts-ttl-1{ 
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    height: 110px;
    height:calc( 61px + 16vw );/*ボタンのmargin-bottom20px+飾り7px+ナビボタンの上10px+文字24px */
   
}
.cts-ttl-2{ 
    color: #505050;
    height: 110px;
    height:calc( 61px + 16vw );/*ボタンのmargin-bottom20px+飾り7px+ナビボタンの上10px+文字24px */
}
.cts-ttl-3{ 
    color: #505050;
    height: 135px;
    height:calc( 86px + 16vw );/*2より25px高い */
}
.cts-ttl-2-2{
    display: block;
    font-size: 24px;
    text-align: center;
    padding-top:47px;
    padding-top:14.7vw;
    padding-top:calc( 20px + 10vw );
    position: relative;
     height: 136px;
    height:calc( 86px + 16vw );
    color: #505050;
}
.cts-ttl2-2-s{
    display: block;
    font-size: 17px;
    line-height: 1.1em;
    padding-top:8px;
}
.cts-ttl-3-s{
    display: block;
    font-size: 17px;
    line-height: 25px;
}
.cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after{
    content:"";
    display: block;
    width: 100%;
    height: 7px;
    position:absolute;
    top:25px;
    top:8vw;
    top:calc( 20px + 5vw);
    left:0;
}
.cts-ttl-1::after{
    background: transparent url(../img/common/cmn-separator-w.png) center / 85px 5px no-repeat;
}
.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after{
    background: transparent url(../img/common/cmn-separator-b.png) center / 85px 5px no-repeat;
}
.cts-sttl-1,.cts-sttl-2,.cts-sttl-3,.cts-sttl-4{
  display: block;
    font-size: 20px;
    text-align: center;
    position: relative;  
}
.cts-sttl-1{
    color: #000000;
    height: 166px;
    padding-top:100px; 
}
.cts-sttl-2{
    color: #98984C;
    padding-top:60px;
    padding-bottom: 60px;
}
.cts-sttl-3{
    color: #98984C;
}
.cts-sttl-4{
    line-height: 1.1em;
    color: #000000;
    padding-top:54px;
    padding-bottom:21px;
}
.cts-sttl-1::after{
    content:"";
    display: block;
    width: 100%;
    height: 7px;
    background: transparent url(../img/common/cmn-separator-b.png) center / 85px 5px no-repeat; 
    position:absolute;
    top:80px;
    left:0;
}
.cts-sttl-4::after{
    content:"";
    display: block;
    width: 100%;
    height: 7px;
    background: transparent url(../img/common/cmn-separator-b.png) center / 85px 5px no-repeat; 
    position:absolute;
    top:27px;
    left:0;
}
.icon-flower,.icon-flower-g{
display: inline-block;
width: 20px;
height: 13px; 
}
.icon-hand{
display: inline-block;
width: 30px;
height: 36px; 
}
.icon-zoom{
display: inline-block;
width: 24px;
height: 24px; 
}
a.btn-cmn,
a.g-btn-1,
a.y-btn-1,
a.m-btn-1,
a.b-btn-1,
.g-btn-1 a,
.y-btn-1 a,
.m-btn-1 a,
.b-btn-1 a,
a.b-btn-2,
a.b-btn-2-2,
span.b-btn-1,
span.b-btn-2,
span.b-btn-2-2{
    display: block;
    box-shadow: inset 2px 1px 1px rgba(255, 255, 255, 0.5), 2px 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    height: 58px;
    text-decoration: none;
    color:#FFFFFF;
    text-align: center;
    position: relative;
}
a.g-btn-1,
a.y-btn-1,
a.m-btn-1,
a.b-btn-1,
.g-btn-1 a,
.y-btn-1 a,
.m-btn-1 a,
.b-btn-1 a,
a.b-btn-2,
span.b-btn-1,
span.b-btn-2{
    line-height: 58px;
}
a.g-btn-1,
.g-btn-1 a{
    background-color: #CA6C6C;
}
a.y-btn-1,
.y-btn-1 a{
    background-color: #56B58D;
}
a.m-btn-1,
.m-btn-1 a{
    background-color: #ACAC77;
}
a.b-btn-1,
.b-btn-1 a,
span.b-btn-1{
    background-color: #3573CF;
}
a.b-btn-2,
span.b-btn-2,
a.b-btn-2-2,
span.b-btn-2-2{
    background-color: #34A6CF;
}

.external-icon{
    display: inline-block;
    width: 24px;
    height: 14px;
    padding-left:10px;
    position: relative;
    top:-2px;
}
/* ↑ はリンクテキストの後に → を配置 <img class="external-icon" src="../img/common/icon-jump2-w.png">*/

.pdf-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left:10px;
    position: relative;
    top:-2px;
}
/* ↑ はリンクテキストの後に → を配置 <img class="external-icon" src="../img/common/icon-pdf.png">*/

.internal-icon-w{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    margin:0 0 0 10px;
    position: relative;
    top:-1px;
}
/* ↑ はリンクテキストの後に → を配置 <span class="internal-icon-w"></span>*/

.internal-icon-b{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    margin:0 10px 0 0;
    position: relative;
    top:-1px;
}
/* ↑ はリンクテキストの前に → を配置 <span class="internal-icon-b"></span>*/

.ccl-arw-icon-w-bef{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin:0 10px 0 0;
    position: relative;
    top:-2px;
}
.ccl-arw-icon-w-bef::after{
    content:"";
    width: 16px;
    height: 16px;
    background: transparent;
    border:1px solid #FFFFFF;
    border-radius: 8px;
    position:absolute;
    top:-7px;
    left:-4px;
}
/* ↑ はリンクテキストの前に → を配置 <span class="ccl-arw-icon-w-bef"></span>*/

.ccl-arw-icon-w-bef-2{
    display: inline-block;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin:0 10px 0 0;
    position: relative;
    top:-2px;
}
.ccl-arw-icon-w-bef-2::after{
    content:"";
    width: 16px;
    height: 16px;
    background: transparent;
    border:1px solid #FFFFFF;
    border-radius: 8px;
    position:absolute;
    top:-7px;
    left:-4px;
}
/* ↑ はリンクテキストの前に → を配置 <span class="ccl-arw-icon-w-bef2"></span>*/


.ccl-arw-icon-w-aft{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin:0 0 0 8px;
    position: relative;
    top:-2px;
}
.ccl-arw-icon-w-aft::after{
    content:"";
    width: 16px;
    height: 16px;
    background: transparent;
    border:1px solid #FFFFFF;
    border-radius: 8px;
    position:absolute;
    top:-7px;
    left:-4px;
}
/* ↑ はリンクテキストの後に → を配置 <span class="ccl-arw-icon-w-aft"></span>*/

.ccl-arw-icon-b-bef{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4C4C4C;
    border-right: 1px solid #4C4C4C;
    margin:0 10px 0 0;
    position: relative;
    top:-2px;
}
.ccl-arw-icon-b-bef::after{
    content:"";
    width: 16px;
    height: 16px;
    background: transparent;
    border:1px solid #7F7F7F;
    border-radius: 8px;
    position:absolute;
    top:-7px;
    left:-4px;
}
/* ↑ はリンクテキストの前に → を配置 <span class="ccl-arw-icon-b-bef"></span>*/

.ccl-arw-icon-b-aft{
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4C4C4C;
    border-right: 1px solid #4C4C4C;
    margin:0 0 0 8px;
    position: relative;
    top:-2px;
}
.ccl-arw-icon-b-aft::after{
    content:"";
    width: 16px;
    height: 16px;
    background: transparent;
    border:1px solid #7F7F7F;
    border-radius: 8px;
    position:absolute;
    top:-7px;
    left:-4px;
}
/* ↑ はリンクテキストの後に → を配置 <span class="ccl-arw-icon-b-aft"></span>*/

.cmn-tbl{
   border:2px solid #DFDFDF;
    border-collapse: collapse;
}
.cmn-tbl tbody{
  width: 100%;
}
.cmn-tbl th{
  background: #F2F2F2;
}
.cmn-tbl th,
.cmn-tbl td{
  height: 40px;
    vertical-align: middle;
    border-left:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
}
/* ↑ 
<table class="cmn-tbl">
    <tbody>
        <tr>
            <th></th><td></td>
        </tr>
    </tbody>
</table>*/

.list-mark{
    padding-left: 1em;
}

.list-mark li{
    text-indent: -1em;
}
.list-mark-2{
    padding-left: 2em;
}

.list-mark-2 li{
    text-indent: -2em;
}
@media (max-width: 959px) {
    /*★ ↓ max設定、注意 ★*/
    .bb-tblbox {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        width: 93%;
        margin-left:auto;
        margin-right:auto;
    }
    .bb-hd {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bb-ft {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .bb-cellbox {
        display: table-cell;
        width: 33.3%;
    }
    .bb-tblbox .bb-cellbox:nth-child(1) {
        padding-right: 2%;
    }
    .bb-tblbox .bb-cellbox:nth-child(2) {
        padding-left: 1%;
        padding-right: 1%;
    }
    .bb-tblbox .bb-cellbox:nth-child(3) {
        padding-left: 2%;
    }
    .bb-cellbox a {
        display: block;
        box-shadow: inset 2px 1px 1px rgba(255, 255, 255, 0.5), 2px 1px 1px rgba(0, 0, 0, 0.6);
        border-radius: 4px;
    }
    .bb-cellbox a img {
        display: block;
        width: 80%;
        max-width: 100px;
        height: 58px;
        margin: 0 auto;
        padding: 12px 0px;
    }
.bb-cellbox a.bb-mbsr img {
        width: 90%;
        max-width: 140px;
    }
    .bb-mbsp {
        background-color: #A3A365;
    }
    .bb-mbsr {
        background-color: #A3A365;
    }
    .bb-gstr {
        background-color: #35A4BF;
    }
}

/*end max-width: 959px*/

/*★ ↑ max設定、注意 ★*/

@media (max-width: 739px) {
    /*★ ↓ max設定、注意 ★*/
    .bnr-box a.btm-space1 {
        margin-bottom: 60px;
    }
    .bnr-box a.btm-space2 {
        margin-bottom: 80px;
    }
    .bb-ft {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

/*end max-width: 739px*/

/*★ ↑ max設定、注意 ★*/


/*@media ( min-width: 640px ) and ( max-width: 739px ) {
.bb-ft.bb-tblbox{width: 76%;}
}*/


@media (min-width: 400px) {
    .cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after {
    top: 8.5vw;
    top: calc( 20px + 6vw);
}  
 
}
/*end min-width: 400px*/

@media (min-width: 500px) {

   .cts-sttl-1::after {
    top: 76px;
} 
}
/*end min-width: 500px*/


@media (min-width: 600px) {
.cts-ttl-1,.cts-ttl-2{
    font-size: 4vw;
    height:calc( 37px + 20.6vw );/*ボタンのmargin-bottom20px+飾り7px */
}
.cts-ttl-2-2{
    font-size: 4vw;
    height:calc( 67px + 20.6vw );/*ボタンのmargin-bottom20px+飾り7px */
}
    .cts-ttl-3{
    font-size: 4vw;
    height:calc( 52px + 20.6vw );/*ボタンのmargin-bottom20px+飾り7px */
}
    .cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after {
    top: 8.5vw;
    top: calc( 20px + 6.6vw);
} 
    .cts-ttl2-2-s{
    font-size: 19px;
    padding-top:11px;
}
    }
/*end min-width: 600px*/


@media (min-width: 640px) {
.bnr-box {
        padding: 0;
        width: 76%;
        margin: 0 auto;
    }

 .cts-ttl-1{
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.cts-sttl-1 {
    font-size: 3.45vw;
    height: 25.94vw;
    padding-top: 15.63vw;
}

.cts-sttl-1::after {
    top: 11.8vw;
}
.cts-sttl-4 {
    font-size: 3.45vw;
}
}/*end min-width: 640px*/



@media (min-width: 740px) {
    /* md */
.cts-ttl-1,.cts-ttl-2{
    height:calc( 37px + 21.1vw );/
}
.cts-ttl-2-2{
    height:calc( 69px + 21.1vw );/
}
.cts-ttl-3{
    height:calc( 57px + 21.1vw );/
}
.cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-3::after {
    top: 8.5vw;
    top: calc( 20px + 7vw);
}
.cts-ttl2-2-s{
    font-size: 21px;
    padding-top:6px;
}
.cts-ttl-3-s{
    font-size: 21px;
    line-height: 30px;
}
    .bnr-box img.smp-only-bnr {
        display: none;
    }
    .bnr-box img.pc-only-bnr {
        display: block;
    }
    .bnr-box {
        padding: 0;
        width: 93%;
    }
    .bnr-box::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        clear: left;
    }
    .bnr-box a {
        display: block;
        width: 48%;
        margin: 0;
        float: left;
        margin-bottom: 4%;
    }
    .bnr-box a:nth-child(2n-1) {
        margin-right: 4%;
    }

.cts-sttl-1 {
    font-size: 26px;
    height: 196px;
    padding-top: 116px;
}
.cts-sttl-1::after {
    top: 87px;
}
.cts-sttl-2 {
    font-size: 23px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cts-sttl-3 {
    font-size: 23px;
}
.cts-sttl-4 {
    font-size: 26px;
}
}
/*end min-width: 740px*/


@media (min-width: 800px) {
.cts-ttl-1,.cts-ttl-2{
    font-size: 32px;
    height:calc( 69px + 17.2vw );
}
    .cts-ttl-2-2{
    font-size: 32px;
    height:calc( 100px + 17.2vw );
}
    .cts-ttl-3{
    font-size: 32px;
    height:calc( 99px + 17.2vw );
}
    .cts-ttl2-2-s{
    padding-top:10px;
}
}/*end min-width: 800px*/



@media (min-width: 960px) {
    /* md */
    .cmn-cts,.cmn-cts2{
        width: 88%;
    max-width: 1280px;
}
.cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after {
    top: 9.6vw;
} 
.cts-sttl-1 {
    font-size: 2.71vw;
    height: 20vw;
    padding-top: 12.08vw;
}
.cts-sttl-1::after {
    top: 9.0vw;
}
    .cts-sttl-4{
        font-size: 2.71vw;

    /*padding-top: 6.88vw;*/
        padding-top: 7.88vw;
        padding-bottom:32px;
        padding-bottom: 3.1vw;
    }
.cts-sttl-4::after {
    top: 4.1vw;

}
    .bb-tblbox {
        display: none;
    }
    .bnr-box {
        margin: 0 auto 50px auto;
    }
.bnr-box {
        width: 88%;
    }
    
}

/*end min-width: 960px*/



@media (min-width: 980px) {
.cts-ttl-1,.cts-ttl-2{
    font-size: 3.3vw;
    height:calc( 37px + 20.5vw );
}
.cts-ttl-2-2{
    font-size: 3.3vw;
    height:calc( 68px + 20.5vw );
}
.cts-ttl-3{
    font-size: 3.3vw;
    height:calc( 67px + 20.5vw );
}

}/*end min-width: 980px*/


@media (min-width: 1070px) {

    .bnr-box a {
        display: block;
        width: 32%;
        margin: 0;
        float: left;
        margin-bottom: 2%;
    }
    .bnr-box a:nth-child(2n-1) {
        margin-right: 0;
    }
    .bnr-box a:nth-child(3n-1),
    .bnr-box a:nth-child(3n-2) {
        margin-right: 2%;
    }
    .cts-ttl-1,.cts-ttl-2,.cts-ttl-2-2,.cts-ttl-3{
    font-size: 36px;
}

}

/*end min-width: 1070px*/

@media (min-width: 1080px) {
.cts-sttl-2,.cts-sttl-3 {
    font-size: 24px;
}

}

/*end min-width: 1080px*/
@media (min-width: 1100px) {
.cts-sttl-1 {
    font-size: 30px;
    height: 250px;
    padding-top: 150px;
}
.cts-sttl-1::after {
    top: 120px;
}
.cts-sttl-4 {
    font-size: 30px;
    padding-bottom: 32px;
    padding-top: 86px;
}
    .cts-sttl-4::after {
    top: 47px;

}
}/*end min-width: 1100px*/


@media (min-width: 1200px) {
.cts-ttl-1,.cts-ttl-2,.cts-ttl-2-2,.cts-ttl-3{
    font-size: 3vw;
}
   
}/*end min-width: 1200px*/




@media (min-width: 1280px) {
    /* lg */

.cts-ttl-1,.cts-ttl-2{
    padding-top: 13.6vw;
    height:23.5vw;
}
.cts-ttl-2-2{
    padding-top: 13.6vw;
    height:calc( 23.5vw + 31px );
}
.cts-ttl-3{
    padding-top: 13.6vw;
    height:calc( 23.5vw + 36px );
}
.cts-ttl-3-s{
    line-height: 36px;
} 
.cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after {
    top: 12.0vw;
}

#b-cts .cts-ttl-2{
    padding-top:calc( 13.6vw - 61px );
    height:calc( 23.5vw - 61px );
}
#b-cts .cts-ttl-2-2{
    padding-top:calc( 13.6vw - 61px );
    height:calc( 23.5vw - 30px );
}
#b-cts .cts-ttl-2::after,#b-cts .cts-ttl-2-2::after {
    top:calc( 12.0vw - 61px );
}


.cts-box {
    margin-bottom: 80px;
}
.cts-inbox{
    padding-bottom:80px;
}
.cts-sttl-1 {
    font-size: 31px;
}
 .cts-sttl-2 {
    font-size: 26px;
    padding-top: 90px;
    padding-bottom: 90px;
}  
 .cts-sttl-3 {
    font-size: 26px;
} 
.cts-sttl-4 {
    font-size: 31px;
}

}

/*end min-width: 1280px*/


@media (min-width: 1380px) {
.cts-ttl-1,.cts-ttl-2,.cts-ttl-2-2,.cts-ttl-3{
    font-size: 42px;
    padding-top:calc( 42px + 10.6vw );
}

    
#b-cts .cts-ttl-2,#b-cts .cts-ttl-2-2{
    padding-top:calc( 10.6vw - 19px );
}
    
.cts-sttl-1 {
    font-size: 32px;
}
.cts-sttl-1::after {
    top: 117px;
}
    .cts-sttl-4 {
    font-size: 32px;
}
}/*end min-width: 1380px*/

@media (min-width: 1500px) {

.cts-ttl-1,.cts-ttl-2,.cts-ttl-2-2,.cts-ttl-3{
    padding-top: 204px;
}
 

.cts-ttl-1::after,.cts-ttl-2::after,.cts-ttl-2-2::after,.cts-ttl-3::after {
    /*top: 12.0vw;*/
    top:180px;
}
    .cts-ttl-1,.cts-ttl-2{
    height:353px;
}
    .cts-ttl-2-2{
    height:384px;
}
.cts-ttl-3{
    height:393px;
}
.cts-ttl-3-s{
    line-height: 40px;
} 
 #b-cts .cts-ttl-2,#b-cts .cts-ttl-2-2{
    padding-top: 143px;
}  
 #b-cts .cts-ttl-2::after,#b-cts .cts-ttl-2-2::after {
    top:119px;
}
 #b-cts .cts-ttl-2{
    height:292px;
}
 #b-cts .cts-ttl-2-2{
    height:323px;
}

 .cts-sttl-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}  

    
}/*end min-width: 1500px*/



@media (min-width: 1600px) {

    .bnr-box {
        padding: 0;
        width: 90%;
        /*width: 1500px;
        width: calc( 100% - 100px);*/
    }
        .bnr-box {
    margin-bottom: 82px;
}
    .bnr-box a {
        display: block;
        width: 19.2%;
        margin: 0;
        float: left;
        margin-bottom: 0;
    }
    .bnr-box a:nth-child(3n-1),
    .bnr-box a:nth-child(3n-2) {
        margin-right: 0%;
    }
    .bnr-box a:nth-child(5n-1),
    .bnr-box a:nth-child(5n-2),
    .bnr-box a:nth-child(5n-3),
    .bnr-box a:nth-child(5n-4) {
        margin-right: 1%;
    }
    .cts-ttl2-2-s {
    padding-top: 12px;
        font-size: 23px;
}
}/*end min-width: 1600px*/


@media (min-width: 1800px) {

.cts-ttl2-2-s {
    padding-top: 16px;
}
    
}/*end min-width: 1800px*/