/* レスポンシブ */
@media screen and (min-width:768px) { 
.desktopin { 
display:block;
}
.mobilein { 
display:none;
}
}
@media screen and (max-width:767px) { 
.desktopin { 
display:none;
}
.mobilein { 
display:block;
}
}










@media screen and (min-width: 751px){
.common_h2 {
position: relative;
margin-bottom: 70px;
font-size: 3rem;
color: #13B5BB;
text-align: center;
line-height: 1.5em;
font-weight: bold;
letter-spacing: 1.2px;
}
}










.box3 li.box {
    margin: 0 auto 20px;
    }
@media screen and (min-width:768px) { 
.box3 li.box {
background: #F7F5F4;
padding: 30px;
width: 70%;
margin-bottom: 15px;
flex: none;
margin: 70px auto;
}
}









@media screen and (max-width: 750px){
.down_box_4 > .introduction_list > ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 50px;
width: 100%;
}
}










.down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child {
width: 10em;
margin-bottom: 10px;
padding: 10px;
font-size: 1.5rem;
border: 1px #ccc solid;
border-radius: 5px;
box-sizing: border-box;
vertical-align: super;
}
@media screen and (max-width:767px) { 
.down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_cont > div > span:first-child {
width: 8em;
}
}

@media screen and (max-width: 750px){
.down_box_5 > .course_wrap > div > .gray_bg > .white_bg > .course_text4 {
margin-bottom: 10px;
font-size: 1.6rem;
color: #13B5BB;
text-align: center;
letter-spacing: 1.4px;
line-height: 1.5em;
}
}








@media screen and (min-width: 751px){
.down_box_6{
margin-top: 100px;
}
}
@media screen and (max-width: 750px){
    .down_box_6 {
        margin-top: 0;
    }
    }









