@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
}
.sec_ttl .jp{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700 !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_ttl:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #d2c874;
}

.col01{ color: #d2c874;}

@media screen and (max-width: 767px) {
    .sec_ttl{
        text-align: center;
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 80px;
    }
    .sec_ttl .en{
        font-size: 7.8vw;
    }
    .sec_ttl .jp{
        top: -6vw;
        font-size: 3.8vw;
    }
    .sec_ttl:after{
        margin: 10px auto 0 auto;
        width: 45vw;
    }


}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 .main{
    width: 100%;
}
.sec01 .main img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.sec01 .mainBtm{
    position: relative;
    background: #d2c874;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    bottom: -35px;
    width: 43%;
    max-width: 501px;
}
.sec01 .mainBtm .flex .txt{
    width: 58%;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .mainBtm .flex .txt .subttl{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec01 .mainBtm .flex .txt h2{
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
.sec01 .mainBtm .flex .txt h2 .en{ font-size: 4.0rem;}
.sec01 .mainBtm .flex .txt h2 .small{
    font-size: 2.0rem;
}
.sec01 .mainBtm .flex .txt .catch{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 10% 0;
    }

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0;
    }
    .sec01 .mainBtm .flex.wrap{ width: 86%;}
    .sec01 .mainBtm .flex .img{
        margin: 0 auto 5% auto;
        bottom: 0;
        width: 100%;
        max-width: 501px;
    }
    .sec01 .mainBtm .flex .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec01 .mainBtm .flex .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .mainBtm .flex .txt .subttl{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec01 .mainBtm .flex .txt h2{
        position: relative;
        text-align: center;
        font-size: 6vw;
        margin-bottom: 4%;
        letter-spacing: .5rem;
    }
    .sec01 .mainBtm .flex .txt h2 .en{ font-size: 7vw;}
    .sec01 .mainBtm .flex .txt h2 .small{
        position: absolute;
        top: -8vw;
        left: 22vw;
        font-size: 3.8vw;
    }
    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5vw;
        text-align: center;
    }

}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:185px 0 0 0;
    box-sizing: border-box;
}

.sec02 .reason_wrap{
    background: url("../img/product/rewood/bg_sec02.png") no-repeat center center;
    background-size: cover;
    padding: 96px 0;
    box-sizing: border-box;
}
.sec02 .reason_wrap .box_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec02 .reason_wrap .box_wrap .box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 260px;
    height: 260px;
    background: #FFF;
    border: 3px solid #d2c874;
    border-radius: 100%;
    padding-top: 35px;
    box-sizing: border-box;
}
.sec02 .reason_wrap .box_wrap .box+.box{ margin-left: 40px;}

