/* CSS Document */
:root{
    --page-blue:#38639e;
    --page-numb: "adobe-garamond-pro", serif;
}


#fukugen_wrap{
    max-width: 800px;
    margin: auto;
    list-style: none;
    font-size: clamp(1.6rem, 0.95rem + 1.73vw, 2.4rem);
    text-align: center;
}

#fukugen_wrap .brsp{
    display: none;
}

#fukugen_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#fukugen_wrap sup{
    font-size: 11px;
    vertical-align: top;
    margin-left: 0.3rem;
}

#fukugen_wrap .comm_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fukugen_wrap .comm_inner{
    width: 90%;
    margin: auto;
}

#fukugen_wrap .comm_mt{
    margin-top: 80px;
}

#fukugen_wrap .comm_ttl{
    letter-spacing: 0.1rem;
}

#fukugen_wrap .comm_ttl h2{
    font-size: clamp(3.2rem, 0.3rem + 5vw, 4.5rem);
    font-family: var(--Ja-mincho);
    font-weight: normal;
}

#fukugen_wrap .comm_ttl p{
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
}



#fukugen_wrap #hero{
    position: relative;
    color: #fff;
}

#fukugen_wrap #hero dl{
    position: absolute;
    bottom: 20px;
    left: 5%;
    text-align: left;
}

#fukugen_wrap #hero dl h2{
    font-size: clamp(2rem, -1.115rem + 7.23vw, 3.5rem);
    font-weight: normal;
    font-family: "source-han-sans-japanese", sans-serif;
}
#fukugen_wrap #hero dl p{
    font-size: clamp(1.2rem, 0.703rem + 1.5vw, 2rem);
}




#fukugen_wrap #about{
    position: relative;
}

#fukugen_wrap #about .comm_ttl{
    color: #fff;
    position: absolute;
    top: 3%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 90%;
}

#fukugen_wrap #about .comm_flex{
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 6%;
    width: 90%;
    align-items: normal;
}

#fukugen_wrap #about .comm_flex dl{
    background: #fff;
    width: 31%;
    padding: 4% 2%;
    box-sizing: border-box;
    border-radius: 15px;
}

#fukugen_wrap #about .comm_flex dl dt{
    color: var(--page-blue);
    font-size: clamp(2rem, -0.231rem + 4.15vw, 3rem);
    margin-bottom: 15px;
    line-height: 1.3;
}

#fukugen_wrap #about .comm_flex dl dd{
    font-size: clamp(1.5rem, 0.185rem + 2.5vw, 2rem);
}
#fukugen_wrap #about .comm_flex dl dd span{
    font-size: 80%;
    border: 1px solid;
    border-radius: 5px;
    display: block;
    width: 80%;
    margin: 10px auto 0;
}
#fukugen_wrap #about .att{
    width: 90%;
    font-size: clamp(1.2rem, 1.063rem + 0.48vw, 1.6rem);
    color: #fff;
    text-align: left;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 1.5%;
}

#fukugen_wrap #compact{
    background: url("compact-bg.png") bottom no-repeat #d6e0ea;
    background-size: contain;
    padding: 3em 0 14em;
}

#fukugen_wrap #compact .comm_ttl{
    margin-bottom: 1.5em;
}
#fukugen_wrap #compact .comm_ttl h2{
    color: var(--page-blue);
}

#fukugen_wrap #compact .comm_flex{
    width: 90%;
    margin: auto;
}

#fukugen_wrap #compact .comm_flex:nth-of-type(odd){
    flex-direction: row-reverse;
}

#fukugen_wrap #compact .comm_flex dl{
    width: 63%;
    text-align: left;
}

#fukugen_wrap #compact .comm_flex dt{
    margin-bottom: 1em;
    font-size: clamp(1.4rem, 0.851rem + 1.91vw, 3rem);
}

#fukugen_wrap #compact .comm_flex dt span{
    background: #fff;
    border-bottom: 2px solid var(--page-blue);
    padding: 0.2em 0.18em 0.3em;
    color: #015190;
}

#fukugen_wrap #compact .comm_flex dd{
    margin-top: 1em;
    width: 90%;
}
#fukugen_wrap #compact .comm_flex p{
    width: 37%;
}