@media screen and (min-width: 751px){
article.main_visual {
margin: 0 auto 80px;
background-image: url(../images/down/sub_main_downb.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
}
@media screen and (max-width: 750px){
article.main_visual {
margin: 0 auto 50px;
background-image: url(../images/down/sub_main_down_sp.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 20px;
}
}


.text4S {
font-size: .8rem;
}
@media screen and (max-width: 751px){
.text4S {
font-size: .8rem;
}
}


.strong_box_wrap{
    margin-bottom: 70px;
}

@media screen and (min-width: 751px){
h2.common_h2_gray {
    margin-bottom: 70px;
    margin-top: 50px;
}
}

@media screen and (min-width: 751px){
h2.common_h2_gray2 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
}
}
@media screen and (max-width: 750px){
h2.common_h2_gray2 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
}

@media screen and (max-width: 750px){
.strong_box_wrap > .strong_box {
    width: 90%;
    margin: auto;
}
}



.Lbtn a {
    vertical-align: 0;
}

.trust_button a:hover {
    color: #fff;
    text-decoration: none;
}

.ImgAd2 {
    width: 70%;
    margin:30px auto;
}
@media screen and (max-width: 750px){
    .ImgAd2 {
        width: 95%;
        margin:30px auto;
    }
}

.lead2 {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
}
@media screen and (max-width: 750px){
.lead2 {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
}


.ss {
  font-size: 2.8rem;
  color: #a4a900;
}

@media screen and (max-width: 750px){
.ss3 {
    font-size: 2.5rem;
    color: #ffdd47;
  }
}

.ss2 {
    color: #a4a900;
  }


.under {
    background: linear-gradient(transparent 70%, #fff300 70%);
    display: inline;
    }

    
    @media screen and (max-width: 750px){
    .down_box_2 {
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        margin-bottom: 0;
    }
    }

    @media screen and (min-width: 768px){
    .under2 {
        background: linear-gradient(transparent 70%, #fff300 70%);
    }
}

    @media screen and (max-width: 750px){
.down_box_2 > .trust_button {
    text-align: center;
   margin-bottom: 0;
}
    }


@media screen and (min-width: 751px){
.down_box_2 > .trust_button > a {
    display: inline-block;
    width: 300px;
    margin: 0 auto;
    font-size: 2rem;
    padding: 5px 0;
    color: #fff;
    background-color: #D79C37;
    border-radius: 50px;
    transition: 0.3s;
}
}
@media screen and (max-width: 750px){
.down_box_2 > .trust_button > a {
    display: inline-block;
    width: 12em;
    font-size: 1.8rem;
    padding: 10px 0;
    color: #fff;
    background-color: #D79C37;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    margin-bottom: 10px;
}
}


@media screen and (min-width: 751px){
.pc {
    margin-bottom: 0;
}
}

@media screen and (min-width: 751px){
.down_box_5 > .shop_logo {
    margin-bottom: 70px;
    text-align: center;
}
}

@media screen and (min-width: 751px){
.down_box_2 {
    margin-bottom: 100px;
}
}


@media screen and (max-width: 750px){
.down_box_1 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 16px;
}
}
@media screen and (max-width: 750px){
    .down_box_1b {
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
        clear: both;
        margin-bottom: 16px;
    }
    }


.db {
    background-color: #f0f1f4;
    padding: 20px;
}
.shop_logo{
   text-align: center;
}












.autoplay-slider{
    display: flex;
    width: 100%;
  }
  
  .slide{
    height: 200px;
    width: 400px;
    background: #13b5bb;
    position: relative;
  }
  @media screen and (max-width: 767px){
    .slide{
      height: 100px;
      width: 200px;
    }
  }
  
  @keyframes sliderAnimation {
    100% {
      transform: translateX(-50%);
    }
  }
  
  .autoplay-slider{
    display: flex;
    min-width: 100%;
    width: min-content;
    animation: 100s linear infinite sliderAnimation;
  }
  
  .row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
    margin-bottom: 50px;
    width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
  }

  @media screen and (max-width: 750px){
  h2.common_h2_gray {
      margin-top: 30px;
  }
  }










    /* 工程 */
        #senjou {
        margin-top: 0;
        background: #f0f1f4;
            padding: 20px 0;
            color: #454545;
        }
        @media screen and (max-width: 750px){
            #senjou {
                margin-top: 0;
                background: #f0f1f4;
                padding: 20px 0;
                color: #454545;
            }
            }
    
    @media screen and (min-width: 751px){
    .senjou-text1 {
        width: 100%;
        float: none;
        font-size: 16px;
        padding-bottom: 0px;
        padding-bottom: 3px;
        border-bottom: 1px dashed #07bfcb;
    }
    }
    
    @media screen and (min-width: 751px){
    ul.tab-senjou {
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    }
    
    @media screen and (min-width: 751px){
    ul.tab-senjou li:hover {
        background: #fff;
        transition: .3s;
        cursor: pointer;
    }
    }
    
    @media screen and (min-width: 751px){
    .senjou-text2 {
        margin-top: 10px;
        width: 100%;
        float: none;
        font-size: 13px;
    }
    }
    
    @media screen and (min-width: 751px){
    h2.common_h2b {
        position: relative;
        margin-bottom: 50px;
        margin-top: 20px;
        font-size: 3rem;
        color: #13B5BB;
        text-align: center;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 1.2px;
    }
    }
    
    @media screen and (max-width: 750px){
    .accordion li {
        margin: 0px 10px;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        padding-bottom: 10px;
    }
    }
    
    @media screen and (min-width: 751px){
    .senjou-top-title {
        margin-top: 20px;
        font-size: 28px;
        color: #6b8484;
        font-weight: normal;
        text-align: center;
        margin-bottom: 70px;
    }
    }
    @media screen and (max-width: 750px){
    .senjou-title {
        margin-top: 30px;
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        color: #6b8484;
    }
    }
    

    
    .detals-about {
        padding-top: 20px;
    }
    
    @media screen and (min-width: 768px){
    ul.tab-senjou li {
        width: 150px;
        color: #07bfcb;
        height: auto;
        position: relative;
        float: left;
        border-top: 4px solid #f0f1f4;
        background: #fff;
        margin: 0 9px;
    }
    }

    @media screen and (min-width: 768px){
ul.tab-senjou li:after {
    content: "\f107";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
    font-family: FontAwesome;
}
    }

    .ks {
margin-left: 100px;
    }

    @media screen and (max-width: 767px){
.service-1 span {
    margin-left: 7%;
    display: inline;
    vertical-align: middle;
    font-size: 2rem;
    flex: 3;
    color: #13b5ca;
    font-weight: bold;
}
.service-1s {
    margin-left: 10%;
    display: inline;
    vertical-align: middle;
    font-size: 2rem;
    flex: 3;
    color: #13b5ca;
}
.service-1s2 {
    margin-left: 10%;
    display: inline;
    vertical-align: middle;
    font-size: 1.5rem;
    flex: 3;
    color: #13b5ca;
}
    }

    @media screen and (max-width: 767px){
    .accordion p {
        display: flex;
    align-content: space-between;
    align-items: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
.service-1 img {
    width: auto;
    margin-left: 5%;
    display: inline;
    vertical-align: middle;
    flex: 1.5;
}
}
@media screen and (max-width: 767px){
.accordion span:after {
    content: "\f107";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 90%;
    right: 5%;
    color: #07bfcb;
}
}
@media screen and (max-width: 767px){
.accordion {
    background: #fff;
    margin: 20px auto;
    position: relative;
    text-align: center;
    padding-top: 10px;
}
}

.flex_test-box2 {
    background-color: #fff;
    padding: 0;
    display: block;
}


.bf-af_boxwrap {
    max-width: 70%;
    margin: 0 auto 100px;
}
@media screen and (max-width: 767px){
    .bf-af_boxwrap {
        max-width: 90%;
        margin: auto;
    }
}

.bf-af_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
    .bf-af_box {
margin-bottom: 20px;
    }
}


.bf-af {
    color: #13B5BB;
    font-size: 1.3rem;
}

.bf-af2 {
    color: #13B5BB;
    font-size: 2rem;
}
@media screen and (max-width: 767px){
    .bf-af2 {
        font-size: 1.3rem;
    }
}


.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bf-af_arrow {
    width: 500px;
    margin: 0 10px;
}
.bf-af_arrow2 {
    margin: 0 10px;
}

.dv {
    width: 50%;
    margin: auto;
    }
@media screen and (max-width: 767px){
.dv {
width: 80%;
}
}

#video-area{
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

.dbox {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px){
    .dbox {
        margin-bottom: 20px;
        }
    }
.dbox img {
width: 50%;
}
@media screen and (max-width: 767px){
    .dbox img {
        width: 80%;
        }
    }


/* FAQ */
.cp_qa {
    width: 80%;
    margin: auto;
    }
    @media screen and (max-width:767px) { 
    .cp_qa {
    width: 90%;
    margin: auto;
    }
    }
    
    .cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
    background-color: #fff;
    }
    @media screen and (max-width:767px) { 
    .cp_qa .cp_actab {
    }
    }
    
    .cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
    }
    
    /* 質問 */
    .cp_qa .cp_actab label {
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 5em 1em 3em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    @media screen and (max-width:767px) { 
    .cp_qa .cp_actab label {
    padding: 1em 2.5em 1em 2.5em;
    }
    }
    
    /* --質問の＋アイコン 回る速度 */
    .cp_qa .cp_actab label::after {
    line-height: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-transition: transform 0s;
    transition: transform 0s;
    content: "\f107";
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 60%;
    right: 5%;
    color: #07bfcb;
    }
    
    /* 答え 閉じるまでの待ち時間 */
    .cp_qa .cp_actab .cp_actab-content {
    line-height: 1.6em;
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 3em 0 3em;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    border-radius: 0 0 0.5em 0.5em;
    background-color: #fff;
    }
    @media screen and (max-width:767px) {
    .cp_qa .cp_actab .cp_actab-content {
    padding: 0 20px;
    }
    } 
 
    .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 3em 1em 3em;
    font-size: 1.5rem;
    }
    @media screen and (max-width:767px) {
    .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1.5em 1em 2.5em;
    }
    }
    
    /* 質問を開いた時 */
    /* --答えの高さ 開く速度 */
    .cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 100em;
    background-color: #fff;
    transition: max-height 1s;
    }
    
    /* 質問をクリックした時のアイコンの動き */
    .cp_qa .cp_actab input:checked ~ label {
    border-radius: 0.5em 0.5em 0 0;
    }
    /* 質問をクリックした時の+の動き */
    .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }    

    .pf{
        display: flex;
        align-items: center;
        }

        .pf img{
        width: auto;
        margin-left: 5%;
        display: inline;
        vertical-align: middle;
        flex: 1;
        }
        @media screen and (max-width: 750px){
            .pf img{
                width: auto;
                margin-left: 0;
                display: inline;
                vertical-align: middle;
                flex: 1.5;
                }
            }

        .pfspan{
            margin-left: 10%;
            display: inline;
            vertical-align: middle;
            font-size: 2.2rem;
            flex: 3;
            color: #13b5ca;
            line-height: 3rem;
        font-weight: bold;    
        }
        @media screen and (max-width: 750px){
            .pfspan{
                font-size: 1.8rem;
            }
        }

