@charset "utf-8";
/* CSS Document */


/*-----------------------------------------

Last update:    2025-11-19

---------------------------------------*/


/*=============================
個人情報保護の取り扱い
#cf_policy
=============================*/
#cf_policy .block01 dl{
    margin-bottom:3em;
}

#cf_policy .block01 h3,
#cf_policy .block01 dt{
    font-weight:700;
}

#cf_policy .block01:first-of-type{
    border-bottom:2px dotted #724e09;
    padding-bottom:2em;
}



/*=============================
ご利用案内
#cf_guide
=============================*/

#cf_guide .guide_list01{
    display: flex;
    flex-wrap: wrap;
    gap:1.5em;
}
#cf_guide .guide_list01 .guide_block01{
    position:relative;
    width:calc((100% - 3em)/3);
    background: #fff;
    border:2px solid #c9b7ab;
}
#cf_guide .guide_list01 .guide_block01:hover{
    border:2px solid #037f52;
}
#cf_guide .guide_list01 .guide_block01 a{
    display:block;
    padding:1em;
    color:#271b11;
    box-sizing: border-box;
}
#cf_guide .guide_block01 h3{
    font-size:110%;
    font-weight:700;
    line-height:1.5;
    text-align:center;
    margin-bottom:1em;
}
#cf_guide .guide_list01 .guide_block01 h3 span{
    display:inline-block;
}
#cf_guide a .guide_explain{
    margin-bottom:3em;
}
#cf_guide a .btn_guide{
    position:absolute;
    bottom:1em;
    left:0;
    right:0;
    width:70%;
    border:2px solid #037f52;
    box-sizing:border-box;
    border-radius:8px;
    color:#fff;
    background:#037f52;
    font-size:85%;
    font-weight:700;
    text-align:center;
    padding:0.25em 0;
    margin:0 auto;
}
#cf_guide a:hover .btn_guide{
    color:#037f52;
    background:#fff;
    transition:0.5s;
}
@media screen and (max-width:768px){
    #cf_guide .guide_list01{
        gap:1em;
    }
    #cf_guide .guide_list01 .guide_block01{
        width:calc((100% - 2em)/2);
    }
}

@media screen and (max-width:480px){
    #cf_guide .guide_list01 .guide_block01{
        width:100%;
    }
    #cf_guide .guide_list01 .guide_block01 h3{
        margin-bottom:0.5em;
    }
    #cf_guide a .guide_explain{
        margin-bottom:4em;
    }
    #cf_guide a .btn_guide{
        width:90%;
        padding:0.5em 0;
    }
}



/*=============================
発送について
#cf_postage
=============================*/
#cf_postage .table_style th{
    width:13em;
}
#cf_postage .block01 h5{
    font-weight:700;
    margin-bottom:0.5em;
}
#cf_postage .waku01 span{
    display:inline-block;
}

@media screen and (max-width:480px){
#cf_postage .table_style th{
    width:8em;
}
}



/*=============================
ファズー保証約款
#cf_guarantee
#cf_guarantee5
=============================*/
#cf_guarantee h3,
#cf_guarantee5 h3{
    font-weight:700;
    font-size:110%;
    margin-bottom:1.5em;
}

#cf_guarantee .block01 h4,
#cf_guarantee5 .block01 h4{
    font-weight:700;
    margin-bottom:0.5em;
}



/*=============================
ファズー店長ご挨拶
#cf_manager
=============================*/
#cf_manager .block01 p{
    margin-bottom: 1em;
}
#cf_manager .block01 p em{
    font-style: normal;
}
#cf_manager .img_area02{
    width:30%;
    float:right;
    margin:0 0 1em 2em;
}
#cf_manager .img_area02 img{
    margin-bottom:1em;
}




#cf_manager .img_area01{
    width:30%;
    float:right;
    margin:0 0 1em 2em;
}
#cf_manager .img_area01 img{
    border-radius:50%;
    margin-bottom:1em;
}
#cf_manager .img_area01 dt{
    display:block;
    text-align:center;
    font-size:90%;
    font-weight:700;
    line-height:1.5;
}
#cf_manager .img_area01 dt span{
    display:inline-block;
}
#cf_manager .img_area01 dd{
    display:block;
    text-align:center;
    font-size:110%;
    font-weight:700;
    line-height:1.5;
}
#cf_manager .text_area01 p{
    margin-bottom:1em;
}
#cf_manager .btn_blog01 a{
    display:block;
    max-width:400px;
    background:#037f52;
	border:2px solid #037f52;
    color:#fff;
    text-align:center;
    border-radius:4px;
    line-height:1.4;
    padding:0.75em 0.5em;
    margin:0 auto;
}
#cf_manager .btn_blog01 a:hover{
    background:#fff;
    color:#037f52;
    transition:0.5s;
}
#cf_manager .link_gaibu span{
    position:relative;
    margin-right:1.5em;
}
#cf_manager .link_gaibu span:after{
    position:absolute;
    font-family: 'icomoon';
    content:"\e300";
    top:0.1em;
    right:-1.5em;
}
@media screen and (max-width:480px){
#cf_manager .img_area01{
    width:40%;
    margin:0 0 1em 1em;
}
#cf_manager .img_area01 img{
    margin-bottom:0.5em;
}
#cf_manager .img_area01 dd{
    font-size:100%;
}
}



/*=============================
ファズー スタッフ紹介
#cf_staff
=============================*/
#cf_staff .staff_block01 {
    clear: both;
    margin-bottom:3em;
    border:4px double #e1cdb3;
    background:rgba(225,205,179,0.3);
    padding:2em;
}
@media screen and (max-width:480px){
#cf_staff .staff_block01 {
    padding:1em;
}
}

#cf_staff .staff_block01 .staff_photo {
    width: 30%;
    float: left;
    margin-bottom:1.5em;
}
#cf_staff .staff_block01 .staff_photo img{
    margin:0 auto;
    border-radius: 50%;
}
#cf_staff .staff_block01 .staff_name {
    width: 70%;
    float: right;
    margin-bottom:1em;
}
#cf_staff .staff_block01 .staff_name dl {
    display: block;
    font-size: 120%;
    margin-bottom:0.5em;
}
#cf_staff .staff_block01 .staff_name dd {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 160%;
    text-align: left;
    border-bottom: 2px solid #724e09;
    padding-bottom:0.25em;
}
#cf_staff .staff_block01 .staff_name li {
    display:inline-block;
    margin-right:1em;
}

#cf_staff .staff_voice {
    clear:both;
    padding:0 0 0 1em;
}
#cf_staff .staff_voice dl {
    zoom:1;
    width:100%;
}
#cf_staff .staff_voice dl:after{
    font-size:1px;
    color:#fff;
    content:"";
    display:block;
    height:0px;
    clear:both;
}
#cf_staff .staff_voice dt {
    display:block;
    float: left;
    width: 10%;
    box-sizing:border-box;
    margin: 1em 0 0 0;
}
#cf_staff .staff_voice dt img{
    width: 45px;
    margin:0 auto;
}
#cf_staff .staff_voice dd {
    display:block;
    float: right;
    width:90%;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing:border-box;
    padding: 1em 0 1em 1em;
    border-bottom: 2px dotted #724e09;
}
#cf_staff .staff_voice dd h4 {
    font-weight:700;
    margin-bottom:0.5em;
}
#cf_staff .staff_voice .recommend {
    display:flex;
    justify-content: space-between;
}
#cf_staff .staff_voice .recommend_txt {
    width: calc(100% - 200px );
    padding-right: 2em;
    }
#cf_staff .staff_voice .recommend_img {
    width: 200px;
}

@media screen and (max-width:768px){
    #cf_staff .staff_block01 .staff_photo {
        width: 27%;
    }
}

