@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1.6; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } img { display: block; margin: 0 auto; } * { box-sizing: border-box; } li { list-style: none; } .cf:before, .cf:after { content:""; display:table; } .cf:after { clear:both; } .cf { zoom:1; }

/* PC CSS */
.pc { display: block; }
.sp { display: none; }
html { font-size: 62.5%; }
body {
	font-size: 2.2rem; color: #222;font-weight: 500;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
header {-webkit-background-size: cover;background-size: cover;background: url("../img/head-bg.jpg"); }
header img{margin-top:0px; }
.jb { background: url( "../img/obi.png"); 
	padding: 2rem 0;
}
.jb h2{text-align: center;font-size: 3.2rem;color: #fff; font-weight: bold;text-shadow: 1px 1px 2px #08413b; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1; line-height: 1.3;}
.jb hr { border-top: 3px solid #ffe28c; margin: 1rem 0; }
p { line-height: 1.6; }
p+p { margin-top: .5rem; }
h3 + p { margin-top: 1em; }
.KG { font-family: "Gothic MB101 Heavy"; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1; }
.mincho{ font-family: リュウミン EB-KL,"Ryumin ExtraBold KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif !important; }
.red { color: #CC0000; }
.blue { color: #0056CC; }
.yellow { color: #ffe28c;}
.purple { color: #47266E;}
.b{ font-weight: bold; }
.u{ text-decoration: underline; }
.ru{ border-bottom: 2px solid #c00; }
.rub{ border-bottom: 2px solid #c00; color: #c00; font-weight: bold; }
.attention{color: #c00; font-weight: bold;background-color:#fffea2; }
.bg_red{background: #8e1213;padding:5px 10px 0;margin:0 0.5rem ;}
.bg_green{background: #011b12;padding: 5px 10px;margin: 0 .5rem .5rem;display: inline-block;}
.bg_yellow{ padding: 1.5rem; background: #FFFBDF;}
.bg_white{ padding: 1.5rem; background: #fff;}
.bg_gray{background: #ecf0f2;}
.uchikeshi {text-decoration: line-through;}
.small { font-size: 85%; }
.small2 { font-size: 70%; }
.small3 { font-size: 60%; }
.small4 { font-size: 50%; }
.large { font-size: 130%; }
.large2 { font-size: 150%; }
.large3 { font-size: 180%; }
.large4 { font-size: 200%; }
p.large { line-height: 1.3; }
.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
img { max-width: 100%;}
img+p,p+img{margin-top: 2rem;}
.img-right { float: right; margin: 0 0 3rem 3rem; }
.img-left { float: left; margin: 0 3rem 3rem 0; }
.img-large{ width: 45%;}
.text_c { text-align: center; display: block;}
.text_r { text-align:right; }
p.caption {
	max-width: 100%;
	padding: 1rem 0 1rem 1rem;
	margin: 0!important;
	border-left: 2px solid #040000;
	color: #040000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
p.caption+p{margin-top: 2rem;}
.graybox{width: 48%; padding: 2rem; border:dotted 1px #ccc;background: #ecf0f2;}

.laurel{position: relative;}
.laurel:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 40px;
	height: 75px;
	background: url( "../img/image17.png") no-repeat;
}
.laurel:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 0;
	width: 40px;
	height: 75px;
	background: url(  "../img/image16.png") no-repeat;
}
/* Float / Clearfix/flex */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}

.flex{display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	justify-content: space-between;}

.list01 { font-size: 2.6rem; margin: 1em auto; }
.list01 li { background: url(../img/check01.png) no-repeat 10px 17px; padding: 20px 20px 20px 60px; font-weight: 600; border-bottom: 1px dashed #c2c2c2; line-height: 1.2; }
.list01 li:nth-child(even) { background: url(../img/check01.png) no-repeat 10px 17px #fffbe5; }
.list01 li p { font-weight: 400; font-size: 2.2rem; line-height: 1.5; margin: 10px 0 0; }
.list02 { font-size: 2.5rem; margin: 1em auto; }
.list03 { font-size: 2.5rem; margin: 1em auto; }
.list03 li { background: url(../img/check01.png) no-repeat 10px 7px; padding: 10px 10px 10px 60px; line-height: 1.5; }
.list04 { font-size: 2.5rem; margin: 1em auto;overflow: hidden; }
.list04 li { background: url(../img/check01.png) no-repeat 10px 17px; padding: 20px 20px 20px 60px; font-weight: 600; border-bottom: 1px dashed #c2c2c2; line-height: 1.2; }
.listBF{width: 45%; margin: 2rem 0;padding: 2rem 2rem 2rem 4rem;border: 3px solid #0056CC; font-size: 2rem;background: #fff;}
.listAF{width: 45%; margin: 2rem 0; padding: 2rem 2rem 2rem 4rem;border: 3px solid #c00; font-size: 2rem;background: #fff;}
.listBF li,.listAF li{text-indent:-1em; padding: 0 0 0  -1em; list-style-type: square; list-style-position: inside;}
.flexBA{display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: unset;
	justify-content: space-between;}
.bg_white .list03{ margin: 0;padding: 0;}
.bg_yellow .list01{ margin: 0;}

/*サブヘッド*/
.sub-head {
	width: 960px; 
	margin: 0 auto;
	padding: 4rem 0 1.5rem;
	font-size: 6.3rem;
	text-align: center;
	font-family: "Gothic MB101 Heavy";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	line-height: 1.2;
}
.sub-head02{
	width: 960px; 
	margin: 0 auto 3rem;
	padding: 3rem 0 0;
	font-size: 5.6rem;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}
.sub-head02 h2{
	font-family: "Gothic MB101 Heavy";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1; line-height: 1.2;
}
.sub-head02 p{
	margin-bottom: 2.5rem;
	background: rgb(217,21,21);
	background: radial-gradient(circle, rgba(217,21,21,1) 0%, rgba(217,21,21,0.5494572829131652) 90%, rgba(217,21,21,0) 100%);
	font-family: リュウミン EB-KL,"Ryumin ExtraBold KL";
	font-size: 5rem;
	line-height: 1.3;
	color: #fff;
}

/*section*/
section{margin: 3rem 0;}
.sec-inner {
	width: 960px;
	margin: 0 auto 2rem;
	padding: 2rem 0 0;
}
.dr-bg{background: url( "../img/bg1.jpg")no-repeat}
.dr-bg .list04 li{border:none;font-weight: bold;}

.sec01 { padding: 50px 0; }
.sec02 .sub-head{
	padding-bottom: 0;
}

/* 客声 */
.voice_gold {
	margin-bottom: 3rem; 
	border: double #f0ce5f;
	border-radius: 5px;
}
.voice_ttl{
	padding:2.5rem 0;
	margin-top:3rem;
	color:#FFF;
	font-size:4.1rem;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	font-family:"Gothic MB101 Heavy",sans-serif;
	background:url( "../img/bg_effect.jpg") center center /cover repeat-y;text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.voice_gold_ttl{
	position: relative;
	padding: 3rem 0;
	color: #222;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 1px 1px 2px #FFF;
	background: -webkit-linear-gradient(to left, #f1d166, #fffbdf, #f1d166);
	background: linear-gradient(to left, #f1d166, #fffbdf, #f1d166);
}
.voice_ttl h3,
.voice_gold_ttl h3{
	font-family: "Gothic MB101 Heavy";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-size: 4.2rem;
}

.voice_ttl .yellow{color: #FFEE7E;}
.voice_name{
	overflow: hidden;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #3f3f3f;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.voice_txt{ padding: 3rem; background: #f7fff4;}
.voice_gold_txt{ padding: 3rem; background: #FFFBDF;}

.voice_txt .img-right img,.voice_txt .img-left img{margin: 0;}
.voice_txt p.text_c.b.u ,.voice_gold_txt p.text_c.b.u {padding: 1rem 0;}
div.voice_name+h4.subttl { margin-top: 0; }
.subttl{
	padding: 1rem;
	margin: 4rem 0;
	border-left:10px solid #222;
	color:#222;
	font-family: Gothic MB101 DemiBold, sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: bold;
	overflow: hidden;
}
.voice_box .subttl:first-child{
	margin-top: 0;
}
.voice_box + p { margin-top: 3rem; }

.voice_green .caution,.voice_txt .caution,.dr_voice_box .caution,.voice_gold .caution{
	margin-top: .5rem;
	font-size: 1.5rem;
	text-align: right;
}

/*voice_sp*/
.voice_sp_left{width:30%;}
.voice_sp_left img{ margin: 2rem 1rem 0 0 ;}
.voice_sp_left p{width: 250px;margin: .5rem 2rem 0rem 0; font-size: 1.8rem;text-align: center;font-weight: bold; line-height: 1.3;}
.voice_sp_right{width:70%; margin: 2rem 0 0 ; padding: 3rem 2rem;background: #c00;color: #fff;font-size: 3.3rem; font-weight: bold;position: relative;}
.voice_sp_right :before{ z-index: 2;
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #C00;
}
.voice_sp_box{background: #fff6ba75;}
.voice_sp_left2{width:250px;}
.voice_sp_left2 img{ margin: 2rem 0 ;}
.voice_sp_left2 p{margin: 1rem 0; font-size: 3.7rem;text-align: center;font-weight: bold; line-height: 1.3;}
.voice_sp_right2{width:70%; margin: 2rem 2rem 0 0 ; padding: 2rem;
	background: -webkit-linear-gradient(to left, #e5af16, #fff6ba, #e5af16);
	background: linear-gradient(to left, #e5af16, #fff6ba, #e5af16);
	color: #362800;font-size: 3rem; font-weight: bold;position: relative;}
.voice_sp_right2 :before{ z-index: 2;
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #e5af16;
}
.voice_sp_txt {
	padding: 3rem;
}
/* dr_voice_box */
.dr_voice_box {
	border-radius: 5px;
	margin: 0 0 3rem;
	border: 3px double #222;
	box-shadow: 5px 5px 4px 0 #efefef;
}
.dr_voice_box img {
	width: 100%;
}
.dr_voice_txt {
	padding: 3rem;
}
.dr_voice_box h3 {
	padding: 3rem 0;
	color: #fff;
	font-size: 4rem;
	line-height: 1.3;
	text-align: center;
	font-family: Gothic MB101 Heavy, sans-serif;
	background: #222;
}

/* 背景画像あり */
.voice_bg_box{ padding:3rem; background:url( "../img/image30.jpeg") no-repeat; background-size:cover; }
.voice_bg_box.order .voice_bg_pic{ order:2; padding:0 0 0 2rem; }
.voice_bg_pic{ padding-right:2rem; font-size:1.8rem; text-align:center; width: 35%;}
.voice_bg_pic img{ margin-bottom:1rem; }
.voice_bg_ttl{ width:65%; line-height:1.3; font-family: リュウミン EH-KL,"Ryumin ExtraBold KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif !important;}
.voice_bg_ttl_txt{ font-size:3rem; font-weight: bold;text-align: center;line-height: 1.3;}
p.voice_bg_ttl_txt img { width: 60%;}
.voice_bg_subttl{
	position:relative;
	height:115px;
	padding:0 0 1rem;
	margin-bottom:1rem;
	font-size: 3.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #c00;
}
.voice_bg_subttl:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:115px;
	background:url(../img/ico_laurel_left.png) no-repeat;
}
.voice_bg_subttl:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:115px;
	background:url(../img/ico_laurel_right.png) no-repeat;
}
.voice_bg_ttl_name{ padding-top:1rem; margin-top:1rem; border-top:1px solid #CCC; }

/*症状一覧*/
.shojo{ margin: 2rem 0; padding: 3rem 0 0; background:url("../img/bg2.jpg") center center /cover no-repeat;color:#fff;text-shadow: 1px 3px 5px #110513;}
.shojo p{font-size: 6rem;font-weight: bold; font-family: Gothic MB101 Heavy, sans-serif;text-align: center;}
.shojo table{margin: auto;font-size: 2.8rem; border-collapse: separate; border-spacing:3rem;}
.shojo td{margin:1rem; font-family: serif; vertical-align: middle;font-weight: bold;}
.td1,.td2,.td3,.td4,.td5{width:25%; font-size: 3.2rem; text-align: center; border:solid 2px #fff;box-shadow:1px 3px 5px #11051369;font-family: リュウミン EB-KL,"Ryumin ExtraBold KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif !important;}

.td1{background: #833C3C;}
.td2{background: #83723C;}
.td3{background: #61833C;}
.td4{background: #3C5683;}
.td5{background: #663C83;}

/*10の理由*/
.letter_list ol {counter-reset: my-counter;list-style: none;padding: 0;}
.letter_list li {padding:2rem 0 2rem 5.5rem;margin:0;border-bottom:2px dotted #ccc;font-size:3.4rem;line-height: 1.5;}
.letter_list li p{font-size:2rem;border-top:solid 1px #d81e1f;padding-top: 1rem;}
.letter_list li:before {content: counter(my-counter);counter-increment: my-counter;background-color: #d81e1f;color: #FFF;display: block;float: left;line-height: 50px;margin:0 0 0 -60px;text-align: center;height: 50px;width: 50px;border-radius: 50%;}
.letter_list .bullet1 .red{font-family: "Gothic MB101 Heavy"; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;}

/*tokuten*/
.tokuten{ margin-bottom: 7rem; }
.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_ttl h3{
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 3.5rem;
	font-family: "Gothic MB101 Heavy"; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;
	line-height: 1.3;
	text-shadow: 1px 1px 2px #222;
}
.tokuten .caution{
	font-size: 1.5rem;
	text-align: right;
}

.name-img{float: right;}
/*----------------------------------------------------------------------------------------------
scfooter
----------------------------------------------------------------------------------------------*/
#scfooter{
	z-index:1000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	background:rgba(202,202,202,.7);
}
.scfooter_inner{
	display:block;
	width:80%;
	padding:1rem 0;
	margin:auto;
	border-radius:20px;
	margin:0 auto;
	text-align:center;
}
.scfooter_inner a{ text-decoration:none; }

.btn_ft{
	position:relative;
	overflow:hidden;
	width:480px;
	border-radius:4px;
}
.btn_ft img{ border-radius:4px; }
.btn_ft a{ text-decoration:none !important; }
/*#scfooter{display: block;}*/
#tokuten { background: #fdf2d4; padding: 0 0 40px; }
#tokuten h2 { padding: 0; border: 0; }
#tokuten h4 { text-align: center; font-size: 3.5rem; margin: 40px 0 20px; line-height: 1.3; }

.hosyou-box { margin: 30px 0; padding: 20px; }
.hosyou-box img { width: 50%; }
.hosyou-box p { width: 45%; font-size: 1.4rem; line-height: 1.4; }
h3.hosyou { font-size: 3.5rem; margin:30px 0 15px; }

/*value-table*/
.value{width: 85%; margin: 2rem auto;}
table.value-table{border:solid 1px #ccc; border-collapse: collapse;}
.graycell{background:#f5f5f5;}
.greencell{background: #f7fff4;}
.no-line{border:#fff solid 2px;border-top:#ccc solid 1px;}
table th,table td{padding:1rem; border:solid #ccc 1px;text-align: center;}

/*----------------------------------------------------------------------------------------------
hosyou
----------------------------------------------------------------------------------------------*/
.hosyo-img{
	float: left;
	padding: 0 3rem 3rem 0;
}
.hosho_step img.arrow{ width:2%; margin:0; transform:translate(-20%,80%); }
.hosho2__flow_wrap{ width:90%; margin:1.5rem auto 0; font-size:70%; }
.hosho2__flow_wrap_box{ width: 960px; display:flex;margin: 0 auto; }
.hosho2__flow_list{ margin:0 auto; flex:1; }
.hosho2__flow_list p{ padding:.5rem 2rem;}
.hosho2__flow_center{ padding:1.5rem 0; margin: 3rem 0; border-top:1px solid #BFBFBF; }


.form { padding: 20px 0 40px; }
a.btn { display: block; text-align: center; font-size: 3rem; font-weight: 700; line-height: 1.3; text-decoration: none; color: #fff; background: #0071c6; border-radius: 100px; padding: 10px; margin: 30px auto; box-shadow: 0 7px 0 0 #004c87; transition: all 0.2s; position: relative; top: 0; }
a.btn .large { font-size: 250%;}
a.btn:hover { background: #0c97ff; box-shadow: 0 0 0 0 #004c87; top: 7px; }
span.mark { background: #fff; color: #005291; display: inline-block; padding: 0 10px; }
.form-notice { padding: 15px; font-size: 2rem;text-align: center; }

/*----------------------------------------------------------------------------------------------
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; }

.tsuishin { margin-top: 2rem; padding: 0 0 5rem;background-color:#f5f5f5; }
.tsuishin .sec-inner{ padding: 3rem;background-color: #fff;border:1px solid #ccc; }
.tsuishin-txt { padding-top: 0; padding-bottom: 0; background-image: linear-gradient(#e5d6b6 1px, transparent 1px); background-size: auto 3.7rem; background-position: 0 -3px; font-family: リュウミン EB-KL,"Ryumin ExtraBold KL","HGP明朝B", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" }
.tsuishin-txt p + p { margin-top: 1.7em; }
.tsuishin-txt p{line-height: 1.7;}
#donation { padding: 80px 0; }

#information .info-wrap { align-items: flex-start; }
#information h3 { font-size: 2rem; text-align: left; border-bottom: 1px solid #ccc; padding: 0 0 5px; margin: 0 0 10px; }
#information .info-item-half { width: 49%; }
#information .info-box { border: 1px solid #ccc; padding: 20px; font-size: 1.5rem; line-height: 1.5; margin: 0 0 30px; }

footer { background: #eee; }
.footer_logo img { max-width: 300px; }
.footer_txt { padding: 0 0 0 2em; line-height: 1.9; font-size: 12px; text-align: left; }
#footer__wrap { width: 800px; margin: 0 auto; font-size: 80%; padding: 2em 0; display: flex; justify-content: center; }
#footer__wrap li { display: inline-block; border-left: 1px solid #aaa; padding: 0 1em 0; }
#footer__wrap li:first-child { border: none; padding: 0 1em 0 0; }

/*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: 40%; 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:4rem 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;
}
/* Countdown */
.timer p {margin: 5px 0;}
.timer01 {background: #222; padding: 5px 0; text-align: center; font-weight: bold; color: #fff; font-size: 28px; line-height: 1;}
.timer01 .timer_num {font-size: 140%; color: #ffe28c; font-family: Century Gothic, "Courier New", Consolas, monospace;}

/*scfotte- btn*/

.hvr-wobble-vertical { vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(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;}
.reflection { height : 100%;width : 30px;position : absolute;top : -180px;left : 0px;background-color: #fff;opacity : 0;transform: rotate(45deg);animation: reflection 2.5s ease-in-out infinite;-webkit-transform: rotate(45deg);-webkit-animation: reflection 2.5s ease-in-out infinite;-moz-transform: rotate(45deg);-moz-animation: reflection 2.5s ease-in-out infinite;-ms-transform: rotate(45deg);-ms-animation: reflection 2.5s ease-in-out infinite;-o-transform: rotate(45deg);-o-animation: reflection 2.5s ease-in-out infinite;}
.btn_ft { margin-left: auto;margin-right: auto;width: 480px;position : relative;overflow : hidden;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.btn_ft img { border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.btn_ft a { text-decoration: none !important;}
@media screen and (max-width:768px) { .btn_ft { width: 75%;} }
@media screen and (max-width:425px) { .btn_ft { width: 100%;} }
@-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);} }
@keyframes reflection { 0% { transform: scale(0) rotate(45deg);opacity: 0;} 80% { transform: scale(0) rotate(45deg);opacity: 0.25;} 81% { transform: scale(10) rotate(45deg);opacity: 0.35;} 100% { transform: scale(75) rotate(45deg);opacity: 0;} }
@-webkit-keyframes reflection { 0% { -webkit-transform: scale(0) rotate(45deg);opacity: 0;} 80% { -webkit-transform: scale(0) rotate(45deg);opacity: 0.25;} 81% { -webkit-transform: scale(10) rotate(45deg);opacity: 0.35;} 100% { -webkit-transform: scale(75) rotate(45deg);opacity: 0;} }
@-moz-keyframes reflection { 0% { -moz-transform: scale(0) rotate(45deg);opacity: 0;} 80% { -moz-transform: scale(0) rotate(45deg);opacity: 0.25;} 81% { -moz-transform: scale(10) rotate(45deg);opacity: 0.35;} 100% { -moz-transform: scale(75) rotate(45deg);opacity: 0;} } 
@-ms-keyframes reflection { 0% { -ms-transform: scale(0) rotate(45deg);opacity: 0;} 80% { -ms-transform: scale(0) rotate(45deg);opacity: 0.25;} 81% { -ms-transform: scale(10) rotate(45deg);opacity: 0.35;} 100% { -ms-transform: scale(75) rotate(45deg);opacity: 0;} }
@-o-keyframes reflection { 0% { -o-transform: scale(0) rotate(45deg);opacity: 0;} 80% { -o-transform: scale(0) rotate(45deg);opacity: 0.25;} 81% { -o-transform: scale(10) rotate(45deg);opacity: 0.35;} 100% { -o-transform: scale(75) rotate(45deg);opacity: 0;} }

/* SP CSS */
@media screen and (max-width: 468px) {
	.pc { display: none; }
	.sp { display: block; }
	body { font-size: 4.5vw; font-weight: normal;}
	.img-right,.img-left{ width: 70%;float: none;margin: 1rem auto;}
	header {
		margin-bottom: 2rem;
	}
	.jb{
		margin-bottom: 3rem;
		padding: 1rem 0;
	}
	.jb img{
		width: 95%;
	}
	.jb h2 { font-size: 3.2vw;}
	.jb h2 .small{ font-size: 3.2vw;}
	.bg_yellow { background: #FFFBDF; padding: .5rem; }
	.small { font-size: 4.2vw;}
	.small2 { font-size: 4vw; }
	.large { font-size: 4.8vw; }
	p.caption { font-size: 3.8vw;}
	.dr-bg {background: right url(../img/bg1.jpg)no-repeat; text-shadow: 1px 1px 5px #ffffff;}
	.dr-bg .list04{ background-color: #ffffffc7;}
	.graybox { width: 100%; margin: 1rem 0; }
	
	.laurel{position: relative;}
	.laurel:before {
		content: "";
		position: absolute;
		left: -7vw;
		top: -10px;
		width: 20px;
		height: 40px;
		background: url( "../img/image17sp.png") no-repeat;
	}
	.laurel:after {
		content: "";
		position: absolute;
		right: -7vw;
		top: -10px;
		width: 20px;
		height: 40px;
		background: url(  "../img/image16sp.png") no-repeat;
	}
	.flex { flex-direction: column; }
	
	.list01 { font-size: 4.5vw; }
	.list01 li { background: url(../img/check01.png) no-repeat 0 13px; background-size: 7vw; padding: 10px 0 10px 8vw; }
	.list01 li:nth-child(even) { background: url(../img/check01.png) no-repeat 0 13px #fffbe5; background-size: 7vw; }
	.list01 li p { font-size: 4.3vw; }
	.list02 { font-size: 5.5vw; }
	.list02 li { background: url(../img/check02.png) no-repeat 0 13px; background-size: 7vw; padding: 15px 0 15px 8vw; }
	.list02 li:nth-child(even) { background: url(../img/check02.png) no-repeat 0 13px #dcf4ff; background-size: 7vw; }
	.list02 li p { font-size: 4.3vw; }
	.list03 { font-size:4.9vw; margin: 1rem auto; }
	.list03 li { background: url(../img/check01.png) no-repeat 0 7px; background-size: 7vw; padding: 5px 0 5px 8vw; line-height: 1.4; }
	.list04 { font-size: 4.5vw; }
	.list04 li { background: url(../img/check01.png) no-repeat 0 13px; background-size: 7vw; padding: 15px 0 15px 8vw;    margin: 0 10px 0 0px; }
	.list05 { font-size: 4.5vw; }
	.list05 li { background: url(../img/check01.png) no-repeat 0 13px; background-size: 7vw; padding: 15px 0 15px 8vw; }
	.listBF,.listAF{width: 100%; padding: 2rem 2rem 2rem 3rem;font-size: 4.5vw;}

	
	
	.sub-head {
		width: 98%;
		margin: 0 auto 0px;
		padding: 0 0 1.5rem;
		font-size: 6.6vw;
		letter-spacing: -1px;
	}
	.sub-head .small{ font-size: 6vw;}
	.sub-head .large{font-size: 8.5vw;}
	.sub-head .large2{font-size: 9.5vw;}
	.sub-head .large4{font-size: 13vw;}
	.sec01{
		padding: 2rem 0;
	}
	.sec02 .sec-inner p{ font-size: 4.5vw; }
	.sec02 .sec-inner .arrow-red{
		width: 65%;
	}
	
	.sec03{
		margin-bottom: 0;
		padding: 1rem 0 1rem;
	}
	.sec03 .sec-inner{
		padding: 0 0 2rem;
	}
	
	.sec-inner {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}
	
	.sub-head_red {width: 100%;font-size: 7vw;margin: 0 auto 40px;padding: 15px 0 10px;}
	.sub-head_red2 {width: 100%;font-size: 5vw;margin: 0 auto 10px;padding: 10px 0 5px;}
	
	.box01 { padding: 4%;margin: 20px auto; }
	.box02 { padding: 4%;font-size: 90%; }
	.box03 { padding: 1%; }
	.box03 ul{margin: 10px 10px;}
	.box03 ul p {display: none;}
	.box04 { padding: 0 5% 5%; margin: 10px auto; }
	.box05a { padding: 7% 3%;width: 100%;margin: 0 auto 10px;}
	.box05b { padding: 7% 3%;width: 100%;margin: 0 auto 10px; }
	.box05a h3, .box05b h3 {font-size: 7vw;margin-bottom: 0px;}
	.box07 { padding: 4%;margin: 20px auto;font-size: 90%; }
	
	
/* 客声 */
.voice_ttl ,.voice_ttl2 ,
.voice_gold_ttl {padding: 1.5rem .5rem; }
.voice_ttl h3,.voice_ttl2 h3,
.voice_gold_ttl h3{ font-size: 5.1vw; }
.voice_ttl h3 .small,.voice_ttl2 h3 .small,
.voice_gold_ttl h3 .small{ font-size: 5.1vw; }
.voice_ttl .yellow{color: #FFEE7E;}
.voice_name{ margin: 1rem 0; font-size: 5.5vw; }
.voice_txt,.voice_gold_txt{ padding: 2rem;}
.voice_txt .img-right,.voice_txt .img-left{ width: 70%; margin: 1rem auto;float: none }
.subttl{ margin: 1rem 0;padding: .8rem; border-left: 5px solid ; font-size: 4.6vw; }
.voice_box .subttl:first-child{ margin-top: 1rem; }
.voice_box + p { margin-top: 3rem; }

.voice_arrow .caution,.dr_voice_box .caution,.voice_gold .caution{font-size: 3vw;}

/*voice_sp*/

.voice_sp_left{width:100%;}
.voice_sp_left img{ margin: 1rem auto;}
.voice_sp_left p{ width: 100%; margin: 1rem 2rem 1rem 0; font-size: 4.8vw;text-align: center;font-weight: bold; line-height: 1.3;}
.voice_sp_right{width:100%; padding: 2rem;background: #c00; font-size: 5vw; }
.voice_sp_right :before{
	top: -10px;
	left: 47%;
	margin-top: -12px;
	border: 12px solid transparent;
	border-bottom: 12px solid #C00;
}
.voice_sp_box{background: #fff6ba75;}
.voice_sp_left2{width:250px;}
.voice_sp_left2 img{ margin: 2rem 0 ;}
.voice_sp_left2 p{margin: 1rem 0; font-size: 3.7rem;text-align: center;font-weight: bold; line-height: 1.3;}
.voice_sp_right2{width:70%; margin: 2rem 2rem 0 0 ; padding: 2rem;
	background: -webkit-linear-gradient(to left, #e5af16, #fff6ba, #e5af16);
	background: linear-gradient(to left, #e5af16, #fff6ba, #e5af16);
	color: #362800;font-size: 3rem; font-weight: bold;position: relative;}
.voice_sp_right2 :before{ z-index: 2;
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #e5af16;
}
.voice_sp_txt {
	padding: 3rem;
}

/* 治療効果 */
.voice_ttl2{
	padding:1rem;
	margin-top:2rem;
	font-size:5vw;
}
/* dr_voice_box */
.dr_voice_box {
	border-radius: 5px;
	margin: 0 0 3rem;
	border: 3px double #222;
	box-shadow: 5px 5px 4px 0 #efefef;
}
.dr_voice_box .flex{ flex-direction: column-reverse;}
.dr_voice_box img {
	width: 100%;
}
.dr_voice_txt { padding: 1.5rem; }
.dr_voice_box .subttl {margin: 2rem 0; }
.dr_voice_box h3 { padding: 1rem 0; font-size: 5.6vw;}
.dr_voice_box h3 .large{font-size: 5.6vw;}

/* 背景画像あり */
.voice_bg_box{ padding: 1rem 2rem; }

.voice_bg_box.order .voice_bg_pic{ order:2; padding:0 0 0 2rem; }
.voice_bg_pic{ padding-right:0; margin: 0 auto;font-size:4.5vw; width: 80%;}
.voice_bg_pic p{ margin: 0 auto; }
.voice_bg_pic img{ margin-bottom:1rem; }
.voice_bg_ttl{ width:100%; }
.voice_bg_ttl_txt{ line-height: 1;}
p.voice_bg_ttl_txt img { width: 60%;}
	
.voice_bg_subttl{ font-size: 6vw; height: 50px;}
.voice_bg_subttl:before{ left: -3vw; background:url(../img/ico_laurel_left2.png) no-repeat; }
.voice_bg_subttl:after{ right: -7vw; height:60px; background:url(../img/ico_laurel_right2.png) no-repeat; }
.voice_bg_ttl_name{ padding-top:1rem; margin-top:1rem; border-top:1px solid #CCC; }
/*症状一覧*/
.shojo{ margin: 2rem 0; padding: 2rem; background:url("../img/bg2.jpg") left /cover no-repeat;color:#fff;text-shadow: 1px 3px 5px #110513;}
.shojo p{ font-size: 9vw;}
.shojo tr { display: flex; flex-direction: column; }
.shojo table{font-size: 5.5vw; border-spacing:0;}
.shojo table th,.shojo table td{border: none;}
.shojo td{margin:0;}
.td1,.td2,.td3,.td4,.td5{width:100%; font-size: 5.5vw;}

	
	/*10の理由*/
	
	.letter_list ol {
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
	}
	.letter_list li {
		font-size: 5.8vw;
		padding: 2rem 0 2rem 4.5rem;
		line-height: 1.4;
	}
	.letter_list li p{
		font-size:4.5vw;
		font-weight:normal;
		margin-bottom: 0rem;
	}
	.letter_list li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		color: #FFF;
		display: block;
		float: left;
		line-height: 35px;
		margin: 0 0 0 -40px;
		text-align: center;
		height: 35px;
		width: 35px;
		border-radius: 50%;
	}
	
	/*3つの条件*/
	#condition{
		padding: 3rem 1rem 1rem;
	}
	.condition_box h3{
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		font-size: 7.5vw;
		line-height: 1.2;
		text-align: center;
	}
	.condition_box p{
		margin: 0 auto 3rem;
	}
	
	/*特典*/
	.tokuten{
		margin-bottom: 2rem;
	}
	.tokuten p.caution{ font-size: 3vw; }
	.tokuten .list01 li p{
		display: none;
	}
	.tokuten_ttl { margin: 1rem 0; }
	.tokuten_ttl h3 { margin: 1rem 0; font-size: 5.8vw; }
	.tokuten_ttl hr { margin: 0;}
	
	/*hosyo*/
	.hosyo-img{
		width: 85%;
		float: none;
		padding: 0 0 2rem 0;
	}
	.name-img{
		width: 80%;
	}
	h3.hosyou {font-size: 5vw; }
	
/*value-table*/
.value{width: 100%; margin: 1rem auto;}
table.value-table { width: 100%;}
table.value-table th,table.value-table td{ padding: .5rem;}

	/*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; }
	
	.product-price { margin: 30px 0; }
	.price-num01 { font-size: 7vw; }
	.price-num02 { font-size: 5vw; margin: 0 0 20px; }
	.product-price-box { padding: 20px; font-size: 4vw; }
	.product-price-box > ul > li > ul { padding-left: 0; }
	.product-list li { font-size: 3.5vw; padding: 5px; }
	.product-list-num { text-align: right; font-size: 5vw; width: 100%; }
	
		/*tuisin*/
	.tsuishin { padding: 2rem 0; }
	.tsuishin .sec-inner { padding: 15px;}
	.tsuishin-txt {/* background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 7vw, #ccc 7vw, #ccc 7.5vw);*/
		background-image: linear-gradient(#e5d6b6 1px, transparent 1px);
		background-size: auto 7.3vw;
		background-position: 0 -3px; }
	
	#information .info-item-half { width: 100%; }
	
	#footer__wrap { width: 100%; display: block; padding: 2em 0 5em;}
	.footer_logo img { display: block; margin: 0 auto; }
	.footer_txt { padding: 1em 5%; }
	
	#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;}

	.product-tokuten {width: 95%;}
	.product-tokuten h3 {font-size:4vw;}
	.product-tokuten img {margin: 10px auto;}
	.price-table {line-height: 1.3;}
	.price-table {width: 95%;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;}

		.timer01 { padding: 5px 0; font-size: 4.5vw; line-height: 1.2; }
	.timer01 .timer_num { font-size: 130%; }
/* 料金 */
	.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;}
	
}