﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* RESET CSS */
article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
img{margin:0 auto;padding:0;max-width:100%;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*----------------------------------------------------------------------------------------------
button:hover
----------------------------------------------------------------------------------------------*/
@-webkit-keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}
.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}
/*----------------------------------------------------------------------------------------------
Basic
----------------------------------------------------------------------------------------------*/
html{ font-size:62.5%;  }
body{
	width:100%;
	font-size:2.2rem;
	color:#3f3f3f;
	font-weight:500;
	line-height:1.7;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
#body__wrap{
	width:100%;
	margin:0 auto;
	background:#FFF;
}

/* Float・Clearfix */
.clearfix:before , .clearfix:after{ content:" "; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }
.side_photo{ float:right; padding:0 0 2rem 2rem; }
.side_photo2{ float:left; padding:0 2rem 2rem 0; }
.side_photo img{ margin:0 }
.side_photo2 img{ margin:0 }
.img_right{ float:right; width:330px; padding:0 0 2rem 2rem; line-height:1.4; }
.img_right img + img{ margin-top:1rem; }
.img_left{ float:left; width:330px; padding:0 2rem 2rem 0; line-height:1.4; }
.img_full{ width:900px; margin:0 auto; }
p + .img_full{ margin-top:2rem; }
.img_full + p{ margin-top:2rem; }
.caption { max-width:100%; padding:.6rem; margin:0!important; color:#110604; font-size:2rem; text-align:center; line-height:1.4; font-family:Ryumin Bold KL,serif; }

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
.u{ text-decoration:underline; }	/*下線*/
.b{ font-weight:bold; }				/*太字*/
.r{ color:#CC2121; }				/*赤*/
.blu{ color:#113B90; }				/*青*/
.y{ color:#FFFF55; }				/*黄*/
.marker{ background:linear-gradient(transparent 60%, #ffff84 60%); }	/*マーカー*/
.text_c{ text-align:center; }	/*中央揃え*/
.text_r{ text-align:right; }	/*右揃え*/
.text_l{ text-align:left; }		/*左揃え*/
.xxsmall{ font-size:60%; }		/*文字サイズ小*/
.xsmall{ font-size:70%; }		/*文字サイズ小*/
.small{ font-size:80%; }		/*文字サイズ小*/
.large{ font-size:120%; }		/*文字サイズ大*/
.xlarge{ font-size:140%; }		/*文字サイズ大*/
.MB101{ font-family:Gothic MB101 Heavy,sans-serif; }	/*MBゴシック*/
.mincho{ font-family:Ryumin ExtraBold KL,serif; }		/*リュウミン*/

/* FlexBox */
.flex{
	display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
	-ms-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
	line-height:1.4;
}
/* FlexBox 横並び1 */
.flex .full{ width:100%; }
/* FlexBox 横並び2 */
.pic_list_2nd li{ width:50%; margin-bottom:1rem; }
.pic_list_2nd img{ margin:0; }
p + .pic_list_2nd { margin:3rem 0; }
.pic_list_2nd + p{ margin:2rem 0; }
/* FlexBox 横並び3 */
.pic_list_3rd li{ width:33%; margin-bottom:1rem; }
.pic_list_3rd img{ margin:0; }
p + .pic_list_3rd { margin:3rem 0; }
.pic_list_3rd + p{ margin:2rem 0; }

/* FlexBox 横並び4 */
.pic_list_4th li{ width:25%; margin-bottom:1rem; }
.pic_list_4th img{ margin:0; }
p + .pic_list_4th{ margin:3rem 0; }
.pic_list_4th + p{ margin:2rem 0; }

/* Attention Box */
.attention_box{
	padding:1rem;
	margin-bottom:1rem;
	border:1px dotted #CCC;
	font-size:80%;
	background:#FFF;
}
.attention_box p{ padding-left:2rem; text-indent:-2rem; }
.attention_box p.normal{ padding-left:0; text-indent:0; }
.attention_box + p{ margin-top:3rem; }
/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p{ margin:5px 0;}
.timer01{ padding:5px 0; text-align:center; font-weight:bold; color:#fff; font-size:3rem; line-height:1; background:#110604; }
.timer01 .timer_num{ color:#ffff55; font-size:140%; font-family:Century Gothic, "Courier New", Consolas, monospace; }
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto; }
#header__img{ width:100%; margin:0 auto; text-align:center; background:url(../img/bg_header.jpg) no-repeat fixed; background-size:cover; }
/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
section{ padding:5rem 0; }

/* 固有 */
section.gray{ width:100%; background:#EEE; }
section.yellow{ width:100%; background:#FFFFF0; }
section.grid{ width:100%; background:url(../img/bg_grid.gif); }
/*----------------------------------------------------------------------------------------------
sub-head / letter
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	margin:0 auto 3rem;
	color:#110604;
	font-size:5.6rem;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	font-family:Ryumin ExtraBold KL,serif;
}

.sub-head-02{ padding:0 0 0 1rem; margin-bottom:1rem; border-left:3px solid #3F3F3F; font-weight:bold; }
p + .sub-head-02{ margin-top:3rem; }

.sub-head-testing{
	display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
	-ms-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
	-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
	width:960px;
	margin:0 auto 3rem;
	color:#110604;
}
.sub-head-testing_pic{ width:30%; padding-right:2rem; margin:0; }
.sub-head-testing_text{ width:70%; }
.sub-head-testing_text h2{ margin-bottom:1rem; font-size:4.8rem; line-height:1.3; letter-spacing:-2px; font-family:Ryumin ExtraBold KL,serif; }

.letter{ width:960px; margin:0 auto; }
/*----------------------------------------------------------------------------------------------
ブレッド
----------------------------------------------------------------------------------------------*/
/* 共通 */
ul.check,
ul.check_02{ margin: 3rem 0; }
ul.check li,
ul.check_02 li{
	padding:1.5rem 0 1.5rem 4rem;
	border-bottom:1px dashed #aaa;
	font-size:3rem;
	font-weight:bold;
	line-height:1.4;
}
ul.check li p,
ul.check_02 li p{
	font-size:2.2rem;
	font-weight:normal;
	padding-top:.8rem;
}

/* 固有 */
ul.check li{ background:url(../img/base/ico_cheack_04.png) 0 2rem no-repeat; }
ul.check li.large { font-size: 3.7rem; font-family: Ryumin ExtraBold KL,serif; }
ul.check_02 li{ background:url(../img/base/ico_cheack_01.png) 0 2rem no-repeat; }
/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
.voice_line_box{
	-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
	padding:0;
	margin:3rem 0;
}
.voice_line_pic{ width:35%; padding:0 2rem 0 0; text-align:center; }
.voice_line_pic img{ margin:0; }
.voice_line_pic img + img{ margin-top:1rem;; }
.voice_line_txt{ width:65%; }
.voice_line_ttl{
	padding-bottom:.6rem;
	margin-bottom:1rem;
	border-bottom:1px solid #CCC;
	font-size:4rem;
	line-height:1.4;
	font-family:Ryumin ExtraBold KL,serif;
}

/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
.bg_black{ background:url(../img/bg_header3.jpg) no-repeat fixed;background-size:cover; color: #fff;position: relative;}
.bg_black .sub-head { color: #fff;}
.voice2 .r{ color:#FFFF55;}

.voice2 .voice_line_box{
	-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
	padding:0;
	margin:1rem 0;width:49%;
}
.voice2 .voice_line_pic{ width:30%; padding:0 1rem 0 0; text-align:center; }
.voice2 .voice_line_pic img{ margin:0; }
.voice2 .voice_line_pic img + img{ margin-top:1rem;; }
.voice2 .voice_line_txt{ width:68%; }
.voice2 .voice_line_ttl{
	padding-bottom:.4rem;
	margin-bottom:1rem;
	border-bottom:1px solid #fff;
	font-size:2.5rem;
	line-height:1.4;
	font-family:Ryumin ExtraBold KL,serif;
	}
.voice2 p{font-size:1.8rem; }
/*----------------------------------------------------------------------------------------------
アコーディオン
----------------------------------------------------------------------------------------------*/
.acd_label{ display:block; padding:1rem; margin-top:3rem; color:#FFF; font-weight:bold; text-align:center; background:#333;cursor :pointer }
.acd_content{display:none;padding:2rem; border:1px solid #333; background:#FFF; transition:.5s; }
.acd_content
/*----------------------------------------------------------------------------------------------
症例
----------------------------------------------------------------------------------------------*/
.symptom_box{
	-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
	margin-top:3rem;
}
.symptom_table{ width:84%; font-size:2rem; line-height:1.4; background:#FFFF; }
.symptom_table th{ background:#EFEFEF; }
.symptom_table th,.symptom_table td{ padding:.6rem; border:1px solid #CCC; }
.symptom_table th,.symptom_table .blu,.symptom_table .r{ font-weight:bold; text-align:center; }
.symptom_msg_box{
	position:relative;
	width:14%;
	height:27rem;
	padding:2rem;
	border:3px solid #CCC;
	line-height:1.4;
	font-family:Gothic MB101 Ultra,sans-serif;
	background:#FFF;
	-webkit-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:vertical-rl;
}
.symptom_msg_box:before{ position:absolute; top:50%; left:-24px; content:""; z-index:1; transform:translateY(-50%); border:12px solid transparent; border-right:12px solid #FFF; }
.symptom_msg_box:after{ position:absolute; top:50%; left:-30px; content:""; z-index:0; transform:translateY(-50%); border:14px solid transparent; border-right:14px solid #CCC;}
/*----------------------------------------------------------------------------------------------
パターン
----------------------------------------------------------------------------------------------*/
.pattern_box{
	-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;
	margin:3rem 0;
	font-weight:bold;
}
.pattern_list{ width:40%; }
.pattern_txt{ width:60%; padding:.6rem 1rem; border:3px solid #333; }
/*----------------------------------------------------------------------------------------------
規約
----------------------------------------------------------------------------------------------*/
.kiyaku__box{
	width:960px;
	padding:1rem;
	margin:30px auto 0;
	border:1px solid #ffc332;
	font-size:80%;
	background:#fffddd;
	box-sizing:border-box;
}
.kiyaku__box h3{ padding:0 0 1rem; }
/*----------------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------------*/
#form_float{ position:fixed; top:0; left:0; z-index:1000; display:none; width:100%; margin:0 auto; padding:1rem 0; background:#CC2121; }
#form_header{ width:100%; margin:0 auto; background: #004462;
    background: -moz-linear-gradient(left,#000000 10%,#424242 50%,#000000 90%);
    background: -webkit-linear-gradient(left,#000000 10%,#424242 50%,#000000 90%);
    background: linear-gradient(to right,#000000 10%,#424242 50%,#000000 90%) }
#form_header .text_c{ margin-bottom:1rem; color:#FFF; font-size:3rem; }
.form{ width:100%; padding:1rem 0; margin:0 auto; background:#CC2121; }
.form .text_c{ margin-bottom:1rem; color:#FFF; font-size:3rem; }

.form_inner { width: 960px; margin: 0 auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.form_left { background: #fff; border-radius: 5px; display: table; width: 70%; height: 50px; padding: 5px; margin-right: 20px; transition: all 0.2s; }
.form_left:hover { background: #fbffbd; -webkit-box-shadow: 0 0 0 4px #ffd161 inset; box-shadow: 0 0 0 4px #ffd161 inset; }
.form_left .form_must { display: table-cell; vertical-align: middle; width: 10%; }
.form_left .form_must span { display: block; padding: 0 5px; margin-right: 10px; background: #c00; color: #fff; font-size: 1.8rem; font-weight: bold; text-align: center; }
.form_left input { display: table-cell; outline: 0; border: none; background: none; width: 100%; height: 100%; font-size: 1.8rem; font-family: inherit; }
.form_right { width: 30%; }
.form_right .form_btn { width: 100%; }
.form_right .form_btn button { background: #069100; color: #fff; text-shadow: 0 1px 4px #00320d; font-family: "Noto Sans Japanese"; font-weight: 900; font-size: 2.8rem; border-radius: 5px; border: 2px solid #bcff99; box-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 0px 20px; width: 100%; height: 50px; cursor: pointer; }
.form_right .form_btn button:hover { background: #08bb00; }
.form_right .form_notice { font-size: 1.6rem; color: #fff; text-align: center; margin-top: 5px; }

img+ form{ margin-top: .5rem;}
/*----------------------------------------------------------------------------------------------
吹き出し
----------------------------------------------------------------------------------------------*/
/* 共通 */
.fukidashi .box,
.fukidashi .box2{
	display:none;
	position:absolute;
	left:15%;
	top: 120%;
	border-radius:10px;
	background-color:#ff0;
}
.fukidashi .box:after,
.fukidashi .box2:after{	/* 三角形を作成 */
	position:absolute;
	content:"";
	top:-32px;	/* 三角形の高さを２倍した値 */
	left:32px;
	width:0;
	height:0;
	border:16px solid transparent;
	border-bottom:16px solid #ff0;
}
.fukidashi:hover .box,
.fukidashi:hover .box2{
	z-index:2;
	display:block;
}

/* 固有 */
.fukidashi{
	position:relative;
	z-index:auto;
}
.fukidashi img{
	width:100%;
	height:100%;
}
.fukidashi .box{ width:650px; /* 吹き出しの幅 */ }
.fukidashi .box2{ width:300px; /* 吹き出しの幅 */ }
.fukidashi .text{
	top:8px;
	left:4px;
	padding:10px;
	color:#000;
	font-size:1.1rem;
}
/*----------------------------------------------------------------------------------------------
footer__attention
----------------------------------------------------------------------------------------------*/
#footer__attention{
	width:100%;
	padding:2rem 0 0;
	margin:0 auto;
}
#footer__attention p{
	width:960px;
	padding:20px 0;
	margin:0 auto;
	color:#666;
	font-size:1.4rem;
}
.service__list{
	width:960px;
	margin:0 auto;
	font-size:80%;
	line-height:1.4;
	background:#fff;
}
.service__list th,
.service__list td{
	padding:1rem;
	border:1px solid #ccc;
	vertical-align:middle;
}
.service__list th{ background:#ddd; }
.service__list_A,
.service__list_C{ width:25%; }
.service__list .txt__center{ text-align:center; }
/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{
	width:100%;
	margin:0 auto;
	background-color:#ecf0ee;
}
#footer__inner{
	width:900px;
	padding:3rem 0;
	margin:0 auto;
	font-size:1.1rem;
}
#footer__inner_logo{
	float:left;
	width:248px;
	padding:10px 0 0 20px;
}
#footer__inner_right{
	float:right;
	width:600px;
}
#footer__inner li{
	float:left;
	padding-right:10px;
	margin-right:15px;
	list-style-type:none;
}
#footer__inner p{
	clear:both;
	padding-top:5px;
	color:#666;
	text-align:left;
}

/*tokuten*/
.tokuten{ margin: 5rem auto;max-width: 960px; }
.tokuten_ttl{background: url( "../img/bg_tokuten.jpg"); padding: 1rem 0;margin-bottom: 2rem;}
.tokuten_ttl hr { border-top: 2px solid #ffe28c; margin: 1rem 0; }
.tokuten h3{
	color: #000;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 3.5rem;
	font-family: "Gothic MB101 Heavy",sans-serif; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;
	line-height: 1.3;
}
.tokuten .caution{
	font-size: 1.5rem;
	text-align: right;
}
.tokuten

.name-img{float: right;}

/*DISC紹介*/
.box03 { background: #fff; padding: 3rem 0; margin: 0 auto 30px; border: 1px solid #054127; border-radius: 5px; box-shadow:0px 0px 0px 2px #ffffff inset,0px 0px 0px 4px #054127 inset; }
.box03 ul { margin:3rem 3rem 0; }
.product .sec-inner{ padding: 2rem 0 0;}
.product-tokuten { width: 960px;; margin: 20px auto; border: 2px solid #333; }
.product-tokuten h3 { background: #333; color: #fff; font-weight: bold; padding: 5px 0; text-align: center; font-size: 3rem; }
.product-tokuten img { margin: 40px auto; }
.price-table { width: 960px;; margin: 20px auto; border: 2px solid #333; }
.price-table th { background: #333; color: #fff; font-weight: bold; padding: 5px; }
.price-table tr:nth-child(2n) { background: #f5f5f5; }
.price-table td { padding: 10px; vertical-align: middle; }
.price-table td .small { font-size: 60%; }
.price-table td:nth-child(odd) { width: 60%; font-size: 1.8rem; }
.price-table td:nth-child(even) { width: 20%; text-align: center; font-size: 2.5rem; border-left: 2px solid #2C3C3F; }
.price-box { margin-top: 2rem; }

/* 料金 */
.form{ margin:0; }
.price__box{width: 960px; margin:6rem auto 0; }
.price__result{
	margin:0 auto;
	font-weight:bold;
	font-family:Arial, Helvetica, "sans-serif";
}
.price__result_main{
	color:#d00;
	font-size:7rem;
	line-height: 1;
}
.price__result_main img{
	float:left;
	width:120px;
	padding-right:2rem;
}
.price__result_sub{
	font-size:6rem;
	text-align:right;
}
.price__result_sub {
	margin-top:0;
}
.price__notice{
	padding:3rem;
	margin:1rem auto 0;
	background:#eee;
}
.price__notice p{
	padding:0 0 0 1em;
	margin:0 auto;
	font-size:2rem;
	text-indent:-1em;
}

.dvd_bg{background:url(../img/bg_2.jpg) no-repeat fixed;width: 100%;background-size:cover;}

/*----------------------------------------------------------------------------------------------
form
----------------------------------------------------------------------------------------------*/
.formWrap { width: 100%; margin: 2rem 0 4rem; }
/* ボタン */
/* 共通 */
input.btn_submit, input.btn_submit02, input.btn_submit03 { cursor: pointer; display: block; width: 700px; height: 160px; margin: auto; border: none; text-indent: -9999px; }
input.btn_submit:hover, input.btn_submit02:hover, input.btn_submit03:hover { opacity: .8; }
/* 固有 */
input.btn_submit { background: url(../img/btn04.png) no-repeat 0 0; }


.hosho2__flow_wrap {
	width: 90%;
	margin: 1.5rem auto 0;
	font-size: 70%;
}
.hosho2__flow_wrap_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hosho2__flow_list {
	margin: 0 auto;
	flex: 1;
}
.hosho2__flow_list p {
	padding: .5rem 2rem;
	text-align: center;
}
.hosho2__flow_center {
	border-top: 1px solid #BFBFBF;
	margin: 3rem 0;
	padding: 1.5rem 0;
}

/*----------------------------------------------------------------------------------------------
scfooter
----------------------------------------------------------------------------------------------*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{
		width:100%;
		font-size:4.5vw;
		font-weight:normal;
		line-height:1.7;
	}

	img{ max-width:100%; }
	img.arrow{ width:40%; }

	.sp_small{ font-size:4vw; }
	.sp_large{ font-size:6vw; }
	.sp_large_p{ font-size:110%; }

	/* Float */
	.side_photo{ width:30%; padding:0 0 1rem 0; margin:auto; }
	.side_photo2{ width:30%; padding:0 0 1rem 0; margin:auto; }
	.img_right{ float:none; width:60%; padding:0 0 1rem 0; margin:auto; font-size:4vw; }
	.img_left{ float:none; width:60%; padding:0 0 1rem 0; margin:auto; font-size:4vw; }
	.img_right img,
	.img_left img{ width:100%; margin:0; }
	.img_full{ width:100%; margin:1rem 0 0 0; }
	.img_full_sp{ width:100%; margin:1rem 0 0 0; }
	.caption{ padding:.6rem; font-size:4vw; }

	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }

	/* FlexBox */
	/* FlexBox 横並び1 */
	.flex .full_sp{ width:100%; }
	.flex .full_sp img{ width:50%; margin:auto; }
	/* FlexBox 横並び2 */
	.pic_list_2nd li{ width:49%; }
	/* FlexBox 横並び3 */
	.pic_list_3rd li{ width:49%; }
	.yellow p + .pic_list_3rd { margin:3rem 0 0; }
	/* FlexBox 横並び4 */
	.pic_list_4th li{ width:49%; }
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:4rem 0; }
	/*----------------------------------------------------------------------------------------------
	sub-head / letter
	----------------------------------------------------------------------------------------------*/
	.sub-head{ width:100%; margin:0 auto 2rem; font-size:6vw; }
	.sub-head-testing{ width:95%; }
	.sub-head-testing_pic{ padding-right:1rem; }
	.sub-head-testing_text h2{ font-size:5vw; }

	.letter{ width:90%; }
	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding: 5px 0; font-size: 4.5vw; line-height: 1.2; }
	.timer01 .timer_num { font-size: 130%; }
	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	/* プリヘッド */
	#header__pri img{ width:95%; padding:.7rem 0; margin:auto; }

	/* 通常ヘッドライン */
	#header__img{ width:100%; padding: 0; margin: auto; }
	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	ul.check li,
	ul.check_02 li{
		padding:1.2rem 0 1.2rem 10vw;
		font-size:4.5vw;
		background-position:0 2vw;
		background-size: 7vw;
	}
	ul.check li p,
	ul.check_02 li p{
		padding-top:.4rem;
		font-size:4.5vw;
	}
	ul.check li.large { font-size: 	6vw; }
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice_line_box{ padding:0; }
	.voice_line_pic{ width:30%; padding:0 1rem 0 0; }
	.voice_line_pic img{margin:auto; }
	.voice_line_txt{ width:69%; }
	.voice_line_txt p{ font-size:3vw; }
	.voice_line_ttl{ font-size:4vw; }
	
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice2 .voice_line_box{ padding:0;width:100%;margin: 1rem 0;  }
	.voice2 .voice_line_pic{ width:30%; padding:0 1rem 0 0; }
	.voice2 .voice_line_pic img{margin:auto; }
	.voice2 .voice_line_txt{ width:69%; }
	.voice2 .voice_line_txt p{ font-size:3vw; }
	.voice2 .voice_line_ttl{ font-size:4vw; }
	/*----------------------------------------------------------------------------------------------
	アコーディオン
	----------------------------------------------------------------------------------------------*/
	.acd_check:checked + .acd_label + .acd_content{ height:1110vw; padding:1.5rem; }
	/*----------------------------------------------------------------------------------------------
	症例
	----------------------------------------------------------------------------------------------*/
	.symptom_table{ width:100%; margin-bottom:2rem; font-size:4vw;margin: 1rem 0; }
	.symptom_table th,.symptom_table td{ vertical-align:middle; }
	.symptom_table .blu,.symptom_table .r{ width:20%; }
	.symptom_msg_box{
		width:100%;
		height:auto;
		padding:1.5rem;
		border-width:2px;
		writing-mode:horizontal-tb;
	}
	.symptom_msg_box:before{ top:-24px; left:50%; transform:translateY(0%) translateX(-50%); border:12px solid transparent; border-right:12px solid transparent; border-bottom:12px solid #FFF; }
	.symptom_msg_box:after{ top:-30px; left:50%; transform:translateY(0%) translateX(-50%); border:14px solid transparent; border-right:14px solid transparent; border-bottom:14px solid #CCC;}
	/*----------------------------------------------------------------------------------------------
	パターン
	----------------------------------------------------------------------------------------------*/
	.pattern_list{ width:100%; margin-bottom:1rem; }
	.pattern_txt{ width:100%; border-width:2px; }
	/*----------------------------------------------------------------------------------------------
	規約
	----------------------------------------------------------------------------------------------*/
	.kiyaku__box{ width:100%; }
	/*----------------------------------------------------------------------------------------------
	フォーム
	----------------------------------------------------------------------------------------------*/
	#form_header{ padding:1rem 0; }
	#form_header .text_c{ width:95%; margin:0 auto 1rem; font-size:5vw; line-height:1.4; }
	.form{ padding: 1rem 0; }
	.form .text_c{ width:95%; margin:0 auto 1rem; font-size:5vw; line-height:1.4; }

	.form_inner { width: 95%; display: block; }
	.form_left { width: 100%; margin: 0; height: 10vw; }
	.form_left .form_must span { font-size: 3.2vw; line-height: 1.3; }
	.form_left input { font-size: 4.5vw; }
	.form_right { width: 100%; }
	.form_right .form_btn button { margin: 10px 0 0; padding: 5px; height: auto; font-size: 6vw; line-height: 1.2; }
	.form_right .form_notice { font-size: 4vw; }

	#form_float .form_inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
	#form_float .form_left { width: 70%; margin-right: 10px; }
	#form_float .form_right { width: 30%; }
	#form_float .form_right .form_btn button { margin: 0; font-size: 4vw; letter-spacing: 1px; }
	/*----------------------------------------------------------------------------------------------
	吹き出し
	----------------------------------------------------------------------------------------------*/
	.bg_black {background:#000;}
	
	.fukidashi .box2{
		display:none;
		right:0;
		left:auto;
		width:300px;
	}
	.fukidashi .box2:after{
		top:-32px;
		right:32px;
		left:auto;
	}
	/*特典*/
	.tokuten{
		margin: 0rem;
	}
	.tokuten p.caution{ font-size: 3vw; }
	.tokuten .list01 li p{
		display: none;
	}
	.tokuten_ttl { margin: 1rem 0; }
	.tokuten h3 { margin: 1rem 0; font-size: 5vw; }
	.tokuten_ttl hr { margin: 0;}
	/*form*/
	.form { padding: 20px 0 40px; }
	a.btn { font-size: 5vw; border-radius: 10px; }
	.form-notice { font-size: 4.5vw; }
.formWrap {margin: 0rem 0 4rem;}
	input.btn_submit {width: 95%;height: 22vmin;padding: 0;background-size: 100%;}
	#donation { padding: 40px 0; }
	
/* 料金 */
	.price-table {line-height: 1.3;}
	.price-table {width: 100%;margin: 20px auto;border: 2px solid #2C3C3F;}
	.price-table td:nth-child(even) {font-size: 2.0rem;}
	.price-table td:nth-child(odd) {font-size: 1.6rem;}
	
	.price__box{width: 95%;}
	.price__result{ width:100%; }
	.price__result_main{ font-size: 7.5vw; }
	.price__result_main img{ width:14vw; padding-right:1.4rem }
	.price__result_sub{ font-size:5.8vw; }
	.price__notice{ padding:1rem; }
	.price__notice p{ font-size:3.8vw; }
	
	.hosho_step{ display:block; margin:1rem 0; }
	.hosho_step .step_box{ width:100%; margin: 2rem 0; padding:0; font-size:4vw; }
	.hosho_step h4{margin-bottom: 1rem; font-size:5.4vw; text-align: center; border-bottom: 1px solid #FFD12F; font-weight: bold;}
	.hosho_step img{ margin-bottom:1rem; }
	.hosho_step img.arrow{ width:6%; margin:-6vmin auto; transform:rotate(90deg); }
	.hosho2__flow_wrap {width:100%; margin: 0 auto 1.5rem; font-size: 4.5vw; }
	.hosho2__flow_wrap_box{width:100%; display: block;}
	.hosho2__flow_list {margin: 0 auto;flex: 1;}
	.hosho2__flow_list img {width:50%; margin: 0 auto;flex: 1;}
	.hosho2__flow_list p{width:90%;padding:.5rem 0; text-align: center; margin: 0 auto 1.5rem;}
	.hosho2__flow_center{border-top:1px solid #BFBFBF; margin: 3rem 0;padding:1.5rem 0;}
	
	/*----------------------------------------------------------------------------------------------
	フォーム注釈
	----------------------------------------------------------------------------------------------*/
	/*----------------------------------------------------------------------------------------------
	footer__attention
	----------------------------------------------------------------------------------------------*/
	#footer__attention{ background-color:#ecf0ee; }
	#footer__attention p{
		width:90%;
		margin:0 auto;
	}
	.service__list{ width:95%; }
	.service__list th,
	.service__list td{ padding:.5em; }
	.service__list th{ background:#f5f5f5; }
	.service__list td.large{ font-size:120%; }
	
	
	/*----------------------------------------------------------------------------------------------
	footer
	----------------------------------------------------------------------------------------------*/
	
	#footer__inner{ width:90%; padding:0 0 3rem; }
	#footer__inner_logo{float:none;width:60%;padding:10px 0 14px 0;}
	#footer__inner_right{float:none; width:100%;}
	
	.hosho2__flow_wrap {
	width: 100%;
	margin: 0 auto 1.5rem;
	font-size: 4.5vw;}
	
.hosho2__flow_wrap_box {
	display: block;}
	
.hosho2__flow_list {
	margin: 0 auto;
	flex: 1;}
	
.hosho2__flow_list img {float:left;
	width: 25%;
	margin: 0 auto;
	flex: 1;padding-right: 1rem;}
	
.hosho2__flow_list p {
	width: 100%;
	padding: .5rem 0;
	text-align: left;
	margin: 0 0 1.5rem;font-size: 3.8vw;}
	
.hosho2__flow_center {
	border-top: 1px solid #BFBFBF;
	margin: 3rem 0;
	padding: 1.5rem 0;}
	
	.btn_ft { width: 100%;}
	#scfooter { z-index:1000; position: fixed;bottom: 0px;left: 0px;width: 100%;padding: 0;background: rgba(202, 202, 202, 0.7); }
	.scfooter_inner {display: block;width: 100%;border-radius: 20px;margin: 0 auto;text-align: center;}
	.scfooter_inner a {text-decoration: none;}
}