@media screen and (max-width:600px){
    #cf_staff .staff_voice .recommend {
        flex-wrap: wrap;
    }
    #cf_staff .staff_voice .recommend_txt {
        width: 100% ;
        padding-right: 0em;
        }
    #cf_staff .staff_voice .recommend_img {
        width: 100%;
        margin-top: 0.5em;
    }
}

@media screen and (max-width:480px){
    #cf_staff .staff_block01 .staff_name dl {
        font-size: 100%;
    }
    #cf_staff .staff_voice {
        padding:0;
    }
}



/*=============================
専門店だからできる5つの安心
#cf_5promise
=============================*/
#cf_5promise h2.ttl_main{
    background:#fff;
    margin-bottom:3em;
}
#cf_5promise h2.ttl_main img{
    max-width:520px;
    margin:0 auto;
}
#cf_5promise .img_area01{
    width:30%;
    float:right;
    margin:0 0 1em 2em;
}
#cf_5promise .img_area01 img{
    border-radius:50%;
    margin-bottom:1em;
}
#cf_5promise .img_area01 dt{
    display:block;
    text-align:center;
    font-size:90%;
    font-weight:700;
    line-height:1.5;
}
#cf_5promise .img_area01 dt span{
    display:inline-block;
}
#cf_5promise .img_area01 dd{
    display:block;
    text-align:center;
    font-size:110%;
    font-weight:700;
    line-height:1.5;
}
#cf_5promise .text_area01 p{
    margin-bottom:1em;
}

#cf_5promise .promise_menu{
    clear:both;
    text-align:center;
}
#cf_5promise .promise_menu li{
    display:inline-block;
    width:19%;
}
#cf_5promise .promise_menu li img{
    margin:0 auto;
}

#cf_5promise .table_style th{
    width:12em;
}

#cf_5promise .btn_contact{
    text-align:center;
}
#cf_5promise .btn_contact li{
    display:inline-block;
    width:28%;
    margin:0 1%;
}
#cf_5promise .waku01{
	border:4px double #c9b7ab;
    padding:1em 2em;
}

@media screen and (max-width:640px){
#cf_5promise .btn_contact li{
    width:60%;
    margin:0 0 1em 0;
}
}

@media screen and (max-width:480px){
#cf_5promise .img_area01{
    width:40%;
    margin:0 0 1em 1em;
}
#cf_5promise .img_area01 img{
    margin-bottom:0.5em;
}
#cf_5promise .img_area01 dd{
    font-size:100%;
}
#cf_5promise .btn_contact li{
    width:75%;
}
}


/*=============================
2分でわかる5つのポイント
#cf_point
=============================*/
/*モーダル*/
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1000;
}
.modal-overlay.active {
    display: flex;
}
#modal-overlay .modal {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    padding-bottom: 0;
    width: 90%;
    box-sizing: border-box;
    background: #f2e8da;
}
#modal-overlay .modal.active {
    display: flex;
}
@media (min-width: 768px) {
    #modal-overlay .modal {
        width: 700px;
        border-radius: 8px;
        padding: 20px;
        padding-bottom: 0;
    }
}

#modal-overlay .modal-text {
    font-size: large;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
}
#modal-overlay .modal-image {
    width: 100%;
}
#modal-overlay .modal-close-btn {
    position: absolute;
    right: 0;
    top: -59px;
    background-color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    z-index: 1000;
    width: 48px;
    padding-bottom: 10px;
}

#modal-overlay .highlight-text {
    color: #ff6460;
}
#modal-overlay .link-text {
    color: #3d3d3d;
}
#modal-overlay .modal-txt {
    position: absolute;
    right: 5px;
    top: -26px;
    z-index: 1000;
    font-size: 12px;
    cursor: pointer;
}
#modal-overlay .bunner-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
}
#modal-overlay .bunner-box h2 {
    width: 70%;
    text-align: center;
}
@media (max-width: 768px) {
    #modal-overlay .bunner-box h2 {
        font-size: 14px;
    }
}

#modal-overlay .bunner-box img {
    width: 30%;
    max-width: 100px;
}
#modal-overlay .inquiry_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-overlay .inquiry_box ul li {
    margin: 0 1%;
}

@media (max-width: 768px) {
    #modal-overlay .inquiry_box ul {
        flex-direction: column;
    }
}


#cf_point h2.ttl_main{
    max-width:642px;
    margin:0 auto;
}

#cf_point .pg_nav{
    display: flex;
    max-width:800px;
    max-height: 124px;
    justify-content: space-between;
    margin:3em auto 5em;
}

/* タイトル .ttl_obi打消し */
#cf_point .ttl_obi01.ttl_point01{
    margin-left:1em;
    margin-bottom:3em;
    position:relative;
}
#cf_point .ttl_obi01.ttl_point01 span{
    padding-left:100px;
}
#cf_point .ttl_obi01.ttl_point01 img{
    display:block;
    width:100px;
    position:absolute;
    top:-30px;
    left:-1em;
}
@media screen and (max-width:480px){
#cf_point .ttl_obi01.ttl_point01 span{
    padding-left:80px;
}
#cf_point .ttl_obi01.ttl_point01 img{
    width:80px;
    top:-15px;
}
}

/*ワク*/
#cf_point .waku_box{
    background:url(../../cf_img/parts_inquiry/inquiry_pattern01.png) repeat;
    padding:1em;
    margin-bottom:1.5em;
}
#cf_point .waku_box .waku_inner{
    background:#fff;
    padding:1.5em 0 1.5em;
}


#cf_point #point01 .waku_box{
    width:48.5%;
    float:left;
}
#cf_point #point01 .waku_box:nth-of-type(2n){
    margin-left:3%;
}


@media screen and (max-width:480px){
#cf_point #point01 .waku_box{
    width:100%;
    float:none;
}

#cf_point #point01 .waku_box:nth-of-type(2n){
    margin-left:0;
}
}



/* ========================================
point01
waku
======================================== */
#cf_point #point01 .waku_box dt{
    color:#9bc839;
    font-size:110%;
    font-weight:bolder;
    text-align:center;
    margin-top:0.5em;
}
#cf_point #point01 .waku_box dd{
    text-align:center;
}
#cf_point #point01 .waku_box dd em{
    font-style:normal;
    font-weight:bolder;
}

#point01 p.p_txt01{
    clear:both;
    color: #629700;
    font-size: 130%;
    font-weight: bolder;
    text-align:center;
    margin-bottom:1em;
}
#point01 p.p_txt01 span{
    display:inline-block;
}



/* ========================================
point01
movie
======================================== */
#cf_point #point01 #movie_block01{
    clear:both;
    margin-top:3em;
}

#cf_point #point01 #movie_block01 dl{
    display:block;
    box-sizing:border-box;
    width:47.5%;
    float:left;
    margin-bottom:1.5em;
}
#cf_point #point01 #movie_block01 dl:first-of-type{
    margin-right:5%;
}

#cf_point #point01 #movie_block01 dt{
    text-align:center;
}

#cf_point #point01 #movie_block01 div{
	position:relative;
	width:100%;
    height:0;
    padding-top: 50%;
    margin:0 auto 0;
}

#cf_point #point01 #movie_block01 div iframe{
    position: absolute;
    top: 0;
    right: 0;
    width:100%;
    height:100%;
    margin-top:0.5em;
}

@media screen and (max-width:768px){
#cf_point #point01 #movie_block01 .movie_box01{
    width:100%;
    float:none;
    margin-bottom:1.5em;
}
#cf_point #point01 #movie_block01 dl:first-of-type{
    margin-right:0;
    margin-bottom:3em;
}
}



