.onlySP{display: none; visibility: hidden;}

/*PC版のみ適応*/
.standBy #kv-area .symbol-logo,
.standBy #kv-area .btn-contact,
.standBy #header-area{
    visibility: hidden;
    animation-name: fvElements;
    animation-fill-mode: forwards;
    animation-duration: 10s;
    opacity: 0;
}
/* IE */
@media all and (-ms-high-contrast: none) {
    #splash-area,
    .standBy #splash-area{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .standBy #kv-area .symbol-logo,
    .standBy #kv-area .btn-contact,
    .standBy #header-area{
        visibility: visible;
        opacity: 1;
    }

}


/*線装飾つき色文字タイトル*/
.tit-type-A{
    color: #00bce1;
    font-size: 42px;
    line-height: 62px;
    letter-spacing: 0.25em;
}
.tit-type-A::before{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #00bce1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}




#kv-area{
 min-height: 600px;
}

@media screen and (min-width:768px) and ( max-width:980px) {
    #kv-area .catchcopy{
        width: 356px;
    }
}
@media screen and (min-width:981px) and ( max-width:1200px) {
    #kv-area .catchcopy{
        width: 456px;
    }
}
@media screen and (min-width:1201px) and ( max-width:1500px) {
    #kv-area .catchcopy{
        width: 506px;
    }
}
@media screen and (min-width:1501px) {
    #kv-area .catchcopy{
        width: 556px;
    }
}


#kv-area .symbol-logo {
    display: block;
    width: 160px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}

#kv-area .btn-contact {
    display: block;
    background-color: #00bce1;
    width: 130px;
    height: 66px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding-top: 64px;
    
    background-image: url(../img/icon-mail.svg);
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: center top 25px;
    
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition-duration: 0.2s;

}
#kv-area .btn-contact:hover {
    background-color: #24D2F4;
    transition-duration: 0.4s;
    transform: scale(1.1);
    transform-origin: center center;
}
#kv-area .btn-contact .eng {
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
}


#header-area {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    overflow: hidden;
    transition-duration: 0.4s;
    transform: translateY(-20px);
}

#header-area.afterScroll {
    background-color: rgba(255,255,255,0.0);
    transform: translateY(-40px);
    transition-duration: 0.2s;
    transform-origin: center top;
    height: 90px;
}
#header-area.afterScroll:hover {
    height: 110px;
    transform: translateY(-20px);
    background-color: rgba(255,255,255,0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); 
    transition-duration: 0.1s;
}
/* Microsoft Edge */
@supports (-ms-ime-align: auto) {
    .standBy #header-area,
    .standBy #header-area.afterScroll,
    .standBy #header-area.afterScroll:hover {
        transition-duration: 0s;
    }
}
/* IE */
@media all and (-ms-high-contrast: none) {
    #header-area.afterScroll:hover {
        background-color: rgba(255,255,255,0.4);
    }
}
/* FireFox */
@-moz-document url-prefix(){
    #header-area.afterScroll:hover {
        background-color: rgba(255,255,255,0.4);
    }
}

#header-area a .header-logo{
    display: block;
    width: auto;
    height: 27px;
    position: absolute;
    left: 50px;
    top: 55px;
    transition-duration: 0.4s;
    transform-origin: left top;
}
#header-area.afterScroll a .header-logo {
    height: 20px;
    top: 57px;
    transition-duration: 0.15s;
}
#header-area.afterScroll:hover a .header-logo {
    height: 27px;
    top: 55px;
    transition-duration: 0.15s;
}
/* Microsoft Edge */
@supports (-ms-ime-align: auto) {
    .standBy #header-area a .header-logo,
    .standBy #header-area.afterScroll a .header-logo,
    .standBy #header-area.afterScroll:hover a .header-logo {
        transition-duration: 0s;
    }
}



#header-nav{
    position: absolute;
    display: -webkit-flex;
    display: flex;
    /*    flex-direction: row-reverse;*/
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    
    top: 0px;
    right: 20px;
    width: calc(100% - 320px);
    height: 90px;
}