#fukugen_wrap #compact .comm_flex:nth-of-type(odd) dl{
    width: 42%;
}
#fukugen_wrap #compact .comm_flex:nth-of-type(odd) dd{
    margin-top: 1em;
    width: 100%;
}

#fukugen_wrap #compact .comm_flex:nth-of-type(odd) p{
    width: 55%;
    text-align: left;
}



#fukugen_wrap #trouble{
    background: url("nayami.jpg") no-repeat center;
    background-size: cover;
    padding: 6rem 0 10rem;
}

#fukugen_wrap #trouble ol{
    display: inline-block;
    text-align: left;
    margin: 25px auto 40px;
    background: rgba(252,252,252,0.8);
    padding: 5%;
    box-sizing: border-box;
}

#fukugen_wrap #trouble ol li{
    background: url("check.png") no-repeat left;
    padding-left: 3.5rem;
    margin-bottom: 2.4rem;
    font-size:clamp(1.7rem, 0.648rem + 2.6vw, 2.4rem);
}

#fukugen_wrap #trouble .cause{
    font-family: var(--Ja-mincho);
    font-size: clamp(2.2rem, 1.1rem + 2.4vw, 3.2rem);
    margin-bottom: 5rem;
}

#fukugen_wrap #trouble .cause span{
    font-family: var(--Ja-mincho);
    font-size: clamp(3rem, 0.769rem + 4.5vw, 4rem);
    color: var(--page-blue);
    border-bottom: double;
}


#fukugen_wrap #birth{
    margin-top: -90px;
}

#fukugen_wrap #birth .comm_ttl{
    margin: 50px auto;
    font-size: 5.5rem;
}

#fukugen_wrap #birth .comm_ttl p{
    font-size: clamp(2rem, 0.62rem + 2.2vw, 2.8rem);
    font-weight: normal;
}

#fukugen_wrap #birth .comm_ttl h2{
    color: var(--page-blue);
    font-size: clamp(3.6rem, 0.477rem + 4.62vw, 5rem);
    letter-spacing: 0.05rem;
}

#fukugen_wrap #birth .so{
    width: 32%;
    max-width: 230px;
    margin: auto;
}
#fukugen_wrap #birth .image{
    position: relative;
    max-width: 720px;
    margin: auto;
}

#fukugen_wrap #birth .image p{
    position: absolute;
    right: 5%;
    top: 7%;
    font-size: clamp(1.6rem, 0.72rem + 2.05vw, 2.4rem);
    
}

#fukugen_wrap #birth h3{
    background: var(--page-blue);
    color: #fff;
    font-size: clamp(2.3rem, 0.738rem + 2.81vw, 3rem);
    letter-spacing: 0.05rem;
    margin: 40px auto;
    display: inline-block;
    padding: 3px 5%;
    line-height: 1.8;
}

#fukugen_wrap #birth dt{
    color: var(--page-blue);
    border-bottom: 1px solid var(--page-blue);
    font-size: clamp(2.3rem, 0.292rem + 3.54vw, 3.2rem);
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
}

#fukugen_wrap #birth dd{
    text-align: left;
    line-height: 1.8;
}

#fukugen_wrap #birth dd span{
    color: #ca670f;
    font-weight: bold;
}



#fukugen_wrap #care{
    background: url("bg.jpg") no-repeat;
    color: #fff;
    padding: 4rem 0;
}

#fukugen_wrap #care h2{
    font-family: var(--Ja-mincho);
    font-size: clamp(3.2rem, 0.3rem + 5.3vw, 4.5rem);
    font-weight: normal;
}

#fukugen_wrap #care ol{
    margin: 4rem auto 2rem;
    justify-content: center;
}

#fukugen_wrap #care ol li{
    width: 17%;
    margin: 0 0.65rem 3rem;
}

#fukugen_wrap #care ol li span{
    display: block;
    margin-top: 1rem;
}

#fukugen_wrap #care p{
    text-align: left;
    line-height: 1.8;
}




#fukugen_wrap #voice{
    padding-top: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f5fc+0,f6fbff+100 */
background: linear-gradient(to bottom,  #f1f5fc 35%,#f6fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
}
#fukugen_wrap #voice h2{
    color: var(--page-blue);
}