/* ========================================
attention01
======================================== */
#cf_point .attbox01 {
    margin: 2em 0 3em;
}
#cf_point .attbox01 {background: #f7f7f7;padding: 4px;}
#cf_point .attbox01_inner {
    display: flex;
    align-items: center;
    padding: 0.75em 1em;
    color: #666;
    font-weight: 700;
    border: solid 1px #ddd;
}
#cf_point .attbox01_inner h3,
#cf_point .attbox01_inner h4 {
    min-width: 128px;
    margin-right: 2em;
}

@media screen and (max-width:480px){
#cf_point .attbox01_inner h3,
#cf_point .attbox01_inner h4 {
    min-width: 80px;
    margin-right: 1em;
}

}



/* ========================================
point-link01
======================================== */
#cf_point .point-link01 {margin-top:3em;text-align: right; line-height:1.4; }
#cf_point .point-link01 a {display: inline-block;background:
url(../../cf_img/parts_point/point-link01_bg02.png) no-repeat 99% 45%,
url(../../cf_img/parts_point/point-link01_bg01.png) repeat-x left bottom;padding-right: 20px;padding-bottom: 5px;color: #629700;text-decoration: none;}
#cf_point .point-link01 a:hover {color: rgb(119, 181, 3);}
#cf_point .point-link01 span { display:inline-block;}
#cf_point .point-link01 a em {font-style:normal;}

@media screen and (max-width:480px){
#cf_point .point-link01 {margin: 6.6vw 10vw 0;text-align: center}
#cf_point .point-link01 a {display: block;background:
url(../../cf_img/parts_point/point-link01_bg02.png) no-repeat center 90%/2.4vw 1.3vw,
url(../../cf_img/parts_point/point-link01_bg01.png);padding: 3.3vw 0;color: #629700;text-decoration: none;border: solid 0.2vw #e5e5e5;border-bottom-width: 0.6vw;border-radius: 1vw}
#cf_point .point-link01 a em {font-size: 130%; font-style:normal;}
}



/* ========================================
point03
======================================== */
#point03 .point03-goods {
    margin-bottom:3em;
}
#point03 .point03-goods .img {
    margin-right:1em;
}

#point03 .point03-foot h3, #point03 .point03-foot h4 {color: #629700;font-size: 133.3%;font-weight: normal;text-align: center; line-height:1.4;}
#point03 .point03-foot h4 span{ display:inline-block; }
#point03 .point03-foot ul {display: flex;justify-content:center;}
#point03 .point03-foot li {margin: 1em 1em;}
#point03 .point03-foot a:hover {opacity: 0.9;}

@media screen and (max-width:480px){
    #point03 .point03-foot ul {display:block;justify-content:normal;}
    #point03 .point03-foot li {margin: 1em auto 0;width:100%;}
    #point03 .point03-foot li a img{margin:0 auto;}
}



/* ========================================
point05
======================================== */
#point05 {margin-top: 50px;}

/* 取付位置（高さ） */
#point05 .celling-wrap {margin-top: 3em;}
#point05 .celling {display: flex;}
#point05 .celling:nth-of-type(n+2) {margin-top: 3em;}
#point05 .celling .img {min-width: 250px;margin-right: 2em;}
#point05 .celling-text {padding-top: 0.5em;}
#point05 .celling-text h3, #point05 .celling-text h4 {margin-bottom: 1em;padding-bottom: 5px;font-size: 133.3%; line-height:1.5;border-bottom: solid 2px #9cc61e;}
#point05 .celling-text .small {color: #999;font-size: 80%;}

@media screen and (max-width:768px){
#point05 .celling .img {min-width: 180px;margin-right: 1em;}
}

@media screen and (max-width:480px){
#point05 .celling { display:inherit;}
#point05 .celling .img {margin-right:0;}
#point05 .celling .img  img{ margin:0 auto; }

}

/* パイプ */
#point05 .pype {margin-top: 3em;}
#point05 .pype > h3, #point05 .pype > h4 {padding-bottom: 5px;font-size: 133.3%;border-bottom: solid 2px #9cc61e;}
#point05 .pype-img {display: flex;align-items: center;margin-top: 1.5em;}
#point05 .pype-img p:nth-of-type(1) {min-width: 250px;margin-right: 2em;}
#point05 .pype-img .small {color: #999;font-size: 80%;}
#point05 .pype-img + p {margin: 3em 0 ;}

@media screen and (max-width:768px){
#point05 .pype-img p:nth-of-type(1) {min-width: 180px;margin-right: 1em;}
}

/* 初心者のためのシーリングファン選び */
#point05 .point05-foot {margin-top: 30px;}
#point05 .point05-foot h3, #point05 .point05-foot h4 {color: #629700;font-size: 106.7%;font-weight: normal;text-align: center;}
#point05 .point05-foot h3 em, #point05 .point05-foot h4 em {font-size: 125%;}
#point05 .point05-foot ul {display: flex;justify-content: center;margin-top: 15px;}
#point05 .point05-foot ul li {margin: 0 10px;}
#point05 .point05-foot a:hover {opacity: 0.9;}

@media screen and (max-width:480px){
#point05 .pype-img {display: inherit;}
#point05 .pype-img img { margin:0 auto; }
#point05 .pype-img p:nth-of-type(1) {margin-right:0; margin-bottom:1.5em;}


}



/* ========================================
guide
======================================== */
#cf_point .guide { width:100%;background: #f7f7f7;margin: 8em auto 0;padding: 4px;}
#cf_point .guide-inner {background: url(../../cf_img/parts_point/guide_bg01.png) no-repeat left center/auto 100%;padding: 2em 2em 2em 285px;color: #666;border: solid 1px #ddd;}
#cf_point .guide h2, #cf_point .guide h3 {margin-bottom: 15px;color: #629700;font-size: 133.3%;font-weight: normal; line-height:1.4}
#cf_point .guide h2 em, #cf_point .guide h3 em {font-size: 130%; font-style:normal;}
@media screen and (max-width:640px){
#cf_point .guide-inner {background: url(../../cf_img/parts_point/guide_bg01sp.png) no-repeat left bottom/35vw auto;padding: 1.5em 0.5em 1.5em 1em;}
#cf_point .guide h2, #cf_point .guide h3 {color: #629700;font-size: 100%;font-weight: normal;text-align: center}
#cf_point .guide p {  font-size:90%; width:70%; display:inline-block; margin-left:30%;}
}
@media screen and (max-width:480px){
#cf_point .guide { margin: 5em auto 0;}
#cf_point .guide-inner {background: url(../../cf_img/parts_point/guide_bg01sp.png) no-repeat left bottom/54vw auto;padding: 1.5em 0}
#cf_point .guide h2 em, .attachment-point .guide h3 em {font-size: 130%}
#cf_point .guide p { width:58%; display:inline-block; margin-left:40%;}
}



/*=============================
お友達紹介キャンペーン
#cf_friendship
=============================*/
#cf_friendship .ttl_main{
    background:url(../../cf_img/parts_friendship/bg_title.jpg) #f3f2ee no-repeat top center;
    background-size:100% auto;
    margin-bottom:3em;
    padding:2em 1em 2em;
}
#cf_friendship .ttl_main h2 img{
    width:52%;
    margin:0 auto;
}
#cf_friendship .ttl_main dl{
    max-width: 500px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 1em auto 0;
}
#cf_friendship .ttl_main dt{
    display: inline-block;
}
#cf_friendship .ttl_main dt:after{
    content: "：";
    margin: 0 0.5em;
}
#cf_friendship .ttl_main dd{
    display: inline-block;
}
#cf_friendship .ttl_main em{
    font-style: normal;
    font-size: 120%;
    font-weight: 700;
    padding-right: 0.25em;
}

@media screen and (max-width:768px){
    #cf_friendship .ttl_main{
        background:url(../../cf_img/parts_friendship/bg_title.jpg) #f3f2ee no-repeat top center;
        background-size:110% auto;
    }
    #cf_friendship .ttl_main h2 img{
        width:80%;
    }
}