.sec02 .reason_wrap .box_wrap .box .num{
    font-size: 7.0rem;
    line-height: 1;
    color: #d2c874;
    margin-bottom: 5px;
}
.sec02 .reason_wrap .box_wrap .box p{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.sec02 .reason_wrap .box_wrap .box:before{
    position: absolute;
    left: -25px;
    top: 53px;
    display: block;
    content: '';
    background: url("../img/product/rewood/point.png") no-repeat center center;
    background-size: 100% auto;
    width: 90px;
    height: 36px;
}
.sec02 .order-fade{
    opacity: 0;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
	transition: 1s;
}
.sec02 .order-fade.is-active{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@media screen and (max-width: 1180px) {
    .sec02 .reason_wrap .box_wrap .box{
        width: 230px;
        height: 230px;
    }
    .sec02 .reason_wrap .box_wrap .box+.box{ margin-left: 3%;}
    .sec02 .reason_wrap .box_wrap .box p{ font-size: 1.8rem;}
    .sec02 .reason_wrap .box_wrap .box:before{
        left: -15px;
    }

}


@media screen and (max-width: 767px) {
    .sec02{
        padding:12% 0 0 0;
    }

    .sec02 .reason_wrap{
        background: url("../img/product/rewood/bg_sec02_sp.png") no-repeat center center;
        background-size: cover;
        padding: 12% 0;
    }
    .sec02 .reason_wrap .box_wrap{
        display: block;
    }
    .sec02 .reason_wrap .box_wrap .box{
        width: 76vw;
        height: 76vw;
        border: 2px solid #d2c874;
        padding-top: 11vw;
        margin: 0 auto;
    }
    .sec02 .reason_wrap .box_wrap .box+.box{ margin-left: auto; margin-top: 4%;}

    .sec02 .reason_wrap .box_wrap .box .num{
        font-size: 22vw;
        margin-bottom: 5px;
    }
    .sec02 .reason_wrap .box_wrap .box p{
        font-size: 5.4vw;
    }
    .sec02 .reason_wrap .box_wrap .box:before{
        left: -7vw;
        top: 17vw;
        background: url("../img/product/rewood/point_sp.png") no-repeat center center;
        background-size: 100% auto;
        width: 24vw;
        max-width: 243px;
        height: 12vw;
        max-height: 95px;
    }

}


/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding:185px 0 90px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}
.sec03 .sec_ttl{ margin-bottom: 170px;}
.sec03 .box_wrap{
    display: flex;
    justify-content: space-between;

}
.sec03 .box_wrap .box{
    position: relative;
    width: 33%;
    max-width: 380px;
    background: url("../img/product/rewood/bg_box_pc.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 60px 27px 90px 35px;
    box-sizing: border-box;
}
.sec03 .box_wrap .box:after{
    position: absolute;
    right: 45px;
    bottom: 35px;
    display: block;
    content: '';
    background: url("../img/product/rewood/btn_arrow.png") no-repeat center center;
    background-size: 100% auto;
    width: 72px;
    height: 50px;
}

.sec03 .box_wrap .box .num{
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    font-size: 13.4rem;
    line-height: 1;
    color: rgba(100,100,100,.2);
    text-align: center;
}
.sec03 .box_wrap .box h3{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.sec03 .box_wrap .box h3 span{
    position: relative;
}
.sec03 .box_wrap .box h3 span:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    content: '';
    background: #d2c874;
    width: 100%;
    height: 3px;
}
.sec03 .box_wrap .box .img{
    margin-bottom: 15px;
}
.sec03 .box_wrap .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec03 .box_wrap .box p+p{ margin-top: 30px;}

@media screen and (max-width: 767px) {
    .sec03{
        padding:14% 0 10% 0;
    }
    .sec03 .sec_ttl{ margin-bottom: 28%;}
    .sec03 .box_wrap{
        display: block;
    }
    .sec03 .box_wrap.wrap{ width: 86%;}
    .sec03 .box_wrap .box{
        position: relative;
        width: 100%;
        max-width: 820px;
        background: url("../img/product/rewood/bg_box_sp.png") no-repeat center top;
        background-size: 100% 100%;
        padding: 15% 5% 27% 8%;
        box-sizing: border-box;
    }
    .sec03 .box_wrap .box+.box{margin-top: 26%;}
    .sec03 .box_wrap .box:after{
        right: 11vw;
        bottom: 8vw;
    }

    .sec03 .box_wrap .box .num{
        top: -16vw;
        font-size: 30vw;
    }
    .sec03 .box_wrap .box h3{
        font-size: 4.4vw;
        line-height: 2;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 8%;
    }

    .sec03 .box_wrap .box h3 span:after{
        position: absolute;
        bottom: -5px;
        left: 0;
        display: inline-block;
        content: '';
        background: #d2c874;
        width: 100%;
        height: 3px;
    }
    .sec03 .box_wrap .box .img{
        margin: 0 auto 4% auto;
    }
    .sec03 .box_wrap .box p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec03 .box_wrap .box p+p{ margin-top: 5%;}


}

/*  sec04 -------------------------------------------*/
.sec04{
    position: relative;
    padding:100px 0 0 0;
    box-sizing: border-box;
}
.sec04:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: '';
    width: 100%;
    height: 490px;
    background: #f5f5f5;
    z-index: -1;
}
.sec04:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: block;
    content: '';
    width: 100%;
    height: 25vw;
    max-height: 320px;
    min-height: 270px;
    background: #d2c874;
    z-index: -1;
}