#fukugen_wrap #voice ol.comm_flex{
    width: 90%;
    margin: 2rem auto 0;
    align-items: normal !important;
}

#fukugen_wrap #voice ol li{
    width: 32%;
    background: #fff;
    padding: 2rem 0.5rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    font-size: clamp(1.6rem, 0.485rem + 2.08vw, 2.1rem);
    border-radius: 1.5rem;
    box-shadow: 6px 6px 15px -8px #999;
    display: flex;
    justify-content: center;
    align-items: center;
}


#fukugen_wrap #voice ol li:nth-of-type(2n){
    background: #e0eefc;
}

#fukugen_wrap #voice ol li span{
    color: #ca670f;
    font-weight: bold;
}

#fukugen_wrap #voice .att{
    position: absolute;
    bottom:2rem;
    text-align: left;
    width: 90%;
    left: 5%;
    font-size: clamp(1rem, 0.554rem + 1vw, 1.2rem);
}


#fukugen_wrap #point{
    background: url("point.jpg") no-repeat right top var(--page-blue);
    padding: 5rem 0 0.01rem;
    counter-reset: number;
}

#fukugen_wrap #point .comm_ttl{
    color: #fff;
    margin-bottom: 3rem;
}

#fukugen_wrap #point .comm_ttl h2{
    font-size: clamp(2.5rem, 1.385rem + 2.5vw, 3rem);
}

#fukugen_wrap #point .comm_ttl .midashi{
    font-size: clamp(8rem, 2.423rem + 12.38vw, 10.5rem);
    font-family: var(--Ja-mincho);
}

#fukugen_wrap #point .comm_ttl .midashi span:first-of-type{
    font-style: italic;
    font-size: clamp(14rem, 8.423rem + 12.38vw, 16.5rem);
    font-family: var(--page-numb);
    line-height: 1.05;
}

#fukugen_wrap #point .comm_ttl .midashi span:nth-of-type(2){
    font-size: 80%;
}

#fukugen_wrap #point .block{
    margin-bottom: 8rem;
}

#fukugen_wrap #point .comm_inner{
    background: #fff;
    padding: 5rem 5%;
    box-sizing: border-box;
    counter-reset: filter;
}

#fukugen_wrap #point .comm_inner .point{
    content: "POINT" counter(number , decimal-leading-zero);
    background: var(--base-color);
    color: #fff;
    position: relative;
    transform: skewX(150deg);/*傾斜をつける*/
    margin-top: -3em;
    display: inline-block;
    padding: 0.1rem 3rem;
}

#fukugen_wrap #point .comm_inner .point span{
  display: block;
  transform: skewX(-150deg);/*テキストのみ傾斜を戻す*/
    counter-increment: number;
    letter-spacing: 0.2rem;
    font-size: clamp(1.6rem, 1.182rem + 1.2vw, 2rem);
}

#fukugen_wrap #point .comm_inner .point span:after{
    content:  counter(number , decimal-leading-zero);
}

/*#fukugen_wrap #point .comm_inner .text{
    width: 90%;
    margin: auto;
}*/

#fukugen_wrap #point .comm_inner .text h3{
    font-size: clamp(3.5rem, 0.154rem + 6.23vw, 5rem);
    font-family: var(--Ja-mincho);
    color: var(--page-blue);
    font-weight: normal;
    margin-bottom: 3rem;
}
#fukugen_wrap #point .block:last-of-type  .comm_inner .text h3{
    font-size: clamp(2.4rem, 1.851rem + 1.91vw, 4rem);
}

#fukugen_wrap #point .comm_inner .text dt{
    font-size: clamp(2.4rem, 1.2rem + 2.15vw, 3.5rem);
}

#fukugen_wrap #point .comm_inner .text dt p{
    font-size: clamp(2rem, 0.9rem + 1.82vw, 2.5rem);
    margin-bottom: 0.5rem;
}

#fukugen_wrap #point .comm_inner .text dt span{
    font-size: clamp(1.1rem, 0.373rem + 1.18vw, 1.8rem);
    border: 1px solid var(--base-color);
    padding: 0.5rem;
    margin-left: 1.5rem;
    vertical-align: middle;
}