@media screen and (max-width:480px){
    #cf_friendship .ttl_main{
        background:url(../../cf_img/parts_friendship/bg_title.jpg) #f3f2ee no-repeat top center;
        background-size:120% auto;
        padding:1em 1em 1.5em;
    }
    #cf_friendship .ttl_main h2 img{
        width:100%;
    }
    #cf_friendship .ttl_main dl{
        margin: 0.5em auto 0;
    }
    #cf_friendship .ttl_main dt{
        display: block;
        line-height:1.2;
    }
    #cf_friendship .ttl_main dd{
        display: block;
        line-height:1.2;
    }
    #cf_friendship .ttl_main dt:after{
        content: none;
        margin: 0;
    }
}

#cf_friendship #coupon01{
    margin-bottom:3em;
}
#cf_friendship .coupon_waku{
    border:4px solid #037f52;
    padding:2em 6em;
}
#cf_friendship .coupon_waku h3{
    margin: -3em 0 0.25em;
}
#cf_friendship .coupon_txt{
    font-size:120%;
    text-shadow:0px 0px 6px #fff ;
}
#cf_friendship .coupon_waku span{
    display:inline-block;
}
#cf_friendship #coupon01 .coupon_waku{
    background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
    url(../../cf_img/parts_friendship/bg_customer01.png) no-repeat right bottom ,
    url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
    background-size:15% auto , 30% auto , auto;
}
#cf_friendship #coupon02 .coupon_waku{
    background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
    url(../../cf_img/parts_friendship/bg_freiend01.png) no-repeat right bottom ,
    url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
    background-size:15% auto , 30% auto , auto;
}

@media screen and (max-width:768px){
    #cf_friendship .coupon_waku{
        padding:2em 8em 2em 4em;
    }
    #cf_friendship #coupon01 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_customer01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 15% auto , 30% auto , auto;
    }
    #cf_friendship #coupon02 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_freiend01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 15% auto , 30% auto , auto;
    }
}

@media screen and (max-width:640px){
    #cf_friendship .coupon_waku{
        padding:2em 2em 2em 1em;
    }
    #cf_friendship #coupon01 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_customer01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 20% auto , 40% auto , auto;
    }
    #cf_friendship #coupon02 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_freiend01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 20% auto , 40% auto , auto;
    }
}

@media screen and (max-width:480px){
    #cf_friendship .coupon_waku{
        padding:2em 2em 2em 1em;
    }
    #cf_friendship #coupon01 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_customer01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 20% auto , 50% auto , 8% auto;
    }
    #cf_friendship #coupon02 .coupon_waku{
        background:url(../../cf_img/parts_friendship/bg_coupon01.png) no-repeat left bottom ,
        url(../../cf_img/parts_friendship/bg_freiend01.png) no-repeat right bottom ,
        url(../../cf_img/parts_friendship/bg_coupon.png) repeat top left ;
        background-size: 20% auto , 50% auto , 8% auto;
    }

    #cf_friendship #coupon01 h3,
    #cf_friendship #coupon02 h3{
        width:50%;
    }

    #cf_friendship .coupon_txt{
        font-size:110%;
    }
}

#cf_friendship #coupon_flow .flow_img img{
    border: solid 2px #c7b5aa;
    margin: 0 auto;
}

#cf_friendship #coupon_qa dl{
    margin-bottom:1.5em
}
#cf_friendship #coupon_qa dt{
    font-size:110%;
    font-weight:700;
    line-height:1.4;
    padding-left:2em;
    text-indent:-2em;
    margin-bottom:0.5em;
}
#cf_friendship #coupon_qa dt:before{
    content:"Ｑ．";
}
#cf_friendship #coupon_qa dd{
    padding-left:2em;
    text-indent:-2em;
}
#cf_friendship #coupon_qa dd:before{
    content:"Ａ．";
}



/*=============================
手袋プレゼントキャンペーン
#cf_campaign
=============================*/
#cf_campaign h2{
    background:url(../../cf_img/parts_campaign/bg_ttl_campaign-gloves.jpg) center bottom no-repeat;
    background-size:cover;
    margin-bottom:3em;
}
#cf_campaign h2 img{
    padding:0 0 2em 0;
}
#cf_campaign .block01{
    margin-bottom:3em;
}
#cf_campaign img{
    margin:0 auto;
}

#cf_campaign #present_area01{
    background:url(../../cf_img/parts_campaign/bg_campaign-gloves_present.png) center top no-repeat;
    background-size: 100% 100%;
}
#cf_campaign #present_area01 img{
    width:80%;
}
#cf_campaign #present_area01 #present_box01{
    padding:8em 0 2em;
}
#cf_campaign #present_area01 #present_box02{
    padding:0 0 2em;
}
#cf_campaign #present_area01 #present_box03{
    padding:0 0 0.5em;
}

#cf_campaign #message_area01{
    background:url(../../cf_img/parts_campaign/bg_campaign-gloves_message.jpg) center top no-repeat;
    background-size: 100%;
}
#cf_campaign #message_area01{
    position:relative;
}
#cf_campaign #message_area01 #message_box01 img{
    width:65%;
    margin:0;
    padding:6em 0 6em 4em;
}
#cf_campaign #message_area01 #message_box02{
    position:absolute;
    top:5em;
    right:5em;
}

#cf_campaign .table01{
    width:100%;
    border-top:2px dotted #e1cdb3;
    border-bottom:2px dotted #e1cdb3;
    margin-bottom:100px;
}
#cf_campaign .table01 th{
    width:12em;
    font-weight:700;
    padding:0.5em 0 0.5em 3em ;
}
#cf_campaign .table01 td{
    padding:0.5em 1em 0.5em 1em;
}
#cf_campaign .ttl_search{
    margin-bottom:3em;
}

@media screen and (max-width:960px){
#cf_campaign #message_area01 #message_box01 img{
    width:70%;
    margin:0;
    padding:5em 0 5em 2em;
}
#cf_campaign #message_area01 #message_box02{
    width:35%;
    top:2em;
    right:2em;
}
}

@media screen and (max-width:768px){
#cf_campaign .block01{
    margin-bottom:1.5em;
}
#cf_campaign h2{
    background-size:150%;
}
#cf_campaign #present_area01 img{
    width:90%;
}
#cf_campaign #present_area01 #present_box01{
    padding:6em 0 1em;
}
#cf_campaign #present_area01 #present_box02{
    padding:0 0 1em;
}
#cf_campaign #present_area01 #present_box03{
    padding:0 0 0.4em;
}
#cf_campaign #message_area01 #message_box01 img{
    padding:2em 0 2em 1em;
}
#cf_campaign .table01 th{
    width:9em;
    padding:0.5em 0 0.5em 1em ;
}
}

@media screen and (max-width:480px){
#cf_campaign #present_area01 img{
    width:95%;
}
#cf_campaign #present_area01 #present_box01{
    padding:3.5em 0 1em;
}
#cf_campaign #present_area01 #present_box02{
    padding:0 0 1em;
}
#cf_campaign #present_area01 #present_box03{
    padding:0 0 0.4em;
}
#cf_campaign #message_area01 #message_box01 img{
    width:75%;
    padding:1em 0 1em 1em;
}
#cf_campaign #message_area01 #message_box02{
    top:1em;
    right:1em;
}
#cf_campaign .table01 tr{
    width:100%;
    display:block;
    padding:0.5em 0 0 0;
}
#cf_campaign .table01 tr:last-of-type{
    padding:0 0 0.5em 0;
}
#cf_campaign .table01 th{
    width:100%;
    display:block;
    padding:0 1em;
}
#cf_campaign .table01 td{
    width:100%;
    display:block;
    padding:0 1em;
}
#cf_campaign .ttl_search{
    margin-bottom:1.5em;
}
}