#header-nav li.nav{
    margin: -40px 0px;
}
#header-nav li.nav a{
    color: #2f3f42;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 57px 18px;
    transition-duration: 0.2s;
    letter-spacing: 0.1em;
}
#header-nav li.nav a:hover{
/*    background-color: rgba(255,255,255,0.36);*/
    background-color: rgba(0,188,225,0.36);

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px); 
    color: #fff;
    transition-duration: 0.4s;
}
/* Microsoft Edge */
@supports (-ms-ime-align:auto) {
    #header-nav li.nav a,
    #header-nav li.nav a:hover{
        transition-duration: 0s;
    }
}


.section-inner{
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}




#section-CONCEPT {
    margin-top: 90px;
    padding-top: 80px;
    text-align: center;
    background-image: url(../img/bg-section-concept.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 500px;
}
#section-CONCEPT h2{
    font-size: 48px;
    letter-spacing: 0.25em;
    line-height: 62px;
    padding-bottom: 30px;
    text-align: center;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #section-CONCEPT h2{
        font-size: 40px;
    }
}

#section-CONCEPT .honbun{
    padding-top: 40px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
}
#section-CONCEPT .honbun strong{
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.25em;
    line-height: 48px;
}

#section-CONCEPT .youtube-iframe {
    margin-top: 135px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 810px;
    height: 456px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #section-CONCEPT .youtube-iframe {
        width: 728px;
        height: 409px;
    }
}




#section-THANKS {
    margin-top: 90px;
    padding-top: 80px;
    text-align: center;
    background-image: url(../img/bg-section-concept.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 500px;
}
#section-THANKS h2{
    font-size: 48px;
    letter-spacing: 0.25em;
    line-height: 62px;
    padding-bottom: 30px;
    text-align: center;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #section-THANKS h2{
        font-size: 40px;
    }
}

#section-THANKS .honbun{
    padding-top: 40px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
}




#section-TECHNOLOGY {
    text-align: center;
    
}
#section-TECHNOLOGY.section-outer{
}

#section-TECHNOLOGY h2{
    margin-top: 190px;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    position: relative;

    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0.25em;
    
    margin-bottom: 100px;

}




#section-TECHNOLOGY h2 .logotype{
    display: block;
    width: 390px;
    overflow: hidden;
    height: 76px;
    position: relative;

}
#section-TECHNOLOGY h2 .logotype img{
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    width: auto;
    display: block;
}
#section-TECHNOLOGY h2 .tit-text{
    display: block;
    position: absolute;
    top: 2px;
    left: 415px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #section-TECHNOLOGY h2{
        width: 768px;
    }

    #section-TECHNOLOGY h2 .logotype{
        transform-origin: right top;
        transform: scale(0.82) translateX(-25px);
    }
    #section-TECHNOLOGY h2 .tit-text{
        transform-origin: left top;
        transform: scale(0.82) translateX(-25px);
        white-space: nowrap;
    }
}

#section-TECHNOLOGY .honbun{
    padding-top: 40px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: center;
}