#fukugen_wrap #point .comm_inner .text dd{
    text-align: left;
    margin-top: 2rem;
}

#fukugen_wrap #point .comm_inner .text dd span{
    color: #ca670f;
}

#fukugen_wrap #point .block:last-of-type  .comm_inner .text dt{
    background: var(--page-blue);
    color: #fff;
}

#fukugen_wrap #point .block:last-of-type  .comm_inner .text dd .image{
    width: 42%;
    text-align: center;
    font-size: 60%;
}

#fukugen_wrap #point .block:last-of-type  .comm_inner .text dd p{
    width: 55%;
}


#fukugen_wrap #point .stripe{
    background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 2px, #fff 2px, #fff 4px);
}

#fukugen_wrap #point .comm_inner ol{
    margin-top: 3rem;
}

#fukugen_wrap #point .comm_inner ol li{
    border: 2px solid var(--page-blue);
    width: 31%;
    background: #fff;
    border-radius: 10px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 2rem;
}

#fukugen_wrap #point .comm_inner ol li .ttl{
    background: var(--page-blue);
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
}

#fukugen_wrap #point .comm_inner ol li p{
    width: 82%;
    margin: 1.5rem auto;
}

#fukugen_wrap #point .comm_inner ol li p span{
    color: #ca670f;
}

#fukugen_wrap #point .comm_inner .box{
    border: 2px solid var(--page-blue);
    background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 2px, #fff 2px, #fff 4px);
    border-radius: 10px;
    font-size: 2rem;
    text-align: left;
    margin: 2rem auto;
    box-sizing: border-box;
}

#fukugen_wrap #point .comm_inner .box dl{
    width: 90%;
    margin: 30px auto;
    counter-increment: filter;
}

#fukugen_wrap #point .comm_inner .box dl:before{
    content:  "FILTER."counter(filter , decimal-leading-zero);
    text-align: center;
    color: var(--page-blue);
    display: block;
    margin-bottom: 0.8rem;
    letter-spacing: 0.15rem;
    font-family: var(--Ja-sans);
    font-size: clamp(1.6rem, 1.182rem + 1.45vw, 2rem);

}
#fukugen_wrap #point .comm_inner .box dt{
    text-align: center;
    background: var(--page-blue);
    color: #fff;
    padding: 0.5rem 0;
    font-size: clamp(1.8rem, 1.388rem + 1.43vw, 3rem);
    width: 92%;
    margin: 0 auto 2.3rem;
}

#fukugen_wrap #point .comm_inner .box dt span{
    font-size: 70%;
    vertical-align: middle;
    margin-right: 0.25rem
}
#fukugen_wrap #point .comm_inner .box dd p{
    text-align: center;
    margin-bottom: 2.3rem;
    font-size: clamp(2.2rem, 1.0rem + 2.2vw, 3rem);
}

#fukugen_wrap #point .comm_inner .box dd span{
    color: #ca670f;
}

#fukugen_wrap #point .comm_inner .box ul{
    width: 90%;
    margin: 0 auto 2rem;
}

#fukugen_wrap #point .comm_inner .box ul li{
    width: 48%;
    font-size: clamp(1.5rem, 0.64rem + 2.1vw, 2.4rem);
}

#fukugen_wrap #point .comm_inner .box ul li .ttl{
    margin-bottom: 0.3rem;
}

#fukugen_wrap #point .comm_inner .box .att{
    width: 90%;
    margin: 0 auto 3rem;
    font-size: 1.3rem;
    letter-spacing: -0.09rem;
}



#fukugen_wrap #summary{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9f0ff+100 */
background: linear-gradient(to bottom,  #ffffff 65%,#e9f0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 3em;
}


#fukugen_wrap #summary .inner{
    position: relative;
    margin-top: 5rem;
    width: 95%;
    margin: 5rem 0 0 5%;
}

#fukugen_wrap #summary .inner .box{
    position: absolute;
    left: 3%;
    width: 70%;
    top: 5rem;
    text-align: left;
    font-family: var(--Ja-mincho);
}