/*=============================
レビュー投稿キャンペーン
#ReviewCP
=============================*/
.d-in_block {
	display: inline-block;
}
#ReviewCP .atmark {
    display: inline;
    vertical-align: middle;
}
#ReviewCP .ttl_main .date {
	text-align: center;
	background-color: #333333;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	padding: 5px;
}
#ReviewCP .ttl_main .date br {
	display: none;
}
#ReviewCP .sec_about .strong,
#ReviewCP .sec_how .strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #faec07 60%);
}
#ReviewCP .sec_how .bold {
	font-weight: 700;
}
#ReviewCP .sec_how .steps li:not(:last-child)::after {
	content: "";
	display: block;
	width: 150px;
	height: 76px;
	background-image: url("./img/reviewcp_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
}
#ReviewCP .sec_how .steps img {
	padding: 2em;
	border: 4px double #e1cdb3;
	background-color: rgba(225,205,179,0.3);
	box-sizing: border-box;
}
#ReviewCP .sec_caution ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
}
#ReviewCP .sec_email, #ReviewCP .sec_email .ttl {
	text-align: center;
}
#ReviewCP .sec_email .ttl img {
	display: inline-block;
	width: 70%;
	max-width: 350px;
	height: auto;
	margin-bottom: 30px;
}
#ReviewCP .sec_email .btn {
	display: inline-block;
	background-color: #f3735a;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	padding: 10px 35px;
	margin-bottom: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	transition: 0.5s;
}
#ReviewCP .sec_email .btn:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transform: translateY(-2px);
}
#ReviewCP .sec_email .img_address {
	display: inline-block;
	width: auto;
	height: 1.2em;
}
@media screen and (max-width: 640px){
	#ReviewCP .ttl_main .date {
		font-size: 16px;
	}
	#ReviewCP .sec_email .btn {
		font-size: 1.7em;
	}
}
@media screen and (max-width: 480px){
	#ReviewCP .sc_block01 {
		margin-bottom: 3em;
	}
	#ReviewCP .ttl_main .date {
		font-size: 0.9em;
		line-height: 1.5;
	}
	#ReviewCP .ttl_main .date .sep {
		display: none;
	}
	#ReviewCP .ttl_main .date br {
		display: inline;
	}
	#ReviewCP .sec_how .steps img {
		padding: 0;
	}
	#ReviewCP .sec_how .steps li:not(:last-child)::after {
		width: 75px;
		height: 38px;
		margin: 15px auto;
	}
	#ReviewCP .sec_email .ttl img {
		width: 100%;
		margin-bottom: 5px;
	}
	#ReviewCP .sec_email .btn {
		font-size: 1.2em;
	}
}


/*=============================
#cf_point
#cf_campaign
.for_beginner
=============================*/
.for_beginner {
    border: 2px solid #e1cdb3;
    padding: 2em 4em;
}
.for_beginner .begi_text{
    text-align:center;
    font-size:120%;
    margin-bottom:1em;
}
.for_beginner .begi_text span{
    text-align:center;
    font-size:130%;
    font-weight:700;
    color:#037f52;
    margin:0 0.5em
}
.for_beginner img{
    margin:0 auto;
}

@media screen and (max-width:768px){
.for_beginner {
    padding: 2em;
}
}
@media screen and (max-width:640px){
.for_beginner .begi_text{
    line-height:1.5;
}
.for_beginner .begi_text span{
    display:block;
}
.for_beginner .begi_text br{
    display:none;
}
}
@media screen and (max-width:480px){
.for_beginner {
    padding: 1em 0;
}
.for_beginner .begi_text span{
    font-size:120%;
}
.for_beginner img{
    width:90%;
    margin:0 auto;
}
}




/*=============================
お気に入りページ
#cf_favorite
=============================*/
#cf_favorite .fs-c-productListItem .fs-c-productName__name{
    height:3.5em;
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:640px){
#cf_favorite .fs-c-productListItem .fs-c-productName__name{
    height: auto;
    display:block;
}
}



/*===============================================================================
店長オススメBEST 5
#cf_best
===============================================================================*/

/*=============================
#cf_best_area
店長おすすめベスト5
=============================*/
#mainarea #cf_best_area #design_best5_area .inner01{
    padding:0;
}


/*=============================
#cf_best
ページタイトル　.ttl_best
=============================*/
#cf_best .ttl_best{
    background:#fff;
}

#cf_best .ttl_best h2{
    height:0;
    padding-top:16%;
    padding-top:22%;
}
#cf_best .ttl_best h2 span{
    display:none;
}

#cf_best #simple_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_simple.jpg) no-repeat top left;
    background-size:cover;
}
#cf_best #design_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_design.jpg) no-repeat top left;
    background-size:cover;
}
#cf_best #black_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_black.jpg) no-repeat top left;
    background-size:cover;
}
#cf_best #antique_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_antique.jpg) no-repeat top left;
    background-size:cover;
}

@media screen and (max-width:480px){
#cf_best .ttl_best h2{
    height:0;
    padding-top:36%;
}
#cf_best #simple_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_simple.jpg) no-repeat top left;
    background-size:160% auto;
}
#cf_best #design_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_design.jpg) no-repeat top left;
    background-size:160% auto;
}
#cf_best #black_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_black.jpg) no-repeat top left;
    background-size:160% auto;
}
#cf_best #antique_area .ttl_best h2{
    background:url(../../cf_img/parts_best/ttl_antique.jpg) no-repeat top left;
    background-size:160% auto;
}
}


/*=============================
#cf_best
ページ内リンクボタン .ttl_btn
=============================*/
#cf_best .ttl_txt{
    padding:1em 2em;
}
#cf_best .ttl_btn{
    border-top:4px dotted #724e09;
    margin-top:1.5em;
}

#cf_best .ttl_btn dl.btn_best5{
    float:left;
    width:47.5%;
    margin-top:1em;
    margin-bottom:1.5em;
    zoom:1;
}
#cf_best .ttl_btn dl.btn_best5:first-of-type{
    margin-right:5%;
}
#cf_best .ttl_btn dl:after{
    font-size:1px;
    color:#fff;
    content:"";
    display:block;
    height:0px;
    clear:both;
}

#cf_best .ttl_btn dl.btn_best5 dt{
    padding-top:0.5em;
}
#cf_best .ttl_btn dl.btn_best5 dt .ceiling_img{
    float: left;
    width: 25%;
    margin-right: 7%; 
}
#cf_best .ttl_btn dl.btn_best5 dt .ceiling_txt{
    float: left;
    width: 67%;
}
#cf_best .ttl_btn dl.btn_best5 dt .ceiling_txt h3{
    font-weight:700;
}

#cf_best .ttl_btn dl.btn_best5 dd{
    clear: both;
    padding-top: 1em;
}

#cf_best .ttl_btn dl.btn_best5 dd li{
    display:inline-block;
    width:47.5%;
}
#cf_best .ttl_btn dl.btn_best5 dd li:first-of-type{
    margin-right:5%;
}
#cf_best .ttl_btn dl.btn_best5 dd li a{
    display:block;
    color:#fff;
    border-radius:8px;
    text-align:center;
    font-size:90%;
    line-height: 1.2;
    padding:0.75em 0.5em;
}
#cf_best .ttl_btn dl.btn_best5 dd li a span{
    display: inline-block;
}
#cf_best .ttl_btn dl.btn_best5 dd li a span.btn_txt01{
    font-size: 110%;
    font-weight: 700;
    padding-right: 0.25em; 
}
#cf_best .ttl_btn dl.btn_best5 dd li a span.btn_txt02 em{
    font-size: 130%;
    font-weight: 700;
    padding-left: 0.1em;
}
#cf_best .ttl_btn dl.btn_best5 dd li.btn_light a{
    background:#037f52;
}
#cf_best .ttl_btn dl.btn_best5 dd li.btn_fan a{
    background:#724e09;
}