.st{
font-size: 2rem;
    }
    @media screen and (max-width: 750px){
        .st{
            font-size: 1.7rem;
                }
            }

    @media screen and (max-width: 750px){
    .senjou-left img {
        width: 100%;
        margin-top: 0;
    }
    }

    .cp_actab-contentIn{
       padding-bottom: 10px;
            }











/* カート */
@media screen and (min-width: 751px){
    article.main_visual .main_inner > h1 {
        width: 100%;
        max-width: 1040px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -520px;
        margin-top: -30px;
        font-size: 38px;
        color: #fff;
        text-shadow: 0.5px 0.5px 5px #000;
    }
    }
    
    
    [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
        -webkit-appearance: none;
        border: 1px solid #ccc;
        line-height: 1.4;
        min-height: 1.8em;
        padding: 3px 5px;
        width: 100%;
    }
    
        .fs-c-productOption__name {
            background: rgba(126, 126, 126, 0.08);
            font-size: 1.2rem;
        padding: 4px;
        margin-top: 0;
        }
    
        .fs-c-requiredMark {
            display: inline-block;
            overflow: hidden;
            text-indent: -999px;
            width: 1em;
            height: 1em;
            right: 0;
            top: 0;
        }
        .fs-c-requiredMark::before {
            content: "*";
            display: block;
            font-size: 1.2em;
            text-indent: 0;
        }
    
        .fs-c-dropdown__menu {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            vertical-align: middle;
            background: #ffffff;
            color: #333333;
            width: 100%;
            padding: 4px 3em 4px 8px;
            border-radius: 3px;
        }
        .fs-c-dropdown::after {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            width: 1em;
            background: #f2f2f2;
            border-left: 1px solid #ccc;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            box-sizing: content-box;
            color: #333333;
            display: flex;
            justify-content: center;
            align-items: center;
            content: "\e90f";
            font-family: 'fs-icon' !important;
            font-size: 1.8rem;
            line-height: 1;
            padding: 8px;
            pointer-events: none;
        }
    
        .fs-c-productOption__option {
            padding: 4px;
        }
    
        .fs-c-button--primary {
            background: #13b5bb;
            border: 1px solid #13b5bb;
            border-radius: 25px;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: 1.4rem;
            line-height: 1;
            text-decoration: none;
            text-align: center;
            padding: 0.8em 1.6em 0.6em;
            box-shadow: 0 0 2px #b2b2b2;
            min-width: 240px;
        }
    
        .fs-c-buttonContainer {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 0;
            margin-top: 20px;
            margin-bottom: 70px;
        }
        @media screen and (max-width:767px) {
            .fs-c-buttonContainer {
            }
        }
    
        .formsize{
            font-family: "Noto Sans JP", sans-serif;
            margin: 10px auto 150px;
        }
        @media screen and (max-width:767px) {
            .formsize{
                width: 90%;
                margin: 10px auto 0;
               }
        }

        .tablesize{
        width: 100%;
        }
    
        .numbersize{
        width: 5%;
    margin-top: 30px;
           }
           @media screen and (max-width:767px) {
               .numbersize{
                   width: 10%;
            margin-top: 0;
                  }
           }
    
           body {
            font-family: "Noto Sans JP", sans-serif;
        }
    
        .tableem tr:nth-child(odd) td {
            background-color: unset;
        }

        @media screen and (max-width: 750px){
       .common_h2_gray {
            width: 90%;
            box-sizing: border-box;
            margin: 0 auto;
            overflow: hidden;
            clear: both;
            margin-bottom: 50px;
            margin-top: 30px;
            font-size: 1.9rem;
            color: #13B5BB;
            text-align: center;
            line-height: 1.8;
            font-weight: bold;
        }
    }

    @media screen and (min-width: 751px){
.common_h2:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
    width: 90px;
    height: 7px;
    content: "";
    background-color: #13B5BB;
    border-radius: 5px;
}
    }



    /*  カート コーディング タグ補正用  */
    .tdt {
        display: inline-block;
        color: #566b66;
        font-size: 3rem;
        vertical-align: middle;
        letter-spacing: 0.1em;
        padding-right: 0.5em;
        margin-top: 0;
        float: left;
        margin-bottom: 0;
        text-align: center;
    }
    @media screen and (max-width: 736px){
        .tdt {
    font-size: 1.8em;
    float: none;
    text-align: left;
}
    }
    .pu {
        color: #566b66;
        font-size: 2.3rem;
        font-weight: normal;
        margin: 0.5em 0;
        line-height: 1.85;
    }
    @media screen and (max-width: 736px){
        .pu {
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}
    }
    .pu span {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        color: #FFF;
        background-color: #ff8080;
        vertical-align: 20%;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 10px;
        margin-left: 20px;
    }
    @media screen and (max-width: 736px){
.pu span {
    font-size: 0.7em;
        vertical-align: 10%;
}
    }


    @media screen and (max-width: 767px){
.common_h2_gray:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
    width: 90px;
    height: 7px;
    content: "";
    background-color: #13B5BB;
    border-radius: 5px;
}
    }


    @media screen and (min-width: 751px){
.common_h2_gray2 {
    font-size: 2.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 50px;
    margin-top: 50px;
}
    }
    @media screen and (max-width: 750px){
.common_h2_gray2 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
     margin-top: 30px;
}
    }

    @media screen and (min-width: 751px){
h2.common_h2_gray3 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
}
    }
    @media screen and (max-width: 750px){
h2.common_h2_gray3 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
    }

    @media screen and (max-width: 750px){
h2.common_h2_gray {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.9rem;
    color: #13B5BB;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    background-color: unset;
    border-radius: unset;
    padding: 30px 5px 30px 5px;
}
    }

    .ImgAd3 {
        width: 100%;
    }

    @media screen and (min-width: 751px){
.common_h2_gray3 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
}
    }
    @media screen and (max-width: 750px){
.common_h2_gray3 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
    }