#fukugen_wrap #summary .inner .box:nth-of-type(2){
    position: absolute;
    bottom: 5rem;
    top: inherit;
    left:inherit;
    width: 40%;
    right: 0;
}


#fukugen_wrap #howto{
    background: url("howto.png") no-repeat right top;
    background-size: 33%;

}

#fukugen_wrap #howto .comm_ttl{
    margin-bottom: 1.5em;
}

#fukugen_wrap #howto .comm_ttl h2{
    color: var(--page-blue);
    margin-top: 0.8em;
}

#fukugen_wrap #howto .comm_ttl h2 span{
    display: block;
    font-size: 60%;
    font-family: var(--BP-fonts);
    color: var(--base-color);
}

#fukugen_wrap #howto #basic .comm_flex{
    margin-bottom: 2em;
}

#fukugen_wrap #howto #basic .comm_flex dl{
    width: 55%;
    text-align: left;
}

#fukugen_wrap #howto #basic .comm_flex dt{
    margin-bottom: 0.6em;
    font-size: clamp(1.8rem, 1.628rem + 0.6vw, 2.3rem);
}

#fukugen_wrap #howto #basic .comm_flex dt h3{
    background: #344665;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    display: inline;
    padding: 0.1em 1em 0.2em;;
    text-align: center;
    font-size: clamp(1.8rem, 1.628rem + 0.6vw, 2.3rem);
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

#fukugen_wrap #howto #basic .comm_flex dd{
    font-size: clamp(1.6rem, 1.463rem + 0.48vw, 2rem);
}

#fukugen_wrap #howto #basic .comm_flex dd span{
    display: block;
    font-size: 80%;
    margin-top: 0.5em;
}

#fukugen_wrap #howto #basic .comm_flex p{
    width: 42%;
}


#fukugen_wrap #howto #howto_other{
    margin-top: 3em;
    text-align: left;
}

#fukugen_wrap #howto #howto_other .block{
    margin-top: 2em;
}

#fukugen_wrap #howto #howto_other .block dl{
    margin-bottom: 0.5em;
}

#fukugen_wrap #howto #howto_other .block dt{
    font-size: clamp(2rem, 1.657rem + 1.19vw, 3rem);
}

#fukugen_wrap #howto #howto_other .block dd span{
    font-size: 80%;
    display: block;
}

#fukugen_wrap #howto #howto_other .block .comm_flex{
    align-items: flex-start;
}

#fukugen_wrap #howto #howto_other .block .comm_flex .box{
    width: 48%;
}

#fukugen_wrap #howto #howto_other .block .comm_flex dl{
    width: 55%;
}

#fukugen_wrap #howto #howto_other .block .comm_flex p{
    width: 40%;
}

#fukugen_wrap #area{
    background: #e7e9f3;
    padding: 5%;
}

#fukugen_wrap #area img{
    
}








#fukugen_wrap #useful h2{
    color: var(--page-blue);
    font-size: clamp(3.2rem, 0.3rem + 5vw, 4.5rem);
    font-family: var(--Ja-mincho);
    font-weight: normal;
}

#fukugen_wrap #useful .comm_flex{
    margin-top: 5rem;
    align-items: center;
    position: relative;
}

#fukugen_wrap #useful .comm_flex .image{
    width: 70%;
}

#fukugen_wrap #useful .comm_flex p{
    width: 55%;
    text-align: left;
    font-family: var(--Ja-mincho);
    position: absolute;
    font-size: clamp(2rem, 0.955rem + 2.15vw, 3rem);
    line-height: 1.8;
}

#fukugen_wrap #useful .comm_flex:nth-of-type(1) .image{
    margin-left: 30%;
    text-align: right;
}

#fukugen_wrap #useful .comm_flex:nth-of-type(1) p{
    left: 5%;
}

#fukugen_wrap #useful .comm_flex:nth-of-type(2) .image{
    text-align: left;
}

#fukugen_wrap #useful .comm_flex:nth-of-type(2) p{
    right: 1.5%;
    text-align: right
}



#fukugen_wrap #warranty{
    font-size: 2.2rem;
}

#fukugen_wrap #warranty h2{
    background: var(--page-blue);
    color: #fff;
    font-size: clamp(2.8rem, 1.8rem + 2.25vw, 3.5rem);
    font-weight: normal;
    padding: 2rem 0;
}