#cf_best .ttl_btn dl.btn_best5 dd li a:hover{
    opacity:0.6;
}


@media screen and (max-width:768px){
#cf_best .ttl_btn dl.btn_best5 dt{
    float:none;
    width:100%;
    padding-top:0.5em;
}
#cf_best .ttl_btn dl.btn_best5 dd{
    float:none;
    width:100%;
}
}


@media screen and (max-width:640px){
    #cf_best .ttl_txt{
        padding:1em 1em;
    }
    #cf_best .ttl_btn dl.btn_best5{
        float:none;
        width:100%;
        margin-top:0.5em;
        margin-bottom: 1.5em;
    }
    #cf_best .ttl_btn dl.btn_best5:first-of-type{
        margin-right:0;
    }
}

@media screen and (max-width:480px){
    #cf_best .ttl_btn dl.btn_best5 dd li a{
        padding: 0.5em;
    }
    #cf_best .ttl_btn dl.btn_best5 dd li a span{
        display: block;
    }
    #cf_best .ttl_btn dl.btn_best5 dt .ceiling_txt p{
        margin-top: 0.25em;
        line-height: 1.2;
    }
}


/*=============================
#cf_best
Best02～05
=============================*/
#cf_best table.best0205_box{
    clear:both;
    width:100%;
}
#cf_best table.best0205_box td{
    width:50%;
    box-sizing:border-box;
    padding-top:6em;
}
#cf_best table.best0205_box td.td02,
#cf_best table.best0205_box td.td04{
    padding-right:2.5%;
}
#cf_best table.best0205_box td.td03,
#cf_best table.best0205_box td.td05{
    padding-left:2.5%;
}


@media screen and (max-width:600px){
#cf_best table.best0205_box td{
    display:block;
    width:100%;
    padding-top:5em;
}
#cf_best table.best0205_box td.td02,
#cf_best table.best0205_box td.td04{
    padding-right:0;
}
#cf_best table.best0205_box td.td03,
#cf_best table.best0205_box td.td05{
    padding-left:0;
}
}

#cf_best .sc_best_box{
    clear:both;
}

#cf_best .best_img img{
    margin:0 auto;
}

#cf_best .sc_best_box .ttl_product{
    font-size:130%;
    line-height:1.4;
    font-weight:bolder;
    text-align:center;
    margin:1em 0;
}
#cf_best .sc_best_box .ttl_product span{
    display:inline-block;
}

#cf_best .comment_box{
    border:2px dotted #846529;
    border-radius:10px;
    padding:1em 2em;
    margin-top:0.5em;
}
#cf_best .price_box{
    line-height:1.6;
    text-align:center;
    margin-top:1em;
}
#cf_best .price_box span{
    display:inline-block;
}
#cf_best .price_box .price01{
    font-size:120%;
    font-weight:700;
    color:#ea3434;
}
#cf_best .price_box .price02{
    font-weight:700;
    color:#ea3434;
}
#cf_best .price_box .btn_more a{
    display:block;
    width:250px;
    background:#037f52;
    color:#fff;
    border-radius:8px;
    text-align:center;
    font-size:90%;
    line-height:1.4;
    padding:0.5em 0;
    margin:1em auto 0;
}
#cf_best .price_box .btn_more a:hover{
    opacity: 0.6;
}

@media screen and (max-width:768px){
#cf_best .comment_box{
    padding:1em;
}
}


/*=============================
#cf_best
best01専用
=============================*/
#cf_best .best01_box{
}
#cf_best .best01_box .img_box{
    position:relative;
    max-width:900px;
    margin:0 auto 0;
}
#cf_best .best01_box .img_box img{
    margin:0 auto;
}
#cf_best .best01_box .best01_ttl{
    position:absolute;
    top:0;
    right:0;
}
#cf_best .best01_box .best01_photo{
    float:left;
    margin-right:1em;
}
#cf_best .best01_box .comment_txt{
    margin-top:0.25em;
}
#cf_best .best01_box .best01_ico{
    position:absolute;
    bottom:0;
    left:0;
}
#cf_best .best01_box .comment_box{
    float:left;
    width:calc( 100% - 300px );
}
#cf_best .best01_box .price_box{
    float:right;
    width:250px;
    text-align:left;
}

@media screen and (max-width:768px){
#cf_best .best01_box .best01_ttl img{
    width:70%;
    float:right;
}
#cf_best .best01_box .best01_ico img{
    width:70%;
    float:left;
    margin:0;
}
}

@media screen and (max-width:600px){
#cf_best .best01_box .best01_ttl img{
    width:50%;
}
#cf_best .best01_box .best01_ico img{
    width:50%;
}
#cf_best .best01_box .comment_box{
    float:none;
    width:100%;
}
#cf_best .best01_box .price_box{
    float:none;
    width:100%;
    text-align:center;
}
}



/*=============================
.cf_air_sim
風量シミュレーション
=============================*/
.cf_air_sim{
    padding-top: 2em;
    margin-bottom: 2.5em;
}
.cf_air_sim .ttl_main{
    position: relative;
    background: url("../../cf_img/parts_air_sim/main_air_sim.jpg") no-repeat 15% 30%;
    background-size: 120% auto;
    padding: 5em 1em;
    margin-bottom: 3em;
}


.cf_air_sim .ttl_main{
}
.cf_air_sim .ttl_main .ttl_sub {
    position: absolute;
    top: -0.75em;
    left: 5em;
    background-color: rgba(3,127,82,.7);
    border-left: 3px dotted rgba(3,127,82,.7);
    border-right: 3px dotted rgba(3,127,82,.7);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0.25em 1em;
    color: #FFF;
    transform: rotate(-8deg);
    font-size: 1.3em;
    font-weight: 700;
}
.cf_air_sim .ttl_main .ttl_sub::before,
.cf_air_sim .ttl_main .ttl_sub::after {
    font-family: 'icomoon';
    color: #FFF;
    font-size: 1.2em;
    line-height: 1;
    display: inline;
    vertical-align: middle;
}
.cf_air_sim .ttl_main .ttl_sub::before { content: "\e501"; }
.cf_air_sim .ttl_main .ttl_sub::after { content: "\e500"; }
.cf_air_sim .ttl_main p.ttl_sub {
    /*margin-bottom: 1em;*/
    text-align: center;
    color: #fff;
}