.sec04 .box_wrap{
    width: 94%;
    max-width: 1180px;
    margin: 0 auto;
}
.sec04 .box_wrap .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec04 .box_wrap .box:nth-of-type(2n){ flex-direction: row-reverse;}
.sec04 .box_wrap .box+.box{ margin-top: 20px;}
.sec04 .box_wrap .box .img{
    width: 50%;
    max-width: 580px;
}
.sec04 .box_wrap .box .txt{
    width: 47%;
    box-sizing: border-box;
}
.sec04 .box_wrap .box:nth-of-type(2n) .txt{
    padding-left: 65px;
}

.sec04 .box_wrap .box .txt h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec04 .box_wrap .box .txt p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec04 .box_wrap .box:nth-of-type(3) .txt h3,
.sec04 .box_wrap .box:nth-of-type(3) .txt p{ color: #FFF;}

@media screen and (max-width: 767px) {
    .sec04{
        padding:12% 0 0 0;
    }
    .sec04:before,
    .sec04:after{
        display: none;
    }

    .sec04 .box_wrap{
        width: 100%;
        max-width: inherit;
    }
    .sec04 .box_wrap .box{
        display: block;
    }
    .sec04 .box_wrap .box+.box{ margin-top: 8%;}
    .sec04 .box_wrap .box .img{
        width: 100%;
        max-width: inherit;
        text-align: center;
    }
    .sec04 .box_wrap .box .txt{
        width: 86%;
        margin: 6% auto 0 auto;
        box-sizing: border-box;
    }
    .sec04 .box_wrap .box:nth-of-type(2n) .txt{
        padding-left: 0;
    }

    .sec04 .box_wrap .box .txt h3{
        font-size: 4.6vw;
        line-height: 1.8;
        margin-bottom: 3%;
    }
    .sec04 .box_wrap .box .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec04 .box_wrap .box:nth-of-type(3) .txt h3,
    .sec04 .box_wrap .box:nth-of-type(3) .txt p{ color: #646464;}

}

/*  sec05 -------------------------------------------*/
.sec05{
    position: relative;
    padding:235px 0 70px 0;
    box-sizing: border-box;
}

.sec05 .txt_marker{
    background:-webkit-linear-gradient(rgba(215,255,255,0) 60%, #eae475 60%);
    background:-o-linear-gradient(rgba(255,255,255,0) 60%, #eae475 60%);
    background:linear-gradient(rgba(255,255,255,0) 60%, #eae475 60%);
}
.sec05 .fukidashi {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding: 40px 10px;
    text-align: center;
    background-color: #fff;
    border: 1px dashed #646464;
    border-radius: 10px;
    margin: 0 auto 55px auto;
}

.sec05 .fukidashi::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 1px dashed #646464;
    border-right: 1px dashed #646464;
    background-color: #fff;
    transform: rotate(135deg);
}
.sec05 .fukidashi p{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2;
}

.sec05 h3{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 45px;
}

.sec05 .box_wrap{
	position: relative;
    width: 94%;
    max-width: 1180px;
    display: flex;
    margin: 0 auto 5px auto;
}
.sec05 .box_wrap:before{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 155px;
	background: #FFF;
	transition: 1s;
	z-index: 2;
}
.sec05 .box_wrap.is-active:before{ width: 0;}

.sec05 .box_wrap .box.b01{
    width: 60%;
    max-width: 700px;
}
.sec05 .box_wrap .box.b02{
    width: 40%;
    max-width: 480px;

}
.sec05 .box-head{
    position: relative;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
}
.sec05 .box_wrap .b01 .box-head{
    background: #efce7f;
}
.sec05 .box_wrap .b02 .box-head{
    background: #eae475;
}
.sec05 .box_wrap .b02 .box-head:before{
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: '';
    background: url("../img/product/rewood/icn_plus.png") no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}

.sec05 .box-head p{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
.sec05 .box-head p.price{
    font-size: 2.0rem;
}
.sec05 .box-head p.price span{ font-size: 3.5rem; margin-left: 10px;}

.sec05 .box-body{
    margin-top: 10px;
    border: 1px solid #646464;
    padding: 30px;
    box-sizing: border-box;
    height: calc(100% - 170px);
}
.sec05 .b02 .box-body{
    border-left: none;
}
.sec05 .box-body .subttl{
    text-align: center;
    margin-bottom: 35px;
}
.sec05 .box-body .subttl span{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 7px 33px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.ie .sec05 .box-body .subttl span{ padding: 9px 33px 4px 33px;}

.sec05 .box-body ul li{
    position: relative;
    font-size: 1.4rem;
    line-height: 2.14;
    padding-left: 10px;
    box-sizing: border-box;
}

.sec05 .box-body ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '-';
}
.sec05 .box-body ul li.marker{
    padding-left: 0;
    line-height: 2.7;
}
.sec05 .box-body ul li.marker span{
    background: #eae475;
    padding: 5px 0;
    box-sizing: border-box;
}
.sec05 .box-body ul li.marker:before{ display: none;}


.sec05  p.note{
    font-size: 1.4rem;
    line-height: 2.14;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
}

@media screen and (max-width: 767px) {
    .sec05{
        padding:16% 0 8% 0;
    }

    .sec05 .fukidashi {
        position: relative;
        width: 86%;
        max-width: inherit;
        padding: 8% 4%;
        margin: 0 auto 14% auto;
    }

    .sec05 .fukidashi::before {
        width: 20px;
        height: 20px;
        bottom: -10px;
    }
    .sec05 .fukidashi p{
        font-size: 4.7vw;
    }

    .sec05 h3{
        font-size: 5.8vw;
        margin-bottom: 12%;
    }

    .sec05 .box_wrap{
        width: 92%;
        max-width: inherit;
        display: block;
        margin: 0 auto 3% auto;
    }
	.sec05 .box_wrap:before{ display: none;}

    .sec05 .box_wrap .box.b01{
        width: 100%;
        max-width: inherit;
    }
    .sec05 .box_wrap .box.b02{
        position: relative;
        width: 100%;
        max-width: inherit;

    }
    .sec05 .box-head{
		position: relative;
        padding: 15px 10px;
    }
    .sec05 .box_wrap .b02 .box-head:before{
        display: none;
    }
	.sec05 .box_wrap .box-head:before{
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: #FFF;
		transition: 1s;
		z-index: 2;
	}
	.sec05 .box_wrap.is-active  .box-head:before{ width: 0;}

        .sec05 .box_wrap .box.b02:before{
        position: relative;
        margin: 5% auto;
        display: block;
        content: '';
        background: url("../img/product/rewood/icn_plus.png") no-repeat center center;
        background-size: 100% auto;
        width: 40px;
        height: 40px;
    }

    .sec05 .box-head p{
        font-size: 5.4vw;
        font-weight: 700;
        text-align: center;
    }
    .sec05 .box-head p.price{
        font-size:4.6vw;
    }
    .sec05 .box-head p.price span{ font-size: 8vw; margin-left: 10px;}

    .sec05 .box-body{
        padding: 5%;
        box-sizing: border-box;
        height: auto;
    }
    .sec05 .b02 .box-body{
        border-left: 1px solid #646464;
    }
    .sec05 .box-body .subttl{
        margin-bottom: 6%;
    }
    .sec05 .box-body .subttl span{
        font-size: 4.4vw;
        padding: 3px 11%;
    }

    .sec05 .box-body ul li{
        font-size: 3.7vw;
        line-height: 2;
        padding-left: 4vw;
    }
    .sec05 .wrap{ width: 86%;}
    .sec05  p.note{
        font-size: 3.7vw;
        line-height: 2;
        text-indent: -4vw;
        margin-left: 4vw;
    }

}



/*  sec06 -------------------------------------------*/
.sec06{
    position: relative;
    padding:90px 0 70px 0;
    box-sizing: border-box;
}

.sec06 .box_wrap{
    position: relative;
    margin-bottom: 85px;
}
.sec06 .box_wrap:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 130px;
    background: #d2c874;
    z-index: -1;
}
.sec06 .box_wrap .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row-reverse;
}
.sec06 .box_wrap .box .img{
    width: 45%;
    max-width: 531px;
}
.sec06 .box_wrap .box .txt{
    width: 55%;
    padding-right: 30px;
    box-sizing: border-box;
}
.sec06 .box_wrap .box .txt h3{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
}
.sec06 .txt_marker{
    background:-webkit-linear-gradient(rgba(215,255,255,0) 60%, #eae475 60%);
    background:-o-linear-gradient(rgba(255,255,255,0) 60%, #eae475 60%);
    background:linear-gradient(rgba(255,255,255,0) 60%, #eae475 60%);
}
.sec06 .box_wrap .box .txt p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec06 .point_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec06 .point_wrap .img{
    width: 33%;
    max-width: 381px;
}
.sec06 .point_wrap .txt{
    width: 65%;
    box-sizing: border-box;
}
.sec06 .point_wrap .txt .txt_box.txt_box{ margin-top: 50px;}
.sec06 .txt_box h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec06 .txt_box h3 span{ margin-right: 15px;}
.sec06 .txt_box p{
    font-size: 1.4rem;
    line-height: 2.14;
}

.sec06 .btn_wrap{
    margin: 90px auto 0 auto;
    text-align: center;
}
.sec06 .btn_wrap .btn{}
.sec06 .btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}

@media screen and (max-width: 767px) {
    .sec06{
        padding:10% 0 10% 0;
    }

    .sec06 .box_wrap{
        position: relative;
        margin-bottom: 12vw;
    }
    .sec06 .box_wrap:after{
        display: none;
    }
    .sec06 .box_wrap .box{
        display: block;
    }
    .sec06 .box_wrap .box.wrap{
        width: 100%;
    }
    .sec06 .box_wrap .box .img{
        position: relative;
        width: 100%;
        max-width: inherit;
    }
    .sec06 .box_wrap .box .img img{
        display: block;
        width: 94%;
        max-width: 531px;
        margin: 0 auto;
    }
    .sec06 .box_wrap .box .img:after{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        margin: 0 auto;
        display: block;
        content: '';
        width: 100%;
        height: 150px;
        background: #d2c874;
        z-index: -1;
    }
    .sec06 .box_wrap .box .txt{
        width: 86%;
        padding-right: 0;
        margin: 10% auto 0 auto;
    }
    .sec06 .box_wrap .box .txt h3{
        font-size: 5.2vw;
        margin-bottom: 4%;
    }

    .sec06 .box_wrap .box .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec06 .point_wrap{
        display: block;
    }
    .sec06 .point_wrap .img{
        width: 92%;
        max-width: 381px;
        text-align: center;
        margin: 0 auto;
    }
    .sec06 .point_wrap .txt{
        width: 98%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .sec06 .point_wrap .txt .txt_box.txt_box{ margin-top: 12%;}
    .sec06 .txt_box h3{
        font-size: 4.7vw;
        margin-bottom: 4%;
    }
    .sec06 .txt_box h3 span{ margin-right: 10px;}
	.sec06 .txt_box .txt_marker02:after{
		height: 3px;
		bottom: -3px;
	}
    .sec06 .txt_box p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec06 .point_wrap .txt_marker{
        background: -webkit-linear-gradient(rgba(215,255,255,0) 90%, #eae475 10%);
        background: -o-linear-gradient(rgba(255,255,255,0) 90%, #eae475 10%);
        background: linear-gradient(rgba(255,255,255,0) 90%, #eae475 10%);
        padding-bottom: 5px;
    }

    .sec06 .btn_wrap{
        margin: 14% auto 0 auto;
    }

    .sec06 .btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .sec06 .btn_wrap .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }

}




