﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*----------------------------------------------------------------------------------------------
【記載ルール】
・ブレークポイント、キーフレームでインデント
・不要な半角スペースやタブは削除
・短縮できるものは短縮（例）0.7 → .7、#FFFFFF → ＃FFF
・継承を考え、無駄なプロパティを削除（特にSP）
----------------------------------------------------------------------------------------------*/

/* 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%; overflow:hidden; }
body{
	width:100%;
	font-size:2.2rem;
	color: #3f3f3f;
	line-height:1.7;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family:"ゴシックMB101","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body__wrap{
	width:100%;
	margin:0 auto;
	background:#FFF;
}
#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_photo_b{ float:right; padding:0 0 2rem 2rem; }
.side_photo2{ float:left; padding:0 2rem 2rem 0; }

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
h1{ font-weight:normal!important; font-family:"ゴシックMB101 H"; font-feature-settings:"palt" 1; }
.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#F00; }
.tu{ border-bottom: solid 2px; padding-bottom: -2px;}
.wht{ color:#FFF; }
.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%; }
.small{ font-size:80%; }
.small_img{ width:80%; }
.large{ font-size:120%; }
.xlarge{ font-size:150%; }
.tyuui {background-color: #F9FFA7;font-size:80%;}

p+img, img+p { margin-top: 2rem; }
.letter + .sub-head { margin-top: 40px; }

/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p {margin: 0 0 5px 0;}
.timer01 {background: #000; padding: 0 0 5px 0; text-align: center; font-weight: bold; color: #fff; font-size: 30px; line-height: 1;}
.timer01 .timer_num {font-size: 140%; color: #ffff55; font-family: Century Gothic, "Courier New", Consolas, monospace;}

/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{
	width:100%;
	margin:0 auto;
}
.header__bottom{
	width:113px;
	height:30px;
	margin:0 auto;
	background:url(../img/base/arrow_header_red.png) center top;
}

/* プリヘッド */
#header__pri{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#000;
	padding-top: 2px;
}
#header__pri img{ padding:.7rem 0 0 0; }