/*6つのフィルター図版*/
.zuhan-six-filters {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    height: 800px;
    overflow: visible;
    position: relative;

    margin-top: 90px;

}
@media screen and (min-width:768px) and ( max-width:980px) {
    .standBy .zuhan-six-filters-outer {
        transform-origin: center top;
        transform: scale(0.84);
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.zuhan-six-filters .air {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 660px;
    margin-left: -330px;
    height: auto;
}
.zuhan-six-filters .aqua {
    display: block;
    position: absolute;
    left: 50%;
    top: 391px;
    width: 678px;
    margin-left: -339px;
    height: auto;
    mix-blend-mode: "multiply";
}
.zuhan-six-filters .water {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -138px;
    top: 636px;
    width: 276px;
    height: auto;
}
.zuhan-six-filters .bg-arrows {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 800px;
    overflow: hidden;
    background-image: url(../img/zu-a-bg-arrow.png);
    background-position: center top 80px;
    background-repeat: repeat-x;
    background-size: 123px auto;


}
.zuhan-six-filters .filter-list {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -420px;
    display: block;
    width: 772px;
    height: 800px;
    overflow: hidden;
}
.zuhan-six-filters .filter-list li img {
    display: block;
    width: 772px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
}



/* 6フィルターの説明文エリア*/
#caption-six-filters {
    display: block;
    max-width: 1320px;
    width: calc(100% - 40px);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: left;
    float: none;
    
}

#caption-six-filters li {
    display: block;
    float: left;
    clear: none;
    max-width: 610px;
    width: calc(50% - 20px);
/*    min-height: 350px;*/
    position: relative;
    margin-bottom: 50px;
    
}
#caption-six-filters li:nth-child(2n) {
    margin-left: 40px;
}
#caption-six-filters h4 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.15em;
    color: #00bce1;
    margin-left: 103px;

}
#caption-six-filters li:nth-child(1) h4::before {content: "01";}
#caption-six-filters li:nth-child(2) h4::before {content: "02";}
#caption-six-filters li:nth-child(3) h4::before {content: "03";}
#caption-six-filters li:nth-child(4) h4::before {content: "04";}
#caption-six-filters li:nth-child(5) h4::before {content: "05";}
#caption-six-filters li:nth-child(6) h4::before {content: "06";}
#caption-six-filters li h4::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bg-number-pc.png);
    background-size: 88px 74px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 88px;
    height: 64px;
    padding-top: 10px;
    color: #fff;
    font-family:'Lato','メイリオ', sans-serif;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
}


#caption-six-filters h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.08em;
    margin-left: 103px;
    margin-top: 7px;
}
#caption-six-filters .caption-honbun {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-left: 5px;
}
#caption-six-filters .attention {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    margin-left: 5px;
}




.two-functions-area {
    max-width: 1320px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;

    border-top: solid 1px #def2f6;
    border-bottom: solid 1px #def2f6;
    padding: 10px;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.two-functions-area li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: calc(50% - 1px);
}
.two-functions-area li:first-child {
    border-right: 1px solid #def2f6;
}
.two-functions-area h3 {
    font-size: 22px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    width: 370px;
}
/* IE */
@media all and (-ms-high-contrast: none) {
    .two-functions-area h3 {
        padding-top: 36px;
    }
}

.two-functions-area h3::before {
    content: "■";
    font-size: 22px;
    line-height: 24px;

}
.two-functions-area .caption-honbun {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: left;
    
    padding-left: 30px;
    border-left: 1px solid #dfdfdf;
    
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}




.etc-functions-area {
    max-width: 1320px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;

    padding: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.etc-functions-area li {
/*    min-width: 160px;*/
    height: 60px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.12em;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 33px;
    margin-right: 33px;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    .etc-functions-area li {
        font-size: 16px;
        line-height: 18px;
    }
}
/* IE */
@media all and (-ms-high-contrast: none) {
    .etc-functions-area li {
        padding-top: 26px;
    }
}

.etc-functions-area .fuction-rock {
    background-image: url(../img/icon-rock.svg);
    background-size: auto 57px;
    background-position: left center;
    padding-left: 55px;
}
.etc-functions-area .fuction-circulation {
    background-image: url(../img/icon-circulation.svg);
    background-size: auto 53px;
    background-position: left center;
    padding-left: 70px;
}
.etc-functions-area .fuction-change {
    background-image: url(../img/icon-change.svg);
    background-size: auto 34px;
    background-position: left center;
    padding-left: 86px;
}



.etc-check-area {
    max-width: 1320px;
    width: calc(100% - 44px);
    border: solid 2px #a1d8e3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding:30px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.etc-check-area li {
    background-image: url(../img/icon-checkbox.svg);
    background-size: 29px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:33px;
    padding-top:3px;
    padding-bottom:3px;
    /*    min-height: 27px;*/
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.12em;
    margin: 0px 20px;
    text-align: left;

}
@media screen and (min-width:768px) and ( max-width:980px) {
    .etc-check-area li {
        font-size: 16px;
        line-height: 18px;
    }
}
/* IE */
@media all and (-ms-high-contrast: none) {
    .etc-check-area li {
        background-size: auto 28px;
        background-position: left center;
    }
}





#theree-kindness-area {
    background-image: url(../img/bg-theree-kindness-area.jpg);
    background-size: 1600px auto ;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 1000px;
    padding-bottom: 150px;
    margin-top: 200px;
}
@media screen and (min-width:1601px)  {
    #theree-kindness-area {
        background-size: 2000px auto ;
        background-position: center top -200px;

    }
}

