﻿@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{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%; overflow:hidden; }
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;
}
.body__wrap_c{
    	width:960px;
	margin:0 auto;
}
#scroll{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}

/* 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:270px; padding:0 0 2rem 2rem; line-height:1.4; }
.img_left{ float:left; width:270px; 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:1rem; margin:0!important; border-left:2px solid #110604; color:#110604; font-size:1.8rem; font-weight:bold; line-height:1.4; }

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#C00; }
.blu{ color:#002C71; }
.wht{ color:#FFF; font-family:Gothic MB101 Heavy,sans-serif; }
.accent{ color:#FFFF84; }
.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 DemiBold,sans-serif; }
.mincho{ font-family:Ryumin ExtraBold KL,serif; }

/* グラデテキスト */
.gradation_g{
	color:#A58D38;
	background:linear-gradient(to bottom,#a58d38 0%,#dec057 50%,#a58d38 100%);
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
}
@media all and (-ms-high-contrast:none){
	.gradation_g{ background:none; }	/* IE11 */
}

/* bg_color */
.bg_g{ background:#FBFBFB; }
.bg_r{ background:#FFF9F9; }

/* FlexBox */
.flex {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-wrap: wrap;
}
/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p {margin: 5px 0 12px;}
.timer01 { padding: 5px 0 12px; text-align: center; font-weight: bold; color: #fff; font-size: 3rem; line-height: 1; background: #110604; }
.timer01 .timer_num {font-size: 140%; color: #ffff55; font-family: Century Gothic, "Courier New", Consolas, monospace;}
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto; }
header.fb{
	background:#27282b;
	background:-moz-linear-gradient(left,#CCC 0%,#fff 15%,#fff 85%,#CCC 100%);
	background:-webkit-linear-gradient(left,#CCC 0%,#ffff 15%,#fff 85%,#CCC 100%);
	background:linear-gradient(to right,#CCC 0%,#fff 15%,#fff 85%,#CCC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#CCC',GradientType=1);
}
header.index_a{
	background:url(../img/bg_header.png) no-repeat;
	background-size:cover;
}
header.index_b{
	background:url(../img/bg_header_02.png) no-repeat;
	background-size:cover;
}
.header__bottom{
	width:113px;
	height:30px;
	margin:0 auto;
}

/* プリヘッド */
#header__pri{
	width:100%;
	margin:0 auto;
	padding:7px 0;
	text-align:center;
	background:#c00;
}
#header__pri02{
	width:100%;
	margin:0 auto;
	padding:7px 0;
	text-align:center;
	background:#000;
}
#header__pri img{ padding:.7rem 0; }
#header__pri02 img{ padding:.7rem 0; }

#header__img{ width:100%; margin:0 auto; text-align: center; }
#header__img.type_c{ background:url(../img/bg_header.jpg); }
.house #header__img{ background: #110604; }
.header_test{background:url(../img/sakai_header_house_00b.png) center top; }
.header_test02{background:url(../img/sakai_header_house_00b.png) center center; }
/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
section{ padding:7rem 0; }

/* 固有 */
section.gray{ width:100%; background:#EEE; }
section.yellow{ width:100%; background:#FFFFFf0; }
section.gold{
	width:100%;
	background:#FFF5B3;
	background:-moz-linear-gradient(top,#FFF5B3 0%,#FFF 10%);
	background:-webkit-linear-gradient(top,#FFF5B3 0%,#FFF 10%);
	background:linear-gradient(to bottom,#FFF5B3 0%,#FFF 10%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5B3',endColorstr='#FFF',GradientType=0);
}
/*----------------------------------------------------------------------------------------------
sub-head / letter
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	margin:0 auto 3rem;
	color:#110604;
	font-size:4.6rem;
	font-weight:900;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:Gothic MB101 Heavy,sans-serif;
}
.sub-head-extol{
	width:960px;
	padding-bottom:.5rem;
	margin:3rem auto 1rem;
	border-bottom:1px dashed #003C99;
	color:#002C71;
	font-size:4.6rem;
	font-weight:900;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:Ryumin Ultra 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:nth-child(2n),
ul.check_02 li:nth-child(2n){ background-color:#FFFFF0; }
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_02 li{ background:url(../img/base/ico_cheack_01.png) 0 2rem no-repeat; }
/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
p + .voice_box{ margin-top:3rem; }
.voice_box + .voice_box{ margin-top:3rem; }

/* 境界線 */
.voice_line_box{
	padding:2rem 0;
	margin-bottom:3rem;
	border-top:6px solid #AF0000;
	border-bottom:6px solid #AF0000;
}
.voice_line_pic{
	padding:0 2rem 0 0;
	font-size:1.8rem;
	text-align:center;
}
.voice_line_pic img{ margin-bottom:1rem; }
.voice_line_ttl{
	width:690px;
	font-size:3.4rem;
	line-height:1.4;
	font-family:Gothic MB101 Heavy,sans-serif;
}

/* 症状*/
.voice_line_sub{
	display:inline-block;
	padding:.6rem 1rem;
	margin-bottom:1rem;
	color:#FFF;
	font-size:2.6rem;
	background:#AF0000;
}

/* リボン背景 */
.voice_ribon_box{
	padding:2rem 0;
	margin-bottom:3rem;
	color:#FFF;
	font-size:4rem;
	text-align:center;
	line-height:1.4;
	font-family:Ryumin Ultra KL,serif;
	text-shadow:0px 1px 1px #002052;
	background:#002C71;
	background:-moz-linear-gradient(left,#FFF 0%,#002C71 8%,#002C71 25%,#003C99 50%,#002C71 75%,#002C71 92%,#FFF 100%);
	background:-webkit-linear-gradient(left,#FFF 0%,#002C71 8%,#002C71 25%,#003C99 50%,#002C71 75%,#002C71 92%,#FFF 100%);
	background:linear-gradient(to right,#FFF 0%,#002C71 8%,#002C71 25%,#003C99 50%,#002C71 75%,#002C71 92%,#FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=1);
}

/* 背景画像あり */
.voice_bg_box{
	padding:2rem;
	background:url(../img/bg_voice.jpg) 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;
}
.voice_bg_pic img{ margin-bottom:1rem; }
.voice_bg_ttl{ width:650px; line-height:1.4; }
.voice_bg_ttl_txt{
	font-size:3.5rem;
	font-family:Ryumin Ultra KL,serif;
}
.voice_bg_subttl{
	position:relative;
	height:115px;
	padding:0 0 1rem;
	margin-bottom:1rem;
	color:#002C71;
	font-size:3.4rem;
	text-align:center;
	font-family:Ryumin ExtraHeavy KL,serif;
}
.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_ttl_name{ padding-top:1rem; margin-top:1rem; border-top:1px solid #CCC; }


/* 本文見出し */
.voice_txt.bg_g{ padding:2rem; }
.voice_txt.bg_r{ padding:2rem; }
.voice_txt_ttl{
	padding-left:1rem;
	margin-bottom:2rem;
	border-left:4px solid #AF0000;
	color:#AF0000;
	font-size:3rem;
	line-height:1.4;
	font-family:Gothic MB101 Heavy,sans-serif;
}
p + .voice_txt_ttl{ margin-top:4rem; }
/*----------------------------------------------------------------------------------------------
規約
----------------------------------------------------------------------------------------------*/
.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{ display:none; width:100%; margin:0 auto; padding: 10px 0; top:0px; left:0px; z-index:1000; position:fixed; background: #c00; }
#form_header{ width:100%; margin: 0 auto; padding: 20px 0; background: #c00; }
#form_header .text_c{ margin-bottom:1rem; font-size:3rem; }
.form{ width: 100%; padding: 2rem 0; margin: 0 auto; background: #c00; }
.form .text_c{ margin-bottom:1rem; font-size:3rem; }

.form_arrow01, .form_arrow02{ width:142px; height:23px; margin:0 auto; }
.form_arrow01{ background:url(../img/base/arrow_header_wht.png) center top; }
.form_arrow02{ background:url(../img/base/arrow_header_gold.png) center top; }
.form_img{ padding:16px 0 0; text-align:center; }

.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.5rem; color: #fff; line-height: 1.2; text-align: center; margin-top: 5px; }

img+ form{ margin-top: .5rem;}

.form_fb_btn {width:960px; margin: 0 auto;}
.form_fb_btn button {
    background: #0E52BD;
    color: #fff;
    text-shadow: 0 1px 4px #1973FF;
    font-weight: 600;
    font-size: 6rem;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    padding: 0px 20px;
    width: 960px;
    height: 80px;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------
吹き出し
----------------------------------------------------------------------------------------------*/
/* 共通 */
.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__attention .attention_box {width: 960px; margin: 0 auto 20px; background-color: #e9fbfa; border: solid 2px #cce4e3;}
#footer__attention .attention_box p {width: 95%; margin: 0 auto 15px; padding-left: 0em; text-indent: 0em; line-height: 1.2;}
#footer__attention .attention_box h3{width: 95%; margin: 20px auto 0; font-weight: bold;}

/*----------------------------------------------------------------------------------------------
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;
}






/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{
		width:100%;
		font-size:4.5vw;
		font-weight:normal;
		line-height:1.7;
	}
.body__wrap_c{
    	width:95%;
	margin:0 auto;
}
	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{ float:none; width:80%; padding:0 0 1.4rem 0; margin:auto; }
	.side_photo2{ float:none; width:80%; padding:0 0 1.4rem 0; margin:auto; }
	.img_right{ float:none; width:80%; padding:0 0 1.4rem 0; margin:auto; font-size:4vw; }
	.img_left{ float:none; width:80%; padding:0 0 1.4rem 0; margin:auto; font-size:4vw; }
	.img_right img,
	.img_left img{ width:100%; margin:0; }
	.img_full{ width:100%; margin:1.4rem 0 0 0; }
	.caption{ padding:.6rem; font-size:4vw; }

	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:4rem 0; }
	/*----------------------------------------------------------------------------------------------
	sub-head / letter
	----------------------------------------------------------------------------------------------*/
	.sub-head{ width:95%; margin:0 auto 3rem; font-size:6vw; }
	.sub-head-extol{ width:95%; padding-bottom:0; font-size:5.4vw; }
	.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__pri02 img{ width:95%; padding:.7rem 0; margin:auto; }

	/* 通常ヘッドライン */
	#header__img{ width:100%; padding: 0; margin: auto; }
	.header_test02{background:url(../img/sakai_header_house_00b.png) center center; background-size: 100%; }

	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	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;
	}
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice_box + .voice_box{ margin-top:2rem; }

	/* 境界線 */
	.voice_line_box{ padding:1.5rem 0; margin-bottom:2rem; border-width:4px; }
	.voice_line_pic{ order:4; width:80%; padding:0; margin:auto; font-size:4vw; }
	.voice_line_ttl{
		order:0;
		width:100%;
		padding-bottom:1rem;
		font-size:4.5vw;
	}

	/* 症状*/
	.voice_line_sub{ margin-bottom:.6rem; font-size:4vw; }

	/* リボン背景 */
	.voice_ribon_box{ padding:1.5rem .5rem; margin-bottom:2rem; font-size:4.5vw; }

	/* 背景画像あり */
	.voice_bg_box{ padding:1.5rem 1.5rem 0; background-position:right top; }
	.voice_bg_box.order .voice_bg_pic{ order:2; padding:0 0 0 2rem; }
	.voice_bg_pic{ order:2; padding:0; margin:auto; font-size:4vw; }
	.voice_bg_ttl{ order:0; width:100%; font-size:4.5vw; }
	.voice_bg_ttl_txt{ margin-bottom:1rem; font-size:4.5vw }
	.voice_bg_subttl{ height:25vw; font-size:6vw; line-height:1.4; }
	.voice_bg_subttl span{ display:inline-block; }
	.voice_bg_subttl:before{ width:8vw; height:25vw; background-size:cover; }
	.voice_bg_subttl:after{ width:8vw; height:25vw; background-position:right top; background-size:cover; }
	.voice_bg_ttl_name{ padding:1rem 0; margin-top:0; border:none; }

	/* 本文見出し */
	.voice_txt_ttl{ border-width:2px; font-size:5vw }
	p + .voice_txt_ttl{ margin-top:3rem; }
	/*----------------------------------------------------------------------------------------------
	規約
	----------------------------------------------------------------------------------------------*/
	.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_img{ width: 95%; margin: 0 auto; }

	.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; }

.form_fb_btn {width:90%; margin: 0 auto;}
.form_fb_btn button {
    width: 100%;
    margin: 10px 0;
    padding: 1.5rem 0;
    height: auto;
    font-size: 7vw;
    line-height: 1.2;}

	/*----------------------------------------------------------------------------------------------
	吹き出し
	----------------------------------------------------------------------------------------------*/
	.fukidashi .box2{
		display:none;
		right:0;
		left:auto;
		width:300px;
	}
	.fukidashi .box2:after{
		top:-32px;
		right:32px;
		left:auto;
	}
	/*----------------------------------------------------------------------------------------------
	フォーム注釈
	----------------------------------------------------------------------------------------------*/
	/*----------------------------------------------------------------------------------------------
	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%; }
	
#footer__attention .attention_box {width: 95%; margin: 0 auto 20px; background-color: #e9fbfa; border: solid 2px #cce4e3;}
#footer__attention .attention_box p {width: 95%; margin: 0 auto 15px; padding-left: 0em; text-indent: 0em; line-height: 1.2;}
#footer__attention .attention_box h3{width: 95%; margin: 20px auto 0; font-weight: bold;}
}