/*
    @media screen and (min-width: 751px){
        .hm {
            padding-top: 140px;
            margin-top: -140px;
        }
            }
*/



            .contact-subt2 {
                color: #13B5BB;
                font-size: 1.8rem;
                text-align: left;
                margin-bottom: 0;
                padding: 10px 0;
                border-bottom: 1px #BDB37D solid;
                border-top: 1px #BDB37D solid;
                margin-top: 20px;
            }
            @media screen and (max-width: 767px){
                .contact-subt2 {
                    margin-top: 0;
                }
            }





            .linkob {
                text-decoration: underline;
            }
            .linkob:hover {
        opacity: .6;
            }








            
    @media screen and (min-width: 751px){
        .ncbwrap {
        margin-bottom: 0;
        text-align: center;
    }
}
    @media screen and (max-width: 750px){
.ncbwrap {
    margin-bottom: 10px;
    text-align: center;
}
    }

    .ncbwrap a {
   text-decoration: none;
    }

    @media screen and (min-width: 751px){
        .ncb {
            display: inline-block;
            width: 14em;
            padding: 10px;
            margin: 6px;
            color: #fff;
            font-size: 2rem;
            line-height: 1;
            letter-spacing: 1.2px;
            background-color: #D79C37;
            border-radius: 50px;
            transition: 0.3s;
        }
            }
    @media screen and (max-width: 750px){
.ncb {
    display: inline-block;
    width: 12em;
    padding: 10px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1.2px;
    background-color: #D79C37;
    border-radius: 50px;
    transition: 0.3s;
    margin-bottom: 10px;
}
    }
    .ncb:hover {
opacity: .8;
    }

    .box a {
     text-decoration: none;
     color: #fff;
            }