#theree-kindness-area h3 {
}
#theree-kindness-area ul {
    max-width: 1320px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    
    border-left: 1px solid #def2f6;
    border-right: 1px solid #def2f6;

}
@media screen and (min-width:768px) and ( max-width:980px) {
    #theree-kindness-area ul {
        border-left: none;
        border-right: none;
    }
}

#theree-kindness-area li {
    width: calc(50% - 23px);
    text-align: center;
}
#theree-kindness-area li:first-child {
    border-right: 1px solid #def2f6;
}
#theree-kindness-area h4 {
    margin-top: 45px;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}


.function-B .zuhan {
   width: calc(100% - 40px);
   max-width: 488px;
}

.function-C .zuhan {
    width: calc(100% - 40px);
    max-width: 398px;
}

#theree-kindness-area .zuhan {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;

}





#photo-essay-area {
    padding-top: 150px;
    padding-bottom: 1062px;
    background-image: url(../img/bg-photo-essay-area-compressed-30.jpg);
    background-size: 2000px auto ;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f8fcfd;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #photo-essay-area {
        background-position: left bottom;
    }
}

#photo-essay-area h3 {
    color: #00bce1;
    font-size: 42px;
    line-height: 62px;
    letter-spacing: 0.25em;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #photo-essay-area h3 {
        font-size: 32px;
        line-height: 52px;
    }
}

#photo-essay-area br {
}
#photo-essay-area ul {
    max-width: 1261px;
    width: calc(100% - 40px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;

}
#photo-essay-area li {
    width: calc(25% - 3px);
    max-width: 310px;
}
#photo-essay-area li:first-child {
    max-width: 310px;
}
#photo-essay-area .photo {
    width: 100%;
    height: auto;
}





#section-SPEC {
    max-width: 1261px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;

}
#section-SPEC.section-outer{
}


.slideshow-and-speclilist-outer {
    display: -webkit-flex;
    display: flex;
    padding-top: 90px;
    position: relative;
    

}
@media screen and (min-width:768px) and ( max-width:1140px) {
    .slideshow-and-speclilist-outer {
/*
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
*/
    }
}




#section-SPEC h2 {
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.25em;
    margin-top: 190px;
}
#section-SPEC .eng {
    font-weight: 400;
    display: block;
    padding-top: 20px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.15em;
}
/*
#section-SPEC .spec-list {
}

*/
.slide-shows {
    display: block;
    width: 360px;
    height: 965px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
    .slide-shows {
        width: 30%;
        height: 30%;
        transform: translateX(-20px);
    }
}

#section-SPEC .slide-shows li {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    
/*
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
*/

}
#section-SPEC .slide-shows li img {
    width: 100%;
    height: auto;
}

#section-SPEC .spec-list {
    width: 630px;
    margin-top: 100px;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
    #section-SPEC .spec-list {
        margin-top: 0px;
    }
}

