﻿@charset "utf-8";

/* 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:#222;
	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;
	background: #eee;}
.main{width: 960px;margin: 0 auto;background:#FFF;
	box-shadow: 4px 4px 16px #808080;}

/* Float・Clearfix */
.clearfix:before,.clearfix:after{ content:" "; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }
.img-right{ float:right; padding:0 0 2rem 2rem; }
.img-left{  float:left; padding:0 2rem 2rem 0; }
.side_photo2 {
	float: left;
	padding: 0 2rem 2rem 0;
}

.caption{
	margin: 0;
	padding: .5rem 0 4rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}.caption2{
	margin: 0;
	padding: .5rem 0 0rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.cap_c {
	width: 960px;
	text-align: center;
}
.img-caption{width: 275px;}
.bg_red{background: #c00;padding:0px 10px 2px;margin:0 0.5rem 0.5rem;display: inline-block; color: #fff;}
.bg_blk{background: #171717;padding:0px 10px 0;margin:0 0.5rem 0.5rem;display: inline-block; color: #fff;}

/*flex*/
/* FlexBox */
.flex {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-wrap: wrap;
}
.flex_btw {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-bet{justify-content: space-between;}
.flex-2{width: 48%;}
.flex_3{width: 32%;}

/* PC・SP表示調整 */
.display_pc{ display:block!important; }
.display_sp{ display:none!important; }

/* Font */
.mb101 {
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	color: #000;
}
.mincho {font-family: Ryumin ExtraBold KL,serif;}

.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#ed2626; }
.y{color: #ffdc77;}
.blue{color: #1f3864;}
.rub{ font-weight:bold; background:url(../img/base/line_border.gif) left bottom repeat-x; }
.text_c{ text-align:center; }
.text_r{ text-align:right; }
.text_l{ text-align:left; }
.xxsmall{ font-size:30%; }
.xsmall{ font-size:60%; }
.xsmall2{ font-size:78%; }
.xsmall3{ font-size:73%; }
.xsmall4{ font-size:85%; }
.small{ font-size:90%; }
.larges{ font-size:115%; }
.large{ font-size:120%; }
.xslarge{ font-size:125%; }
.xlarge{ font-size:140%; }
.xxlarge{ font-size:160%; }
.xxxlarge{ font-size:180%; }
.xxxxlarge{ font-size:220%; }
.lh_small{ line-height: 1.3;}
.bg_y{ background:#ffff94; }
.notice{width: 100%; font-size: 80%;text-align: right;}
.attention {
	font-weight: bold;
	background-color: #ffff94;
}
.psmall{margin-top: 1rem;
	font-size: 70%;
	float: right;}
.smallz { font-size: 70%; margin-top: 1rem;}
.list_box{ margin: 3rem 0;
	padding: 1rem 2rem 0rem;
	border: solid #63afb7 2px;}

.text-gold2{
	color: #DA8E00;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #894b00, #ba7a00, #894b00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
p+img{ margin-top:2rem; }

.img__left2 { float: left; margin: 0 1em 2em 0; }
.img__left { float: left; margin: 0 1em 2em 0; }
.img__right { float: right; margin: 0 0 2em 1em; max-width:250px;}

/*----------------------------------------------------------------------------------------------
prihead
----------------------------------------------------------------------------------------------*/
#prihead{
	z-index:20;
	position:fixed;
	width:100%;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	background:#222;
}
#prihead #CDT{
	width:960px;
	padding:1rem 0;
	margin:0 auto;
	color:#f1f119;
	line-height:1.3;
	font-family: Century Gothic, "Courier New", Consolas, monospace;
}
#prihead #CDT .count_num{
	display:inline-block;
	padding:0 .4rem;
	margin:0 .4rem;
	border-radius:3px;
	color:#333;
	font-size:150%;
	background:#fff;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #prihead #CDT .count_num{	/* IE11 */
		padding:1rem .4rem 0;
		line-height:1;
	}
}

/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p{ margin:.5rem 0;}
.timer01{ padding:.5rem 0; color:#fff; font-size:2.2rem; text-align:center; font-weight:bold; line-height:1; background:#222;}
.timer01 .timer_num{ color: #ffff55; font-size:140%; font-family: Century Gothic, "Courier New", Consolas, monospace;}
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto;background: url("../img/huno_opt2_bg2.png") no-repeat bottom;}
header h1{padding-top: 0rem;}
.jonson{background: url("../img/jonson-bg.jpg") no-repeat bottom;opacity: 0.95;padding: 2rem;}
/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
/* 共通 */
section{ padding-top:2rem ; }
.main section:last-of-type{padding-bottom: 4rem;}
.sec__inner{ padding: 0 5rem 3rem; }
.sec-top{padding-top: 5rem;}
.sec-in-head{ margin-bottom: 2rem;font-size: 4.5rem;font-weight: bold;font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;line-height: 1.3;text-align: center;}

/*----------------------------------------------------------------------------------------------
sub-head 
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	color:#000;
	font-size:5.5rem;
	font-weight: 800;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	margin:0 auto 3rem;
	font-family:Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.sub-head2{
	width:960px;
	color:#000;
	font-size:3.8rem;
	font-weight: 900;
	line-height:1.4;
	text-align:center;
	letter-spacing:-2px;
	margin:0 auto 3rem;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.sub-head02{margin-bottom: 0;}

/*スラッシュ吹き出し1行*/
.slash-hukidashi01{
	position: relative;
	font-weight: bold;
	font-size: 5rem;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	text-align: center;
}
.slash-hukidashi01::before{
	content: url("../img/image17.png");
	position: absolute;
	top: 4px;
	left:13%;
}
.slash-hukidashi01::after{
	content: url("../img/image16.png");
	position: absolute;
	top: 4px;
	right: 13%;;
}
/*スラッシュ吹き出し2行*/
.slash-hukidashi02{position: relative;}
.slash-hukidashi02::before{
	content: url("../img/image17.png");
	position: absolute;
	transform: scale(1.8);
	top: 70px;
	left:-22%;
}
.slash-hukidashi02::after{
	content: url("../img/image16.png");
	position: absolute;
	transform: scale(1.8);
	top: 70px;
	right: -15%;
}
/*----------------------------------------------------------------------------------------------
ブレッド
----------------------------------------------------------------------------------------------*/
/* 共有 */
ul.check1,
ul.check2,
ul.check3,
ul.check4{ margin:2rem 0; }
ul.check1 li,
ul.check2 li{
	padding:1.4rem 0 1.4rem 5rem;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
}

/* 固有 */
ul.check1 li{ background:url(../img/base/check1.png) 0 1rem no-repeat; }
ul.check2 li{ background:url(../img/base/check2.png) 0 1rem no-repeat; }
ul.check3 li{
	padding:0 0 1rem 4rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 0 .8rem no-repeat;
}
ul.check4 li{
	padding:1.6rem 0 1.6rem 4rem;
	border-bottom:1px solid #aaa;
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.3;
	background:url(../img/base/check4.png) 0 2rem no-repeat;
}

/* 共有 */
ul.bullet1,
ul.bullet2{ margin:0 0 2rem; }
ul.bullet1 li .bullet__text,
ul.bullet2 li p{
	font-size:2rem;
	font-weight:normal;
}

/* 固有 */
ul.bullet1 li{
	padding:2rem 2rem 2rem 5rem;
	margin:0;
	border-bottom:2px dotted #ccc;
	font-size:2.8rem;
	font-weight:900;
	line-height: 1.3;
	background:url(../img/base/check3.png) 1rem 2.4rem no-repeat;
}
ul.bullet1 li:nth-child(even){ background-color:#ffffcc4d; }
ul.bullet1 li .bullet__text{
	padding:1rem 0 0;
	margin:1rem 0 0;
	border-top:1px dashed #aaa;
}
ul.bullet1 img{ margin:2rem 0; }
ul.bullet2{ border:10px solid #704e23; }
ul.bullet2 li{
	padding:2rem 4rem 2rem 6rem;
	border-bottom:2px dotted #f1dcc1;
	font-size:2.6rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 1.5rem 2.2rem no-repeat;
}
ul.bullet2 li:nth-child(even){ background-color:#fff7ec; }
ul.bullet2 li:last-child{ border:none; }
ul.bullet2 li p{ margin:.5rem 0 0; }

/*理由*/
.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:2.8rem;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: #c00;color: #FFF;    font-weight: bold;display: block;float: left;line-height: 50px;margin:2rem 0 0 -60px;text-align: center;height: 50px;width: 50px;border-radius: 50%;}
.letter_list .bullet1 .red{font-size: 3rem;font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1;letter-spacing: -1px;}

/*--reason 6つの理由--*/
.reason{
	position: relative;
	margin: 4rem 0 0rem;
	background: url("../img/reason-bg.png");}
.reason .sec__inner:last-child:after{
	content: "";
	height: 0;
	width: 0;
	border: 200px solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
	border-top-width: 80px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.reason .sec__inner:last-child:after {
    border-top-color: #ffeef4!important;
}
.reason__wrap{
	width: 860px;
	margin: 0 auto;
}
.reason__ttl{
	font-weight: bold;
	margin: 4rem 0 2rem;
	font-size: 7.5rem;
	color: #9f0000;
	text-align: center;
	line-height: 1.3;
}
.reason__box{
	background: #fff;
	margin-bottom: 5rem;
	padding: 5rem;
}
.reason__box:last-child{margin-bottom: 0;}
.reason__box-ttl{
	border-bottom: 1px solid #9f0000;
	background: #9f0000;
	margin: 0 0 3rem;
}
.reason-list{
	font-weight: bold;
	width: 15%;
	color: #fff;
	font-size: 8rem;
	text-align: center;
	font-family:Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
}
.reason__box-ttl h3{
	width: 85%;
	color: #9f0000;
	background: #fff;
	margin: 0;
	padding: 1.5rem 0 1.5rem 2rem;
	text-align: left;
	font-size: 3.4rem;
	font-weight: bold;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	line-height: 1.3;
}

/*value-table*/
table.value-table{width: 100%; margin: 3rem auto;border:solid 1px #aaa; border-collapse: collapse;}
table.value-table th,table.value-table tr{border-bottom: 1px solid #aaa;}
table.value-table th,table.value-table td{padding:1rem;text-align: center;font-size: 2rem;}
table.value-table th:nth-of-type(2),table.value-table td:nth-of-type(2){background: #ECF0F2;}
table.value-table .table_mark{color: #c00;background: #FFF6F6;}
table.value-table th.table_mark{border-top: 3px solid #c00;border-left: 3px solid #c00;border-right: 3px solid #c00;}
table.value-table td.table_mark{border-left: 3px solid #c00;border-right: 3px solid #c00;}
table.value-table tr:last-of-type .table_mark{border-bottom: 3px solid #c00;}
/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
.voice01__box img+img{margin-top: 0;}
.voice01__ttl{
	margin-bottom: 2rem;
	font-size: 5.5rem;
	font-family:Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.voice01__flex1 .caption{width: 860px;text-align: center;}
.voice01__flex2{width: 420px;margin: 0 auto;text-align: center;}
.voice01__inner .img-left p{margin-top: .5rem;font-size: 2.5rem;text-align: center;font-weight: bold;}
.voice01__inner h4{margin: 3.5rem 0 1.5rem;padding-left: 1rem;border-left: 4px solid; font-size: 3rem;font-weight: bold;font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;line-height: 1.3;}

.voice02__wrap{margin-top: 4rem;}
.voice02__box{margin-bottom: 4rem;padding-bottom: 2rem;border-bottom: 1px solid #eee;}
.voice02__left{width: 25%;}
.voice02__left p{margin-top: .5rem;font-weight: bold;text-align: center;line-height: 1.3;}
.voice02__right{width: 72%;}
.voice02__ttl{
	background: url(../img/bg_voice_02.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 1.5rem 2rem;
	font-size: 2.5rem;
	font-family: Ryumin ExtraBold KL,serif;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	    border: solid #ece09c 3px;
}
.voice02__ttl:before {
	content: "";
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 115px;
	background: url(../img/ico_laurel_left.png) no-repeat;
}
.voice02__ttl:after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 115px;
	background: url(../img/ico_laurel_right.png) no-repeat;
}
.voice02__inner{margin-top: 1.5rem;}
.voice02__inner .img-caption{width: 40%;}
.voice02__achieve{width: 58%;     background: url(../img/bg_voice_03.jpg) no-repeat;
    background-size: cover;padding: 1.5rem 2rem; font-size: 1.8rem;font-weight: bold;    border: solid #ccc8c8 1px;}
.voice02__achieve.long{width: 100%;}
.voice02__achieve .about{padding-left: 1.5rem;vertical-align: middle;}
.voice02__achieve .year{color: #717127;}
.voice02__achieve .line{border-top: 1px solid #d7d747;}
.voice02__achieve .small{font-size: 1.5rem;line-height: 1.3;}
.voice01__inner .caption{font-size: 1.3rem!important;}
/*voice03　赤の吹き出し*/
.voice03__box{margin-bottom: 5rem;}
.voice03__box:last-child{margin-bottom: 0;}
.voice03__ttl{
	background: #d81e1f;
	position: relative;
	padding: 3rem 0;
	color: #FFF;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	font-size: 4.4rem;
	letter-spacing: -2px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.voice03__ttl::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #d81e1f transparent transparent transparent;
	transform: translateX(-50%);
}
.voice03__ttl .yellow {color: #FFEE7E;}

.voice03__inner h4{
	overflow: hidden;
	border-left: 5px solid #d81e1f;
	margin: 3rem 0 1.5rem;
	padding-left: 1rem;
	font-size: 2.8rem;
	font-weight: bold;
	color: #d81e1f;
	line-height: 1.3;
}
.voice03__inner{
	padding: 5rem;
	background: #fff6f6;
}
.voice01__inner .img-right2{width: 340px; float: right; padding: 0 0 2rem 2rem;}
.voice03__inner .xsmall{margin-top: 2rem;}
/* 推薦の声 */
.voice06{width: 960px; margin: 0 auto; background: #fff;}
.voice06__inner{ padding:.5rem 5rem 5rem;}
.voice06__box:last-of-type{margin-bottom: 0;}
.voice06__inner h4{width: 860px; margin: 3rem 0; text-align: center;font-size: 3.5rem;line-height: 1.3;}
.voice06__inner .laurel::before{left: 5px;}
.voice06__inner .laurel::after{right: 5px;}

/* 固有 */
.voice__wrap {margin: 2rem 0 4rem;padding: 0 5rem}
.voice__wrap .img__right {
	float: right;
	margin: 0 0 2em 1em;
	max-width: 300px;
}
.voice__wrap .img__left2.img__left2 {
	float: left;
	margin: 0 1em 2em 0;
	max-width: 300px;
}
.voice__title {
	background: #cb3736;
	padding: 3rem 0;
	text-align: center;
	position: relative;
}
.voice__inner {
	padding: 5rem;
	background: #f5f5f5;
}
.voice__inner h4 {
	overflow: hidden;
	border-left: 5px solid;
	padding: 0 1rem;
	line-height: 1.5;
	margin: 4rem 0 2rem;
	font-size: 2.8rem;
	font-weight: bold;
}
.voice__inner h5 {
	overflow: hidden;
	border-left: 5px solid;
	padding: 0 1rem;
	line-height: 1.5;
	margin: 0rem 0 2rem;
	font-size: 2.8rem;
	font-weight: bold;
}
.voice__title h3 {
	font-size: 5rem;
	line-height: 1.2;
	font-weight: bold;
}
/* 青の小さい客声 */
.small-voice_left, .small-voice_right {
	width: 48%;
	font-size: 70%;
}
.small-voice_left .voice_ribon_box, .small-voice_right .voice_ribon_box {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	padding: 1.5rem 0;
}
.small-voice_left .voice_ribon_box2, .small-voice_right .voice_ribon_box2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	padding: 1.5rem 0;
}
.small-voice_left .voice_txt_name, .small-voice_right .voice_txt_name {
	font-size: 1.8rem;
	line-height: 1.3;
}
.small-voice_left img, .small-voice_right img {
	width: 115px;
	height: 115px;
}
.img_small {
	width: 320px!important;
	height: 220px!important;
}
.voice_box {
	margin-top: 3rem;
	background: #FFF;
}
.bg_b .voice_txt_name {
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: 2px solid;
	overflow: hidden;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.bg_b2 .voice_txt_name {
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: 2px solid;
	overflow: hidden;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.voice_txt.bg_b {
	padding: 2rem;
	background: #fff5f7;
}
.voice_txt.bg_b2 {
	padding: 2rem;
	background: #e5f5ff;
}
/* リボン背景 */
.voice_ribon_box{
	padding:2rem 0;
	margin-bottom:3rem;
	color:#FFF;
	font-size:4rem;
	text-align:center;
	line-height:1.4;
	font-family:Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	font-weight: bold;
	text-shadow:0px 1px 1px #940303;
	background:#c00;
}
/* リボン背景青 */
.voice_ribon_box2{
	padding:2rem 0;
	margin-bottom:3rem;
	color:#FFF;
	font-size:4rem;
	text-align:center;
	line-height:1.4;
	font-family:Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	font-weight: bold;
	text-shadow:0px 1px 1px #153e58;
	background:#1a5377;
}

/* 客声 青 */
.blue .voice__title {background: #1a5377;
	position: relative;
	padding: 3rem 0;
	color: #FFF;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	font-size: 4.4rem;
	letter-spacing: -2px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.blue .voice__inner {
	background: #e5f5ff;
}

.img__left p {
	margin-top: 1rem;
	line-height: 1.3;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
/*----------------------------------------------------------------------------------------------
product
----------------------------------------------------------------------------------------------*/
.product__box ul{
	padding: 2rem 5rem;
}
.product__box{
	background: #fff;
	padding: 4rem 0 0;
	margin: 0 auto 3rem;
}
.product__box:last-of-type{margin-bottom: 0;}
/*----------------------------------------------------------------------------------------------
tokuten
----------------------------------------------------------------------------------------------*/
/*----------特典--------------*/
.bg_tokuten{-webkit-background-size: cover;background-size: cover;background: url( "../img/tokuten_bg.jpg");background-attachment:fixed;}
.tokuten { margin-top: 6rem;position: relative;}
.tokuten_head {
	position: relative;
	padding: 3rem 0;
	font-size: 4.7rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-family: Gothic MB101 Heavy, "A-OTF ゴシックMB101 Pr6N" ,sans-serif;
	text-shadow: 2px 2px 2px #8c0000;
	background: #c00;
}
.tokuten_callout {
	position: relative;
	padding: 1rem;
	margin: 0 0 1.5rem;
	color: #c00;
	display: inline-block;
	background: #fff;
	text-shadow: none;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 5px #986c5a;
	-webkit-box-shadow: 0 0 5px #986c5a;
	z-index: 10;
}
.tokuten_callout::after {
	position: absolute;
	content: "";
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	bottom: -10px;
	left:calc(50% - 20px);
}
.tokuten_text{background: #FFF;padding: 5rem;border: solid 1px #c00;}
.tokuten__list{background: #fff6f6;margin:2rem 0 1rem; padding: 4rem 3rem;}
.tokuten__list li{
	position: relative;
	padding: 0 0 2rem 5.5rem;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	color: #222;
	font-weight: bold;
	line-height: 1.3;
}
.tokuten__list li:last-of-type{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.tokuten__list li::before{
	display: block;
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f560';
	font-weight: 900;
	font-size: 4rem;
	color: #ed2626;
}
.tokuten__list li p{font-size: 2rem;color: #222;font-weight: normal;}

.tsuishin { padding: 80px 0 80px;background-color:#fff; }
.tsuishin .sec__inner{width:860px;margin:0 auto; padding:50px;background-color: #fffffb;border:1px solid #ccc;  }
.tsuishin-txt { padding-top: 0; padding-bottom: 0; background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 36.1px, #ccc 36.1px, #ccc 37.1px); font-family: "HGP明朝B", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,Ryumin ExtraBold KL, serif }
.tsuishin-txt p + p { margin-top: 1.7em; }
/*----------------------------------------------------------------------------------------------
hoshou
----------------------------------------------------------------------------------------------*/
.hosho .img-left{width: 50%;}
/* 返金保証の流れ */
.hosho_step{
	margin: 2rem 0;
	-webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;
	-webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.hosho_step .step_box{ width:22%; padding: .4rem; font-size:1.8rem; line-height: 1.4; }
.hosho_step h4{ margin-bottom: 1rem; border-bottom: 1px solid #FFD12F; font-size:2rem; font-weight: bold; text-align: center; }
.hosho_step img.arrow{ width:2%; margin: 0; transform: translate(-20%,80%); }

/* 品質保証 */
.hosho2_flow_wrap {width:90%; margin: 15px auto 0; font-size: 70%; }
.hosho2_flow_list {margin: 0 auto;flex: 1;}
.hosho2_flow_list p{padding: 5px 20px;}

/*----------------------------------------------------------------------------------------------
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/base/btn04.png) no-repeat 0 0; }
input.btn_submit02{ background:url(../img/base/btn01.gif) no-repeat 0 0; }
input.btn_submit03{ background:url(../img/base/btn03.gif) no-repeat 0 0; }

/* 料金 */
.price__box{ margin-top:2rem; }
.price__result{
	margin-top:3rem;
	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__notice{
	padding:2rem;
	margin:1rem auto;
	background:#eee;
	box-sizing:border-box;
}
.price__notice p{
	padding-left:1em;
	font-size:2rem;
	text-indent:-1em;
}

.attention_box {
	padding: 2rem 2rem 2rem 4rem;
	border: 2px dotted #CCC;
	margin: 3rem 0;
	font-size: 1.8rem;
	line-height: 1.3;
	text-indent: -1em;
	background: #FFF;
}
.attention_box.normal {
	padding: 2rem;
	text-indent: 0;
}

/* Q&A */
#qa {width: 960px;margin: 80px auto 10px;}
#qa dt { color: #d71523; font-weight: bold; font-size: 2.5rem; border-bottom: 2px solid; }
#qa dd { line-height: 1.5; font-size: 2rem; margin: 20px 0 30px 0; }
/* 価格表 */
.price_table{ width:100%; margin: 2rem auto; border: 2px solid #040000; line-height: 1.4; }
.price_table th{ background: #040000; color: #fff; font-weight: bold; padding: .5rem; }
.price_table tr:nth-child(2n){ background: #f5f5f5; }
.price_table td{ padding: 10px; vertical-align: middle; }
.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 #040000; }

.name-img{float: right;}
.tsuishin-txt img{
	position: relative;
	display: block;
	margin: -170px -20px 0 auto;
	}

/*----------------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------------*/
.form{ width:100%; padding:0; }
/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{ background:#ddd; }
.footer_logo img{ max-width:300px; }
.footer_txt{
	padding:0 0 0 2rem;
	font-size:1.1rem;
	text-align:left;
	line-height:1.9;
}
#footer__wrap{
	display:flex;
	width:800px;
	padding:2rem 0;
	margin:0 auto;
	font-size:80%;
	justify-content:center;
}
#footer__wrap li{
	display:inline-block;
	padding:0 1rem 0;
	border-left:1px solid #aaa;
}
#footer__wrap li:first-child{ border:none; padding:0 1em 0 0; }
/*----------------------------------------------------------------------------------------------
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;
	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; display: block; }

@media screen and (max-width:768px){ .btn_ft{width:75%;} }
@media screen and (max-width:425px){ .btn_ft{width:100%;} }

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{ width:100%; font-size:4.5vw; }
	.main{width: 100%;box-shadow: none;padding-top: 3rem;}
	img{ max-width:100%; }
	
	.sp-small{font-size: 90%;}
	.sp-tokuten{    font-size: 77%;}
	.sp-large{    font-size: 90%!important;}
	.xslarge{ font-size:115%; }
	.xlarge{font-size: 125%;}
	.xxlarge{ font-size:140%; }
	.xxxlarge{ font-size:140%; }
	.xsmall4 {
    font-size: 80%;
}
	.psmall{font-size:60%;}
	.tokuten_text .text_r{text-align: left!important;}
	.small {
		font-size: 84%;
}
	.shadow{text-shadow: 2px 2px 0.5px #ed2626;
	-webkit-text-stroke: 1px #ed2626;}
	
	.arrow02{width: 60%;}
	
	/*アコーディオン*/
	.toggleBtn{width: 90%;font-size: 5vw;}

	/* Float */
	.img-right{ float:none!important; width:85%; padding:0; margin:0 auto;}
	.img-right2{ float:none!important; width:85%!important; padding:0!important; }
	.img-left{ float:none; width:85%; padding:0; }
	.img-right img,.img-left img{ width:100%;}
	.img-right img + img:last-child{padding-bottom: 2rem;}
	.img-sp{width: 95%;}
		.img__left {
		margin:0 auto 1rem;float:none;
	}
	.img__right {
		margin:0 auto 1rem;float:none;
	}
	.flex-2 {
		width: 100%; 
	}
	.bg_red{font-size:85%;}
	/*画像キャプション*/
	.caption{
		width: 100%;
		padding-bottom: 2rem;
		font-size: 3.5vw;
		text-align: center;
	}
	.caption2{
		width: 100%;
		padding-bottom: 2rem;
		font-size: 3.5vw;
		text-align: center;
	}
	
	/*flex*/
	.flex{display: block;}
	.flex_2{margin-bottom: 2rem;}
	.flex_3{width: 100%;}
	
	/* PC/SP表示調整 */
	.display_pc{ display:none!important; }
	.display_sp{ display:block!important; }
	
	.list_box {
		margin: 2rem 0;
		padding: 0rem 1rem;}
	/*----------------------------------------------------------------------------------------------
	prihead
	----------------------------------------------------------------------------------------------*/
	#prihead{ font-size:4.2vw;     z-index: 20;}
	#prihead #CDT{
		width:100%;
		font-size:3.6vw;
	}
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:2rem 0; }
	section:first-child{padding-top: 0;}
	.sec-top{margin-top: 0;}
	.sec__inner{width: 95%;margin: 0 auto; padding: 0;}
	/*----------------------------------------------------------------------------------------------
	sub-head
	----------------------------------------------------------------------------------------------*/
	.sub-head{
		width:95%;
		padding: 0;
		margin:0 auto 1.5rem;
		font-size:6.6vw;
	}
	.sub-head03{
		width:95%;
		padding: 0;
		margin:0 auto 1.5rem;
		font-size:6.7vw;
	}
	.sub-head2{
		width:95%;
		padding: 0;
		margin:0 auto 1.5rem;
		font-size:4.5vw;
		font-weight: 700;
		
	}
	.sec-in-head {
		font-size: 5.5vw;
	}
	.slash-hukidashi01{padding-top: 2rem; font-size: 6vw;}
	.slash-hukidashi01::before{
		transform: scale(0.5);
		left:3vw;
		bottom: -5vw;
	}
	.slash-hukidashi01::after{
		transform: scale(0.5);
		right: 3vw;
		bottom: -5vw;
	}
	.slash-hukidashi02::before{
		transform: scale(0.8);
		top:0;
		left:-16vw;
	}
	.slash-hukidashi02::after{
		transform: scale(0.8);
		top:0;
		right: -12vw;
	}
	.slash-hukidashi{line-height: 1.3; font-size: 5vw;}
	.slash-hukidashi::before{
		transform: scale(0.5);
		left: 40px;
		bottom: 0;}
	.slash-hukidashi::after{
		transform: scale(0.5);
		right: 40px;
		bottom: 0;}
	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding:.5rem 0; font-size:4.5vw; line-height:1.2; }
	.timer01 .timer_num { font-size:130%; }
	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	header{ background:#000; padding-bottom: 0;}
	header h1{padding-top: 0;}
	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	/* 共有 */
	ul.check1,
	ul.check2,
	ul.check3,
	ul.check4{ font-size:5vw; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li{ background-size:8%; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li,
	ul.check4 li{ padding:1.2rem 0 1.2rem 4rem; }

	/* 固有 */
	ul.check1 li{ background-position:0 1.4rem; }
	ul.check2 li{ background-position:0 1.8rem; }
	ul.check3 li{ background-position:0 1.4rem; }
	ul.check4 li{ font-size:4.5vw; background-position:0 2vw; }

	/* 共有 */
	ul.bullet1 li,
	ul.bullet2 li{
		font-size:5vw;
		background-size:8%;
	}
	/* 固有 */
	ul.bullet1 li{ padding:1.2rem 0 1.2rem 4rem; background-position:0 1.4rem; }
	ul.bullet1 img{ margin:1rem auto; }
	ul.bullet2{ border-width:6px; }
	ul.bullet2 li{ padding:1.2rem 1.2rem 1.2rem 4rem; background-position:1rem 1.4rem; }
	
		/*10の理由*/
	
	.letter_list ol {
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
	}
	.letter_list li {
		font-size: 4.5vw;
		padding: 2rem 0 2rem 4.5rem;
		line-height: 1.4;
	}
	.letter_list li p{
		display: none;
		font-size:4.5vw;
		font-weight:normal;
		margin-bottom: 0rem;
	}
	.letter_list .bullet1 .red {font-size: 5vw;letter-spacing: 0;}
	.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%;
	}
	
	/*--reason 6つの理由--*/
	.reason{padding-top: 2rem;}
	.reason .sec__inner:last-child:after{content: "";
		height: 0;
		width: 0;
		border: 20vw solid;
		border-right-color: transparent;
		border-left-color: transparent;
		border-bottom-color: transparent;
		border-top-width: 12vw;
		position: absolute;
		bottom: -30vw;
		left: 50%;
		transform: translateX(-50%);}
	.reason__wrap{width: 100%;}
	.reason__sub-ttl{padding: 1rem 0; font-size: 5vw;}
	.reason__wrap{padding-bottom: 0;}
	.reason__ttl{margin:0 0 1rem 0; padding-top: 1rem; font-size: 7.5vw;}
	.reason__box{margin-bottom: 2rem; padding: 1.5rem;}
	.reason-list{width: 100%;font-size: 7vw;}
	.reason__box-ttl h3{width: 100%; padding: 1rem; font-size: 4.8vw;text-align: center;}
	.reason__box .img-right{width: 100%;}
	
	
	/*discブレットbox*/
	.bullet__text dl{padding: 1rem;}
	.bullet__text dt{padding-left: 3.5rem; font-size: 4.5vw;}
	.bullet__text dt:before{font-size: 8vw;top:-6px;}
	.bullet__text dd{font-size: 4vw;line-height: 1.3;}
	
	
	/*box*/
	.box01-wrap{width: 95%;margin: 0 auto 2rem; padding: 2rem 0 2rem;background-size: contain;}
	.box01 dt{width: 100%;margin-bottom: .5rem; font-size: 6vw;line-height: 1.2; background: url(../img/base/check3.png) 0 no-repeat;}
	.box01 dd{width: 100%;padding-top: .5rem;padding-left: 4rem; border-left:none;border-top:1px solid #eee;}

	
	/*value-table*/
table.value-table th,table.value-table td{padding:.5rem;text-align: center;font-size: 3vw;}
table.value-table .table_mark{color: #c00;background: #FFF6F6;}
table.value-table th.table_mark,table.value-table td.table_mark{font-size: 3.2vw;}
		/*----------------------------------------------------------------------------------------------
	case
	----------------------------------------------------------------------------------------------*/
	.case__wrap{width: 100%;}
	.case__box{margin-bottom: 3rem;}
	.case__inner{width: 95%;margin: 0 auto; padding: 2rem 0;}
	.case__inner .flex-2{width: 100%;}
	.case__inner .flex-2:last-of-type{width: 100%;margin-top: 5.5rem;}
	.case__inner .mb101{font-size: 5.5vw;}
	.case-arrow{left: 15%;top: 50%;}
	.case-arrow2{left: 17%;top:17.5%;}
	.case-arrow3{left: 15%;top: 48%;}
	/*----------------------------------------------------------------------------------------------
	merit
	----------------------------------------------------------------------------------------------*/
	.merit__wrap{padding-bottom: 0;}
	.merit__box{
		width: 100%;
		padding: 2.5rem 0 0;
	}
	.merit__inner{width: 95%;margin: 0 auto; padding: 2rem 0 0;}
	.merit__inner .flex_3{width: 85%;margin-bottom: 1rem;}
	.merit__inner .flex_3:last-of-type{margin-bottom: 0;}
	.merit__inner .img-right{
		float: none;
		width:85%;
		margin-bottom: 2rem;
		padding-left: 0;
	}
	
	.merit02__box{width: 95%;margin: 0 auto; padding: 0;}
	.merit02__box .num{font-size: 8vw;text-align: center;}
	.merit02__box h3{font-size: 5vw;text-align: center;}
	.merit02__inner .img-caption{width: 70%;margin: 0 auto;}
	.report h4{font-size:5vw;}
	.report .flex{display: -webkit-flex;display: -moz-flex;display: flex;flex-wrap: wrap;}
	.merit02__inner .flex .img-caption{width: 48%;}
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice01__ttl{font-size: 5.5vw;}
	.voice01__ttl{font-size: 5.5vw;}
	.voice01__flex1,.voice01__flex2{width: 85%; margin: 0 auto;}
	.voice01__flex1 .flex-2:first-of-type{margin-bottom: .5rem;}
	.voice01__flex1 .caption,.voice01__flex2 .caption{width: 100%;margin: 0 auto;}
	.voice01__inner .img-left{width: 85%;margin: 1rem auto;}
	.voice01__inner h4{font-size: 5vw;}
	
	.voice02__left,.voice02__right{width: 100%;}
	.voice02__ttl{    margin-top: 3rem;
		padding: 4vw 9vw;
		font-size: 4.5vw;}
	.voice02__ttl:before{ width:10vw; height:31vw; }
	.voice02__ttl:after{ width:10vw; height:31vw; background-position:right top; }
	.voice02__achieve{width: 100%;padding: 1rem; font-size: 3.5vw;}
	.voice02__inner .img-caption{width: 100%;margin-top: 2rem;}
	.voice02__inner .img-caption img{width: 85%;}
	
	.voice01__wrap .flex-2{width: 100%;}
	.voice01__box{padding: 2rem 1rem;}
	.voice01__ttl{font-size: 6vw;}
	.voice01__inner .img-left img{width: 85%;}
	.voice01__name{margin-top: 1rem; font-size: 5.5vw;text-align: center;}
	.voice01__inner .img-caption{width: 85%;margin: 1rem auto 0;}
	/*赤吹き出し*/
	.voice03__wrap{margin-top: 3rem;}
	.voice03__box{margin-bottom: 2rem;}
	.voice03__ttl{padding: 1.5rem 0; font-size: 5.8vw;}
	.voice03__inner{padding: 2rem 1rem;}
	.voice03__inner .img-left{width: 85%; margin: 0 auto; padding-top: 1rem;}
	
	.voice03__inner .img-right{width: 85%;margin: 0 auto;}
	.voice03__name{font-size: 8vw;text-align: center;padding-bottom: .5rem;}
	.voice03__inner h4{font-size: 5vw;line-height: 1.3;}
	.voice03__inner .flex_2{width: 100%;}
	.voice03__inner .flex_2 .caption{padding-bottom: 0;}
	.voice03__report{padding: 1rem;}
	.voice03__report h4{font-size: 4.5vw;padding: .5rem 1rem;}
	.voice05__inner{width: 95%;margin: 0 auto; padding: 0;}
	
	.voice06{width: 100%;}
	.voice06__inner{width: 95%;margin: 0 auto; padding: .5rem 0;}
	.voice06__inner h4{width: 100%;margin: 2rem 0; font-size: 4.4vw;letter-spacing: -1px;}
	.voice06__inner .laurel::before{transform: scale(0.5);left: -14px;top:-35px;}
	.voice06__inner .laurel::after{transform: scale(0.5);right: -14px;top:-35px;}
	
	.voice__wrap {
		width: 95%;
		margin: 3rem auto 0;
		padding: 0;
	}
	.voice__title {
		padding: 5% 0;
	}
	.voice__title:after {
		border: 5vw solid;
		border-left-color: transparent;
		border-right-color: transparent;
		border-bottom: none;
		bottom: -5vw;
	}
	.voice__title h3 {
		font-size: 5.7vw;
	}
	.voice__num {
		font-size: 5vw;
	}
	.voice__list li {
		font-size: 4.5vw;
		margin: 0 0.5rem 1rem;
		padding: 2vw;
	}
	.voice__title .flex{display: -webkit-flex;display: -moz-flex;display: -webkit-flex;display: flex;flex-wrap: wrap;}
	.voice__num {
		font-size: 5vw;
	}
	.voice__inner {padding: 2.5rem 1rem 1rem}
	.voice__subttl{font-size: 6vw;line-height: 1.3;}
	.voice__inner h4 {
		font-size: 5vw;
		line-height: 1.3;
	}
	.voice__inner h5 {
		font-size: 5vw;
		line-height: 1.3;
	}
	.voice__title h3 {
		font-size: 5.7vw;
	}
	.voice03__ttl::after{border-width: 0;
	}
	
	.blue .voice__title {padding: 1rem 0;}

		.voice__wrap .img__left2.img__left2{width: 85%; margin: 0 auto; padding-top: 1rem;float:none;}
		.small-voice_left, .small-voice_right {
		width: 100%;
	}
	.small-voice_left .voice_ribon_box, .small-voice_right .voice_ribon_box {
		font-size: 4vw;
		margin-bottom: 0;
	}
	.voice__wrap .img__right{float: none;
		width:85%;
		margin-bottom: 2rem;
		padding-left: 0;    margin: 0 auto;}
	
	.small-voice_left, .small-voice_right {
		width: 100%;
	}
	.small-voice_left .voice_ribon_box, .small-voice_right .voice_ribon_box {
		font-size: 5.8vw;
		margin-bottom: 0;
		padding: 3vw 0;
	}
	.voice_ttl {
		font-size: 4.8vw;
		padding: 1rem 0;
	}
	.voice_txt {
		padding: 10% 5% 5%;
	}
	.voice_name {
		font-size: 4.5vw;
	}
	.voice_txt.bg_b {
		padding: 5%;
	}
	.bg_b .voice_txt_name {
		font-size: 5vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
		border-bottom: 1px solid;
		text-align: center;
	}
		.voice_txt.bg_b2 {
		padding: 5%;
		font-size: 4.5vw;
	}
	.bg_b2 .voice_txt_name {
		font-size: 5vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
		border-bottom: 1px solid;
		text-align: center;
	}
	.toggle_btn {
		font-size: 5vw;
		margin-bottom: 1rem;
	}
	.toggle_btn .small {
		font-size: 3vw;
	}
		.voice_txt.bg_b {
		padding: 5%;
		font-size: 5vw;
	}
	.small-voice_left img, .small-voice_right img {
		width: 60%;
		height: 60%;
		margin: 0 auto;
		float: none;
		padding: 0 0rem 1rem 0;
	}
	/* リボン背景 */
	.voice_ribon_box{ padding:1.5rem .5rem; margin-bottom:2rem; font-size:4.5vw; }
	/*----------------------------------------------------------------------------------------------
	product
	----------------------------------------------------------------------------------------------*/
	.product__wrap{width: 100%;}
	.product__wrap h3{font-size: 5vw;}
	.product__box{padding: 1rem 0;margin-bottom: 0;}
	.product__box ul{padding: 0 2rem;}
	.product__box ul li p{display: none;}
	/*----------------------------------------------------------------------------------------------
	tokuten
	----------------------------------------------------------------------------------------------*/
	/*特典*/
	.bg_tokuten{background-attachment:scroll;}
	.tokuten{margin-top: 2rem;}
	.tokuten_head {
		position: relative;
		padding: 1.5rem 0;
		font-size: 5.6vw;
	}
.tokuten_callout {
	position: relative;
	padding: 1rem;
	margin: 0 0 1.5rem;
	color: #c00;
	display: inline-block;
	background: #fff;
	text-shadow: none;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 5px #986c5a;
	-webkit-box-shadow: 0 0 5px #986c5a;
	z-index: 10;
}
.tokuten_callout::after {
		position: absolute;
		content: "";
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		bottom: -10px;
		left:calc(50% - 20px);
	}
	.tokuten_text{padding: 1.5rem;}
	.tokuten_text .chk_point{margin: 2rem 0;}
	.tokuten_text .reco_body{padding: 1.5rem;margin-bottom: 1rem;}
	.tokuten_text .reco_body .img_right{ width: 200px;}
	.tokuten_text .reco_name {margin-bottom: 1rem;}
	.tokuten_text .reco_name h3{font-size: 4.5vw;}

	.tokuten__box{margin-bottom: 3rem;}
	.tokuten__inner{width: 95%;margin: 2rem auto 0; padding: 0;}
	.tokuten__inner .flex-2{width: 85%;}
	.tokuten__list{ padding: 1rem;}
	.tokuten__inner h4{font-size: 4.5vw;}
	.tokuten__list li{padding-left: 3.5rem; padding-bottom: 0; font-size: 4.5vw;}
	.tokuten__list li::before{font-size: 7vw;}
	.tokuten__list li p{font-size: 4vw;}
	.tokuten__list .img-right{width: 60%;margin-bottom: 2rem;}
	
	.tsuishin { padding: 40px 10px; }
	.tsuishin .sec__inner { padding: 15px; width: 100%;}
	.tsuishin-txt { background:none; }
	.tsuishin-txt img{}
	.name-img{float:none; margin:0 auto!important; width:95%;}
	/*----------------------------------------------------------------------------------------------
	hoshou
	----------------------------------------------------------------------------------------------*/
	/* 返金保証 */
	.hosho .img-left{width: 85%;}
	/* 返金保証の流れ */
	.hosho_step{ display: block; margin: 1rem 0; }
	.hosho_step .step_box{ width:100%; padding: 0; font-size:4vw; }
	.hosho_step h4{ font-size:5.4vw; }
	.hosho_step img{ margin-bottom: 1rem; }
	.hosho_step img.arrow{ width:6%; margin: -6vmin auto; transform: rotate(90deg); }
	/* 品質保証 */
	.hosho2_flow_wrap {display:block;width:100%; margin: 0 auto 15px; font-size: 4.5vw; }
	.hosho2_flow_list {width:100%;}
	.hosho2_flow_list img {width:60%; margin: 0 auto;flex: 1;}
	.hosho2_flow_list p{width:95%;padding: 5px 0; margin: 0 0 15px;text-align: center;}
	.hosho2_flow_center{border-top:1px solid #BFBFBF; margin: 30px 0;padding:15px 0;}
	/*----------------------------------------------------------------------------------------------
	form
	----------------------------------------------------------------------------------------------*/
	.form{margin-top: 3rem;}
	.formWrap{ margin:0; }
	/* ボタン */
	input.btn_submit,
	input.btn_submit02,
	input.btn_submit03{
		width:100%;
		height:21vw;
		padding:0;
		background-size: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; }
	/* 特典 */
	.product_tokuten{ margin: 2rem auto; border: 2px solid #040000; }
	.product_tokuten h3{ font-size:5vw; }
	.product_tokuten .flex{ padding: 1rem; }
	.product_tokuten img{ width:46%; margin: .4rem; }
	
	.attention_box {
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	border: 2px dotted #CCC;
	margin: 2rem 0;
	font-size: 3.8vw;
}
.attention_box.normal {
	padding: 1.5rem;
	text-indent: 0;
	}
	#qa {width: 95%; margin: 0rem auto 0;}
	#qa dt {font-size: 1.8rem;padding-bottom: 6px;line-height: 1.3}
	#qa dd {sline-height: 1.3;font-size: 4.5vw;margin: 10px 0 30px 0;}
	
	/* 価格表 */
	.price_table{ border-width: 1px; box-sizing: border-box; }
	.price_table td{ padding: .6rem; font-size: 4.2vw; }
	.price_table td:nth-child(odd){ font-size: 4.2vw; }
	.price_table td:nth-child(even){ border-width: 1px; font-size:4.2vw; }
	/*----------------------------------------------------------------------------------------------
	footer
	----------------------------------------------------------------------------------------------*/
	.footer_logo img{ display:block; }
	.footer_txt{ padding:1rem; }
	#footer__wrap{
		display:block;
		width:100%;
	}
	/*----------------------------------------------------------------------------------------------
	scfooter
	----------------------------------------------------------------------------------------------*/
	.scfooter_inner{ width:96%; }
}