@charset "utf-8";

/* コンテンツ
*****************************************************/
html, body { border: 0; margin: 0; outline: 0; padding: 0; }
.wrapper {
    background-color: #ecf3f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    width: 100%;
}

.hv-detail { background-color: #FFF; margin: 0 auto; max-width: 1200px; padding: 50px 100px 100px; }
.hv-detail > section { color: #000; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; font-size: 16px; font-weight: normal; line-height: 1.6; margin: 0; padding: 0; }

section { clear: both; display: block; overflow: hidden; }
section .inner { margin: 0 auto; max-width: 100%; padding-bottom: 60px; width: 100%; }
section .inner.no { padding-bottom: 0; }
section .inner p { padding-bottom: 25px; text-align: justify; }
section .inner .sec-treatsteps-img { padding-bottom: 0; }
section .inner p.no { padding-bottom: 0; }
section .inner p.sm { font-size: 12px; text-align: right; }

.wrapper *,
.wrapper *:before,
.wrapper *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

address, caption, cite, code, dfn, var, h1, h2, h3, h4, h5, h6 { margin-bottom: 0; margin-top: 0; }
ul, ol { margin: 0; margin-left: 0; padding: 0; }
li { margin-bottom: 0; }
p { margin: 0; }
table { border: none; margin: 0; }
th, td { border: none; }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper a { text-decoration: none; }
.wrapper a:hover { opacity: 0.7; }

.cfix { clear: both; overflow: hidden; display: block; }

img { height: auto; max-width: 100%; }
.clearfix { clear: both; display: block; overflow: hidden; }
.bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.tbl { display: table; width: 100%; height: 100%; }
.tbl-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
.spDisp_lp { display: none; }
.img-center { margin: 0 auto; text-align: center; }
.txt-center { text-align: center; }
.red { color: #ED1C24; font-weight: 700; }
.yellow { color: #FFFF00; font-weight: 700; }
.padbot40 { padding-bottom: 40px; }
.sp-only { display: none; }
.cfix { clear: both; display: block; overflow: visible; }

/* Section Area */
.sec-ttl { background-color: #2f70a8; color: #FFF; font-size: 28px; font-weight: 600; line-height: 1.2; margin-bottom: 50px; padding: 20px 10px; position: relative; text-align: center; }
    .sec-ttl.no { margin-bottom: 0; }
    .sec-ttl:after {
        bottom: -20px; content: ''; height: 0;  left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #2f70a8;
    }
.sec-subttl { background-color: #ecf3f8; border-bottom: 2px solid #3774a7; color: #2e70a7; font-size: 24px; font-weight: 600; line-height: 1.2; margin-bottom: 25px; padding: 20px 30px; }

/* Section Banner */
.sec-bnr { margin: 0 auto; text-align: center; }
    .sec-bnr h2 { line-height: 0; }
    .sec-bnr img { width: auto; }

/* Section Whatis */
.sec-whatis-col-txt,
.sec-whatis-col-img { display: block; float: left; }
.sec-whatis-col-txt { margin-right: 6%; width: 66.5%; }
    .sec-whatis-col-subttl { font-size: 21px; padding-bottom: 35px; }
    .sec-whatis-col-subttl span { color: #d73563; font-weight: 600; text-decoration: underline; }
.sec-whatis-col-list { padding-bottom: 25px; }
    .sec-whatis-col-list li {
        background-color: #f8f0e4; display: block; font-size: 18px; font-weight: 600; margin-bottom: 20px; margin-left: 40px; padding: 10px; position: relative; text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .sec-whatis-col-list li:after {
        content: ''; margin-top: -15px; position: absolute; right: -20px; top: 50%;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #f8f0e4;
    }
    .sec-whatis-col-list li:last-child { margin-bottom: 0; }
.sec-whatis-col-img { line-height: 0; width: 27.5%; }

/* Section Handveins */
.sec-handveins .show-all { margin-bottom: 0; }
.sec-handveins-img { line-height: 0; margin: 15px auto 0; text-align: center; }
.show-all { position: relative; padding: 20px 20px; background: #edf3f8; text-align: center; max-width: 720px; margin: 10px auto 40px; }
	.show-all button { 
		min-width:160px; pointer-events: none; border: #2f71a5; background: #2f71a5; padding: 3px 40px; border-radius: 20px; color: #ffffff; position: relative; font-weight: bold; margin-top: 75px; margin-bottom: 5%; font-size: 16px; opacity: 0.9;  z-index: 3; 
	}
	.show-all button::before { content: "詳しく見る"; }
	.show-all button::after { content: "";background: url('../images/down-arrow.png') no-repeat center top / contain; width: 10px; height: 10px; position: absolute; margin-left: 15px;bottom: 10px; }
	.show-all input[type="checkbox"]{ display: none; }

	.show-all label { position: absolute; width: 100%; height: 100%; left: 0; top: 0; cursor: pointer; }
	.show-all label:after { content:''; position: absolute; width:100%; height:100%; left:0; bottom:0; border: 1px solid #2f71a5;}
    .show-all label:before { content:''; position: absolute; width:100%; height:80%; left:0; bottom:0; background:linear-gradient(rgba(255,255,255,.0) 20%,rgba(255,255,255,1) 67%); z-index: 2;}

.show-all.bg-white { background: #fff; }
.show-all.bg-white label::before { background: linear-gradient(rgba(255,255,255,.0) 0%,#f6f9fc 70%);}

    .show-treatment { height: 80px; overflow: hidden; text-align: left; font-size: 12px; transition: all 100ms; padding-bottom: 30px; }
	.show-treatment-txt1 { color: #2E70A7; font-weight: bold; }
	.show-treatment-txt2 { font-size:18px; font-weight: bold; display: block; margin-bottom: 10px; }
	.show-treatment > div:first-child { font-size: 14px; }        
	.show-treatment > div:first-child .show-treatment-txt1 { font-size: 18px; }        
	.show-treatment > div { display: flex; margin-bottom: 6px; line-height: 1.5em; }
	.show-treatment > div > div { flex-grow: 4; flex-basis: 0; }
	.show-treatment > div > div:first-child { flex-grow: 0.7; }
	.show-treatment > div > div + div { margin-left: 10px; }		

	.show-all input[type="checkbox"]:checked ~ label { background: none; }
	.show-all input[type="checkbox"]:checked ~ label:after,
    .show-all input[type="checkbox"]:checked ~ label:before { background: none;}
	.show-all input[type="checkbox"]:checked ~ label button { position: absolute; left:calc(50% - (160px/2)); bottom: 10px; margin: 0; }
	.show-all input[type="checkbox"]:checked ~ label button::before { content: "閉じる"; }
	.show-all input[type="checkbox"]:checked ~ label button::after { transform:rotate(180deg); }
	.show-all input[type="checkbox"]:checked ~ .show-treatment{ height: auto; transition: all 100ms; }

    .show-all.noBd { margin: 10px auto 0; }
    .show-all.noBd label:after { border:none; }
    .show-all.noBd .show-treatment { font-size: 12px; }
    .show-all.noBd .show-treatment > div > div:first-child { flex-grow: 1.4; }

    .show-treatment .bullet span { position: relative; padding-left: 12px; display: inline-block; }
    .show-treatment .bullet span:before { content: ""; width: 10px; height:10px; border-radius: 50%; background-color:#2E70A7; position: absolute; top: 3px; left: 0; }

/* Section Treatrec */
.sec-treatrec { position: relative; width: 100%; }
.sec-treatrec:after { content: url('../images/sec-treatrec-img.png'); position: absolute; right: 0; top: 42px; }
.sec-treatrec-list { padding-bottom: 36px; padding-left: 40px; }
    .sec-treatrec-list li { display: block; font-size: 23px; padding-bottom: 13px; padding-left: 31px; position: relative; }
    .sec-treatrec-list li:before { content: url('../images/sec-treatrec-check.png'); left: 0; position: absolute; top: 4px; }
    .sec-treatrec-list li:last-child { padding-bottom: 0; }
    .sec-treatrec-list li span { color: #d73563; font-weight: 600; text-decoration: underline; }

/* Section Causes */
.sec-causes-list { width: 100%; }
    .sec-causes-list li {
        background-color: #2f70a8; display: block; float: left; margin-right: 1.3%; padding: 2px; position: relative; width: 24.025%;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
    .sec-causes-list li .sec-causes-step td {
        border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
    }
    .sec-causes-list li:last-child { margin-right: 0; }
.sec-causes-step { width: 100%; }
    .sec-causes-step tr { vertical-align: middle; }
    .sec-causes-step th,
    .sec-causes-step td { display: block; width: 100%; }
    .sec-causes-step th { background-color: transparent; color: #FFF; font-size: 20px; font-weight: 600; padding: 13px 0; text-align: center; }
    .sec-causes-step td { background-color: #FFF; min-height: 205px; padding: 25px 15px; }

/* Section Treatsteps */
.sec-treatsteps .inner { background-color: #f6f9fc; margin-bottom: 60px; 
    padding: 63px 50px 0px 50px;
    /* padding: 63px 50px;  */
}
.sec-ttl-nobg { color: #4687bd; font-size: 32px; font-weight: 600; line-height: 1.2; padding-bottom: 70px; position: relative; text-align: center; }
    .sec-ttl-nobg img { left: 0; position: absolute; top: -33px; }
.sec-treatsteps-col { width: 100%; }
    .sec-subttl-bg { background: url('../images/sec-subttl-bg.jpg') repeat left top; color: #FFF; font-size: 28px; font-weight: 600; line-height: 1.2; margin-bottom: 25px; padding: 5px; }
        .sec-subttl-bg span { background-color: #FFF; color: #4687bd; display: inline-block; height: 60px; line-height: 60px; margin-right: 15px; text-align: center; width: 60px; }
    .sec-treatsteps-img { text-align: center !important; }
    .sec-treatsteps-box { background-color: #c8dbea; margin-bottom: 60px; }
    .sec-treatsteps-box.no { margin-bottom: 50px; }
        .sec-treatsteps-pad { background-color: #FFF; margin: 20px; padding: 28px 50px 45px; }
        .sec-treatsteps-ttl { color: #2e70a7; font-size: 32px; font-weight: 600; line-height: 1.2; padding-bottom: 30px; }
    .sec-treatsteps-list li { display: block; font-size: 18px; font-weight: 600; padding-bottom: 10px; padding-left: 30px; position: relative; }
        .sec-treatsteps-list li:last-child { padding-bottom: 0; }
        .sec-treatsteps-list li span {
            background-color: #2d6fa7; color: #FFF; content: ''; height: 24px; left: 0; line-height: 24px; position: absolute; text-align: center; top: 2px; width: 24px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }
    .sec-treatsteps-bd { background: #fff; border: 1px solid #006FB9; margin: 40px auto 50px; padding: 42px 70px 40px; position: relative; }
        .sec-treatsteps-float {
            background-color: #006FB9; color: #fff; display: inline-block; font-size: 20px; font-weight: bold; left: 0; line-height: 40px; margin: 0 auto; max-width: 90%; padding: 0 10px; position: absolute; right: 0; text-align: center; top: -22px; width: 400px;
            border-radius: 40px;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
        }
        .sec-treatsteps-con { position: relative; }
        .sec-treatsteps-con img { position: absolute; top: 50%; right: 0; transform: translate(0,-50%);}
        .sec-treatsteps-con .con-txt { width: calc(100% - 341px); }
        .sec-collagenlift-img.img-center {
            margin-bottom: 50px;
        }

/* Section Combi */
.sec-combi-img { text-align: center !important; padding-bottom: 0 !important; }

/* Section Pain */
.sec-pain-box { text-align: right; position: relative; }
    .sec-pain-txt { display: block; text-align: left; }
    .sec-pain-box img { display: block; position: absolute; bottom: 73px; left: 0; }
    .sec-pain-box ul { display: inline-block; width: calc(100% - 305px); text-align: left; }
    .sec-pain-box ul li { margin-bottom: 10px; display: table; background: #ebf2f8; }
    .sec-pain-box ul li:last-child { margin-bottom: 0; }
    .sec-pain-box ul li .sec-pain-subttl { display: table-cell; font-size: 20px; font-weight: bold; width: 184px; color: #fff; vertical-align: middle; background: #006FB9; text-align: center; padding: 10px; }
    .sec-pain-box ul li p { display: table-cell; padding: 12px 50px; width: calc(100% - 184px); }

/* Section Points */
.sec-points-boxes { text-align: center; margin-top: 20px;  }
    .sec-points-box { display: inline-block; width: calc((100% / 3) - 13px); text-align: left; }
        .sec-points-box:nth-child(1) {float: left; }
        .sec-points-box:nth-child(3) {float: right; }
    .sec-points-ttl { font-size: 24px; font-weight: bold; color: #2E70A7; position: relative; padding-left: 16px; }
        .sec-points-ttl:before { content:""; width: 4px; height: 30px; background-color: #2E70A7; position: absolute; top: 0; left: 0; }
    .sec-points-box img { display: inline-block; margin: 10px 0 20px; }

/* Section Case */
.sec-case-imgs { margin: 50px 0 20px; overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.sec-case-imgs li { background:#fff; text-align: center; display: inline-block; vertical-align: top; width: 49%; margin-bottom: 20px;}
	.sec-case-imgs li:nth-child(even) { float: right; clear: both; }
	.sec-case-imgs li figure { border: 1px solid #cbcccd; padding: 10px; margin: 0; }
	.sec-case-imgs li img { vertical-align: top; }
    .sec-case-btn { width: 700px; min-height: 70px; padding: 14px 0; border-radius:100px; background-color: #ecf3f8; text-align: center; display: block; margin: 0 auto 40px; }
        .sec-case-btn span { position: relative; font-size: 24px; font-weight: bold; color: #2E70A7;}
        .sec-case-btn span:before { content:"\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; right: -45px; transform: translateY(-50%); }
	.sec-case-effect { border: 1px solid #ababab; font-size: 0; position: relative; display: table; width: 100%; }
        .sec-case-ttl { color:#fff; display: table-cell; width: 276px; font-size: 20px; font-weight: bold; text-align: center; background: #909090; vertical-align: middle; padding: 10px; }
        .sec-case-effect ul { display: table-cell; width: calc(100% - 276px); padding: 20px 30px; }
        .sec-case-effect ul li { font-size: 16px; position: relative; padding-left: 14px; }
        .sec-case-effect ul li:before { content:""; display: inline-block; background-color: #000; position: absolute; top: 11px; left: 0; width: 4px; height: 4px; border-radius: 50%; }

/* Section Treatflow */
.sec-treatflow-boxes { margin-top: 50px; }
	.sec-treatflow-box { margin-bottom: 40px; text-align: right; overflow: hidden;	clear: both; }
	.sec-treatflow-box:last-child { margin-bottom: 0; }
	.sec-treatflow-box img { float: left; margin-right: 30px; }
	.sec-treatflow-txt { display: inline-block; vertical-align: top; width: calc(100% - 340px); text-align: left; }
	.sec-treatflow-ttl { font-size: 24px; font-weight: bold; color: #2E70A7; border-bottom: 1px solid #2E70A7; display: block; position: relative; padding: 0 0 4px 0; margin-bottom: 40px; }
	    .sec-treatflow-ttl span { color: #fff; background-color: #2E70A7; text-align: center; width: 40px; height: 40px; margin-right: 10px; display: inline-block; vertical-align: top; }

/* Section Cost */
.sec-cost-box { background: rgba(70,135,189,.05); padding: 43px 50px 45px; 
    /* margin-bottom: 60px;  */
}
	.sec-cost-box ul { margin-bottom: 30px; }
        .sec-cost-box ul li { display: inline-block; vertical-align: top; width: 50%; font-size: 20px; font-weight: bold; background: #fff; border: 1px solid #D2D2D2; padding: 12px 10px; text-align: center; }
        .sec-cost-box ul li:nth-child(2) { float: right; border-left: 0; }
	.sec-cost-tbl { width: 100%; font-size: 20px; text-align: center; background: #fff; 
        /* margin-bottom: 30px;  */
        font-weight: bold; }
        .sec-cost-tbl tr th, .sec-cost-tbl tr td { border: 1px solid #D2D2D2; vertical-align: middle; padding: 12px 10px; }
        .sec-cost-tbl tr th { background: #006FB9; color: #fff; text-align: center; }
        .sec-cost-tbl tr th:first-child { width: 50%; }
        /*.sec-cost-tbl tr th:nth-child(2) { width: 15%; }*/
        /* .sec-cost-tbl tr:nth-child(odd) td { background: #f6f6f6; } */
	.sec-cost-boxlow { border: 20px solid #C7DBEB; padding: 38px 35px 40px 30px; margin-top: 30px; }
        .sec-cost-ttl { font-size: 28px; font-weight: bold; color: #2E70A7; line-height: 1.2; margin-bottom: 45px; text-align: center; }
        .sec-cost-boxlow img { display: inline-block; vertical-align: top; margin-right: 25px; }
        .sec-cost-boxlow p { display: inline-block; vertical-align: top; width: calc(100% - 366px); }

        td.table_grey {
            background: #f6f6f6!important;
        }