#fukugen_wrap #warranty h3{
    color: var(--page-blue);
    font-size: clamp(2.4rem, 1.2rem + 1.8vw, 3rem);
    font-weight: normal;
    margin: 4rem auto 3rem;
}

#fukugen_wrap #warranty p{
    text-align: left;
    line-height: 1.8;
}

#fukugen_wrap #warranty .att{
    font-size: 1.8rem;
    margin: 3.5rem auto;
}

#fukugen_wrap #warranty .att span{
    color: #ca670f;
}

#fukugen_wrap #warranty ol{
    border: 1px solid var(--page-blue);
    text-align: left;
    padding: 3%;
    box-sizing: border-box;
    color: var(--page-blue);
}

#fukugen_wrap #warranty ol li{
    margin-top: 0.5rem;
}

#fukugen_wrap #warranty ol li span{
    color: var(--base-color);
}



#fukugen_wrap #spec{
    background: #e7e9f3;
    padding: 5rem 5%;
    box-sizing: border-box;
}

#fukugen_wrap #spec .comm_ttl{
    margin-bottom: 3rem;
}

#fukugen_wrap #spec .comm_ttl h2{
    color: var(--page-blue);
}

#fukugen_wrap #spec dl{
    text-align: left;
    font-size: clamp(1.2rem, 0.573rem + 2.18vw, 1.8rem);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: 5rem auto 0;
    line-height: 1.8;
}

#fukugen_wrap #spec dt {
    /*width: 18%;
    padding: 1.2rem 0;
    border-right: 1px solid;*/
    box-sizing: border-box;
    line-height: 1.8;
}

#fukugen_wrap #spec dd {
    /*width: 77%;
    padding: 1.2rem 0;*/
    line-height: 1.8;
}




@media only screen and (max-width: 768px) {
    /*#fukugen_wrap #trouble ol{
        width: 90%;
    }*/
    #fukugen_wrap #birth h3{
        margin: 30px auto;
    }
    #fukugen_wrap #care ol li{
        font-size: 17px;
    }
    #fukugen_wrap #point .comm_inner ol li p {
      font-size: 18px;
    }
    #fukugen_wrap #point .comm_inner .text dt span {
      margin-left: 0.5rem;
    }


    #fukugen_wrap #warranty ol li{
        font-size: 1.63rem;
    }


}











@media only screen and (max-width: 540px) {
#fukugen_wrap .comm_ttl p{
    margin-bottom: 5px;
}
#fukugen_wrap .comm_ttl h2{
    font-size: clamp(2.2rem, 0.3rem + 4.5vw, 3.2rem);
}

#fukugen_wrap .brsp{
    display: block;
}


#fukugen_wrap #about .comm_flex dl{
    width: 31.5%;
}
#fukugen_wrap #about .comm_flex dl dt {
  font-size: clamp(1.4rem, 0.7rem + 2vw, 1.8rem);
  margin-bottom: 8px;
}
#fukugen_wrap #about .comm_flex dl dd {
  font-size: clamp(1.1rem, 0.3rem + 2vw, 2rem);
}
#fukugen_wrap #about .att {
  font-size: 1.2rem;
}
#fukugen_wrap #compact {
    padding: 3em 0 12em;
}