/* 通常ヘッドライン */
#header__img{
	width:100%;
	margin:0 auto;
	text-align: center;
	  background: -webkit-linear-gradient(#ffffff, #fff9e8); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left,#ffffff, #fff9e8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
/* 共通 */
section{ padding: 70px 0; }

/* 固有 */
section.gray{
	width:100%;
	background:#eee;
}
section.yellow{
	width:100%;
	background:#fffeec;
}
section.gold{
	width:100%;
	background:url(../img/base/bg_gold.jpg);
}

/*----------------------------------------------------------------------------------------------
sub-head / letter
----------------------------------------------------------------------------------------------*/
.sub-head,.sub-head_v{
	width:960px;
	color:#000;
	font-size:5.4rem;
	font-weight:900;
	line-height:1.2;
	text-align:center;
	letter-spacing: -3px;
	margin:0 auto 30px;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.letter{
	width:960px;
	margin:0 auto;
}
.letter_s{width:960px; margin: 0 auto;}
/*----------------------------------------------------------------------------------------------
ブレッド
----------------------------------------------------------------------------------------------*/
/* 共通 */
ul.check,
ul.check_02{ margin: 30px 0; }
ul.check li,
ul.check_02 li{
	padding:15px 0 0px 4rem;
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.3;
}
ul.check li:nth-child(2n){ background-color:#ffffcc4d; }
ul.check 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
----------------------------------------------------------------------------------------------*/
/* 共通 */
.voice__wrap,
.voice2__wrap,
.voice_frame01_box,
.voice_frame02_box,
.voice_frame02_box_innner,
.voice_frame03_box{ box-sizing:border-box; }

/* 各客声の画像と見出し */
.voice__img{
	float:left;
	width:20%;
}
.voice__img img{ max-width:100%; }
.voice__box{
	width:100%;
	border-bottom: dashed 2px #8caab5;
}
.voice__box p{
	color:#25282D;
	font-size:3.6rem;
	font-weight:900;
	line-height:1.3;
	margin: 0 auto 2rem;
	letter-spacing: -2px;
	text-align: center;
	font-family:"Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}	
.voice__box h1{
	margin:0;
	color:#8d8d8d;
	font-size:1em;
	text-align:right;
}
.voice__box h2{
	margin-top:.2em;
	color:#746b66;
	font-size:3rem;
	font-weight:bold;
	font-family:"Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.voice__wrap .voice__box{border-bottom:none;}

.img_h {padding: 2rem 0;border-bottom:1px dashed #adad90;border-top:1px dashed #adad90;}


.voice__text{ margin-top:2rem; }
.voice__text .side_photo { width: 40%; }
.voice__text .side_photo_b { width: 40%; }
.voice__text .side_photo2 { width: 25%; }

.voice__wrap>.voice__box>p{color:#5d4a32;font-size:200%;}


/* 角丸客声 */
.voice__wrap{
	width:960px;
	padding:4rem;
	margin:4rem auto;
	border:12px double #b1954e;
	background:#FFF;
	box-shadow:4px 2px 16px rgba(0, 0, 0, 0.3);
}

/* 長方形客声 */
.voice2__wrap{
	width:960px;
	padding:4rem;
	margin:4rem auto;
	border:1px solid #c1c1c1;
	background:#FFF;
	box-shadow:5px 5px 1px rgba(165, 165, 165, 0.3);
}

/* 枠付き客声（上下に飾りあり） */
.voice_frame01_box{
	width:860px;
	padding:10rem 5rem;
	margin:4rem auto;
	background:url(../img/base/voice_frame01_01.png) top left no-repeat,
				url(../img/base/voice_frame01_03.png) bottom left no-repeat,
				url(../img/base/voice_frame01_02.png) top left repeat-y;
}

/* 枠付き客声（シルバー） */
.voice_frame02_box{
	width:843px;
	padding:8rem 0;
	margin:4rem auto;
	background:url(../img/base/voice_frame02_01.png) top left no-repeat,
				url(../img/base/voice_frame02_03.png) bottom left no-repeat;
}
.voice_frame02_box_innner{
	padding:3rem 5rem;
	background:url(../img/base/voice_frame02_02.png) left center repeat-y;
}

/* 枠付き客声（ゴールド） */
.voice_frame03_box{
	width:860px;
	padding:7rem 5rem;
	margin:4rem auto;
	background:url(../img/base/voice_frame03_01.png) top left no-repeat,
				url(../img/base/voice_frame03_03.png) bottom left no-repeat,
				url(../img/base/voice_frame03_02.png) top left repeat-y;
}

/*----------------------------------------------------------------------------------------------
profile
----------------------------------------------------------------------------------------------*/
#profile{
	width:100%;
	padding-top: 0;
	margin:0 auto;
}
.profile__box{
	margin:0 auto;
	padding-top: 50px;
	background:url(../img/bg01.jpg) no-repeat center center;
	background-size:cover;
}

/* 枠付きプロフィール紹介 */
.profile_introduction_box{
	width:860px;
	padding:6rem 5rem;
	margin:4rem auto;
	background:url(../img/base/profile_frame01_01.jpg) top left no-repeat,
				url(../img/base/profile_frame01_03.jpg) bottom left no-repeat,
				url(../img/base/profile_frame01_02.jpg) top left repeat-y;
	box-sizing:border-box;
}

/*----------------------------------------------------------------------------------------------
規約
----------------------------------------------------------------------------------------------*/
.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{ width: 100%; padding: 0; margin: 0 auto; background: #c00; }

.form_arrow01, .form_arrow02 { width:142px; height:23px; margin:0 auto; }
.form_arrow01{ background:url(../img/base/arrow_header_wht.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 .form_inner { padding: 20px 0; }
.form_left { background: #fff; border-radius: 5px; display: table; width: 70%; height: 50px; padding: 5px; margin-right: 20px; transition: all 0.2s; }
.form_left:hover { background: #fbffbd; -webkit-box-shadow: 0 0 0 4px #ffd161 inset; box-shadow: 0 0 0 4px #ffd161 inset; }
.form_left .form_must { display: table-cell; vertical-align: middle; width: 10%; }
.form_left .form_must span { display: block; padding: 0 5px; margin-right: 10px; background: #c00; color: #fff; font-size: 1.8rem; font-weight: bold; text-align: center; }
.form_left input { display: table-cell; outline: 0; border: none; background: none; width: 100%; height: 100%; font-size: 1.8rem; font-family: inherit; }
.form_right { width: 30%; }
.form_right .form_btn { width: 100%; }
.form_right .form_btn button { background: #069100; color: #fff; text-shadow: 0 1px 4px #00320d; font-family: "Noto Sans Japanese"; font-weight: 900; font-size: 2.8rem; border-radius: 5px; border: 2px solid #bcff99; box-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 0px 20px; width: 100%; height: 50px; cursor: pointer; }
.form_right .form_btn button:hover  { background: #08bb00; }
.form_right .form_notice { font-size: 1.6rem; color: #fff; text-align: center; margin-top: 5px; }

.form_h{width:960px;
	color:#fff;
	font-size:4rem;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	letter-spacing: 0px;
	margin:0 auto 20px;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.form_f{width:960px;
	color:#fff;
	font-size:4rem;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	letter-spacing:0px;
	margin:20px auto 0;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/*----------------------------------------------------------------------------------------------
吹き出し
----------------------------------------------------------------------------------------------*/
/* 共通 */
.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:860px;
	margin:0 auto;
	font-size:80%;
	line-height:1.4;
	background:#fff;
}
.service__list th,
.service__list td{
	padding:1rem;
	border:1px solid #ccc;
	vertical-align:middle;
}
.service__list th{ background:#ddd; }
.service__list_A,
.service__list_C{ width:25%; }
.service__list .txt__center{ text-align:center; }

/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{
	width:100%;
	margin:0 auto;
	background-color:#ecf0ee;
}
#footer__inner{
	width:900px;
	padding:30px 0 80px;
	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;
		line-height:1.7;
	}

	img{ max-width:100%; }

	/* Float */
	.side_photo{ float:right; width:35%; padding:0 0 1.4rem 1.4rem; }
	.side_photo2{ float:left; width:35%; padding:0 1.4rem 1.4rem 0; }

	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }

	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:0 0 4rem; }

	/*----------------------------------------------------------------------------------------------
	sub-head / letter
	----------------------------------------------------------------------------------------------*/
	.sub-head{
		width:95%;
		padding:3rem 0 1rem;
		margin:0 auto 1.5rem;
		font-size:6vw; 
		letter-spacing: -1px;
	}
		.sub-head_v{
		width:95%;
		padding:3rem 0 0rem;
		margin:0 auto ;
		font-size:6vw; 
	}
	.letter{ width:90%; }
	.letter_s{ width:90%;  padding-top:2rem;margin: 0 auto;}

	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding: 5px 0; font-size: 4.5vw; line-height: 1.2; }
	.timer01 .timer_num { font-size: 130%; }

	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	header{ background:url(../img/hirota_opt_header_b_00.png) center bottom; }
	.header__bottom{
		width:113px;
		height:30px;
		margin:0 auto -15px;
		background:url(../img/base/arrow_header_red.png) center top;
	}

	/* プリヘッド */
	#header__pri img{
		width:95%;
		padding:.7rem 0;
		margin:auto;
	}

	/* 通常ヘッドライン */
	#header__img{
		width:100%;
		background:#fff5df;
	}
	#header__img .mv{ width:100%; }

	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	ul.check li,
	ul.check_02 li{
		padding:1.2rem 0 1.2rem 4rem;
		font-size:4.5vw;
		background-position:0 4vmin no-repeat;
	}
	ul.check li p,
	ul.check_02 li p{
		padding-top:.4rem;
		font-size:4.5vw;
	}

	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	/* 共通 */
	.voice__wrap,
	.voice2__wrap{
		width:100%;
		padding:1.5rem;
		margin:2rem auto;
	}
	.voice_frame01_box,
	.voice_frame02_box,
	.voice_frame03_box{ width:90%; margin:2rem auto; background-size:100%; }

	/* 各客声の画像と見出し */
	.voice__img{ width:30%; }
	.voice__box{ width:100%; }
	.voice__box p{ font-size:4.1vw; letter-spacing:.5px;margin: 0px auto 1rem; }
	.voice__box h2{ font-size:5vw; }

	/* 枠付き客声（上下に飾りあり） */
	.voice_frame01_box{ padding:4rem 2rem; }

	/* 枠付き客声（シルバー） */
	.voice_frame02_box{ padding:8vmin 0; }
	.voice_frame02_box_innner{ padding:2rem; background-size:100%; }

	/* 枠付き客声（ゴールド） */
	.voice_frame03_box{ padding:3rem 2rem; }

	.voice__text .side_photo { width: 100%;padding:0;margin: 1rem auto;}
	.voice__text .side_photo2 { width: 40%; }
	
	
	.img_h {width: 100%; padding: 2rem 0;}
	.voice__text .side_photo_b {  width: 47%; padding : 0 0 0.5rem 0.5rem; margin: 0;} 
	
	.voice__wrap>.voice__box>p{font-size:98%;}
	/*----------------------------------------------------------------------------------------------
	profile
	----------------------------------------------------------------------------------------------*/
	#profile{ background-size:100%; }
	.profile__box{
		width:100%;
		padding: 0;
		margin:0 auto;
	}

	/* 枠付きプロフィール紹介 */
	.profile_introduction_box{
		width:90%;
		padding:2rem;
		margin:2rem auto;
		background-size:100%;
	}

	/*----------------------------------------------------------------------------------------------
	規約
	----------------------------------------------------------------------------------------------*/
	.kiyaku__box{ width:95%; }

	/*----------------------------------------------------------------------------------------------
	フォーム
	----------------------------------------------------------------------------------------------*/
	.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_h{width:100%;
	color:#fff;
	font-size:4.2vw;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	letter-spacing: 0px;
	margin:0 auto 15px;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.form_f{width:100%;
	color:#fff;
	font-size:4.2vw;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	letter-spacing: 0px;
	margin:15px auto 0;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-family: "Gothic MB101 Bold","Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
	/*----------------------------------------------------------------------------------------------
	吹き出し
	----------------------------------------------------------------------------------------------*/
	.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 30px;
	}
	#footer__inner_logo{
		float:none;
		width:60%;
		padding:10px 0 14px 0;
	}
	#footer__inner_right{
		float:none;
		width:100%;
	}
}