.cf_air_sim .ttl_main h3{
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin-bottom: 2em;
}
.cf_air_sim .ttl_main h3 .ttl_main_01{
    font-size: 180%;
    line-height: 1.2;
}
.cf_air_sim .ttl_main h3 .ttl_main_02{
    font-size: 260%;
}
.cf_air_sim .ttl_main .ttl_main_txt{
    max-width: 22em;
    border-top: 2px dotted #fcf6e3;
    border-bottom: 2px dotted #fcf6e3;
    padding: 0.75em 0;
    margin: 0 auto;
    text-align: center;
    color: #fcf6e3;
    font-size: 130%;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.cf_air_sim .ttl_main .ttl_main_txt span{
    display: inline-block;
}




.cf_air_sim .air_sim_ill{
    clear: both;
    width: 60%;
    margin: 0 auto 5em;; 
}
@media screen and (max-width:768px){
    .cf_air_sim .ttl_main{
        background: url("../../cf_img/parts_air_sim/main_air_sim.jpg") no-repeat 15% 30%;
        background-size: 120% auto;
        padding: 4em 1em 2.5em;
    }
    .cf_air_sim .ttl_main .ttl_sub {
      top: -0.75em;
      left: 3em;
    }
    .cf_air_sim .ttl_main h3 .ttl_main_01{
        font-size: 160%;
    }
    .cf_air_sim .ttl_main h3 .ttl_main_02{
        font-size: 220%;
    }
    .cf_air_sim .air_sim_ill{
        width: 70%;
        margin: 0 auto 4em;; 
    }
}
@media screen and (max-width:640px){
    .cf_air_sim .ttl_main{
        background: url("../../cf_img/parts_air_sim/main_air_sim.jpg") no-repeat 30% 30%;
        background-size: 130% auto;
        padding: 3.5em 1em 2.5em;
    }
    .cf_air_sim .ttl_main .ttl_sub {
        top: -1em;
        left: 0;
        right: 0;
        margin: 0 auto 0.75em;
        width: 13em;
        font-size: 1.1em;
        text-align: center;
        transform: none;
        padding: 0.25em 0.5em;
    }

    .cf_air_sim .ttl_main h3{
        margin-bottom: 1.5em;
    }
    .cf_air_sim .ttl_main h3 .ttl_main_01{
        font-size: 120%;
    }
    .cf_air_sim .ttl_main h3 .ttl_main_02{
        font-size: 170%;
    }
    .cf_air_sim .ttl_main .ttl_main_txt{
        font-size: 110%;
        line-height: 1.4;
    }
    .cf_air_sim .air_sim_ill{
        width: 80%;
        margin: 0 auto 2em;; 
    }
}
@media screen and (max-width:480px){
    .cf_air_sim .ttl_main{
        background: url("../../cf_img/parts_air_sim/main_air_sim.jpg") no-repeat 30% 40%;
        background-size: 130% auto;
        padding: 3.5em 1em 2.5em;
    }
    .cf_air_sim .ttl_main .ttl_main_txt{
        max-width: 100%;
    }
}


/*店長コメント*/
.cf_air_sim .comment_box{
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cf_air_sim .comment_box .comment_img{
    width: 120px;
    margin-right: 3em
}
.cf_air_sim .comment_box .comment_img img{
    border-radius: 50%;
}
.cf_air_sim .comment_box .comment_txt{
    width: calc( 100% - 120px - 3em);
    background: rgba(255,255,255,0.6);
    border-radius: 8px;
    padding: 2em;
    position: relative;
}
.cf_air_sim .comment_master{
    text-align: center;
    font-size: 90%;
    margin-top: 0.75em;
    line-height: 1.4;
}
.cf_air_sim .comment_master span{
    display: inline-block;
}
.cf_air_sim .comment_box .comment_txt:before{
    content:"";
    position:absolute;
    top:50%;
    left:-40px;
    margin-top:-25px;
    border: 20px solid transparent;
    border-right: 20px solid rgba(255,255,255,0.6);
}
@media screen and (max-width:768px){
    .cf_air_sim .comment_box .comment_txt{
        padding: 1em;
    }
}
@media screen and (max-width:640px){
    .cf_air_sim .comment_box{
        align-items:flex-start;
    }
    .cf_air_sim .comment_box .comment_img{
        width: 70px;
        margin-right: 1.5em
    }
    .cf_air_sim .comment_master{
        font-size: 80%;
        margin-top: 0.5em;
    }
    .cf_air_sim .comment_box .comment_txt{
        width: calc( 100% - 70px - 1.5em);
        padding: 1em;
    }
    .cf_air_sim .comment_box .comment_txt:before{
        top:50%;
        left:-32px;
        margin-top:-25px;
        border: 16px solid transparent;
        border-right: 16px solid rgba(255,255,255,0.6);
    }
}
@media screen and (max-width:480px){
    .cf_air_sim .comment_box .comment_txt:before{
        top:40%;
    }
}


/*ライト付き・ファンのみ　ボタン*/
.cf_air_sim .air_select_btn{
    text-align: center;
}
.cf_air_sim .air_select_btn li{
    display:inline-block;
    width:28%;
    margin:0 1.5%;
}
.cf_air_sim .air_select_btn li img{
    border-radius:10px;
}
@media screen and (max-width:480px){
    .cf_air_sim .air_select_btn li{
        width:40%;
        margin:0 1% 0 0;
    }
}


/*タブ*/
#air_sim_box #item_01,
#air_sim_box #item_02,
#air_sim_box #item_03,
#air_sim_box #item_04{
    display: none;
}

/*タブコンテンツ全体の要素*/
#air_sim_box {
    width: 100%;
    margin: 0 auto;
}
 
/*タブ部分の基本設定*/
#air_sim_box .air_sim_list{
    display: flex;
    justify-content: space-between;
}

/*タブの色設定*/
#air_sim_box .tab_item{
    width: calc((100% - 3em)/ 4);
    background: #ddd;
    border: solid 3px #ddd;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    position: relative;
    bottom: -3px;
    font-size: 110%;
  font-weight: 700;
    line-height: 1.2;
}

#air_sim_box .tab_item span{
    display: inline-block;
} 
#air_sim_box .tab_item label{
    padding: 1em 0;
    display: block;
    cursor: pointer;
    text-align: center;
}
 
/*チェックが入ったときのタブ部分の指定*/
#air_sim_box #item_01:checked ~ .air_sim_list .tab_01,
#air_sim_box #item_02:checked ~ .air_sim_list .tab_02,
#air_sim_box #item_03:checked ~ .air_sim_list .tab_03,
#air_sim_box #item_04:checked ~ .air_sim_list .tab_04{
    background: #fff;
    border: solid 3px #037f52;
    border-bottom-color: #fff;
    color: #271b11;
    z-index: 2;
}

#air_sim_box #item_01:checked ~ .air_sim_list .tab_01 label,
#air_sim_box #item_02:checked ~ .air_sim_list .tab_02 label,
#air_sim_box #item_03:checked ~ .air_sim_list .tab_03 label,
#air_sim_box #item_04:checked ~ .air_sim_list .tab_04 label{
    cursor: auto;
}
 
/*コンテンツ部分の基本設定*/
#air_sim_box .air_sim_cont{
    width: 100%;
}
/*コンテンツ部分の色設定*/
#air_sim_box .tab_cont{
    position: relative;
    z-index: 1;
    padding: 3em 2em;
    display: none;
    background: #fff;
    border: solid 3px #037f52;
}
 
/*チェックが入ったときのコンテンツ部分の指定*/
#air_sim_box #item_01:checked ~ .air_sim_cont .cont_01,
#air_sim_box #item_02:checked ~ .air_sim_cont .cont_02,
#air_sim_box #item_03:checked ~ .air_sim_cont .cont_03,
#air_sim_box #item_04:checked ~ .air_sim_cont .cont_04{
    display: block;
}

@media screen and (max-width:768px){
    #air_sim_box .tab_item{
    }
}
@media screen and (max-width:640px){
    #air_sim_box .tab_item{
        width: calc((100% - 2em)/ 4);
        font-size: 80%;
    }
    #air_sim_box .tab_item label{
        padding: 0.5em 0;
    }
    #air_sim_box .tab_item span{
        display: block;
    }
    #air_sim_box .tab_cont{
        padding: 2em 1em;
    }
}

/*コンテンツ内容*/
#air_sim_box .tab_cont h3{
    text-align: center;
    font-size: 130%;
    font-weight: bolder;
    margin-bottom: 1em;
}
#air_sim_box .tab_cont .tab_cont_lead{
    text-align: center;
    font-size: 110%;
    margin-bottom: 2em;
}

#air_sim_box li a{
    padding: 0.75em 1.5em;
    margin: 0 auto 1em;
    color: #ffffff;
    background: #037f52;
    border: 2px solid #037f52;
    border-radius:8px;
    display: block;
    text-align: center;
    width: 20em;
    max-width: 100%;
    transition: 0.5s;
}
#air_sim_box li a:hover {
    color: #ffffff;
    opacity: 0.6;
}
#air_sim_box li a span{
    display: inline-block;
}