#fukugen_wrap #trouble ol li {
  font-size: clamp(1.3rem, 0.48rem + 2.2vw, 1.7rem);
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  background-size: 16px;
}
#fukugen_wrap #trouble .cause {
  font-size: clamp(1.4rem, 1.0rem + 2vw, 2.2rem);
  margin-bottom: 3.5rem;
}
#fukugen_wrap #trouble .cause span {
  font-size: clamp(2.4rem, 0.769rem + 4.0vw, 3rem);
}
#fukugen_wrap #birth .comm_ttl {
  margin: 30px auto;
}
#fukugen_wrap #birth .comm_ttl p {
  font-size: clamp(1.4rem, 0.62rem + 2.1vw, 2rem);
}
#fukugen_wrap #birth .comm_ttl h2 {
  font-size: clamp(2.3rem, 0.477rem + 4.62vw, 4rem);
}
#fukugen_wrap #birth .image p {
  right: 4%;
  font-size: clamp(1.2rem, 0.72rem + 1.5vw, 1.6rem);
}
#fukugen_wrap #birth h3 {
  font-size: clamp(1.5rem, 0.538rem + 2.31vw, 2.3rem);
}
#fukugen_wrap #birth dt {
  color: var(--page-blue);
  border-bottom: 1px solid var(--page-blue);
  font-size: clamp(1.9rem, 0.292rem + 3.54vw, 2.3rem);
}
#fukugen_wrap #care h2 {
  font-size: clamp(2.15rem, 0.3rem + 4.5vw, 3.2rem);
}
#fukugen_wrap #care ol li {
  margin: 0 0.35rem 2rem;
  font-size: 1.2rem;
}
#fukugen_wrap #care ol li span {
    margin-top: 0.5rem;
}
#fukugen_wrap #voice ol li{
    font-size: clamp(1.03rem, 0.285rem + 2.1vw, 1.6rem);
}
#fukugen_wrap #point .comm_ttl h2 {
  font-size: clamp(2rem, 1.285rem + 2.5vw, 2.5rem);
}
#fukugen_wrap #point .comm_ttl .midashi span:first-of-type {
  font-size: clamp(8rem, 8.423rem + 8.38vw, 14rem);
}
#fukugen_wrap #point .comm_ttl .midashi {
  font-size: clamp(5rem, 2.423rem + 8.38vw, 8rem);
}
#fukugen_wrap #point .comm_inner .point{
    margin-top: -3.75em;
}

#fukugen_wrap #point .comm_inner .text h3 {
  font-size: clamp(2.4rem, 0.154rem + 4.23vw, 3.5rem);
  margin-bottom: 2rem;
}

#fukugen_wrap #point .comm_inner .text dt {
  font-size: clamp(2rem, 1.2rem + 2.15vw, 2.4rem);
}
#fukugen_wrap #point .comm_inner .text dt p {
  font-size: clamp(1.8rem, 0.9rem + 1.82vw, 2rem);
}
#fukugen_wrap #point .comm_inner .text dt span {
    display: inline-block;
}
#fukugen_wrap #point .comm_inner ol li {
  width: 47.5%;
}
#fukugen_wrap #point .comm_inner ol li p{
    font-size: 1.5rem;
}
#fukugen_wrap #point .stripe p.brsp{
    display: block;
}
#fukugen_wrap #point .comm_inner .box{
    font-size: inherit;
}
#fukugen_wrap #point .comm_inner .box dt{
    margin-bottom: 1.5rem;
}
#fukugen_wrap #point .comm_inner .box dd p{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
#fukugen_wrap #point .comm_inner .box .att {
  font-size: 1.2rem;
}
#fukugen_wrap #summary .inner .box {
  top: 2rem;
}
#fukugen_wrap #summary .inner .box:nth-of-type(2) {
  bottom: 3rem;
}

#fukugen_wrap #howto #basic .comm_flex dl{
    width: 100%;
}
#fukugen_wrap #howto #basic .comm_flex p {
    width: 80%;
    margin: 1em auto;
}





#fukugen_wrap #useful .comm_flex {
  margin-top: 2rem;
}
#fukugen_wrap #useful h2{
    font-size: clamp(1.8rem, 0.267rem + 3.33vw, 2.4rem);
}
#fukugen_wrap #useful .comm_flex p{
    width: 58%;
    font-size: clamp(1.45rem, 0.044rem + 2.89vw, 2rem);
}
#fukugen_wrap #useful .comm_flex:nth-of-type(2) p {
  right: 0;
}
#fukugen_wrap #warranty h2{
    font-size: clamp(2rem, -0.044rem + 5.11vw, 2.8rem);
}
#fukugen_wrap #warranty h3{
    font-size: clamp(1.8rem, 1.289rem + 1.78vw, 2rem);
}
#fukugen_wrap #warranty{
    font-size: inherit;
}
#fukugen_wrap #warranty .att{
    font-size: 1.2rem;
    text-align: left;
    margin: 2rem auto;
}
#fukugen_wrap #warranty ol li {
    font-size: 1.2rem;
}









}