#section-SPEC .spec-list li {
    max-width: 630px;
    width: 100%;
    
    border-top: 1px solid #dddddd;
    padding: 15px 0px 18px;
    
    clear: both;
    overflow: hidden;
    float: none;
}
#section-SPEC .spec-list li:last-child {
    border-bottom: 1px solid #dddddd;
}
#section-SPEC .spec-list h3 {
    font-weight: 400;
    font-size: 16px;
    float: left;
    clear: none;
    width: 43%;
}
#section-SPEC .spec-list p {
    float: left;
    font-size: 16px;
    width: 57%;
}
#section-SPEC .spec-list p sup {
    font-size: 10px;
}
@media screen and (min-width:768px) and ( max-width:1140px) {
    #section-SPEC .spec-list {
        width: 100%;
    }
    #section-SPEC .spec-list h3 {
        width: 33%;
    }
    #section-SPEC .spec-list p {
        width: 67%;
    }

}


.attention-list {
    margin-top: 15px;
    overflow: hidden;
}
.attention-list ul {
    display: inline;
}
.attention-list li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 30px;
}
.attention-list li::before {
    display: block;
    margin-left:  -30px;
    float: left;
    clear: none;
}

.attention-list li.number-1::before {content: "※1"}
.attention-list li.number-2::before {content: "※2"}
.attention-list li.number-3::before {content: "※3"}
.attention-list li.number-4::before {content: "※4"}
.attention-list li.number-5::before {content: "※5"}
.attention-list li.number-6::before {content: "※6"}
.attention-list li.number-7::before {content: "※7"}
.attention-list li.number-8::before {content: "※8"}
.attention-list li.number-9::before {content: "※9"}
.attention-list li.number-10::before {content: "※10"}
.attention-list li.number-11::before {content: "※11"}
.attention-list li.number-12::before {content: "※12"}
.attention-list li.number-13::before {content: "※13"}
.attention-list li.number-14::before {content: "※14"}
.attention-list li.number-15::before {content: "※15"}
.attention-list li.number-16::before {content: "※16"}
.attention-list li.number-17::before {content: "※17"}
.attention-list li.number-18::before {content: "※18"}
.attention-list li.number-19::before {content: "※19"}
.attention-list li.number-20::before {content: "※20"}



h4.water-per-day  {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15em;
    margin-top: 80px;

}
h4.water-per-day sup {
    font-size: 13px;
}

.water-mount-table {
}
.water-mount-table table {
    margin-top: 30px;
    max-width: 1260px;
    width: calc(100% - 0px);
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;

}
.water-mount-table tbody {
}
.water-mount-table tr {
}
.water-mount-table tr th {
    font-weight: 400;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-collapse: collapse;

    height: 55px;
    text-align: center;
    vertical-align: middle;
}
.water-mount-table tr td {
    font-weight: 400;
    background-color: #fff;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dddddd;
    border-collapse: collapse;

}
.water-mount-table .th-img {
}

.water-mount-table tr td.emphasis {
    background-color: #cfedf3;
    color: #00bce1;
    font-weight: 500;
}
.water-mount-table tr .th-Temperature-Humidity{
    position: relative;
    overflow: hidden;
    width: 184px;
}


.water-mount-table tr .line-diagonal{
    position: absolute;
    display: block;
    height: 58px;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.water-mount-table tr .Temperature {
    position: absolute;
    bottom: 6px;
    left: 9%;
}
.water-mount-table tr .Humidity {
    position: absolute;
    top: 15px;
    right: 7%;
}

.water-mount-table .attention-list {
    margin-left: 10px;
}









#section-FAQ {
    max-width: 1260px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;

}
#section-FAQ h2 {
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.25em;
    margin-top: 190px;
}
#section-FAQ .eng {
    font-weight: 400;
    display: block;
    padding-top: 20px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.15em;
}

.FAQ-list {
    width: 100%;
    display: block;
    margin-top: 120px;
}

.FAQ-list li {
    border-top: solid 1px #def2f6;
    padding: 30px;
    display: block;
    font-feature-settings: "palt";
    text-align:justify;
}
.FAQ-list li:last-child {
    border-bottom: solid 1px #def2f6;
}
.FAQ-list .question {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.15em;
    padding-left: 58px;
    display: block;
    
}
.FAQ-list .question::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "Q";
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    background-color: #2f3f42;
    width: 40px;
    height: 35px;
    border-radius: 40px;
    overflow: hidden;
    padding: 5px 0 0;
    margin: -2px 18px 0 0;
    display: block;
    float: left;
    clear: none;
    text-align: center;