/*
    .ncb2:hover {
        opacity: .9;
            }
            */


/* 20231218 down.html ご利用上の注意事項 */
.caution-accordion *,
.caution-accordion *:before,
.caution-accordion *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.caution-accordion {
position: relative;
}
.caution-accordion label {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
height: 140px;
cursor: pointer;
text-align: center;
background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.caution-accordion input:checked+label {
background: inherit;
}
.caution-accordion label:after {
line-height: 2.5rem;
position: absolute;
z-index: 2;
bottom: 20px;
left: 50%;
width: 16rem;
content: '続きを読む ▼';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 20px;
background-color: #13b5bb;
}
.caution-accordion input:checked+label:after {
line-height: 2.5rem;
position: absolute;
z-index: 2;
bottom: 20px;
left: 50%;
width: 16rem;
content: '閉じる ▲';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 20px;
background-color: #13b5bb;
}
.caution-accordion input {
display: none;
}
.caution-accordion .cp_container {
overflow: hidden;
height: 150px;
transition: all 0.5s;
}
.caution-accordion input:checked+label {
display: block;
}
.caution-accordion input:checked~.cp_container {
height: auto;
padding-bottom: 80px;
transition: all 0.5s;
}
.accordion-box-title:not(:first-child) {
margin-top: 20px;
}
.accordion-box-title {
font-size: 20px;
margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    #caution-accordion-wrapper {
    width: 90%;
    margin: 50px auto 0;
    }
}
#caution-accordion-wrapper {
margin-bottom: 80px;
}

/* 20240515追加 */
@media only screen and (max-width: 768px) {
    #down_cart .w100 {
        width: 100%;
    }
}