@charset "UTF-8";

.sec_ttl_en{
    text-transform: uppercase;
}

dl,dd,h4,h5{
    margin: 0;
}

.multimedia_box {
    background-color: #f2f2ea;
    padding: 40px;
}
.multimedia_box h4 {
    color: #fff;
    background-color: #686c68;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
}
.multimedia_box h4 span{
    font-size: 14px;
    margin: 0 0 0 10px;
}

.multimedia_box > ul.sec2f1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.multimedia_box > ul.sec2f1 li:nth-child(1) {
    width: 20%;
}
.multimedia_box > ul.sec2f1 li:nth-child(2) {
    width: 20%;
}
.multimedia_box > ul.sec2f1 li:nth-child(3) {
    width: 56%;
}

.multimedia_box > ul.sec2f1 li:nth-child(3) p{
    font-size: 12px;
    line-height: 1.5;
}

.multimedia_box > ul.sec2f1 p.note {
    margin-top: 10px;
}

.multimedia_box > ul.sec2f2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.multimedia_box > ul.sec2f2 li:nth-child(1) {
    width: 42%;
}
.multimedia_box > ul.sec2f2 li:nth-child(2) {
    width: 56%;
}

.multi_ttl {
    /* color: #003147; */
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.multimedia_box > ul.sec2f2 li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.multimedia_box > ul.sec2f2 li dl dt {
    width: 100px;
    background-color: #bc8584;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.multimedia_box > ul.sec2f2 li dl dd {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 1.6em;
}

.multimedia_box > ul.sec2f2 li dl dd > span {
    background-color: #E54847;
    color: #fff;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    line-height: 1em;
    border-radius: 4px;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    padding-left: 12px;
}

.multimedia_box > ul.sec2f2 li dl dd > span span {
    padding-left: 0px;
    font-size: 12px;
}


/*  */

.eco_box {
    background-color: #f2f2ea;
    padding: 40px;
    /* margin-top: 40px; */
}
.eco_box dl.sec2i1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.eco_box dl.sec2i1 dt {
    width: 30%;
}
.eco_box dl.sec2i1 dt img {
    display: block;
    vertical-align: bottom;
    width: 100%;
}
.eco_box dl.sec2i1 dd {
    width: 60%;
    text-align: center;
    font-size: 16px;
    background: #fff;
    padding: 15px 0;
}

.eco_box dl.sec2i2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

.eco_box dl.sec2i2 dt {
    width: 37%;
    max-width: 414px;
}
.eco_box dl.sec2i2 dd {
    width: 60%;
}
.eco_box dl.sec2i2 dt h4 {
    color: #000;
    line-height: 1.3;
}
.eco_box dl.sec2i2 dd figure {
    padding-bottom: 20px;
    margin-bottom: 10px;
}



.autobath_box {
    background-color: #f2f2ea;
    padding: 40px;
}
.autobath_box h4 {
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    margin-bottom: 20px;
    color: #000;
    background-color: #15B0EB;
    color: #fff !important;
    text-decoration: underline;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.autobath_box .sec2h1 {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.autobath_box .sec2h1 .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
}
.autobath_box .sec2h1 .bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.autobath_box ul.sec2h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.autobath_box ul.sec2h3 li {
    width: 46%;
    margin-bottom: 50px;
}
.sec2h3 li > h4 {
    border: 1px solid #15B0EB;
    text-decoration: none;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #15B0EB !important;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    background-color: transparent;
    text-align: left;
}
.autobath_box ul.sec2h3 li p.sty2 {
    margin-bottom: 10px;
}
.autobath_box ul.sec2h3 li .sec2h3f1 {
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

.autobath_box ul.sec2h3 li > h4{
    border: 1px solid #15B0EB;
    text-decoration: none;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #15B0EB !important;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    background-color: transparent;
    text-align: left;
}

.autobath_box ul.sec2h3 li h5 {
    color: #15B0EB;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.autobath_box ul.sec2h3 li p.sty2 {
    margin-bottom: 10px;
}

.autobath_box .sec2h2_2 {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.autobath_box ul.sec2h3 li > h4 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #15B0EB;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.qua_mt01{
    margin-top: 80px;
}
.qua_mt02{
    margin-top: 40px;
}

.autobath_box ul.sec2h3.db650{
    display: none;
}


.sec2h_3 {
    padding: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 40px;
}

.sec2h_3 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec2h_3 dl dt {
    width: 48%;
}
.sec2h_3 dl dd {
    width: 50%;
    max-width: 540px;
}

.sec2h_3 h5 {
    color: #333;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    margin-bottom: 6px;
    font-size: 14px;
}


.sec2a {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 20px; */
}
.sec2a > dt.sty4 {
    background-color: #f2f2ea;
    padding: 20px;
    width: 48.7%;
    /* margin-right: 1.3%; */
    max-width: 584px;
}
.sec2a > dt > h4.sty2 {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    background-color: #c3a7a5;
}

.sec2a > dt > h4 {
    color: #fff;
    color: #333333;
    margin: 0;
    color: #333;
    margin: 0;
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    line-height: 1.6em;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 5px 0 3px
}

.sec2a .sec2af9 {
    display: none;
    width: 70%;
    width: 50%;
    float: right;
    margin-left: 10px;
}
.sec2a > dd.qua2 {
    max-width: 264px;
}
.sec2a > dt {
    width: 48.7%;
    /* margin-right: 1.3%; */
    max-width: 584px;
}
.sec2a > dd {
    width: 48.7%;
    /* margin-left: 1.3%; */
}
.sec2a .sec2af7 {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.sec2a .sec2af7 > div {
    width: 60%;
    max-width: 314px;
    margin-left: 20px;
    margin-right: auto;
}
.sec2a .sec2af7 h5{
    position: absolute;
    width: 32%;
    right: 20px;
    bottom: 85px;
}
.sec2a .sec2af7 p {
    position: absolute;
    width: 32%;
    right: 20px;
    bottom: 20px;
    font-size: 10px;
    line-height: 1.4em;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.sec2a > dd {
    width: 48.7%;
    /* margin-left: 1.3%; */
}
.sec2a > dd > h4.sty3 {
    color: #004ea2;
    line-height: 1.6em;
}
/* .sec2a > dd > p {
    font-size: 13px;
    line-height: 1.6em;
} */
.sec2a .sec2af8 {
    width: 100%;
    margin-top: 20px;
    max-width: 584px;
}

.qua2_subttl{
    font-size: 15px;
    margin-bottom: 10px;
}

.mt10{
    margin-top: 10px;
}


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1240px) {

    .sec2a .sec2af7 > div{
        margin: 0 auto;
    }
    
    .sec2a .sec2af7 h5{
        width: 100%;
        right: auto;
        bottom: auto;
        position: relative;
        text-align: center;
        margin: 5px auto 10px;
    }

    .sec2a .sec2af7 h5 br{
        display: none;
    }

    .sec2a .sec2af7 p {
        width: 100%;
        right: auto;
        bottom: auto;
        position: relative;
    }

}

@media screen and (max-width: 1100px) {

     .autobath_box h4,.autobath_box .sec2h1 .bg{
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {

}


@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width:768px){

}
@media screen and (max-width:650px){

    .multimedia_box {
        padding: 20px;
    }

    .multimedia_box h4 {
        font-size: 16px;
        text-align: center;
        font-feature-settings: "pwid";
    }

    .multimedia_box h4 span {
        font-size: 14px;
        display: block;
        margin: 0;
    }

    .multimedia_box > ul.sec2f1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .multimedia_box > ul.sec2f1 li:nth-child(1) {
        width: 48%;
        margin-bottom: 10px;
    }

    .multimedia_box > ul.sec2f1 li:nth-child(2) {
        width: 48%;
        /* margin-bottom: 20px; */
    }

    .multimedia_box > ul.sec2f1 li:nth-child(3) {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .multimedia_box h4 {
        font-size: 16px;
        text-align: center;
        font-feature-settings: "pwid";
    }

    .multi_ttl {
        font-size: 13px !important;
    }

    .multimedia_box > ul.sec2f1 .note {
        font-size: 10px;
    }

    .multimedia_box > ul.sec2f2 li:nth-child(1) {
        width: 100%;
    }

    .multimedia_box > ul.sec2f2 li dl dt {
        margin-bottom: 4px;
    }

    .multimedia_box > ul.sec2f2 li dl dd {
        width: 100%;
    }


    .multimedia_box > ul.sec2f2 li:nth-child(2){
        width: 100%;
    }



    .eco_box {
        padding: 20px;
    }
    .eco_box dl.sec2i1 dt {
        width: 100%;
    }
    .eco_box dl.sec2i1 dt img {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .eco_box dl.sec2i1 dd {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .eco_box dl.sec2i2 dt {
        width: 100%;
        margin: 0 auto 10px;
    }
    .eco_box h4 {
        font-size: 15px;
        margin-bottom: 6px;
        font-feature-settings: "pwid";
    }
    .eco_box dl.sec2i2 dd{
        width: 100%;
        margin-top: 10px;
    }
    .eco_box .note {
        font-size: 10px;
    }

    .autobath_box h4 {
        width: 100%;
    }

    .autobath_box .sec2h2_2 {
        width: 100%;
    }



    .autobath_box {
        padding: 20px;
        margin-top: 20px;
    }

    .autobath_box h4 {
        font-size: 15px;
        font-feature-settings: "pwid";
    }

    .autobath_box ul.sec2h3 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .autobath_box ul.sec2h3 li > h4 {
        font-size: 15px;
        font-feature-settings: "pwid";
        letter-spacing: 0px;
        align-items: center;
        background: #fff;
    }

    .autobath_box ul.sec2h3 li h5 {
        font-size: 15px;
        font-feature-settings: "pwid";
    }

    .autobath_box ul.sec2h3 li .sec2h3f1{
        margin-top: 10px;
    }
    


    .autobath_box ul.sec2h3.db650{
        display: flex;
    }


    .sec2h_3 dl dt {
        width: 100%;
    }
    .sec2h_3 h5 {
        font-size: 14px;
    }
    .sec2h_3 dl dd {
        width: 100%;
        margin-top: 20px;
    }

    .sec2h_3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
    }


    .sec2 .sec2a {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .sec2a > dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sec2a > dt.sty4{
        width: 100%;
    }

    .sec2a > dd {
        width: 100%;
        margin-left: 0;
    }

    .sec2a {
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .sec2a .sec2af7{
        margin-top: 0;
    }

    .sec2a .sec2af7 > div {
        width: 92%;
        /* margin-bottom: 10px; */
        margin-left: auto;
        margin-right: auto;
    }

    .sec2a.ani1fin{
        margin-bottom: 10px;
    }

    .sec2a.ani1fin > dt{
        margin-bottom: 0;
    }
    .sec2a.ani1fin > dt.sty4{
        margin-bottom: 10px;
    }

    .sec2a .sec2af9{
        display: block;
    }

    .qua_mt01{
        margin-top: 40px;
    }

}


@media screen and (max-width: 600px) {

}

@media screen and (max-width: 500px) {

}