/*
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
*/
}




.FAQ-list .answer {
    position: relative;
    width: calc(100% - 58px);
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.12em;
    padding-left: 58px;
    display: block;
    margin-top: 25px;
}
.FAQ-list .answer::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "A";
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    background-color: #00bce1;
    width: 40px;
    height: 35px;
    border-radius: 40px;
    overflow: hidden;
    padding: 5px 0 0;
    margin: -5px 18px 0 0;
    display: block;
    float: left;
    clear: none;

    text-align: center;
    /*
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    */
}
#section-FAQ .attention-list {
    padding-top: 10px;
    padding-left: 30px;
}




#section-CONTACT {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}
#section-CONTACT.section-outer{
}

#section-CONTACT h2{
    font-size: 48px;
    letter-spacing: 0.25em;
    line-height: 62px;
    padding-bottom: 30px;
    text-align: center;
}
#section-CONTACT .eng {
    font-weight: 400;
    display: block;
    padding-top: 20px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.15em;
}
#section-CONTACT a.btn-contact {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    
    background-image: url(../img/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: left 80px top 26px;
    display: block;
    width: 330px;
    height: 53px;
    padding-top: 27px;
    padding-left: 20px;
    background-color: #00bce1;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    transition-duration: 0.2s;
}
/* IE */
@media all and (-ms-high-contrast: none) {
    #section-CONTACT a.btn-contact {
        background-position: left 0px top 26px;
    }
}

#section-CONTACT a.btn-contact:hover {
/*    background-color: #2f3f42;*/
    transition-duration: 0.3s;
    opacity: 0.88;
}

/* IE */
@media all and (-ms-high-contrast: none) {
    #section-CONTACTFROM a.btn-contact {
        background-position: left 0px top 26px;
    }
}

#section-CONTACTFROM a.btn-contact:hover {
/*    background-color: #2f3f42;*/
    transition-duration: 0.3s;
    opacity: 0.88;
}
#section-CONTACTFROM {
    padding-top: 50px;
}
#section-CONTACTFROM.section-outer{
}

#section-CONTACTFROM a.btn-contact {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    
    background-image: url(../img/icon-home.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: left 70px top 26px;
    display: block;
    width: 330px;
    height: 53px;
    padding-top: 27px;
    padding-left: 20px;
    background-color: #00bce1;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    transition-duration: 0.2s;
}




#section-POLICY {
    max-width: 1260px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
}
#section-POLICY h2 {
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.25em;
    margin-top: 190px;
}
#section-POLICY .eng {
    font-weight: 400;
    display: block;
    padding-top: 20px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.15em;
}
#section-POLICY .honbun{
    padding-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    text-align: left;
}
#section-POLICY .section {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
}




#section-FOOTER {
    background-color: #222222;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}
#section-FOOTER.section-outer{
}
#section-FOOTER .section-inner {
}
#section-FOOTER h2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 204px;
    height: auto;
    margin-top: 150px;
}

#section-FOOTER ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 80px;
    padding: 0;
}
#section-FOOTER li a {
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    
    padding: 10px;
}
#section-FOOTER li a:hover {
    color: #00bce1;
    transition-duration: 0.3s;
/*    opacity: 0.5;*/
}

.copyright {
    display: block;
    min-width: 300px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
}
.topInfoWidth {
	width:990px;
	margin:auto;
}
@media screen and (min-width:768px) and ( max-width:980px) {
    #section-FOOTER ul {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
    }
    #section-FOOTER li a {
        margin-left: 15px;
        margin-right: 15px;
    }
    .copyright {
        position: static;
        text-align: center;
        margin-top: 50px;
        
    }
    .topInfoWidth {
    	width:700px;
    	margin:auto;
    }
}