@media screen and (max-width:768px){
    #air_sim_box .tab_cont .tab_cont_lead{
      text-align: left;
    }
    #air_sim_box .tab_cont h3{
        font-size: 110%;
    }
}
@media screen and (max-width:640px){
    #air_sim_box .tab_cont .tab_cont_lead{
        font-size: 100%;
        margin-bottom: 1.5em;
    }
    #air_sim_box .tab_cont h3{
        font-size: 100%;
    }
}



/*条件*/
.cf_air_sim .air_condition{
    width: 80%;
    border: 2px solid #047f50;
    background: rgba(255,255,255,0.6);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 1.5em 2em 1.75em;
    margin:0 auto 5em;
    position: relative;
}
.cf_air_sim .air_condition:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
    border: solid transparent;
    border-width: 50px 80px;
    border-top-color: #fdfbf7;
    z-index: 2;
}
.cf_air_sim .air_condition:after {
    content: "";
    position: absolute;
    bottom: -104px;
    left: 50%;
    margin-left: -82px;
    border: solid transparent;
    border-width: 52px 82px;
    border-top-color: #047f50;
    z-index: 1;
}
.cf_air_sim .air_condition h4{
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    color: #047f50;
    margin-bottom: 2em;
}
.cf_air_sim .air_condition h4 em{
    padding-bottom:0.5em;
    border-bottom: 4px dotted #047f50;
}

.cf_air_sim .air_condition table{
    max-width: 25em;
    margin: 0 auto;
}
.cf_air_sim .air_condition th{
    width: 6em;
    padding: 0 1em 0.5em 0;

}
.cf_air_sim .air_condition td{
    text-indent: -2em;
    padding-left: 2em;
}
.cf_air_sim .air_condition td:before{
    content: "：";
    margin-right: 1em;
}
@media screen and (max-width:768px){
    .cf_air_sim .air_condition{
        width: 100%;
    }
}
@media screen and (max-width:640px){
    .cf_air_sim .air_condition{
        padding: 1.5em 1em;
        margin-bottom: 4em;
    }
    .cf_air_sim .air_condition:before {
        bottom: -60px;
        left: 50%;
        margin-left: -50px;
        border: solid transparent;
        border-width: 30px 50px;
        border-top-color: #fdfbf7;
    }
    .cf_air_sim .air_condition:after {
        bottom: -64px;
        left: 50%;
        margin-left: -52px;
        border: solid transparent;
        border-width: 32px 52px;
        border-top-color: #047f50;
    }

    .cf_air_sim .air_condition h4{
        font-size: 110%;
    }
    .cf_air_sim .air_condition table{
        width: 100%;
        margin: 0 auto;
    }
    .cf_air_sim .air_condition th{
        width: 5.25em;
        padding: 0 0.25em 0.5em 0;

    }
    .cf_air_sim .air_condition td{
        text-indent: -1.25em;
        padding-left: 1.25em;
    }
    .cf_air_sim .air_condition td:before{
        margin-right: 0.25em;
    }
}


/*おすすめの風量 結果*/
.cf_air_sim .result_area{
    width: calc(120px + 21em + 2em);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 4em;
}
.cf_air_sim .result_area .result_img{
    width: 120px;
    margin-right: 2em
}
.cf_air_sim .result_area .result_img img{
    border-radius: 50%;
}
.cf_air_sim .result_area .result_master{
    text-align: center;
    font-size: 90%;
    margin-top: 0.75em;
    line-height: 1.4;
}
.cf_air_sim .result_area .result_master span{
    display: inline-block;
}
.cf_air_sim .result_area .result_txt{
    width: calc( 100% - 120px - 2em);
}
.cf_air_sim .result_area .result_txt em{
    font-weight: 700;
    font-size: 170%;
    margin-right: 0.25em;
}
.cf_air_sim .result_area .result_txt span{
    display: inline-block;
}
@media screen and (max-width:640px){
    .cf_air_sim .result_area{
        width: 100%;
        margin: 0 auto 3em;
    }
    .cf_air_sim .result_area .result_img{
        width: 70px;
        margin-right: 1em
    }
    .cf_air_sim .result_area .result_master{
        font-size: 80%;
        margin-top: 0.5em;
    }
    .cf_air_sim .result_area .result_txt{
        width: calc( 100% - 70px - 1em);
        padding: 1em 0;
    }
    .cf_air_sim .result_area .result_txt em{
        font-size: 120%;
    }
  }


/*リンクボタンエリア
見出し*/
.cf_air_sim .air_link_area h4{
    text-align: center;
    font-weight: 700;
    font-size: 130%;
    margin-bottom: 2em;
}
.cf_air_sim .air_link_area h4 em{
    background: url("../../cf_img/parts/parts_slash_b01.png") no-repeat top left , url("../../cf_img/parts/parts_slash_b02.png") no-repeat top right;
    background-size: auto 100%;
    padding: 0 2em;
}
.cf_air_sim .air_link_area h4 span{
    display: inline-block;
}
@media screen and (max-width:640px){
    .cf_air_sim .air_link_area h4{
        font-size: 110%;
        width: 20em;
        text-align: center;
        background: url("../../cf_img/parts/parts_slash_b01.png") no-repeat center left , url("../../cf_img/parts/parts_slash_b02.png") no-repeat center right;
        background-size: auto 80%;
        padding: 0 2em;
        margin: 0 auto 1.5em;
    }
    .cf_air_sim .air_link_area h4 em{
        background: none;
        padding: 0;
    }
}
@media screen and (max-width:480px){
    .cf_air_sim .air_link_area h4{
        width: 100%;
    }
}

/*リンクボタンエリア
ボタン*/
.cf_air_sim .air_link_area .air_link_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cf_air_sim .air_link_area .air_link_btn li{
    flex-basis: 48%;
    margin: 0 auto 1.5em;
}
.cf_air_sim .air_link_area .air_link_btn li a{
    padding: 0.75em 1.5em;
    color: #ffffff;
    background: #037f52;
    border: 2px solid #037f52;
    border-radius:8px;
    display: block;
    text-align: center;
    /*width: 26em;*/
    max-width: 100%;
    transition: 0.5s;
}
.cf_air_sim .air_link_area .air_link_btn li a:hover {
    color: #ffffff;
    opacity: 0.6;
}
.cf_air_sim .air_link_area .air_link_btn li a{
    position: relative;
}
.cf_air_sim .air_link_area .air_link_btn.air_light li a span:before{
    position: absolute;
    font-family: 'icomoon';
    content:"\e403";
    left: 0.3em;
    top: 20%;
    font-size: 3em;
    line-height: 1;
}
.cf_air_sim .air_link_area .air_link_btn.air_fan li a span:before{
    position: absolute;
    font-family: 'icomoon';
    content:"\e404";
    left: 0.3em;
    top: 20%;
    font-size: 3em;
    line-height: 1;
}
@media screen and (max-width:768px){
    .cf_air_sim .air_link_area .air_link_btn.air_light li a span:before,
    .cf_air_sim .air_link_area .air_link_btn.air_fan li a span:before{
        left: 0.2em;
        top: 20%;
        font-size: 3em;
    }
}
@media screen and (max-width:640px){
    .cf_air_sim .air_link_area .air_link_btn li{
        flex-basis: 90%;
        margin: 0 auto 1em;
    }
}
@media screen and (max-width:480px){
    .cf_air_sim .air_link_area .air_link_btn.air_light li a span:before,
    .cf_air_sim .air_link_area .air_link_btn.air_fan li a span:before{
        left: 0.1em;
        top: 25%;
        font-size: 2.5em;
    }
}

/*風量シミュレーション トップに戻る*/
.cf_air_sim .air_sim_return{
    margin: 4em 0;
}
@media screen and (max-width:640px){
    .cf_air_sim .air_sim_return{
        margin: 3em 0 0;
    }
}


