@charset "UTF-8";

/*----------------------------------------------------
Copyright (C) 2017- Hiforest T.okawada　
http://www.hiforest.com/
----------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div,p,h1,h2,h3,h4,h5,ul,li,ol{
	display:block;
	box-sizing:border-box;
	border-collapse:collapse;
	list-style-type:none;
}
table,tr,th,td{
	box-sizing:border-box;
	border-collapse:collapse;
}
html{width:100%; height:100%; margin:0; padding:0;}
body{
	width:100%;
	margin:0;
	padding:0;
	font-size:11pt;
	line-height:1.5;
	text-align:left;
	font-family: Noto Sans JP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Verdana, Arial, Helvetica;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#f0efde;
}



.wd-10{ width:10%; }
.wd-15{ width:15%; }
.wd-19{ width:19.99%; }
.wd-20{ width:20%; }
.wd-30{ width:30%; }
.wd-33{ width:33.33%; }
.wd-39{ width:39.99%; }
.wd-40{ width:40%; }
.wd-45{ width:45%; }
.wd-49{ width:49.99%; }
.wd-50{ width:50%; }
.wd-60{ width:60%; }
.wd-70{ width:70%; }
.wd-80{ width:80%; }
.wd-84{ width:84.99%; }
.wd-89{ width:89%; }
.wd-90{ width:90%; }
.wd-94{ width:94%; }
.wd-100{ width:100%; }
.wdp-240{ width:240px; }
.wdp-220{ width:220px; }
.wdp-200{ width:200px; }
.wdp-180{ width:180px; }
.wdp-160{ width:160px; }
.wdp-140{ width:140px; }
.wdp-120{ width:120px; }
.wdp-100{ width:100px; }
.wdp-90{ width:90px; }
.wdp-80{ width:80px; }
.wdp-60{ width:60px; }
.wdp-40{ width:40px; }
@media(max-width:640px){
	.wd-10{ width:100%; }
	.wd-20{ width:100%; }
	.wd-30{ width:100%; }
	.wd-40{ width:100%; }
	.wd-49{ width:100%; }
	.wd-50{ width:100%; }
	.wdp-240{ width:240px; }
	.wdp-220{ width:220px; }
	.wdp-200{ width:200px; }
	.wdp-180{ width:180px; }
	.wdp-160{ width:160px; }
	.wdp-140{ width:140px; }
	.wdp-120{ width:120px; }
	.wdp-100{ width:100px; }
	.wdp-90{ width:90px; }
	.wdp-80{ width:80px; }
	.wdp-60{ width:60px; }
	.wdp-40{ width:40px; }
}
.pl-5{ padding-left:5px; }
.pl-10{ padding-left:10px; }
.pl-20{ padding-left:20px; }
.pl-30{ padding-left:30px; }
.pl-40{ padding-left:40px; }
.pl-50{ padding-left:50px; }
.pl-60{ padding-left:60px; }
.pr-5{ padding-right:5px; }
.pr-10{ padding-right:10px; }
.pr-20{ padding-right:20px; }
.pr-30{ padding-right:30px; }
.pr-40{ padding-right:40px; }
.pr-50{ padding-right:50px; }
.pr-60{ padding-right:60px; }
.pt-0{ padding-top:0px; }
.pt-5{ padding-top:5px; }
.pt-10{ padding-top:10px; }
.pt-15{ padding-top:15px; }
.pt-20{ padding-top:20px; }
.pt-30{ padding-top:30px; }
.pt-40{ padding-top:40px; }
.pt-50{ padding-top:50px; }
.pt-60{ padding-top:60px; }
.pb-0{ padding-bottom:0px; }
.pb-5{ padding-bottom:5px; }
.pb-10{ padding-bottom:10px; }
.pb-15{ padding-bottom:15px; }
.pb-20{ padding-bottom:20px; }
.pb-30{ padding-bottom:30px; }
.pb-40{ padding-bottom:40px; }
.pb-50{ padding-bottom:50px; }
.pb-60{ padding-bottom:60px; }
.ml-5{ margin-left:5px; }
.ml-10{ margin-left:10px; }
.ml-15{ margin-left:15px; }
.ml-20{ margin-left:20px; }
.ml-30{ margin-left:30px; }
.ml-40{ margin-left:40px; }
.mr-5{ margin-right:5px; }
.mr-10{ margin-right:10px; }
.mr-15{ margin-right:15px; }
.mr-20{ margin-right:20px; }
.mr-30{ margin-right:30px; }
.mr-40{ margin-right:40px; }
.mt-0{ margin-top:0px; }
.mt-5{ margin-top:5px; }
.mt-10{ margin-top:10px; }
.mt-15{ margin-top:15px; }
.mt-20{ margin-top:20px; }
.mt-30{ margin-top:30px; }
.mt-40{ margin-top:40px; }
.mt-50{ margin-top:50px; }
.mb-0{ margin-bottom:0px; }
.mb-5{ margin-bottom:5px; }
.mb-10{ margin-bottom:10px; }
.mb-15{ margin-bottom:15px; }
.mb-20{ margin-bottom:20px; }
.mb-30{ margin-bottom:30px; }
.mb-40{ margin-bottom:40px; }
.mb-50{ margin-bottom:50px; }
.mb-60{ margin-bottom:60px; }
.mc-0{ margin:0 auto; }
.mc-10{ margin:0 auto 10px; }

.centered{
	text-align:center !important;
}

.lefted{
	text-align:left !important;
}

.righted{
	text-align:right !important;
}

.color_ff0000{
	color:#ff0000 !important;
}
.bolder{
	font-weight:bolder !important;
}
.smaller{
	font-size:13px !important;
	line-height:21px;
}

.aftered:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.forceleft{
	float:left !important;
}
.forceright{
	float:right !important;
}
.forceleftc{
	float:left !important;
}
.forcerightc{
	float:right !important;
}
.forceleft_mg{
	margin:0 15px 15px 0 !important;
	float:left !important;
}
.forceright_mg{
	margin:0 0 15px 15px !important;
	float:right !important;
}
@media(max-width:640px){
	.forceleftc{
		float:none !important;
	}
	.forcerightc{
		float:none !important;
	}
	.forceleft_mg{
		margin:0 0 10px !important;
		float:none !important;
	}
	.forceright_mg{
		margin:0 0 10px !important;
		float:none !important;
	}
}
.flclr{
	clear:both;
}
.clr{
	clear:both;
}

.indented{
	text-indent:1em;
}
.noindent{
	text-indent:0 !important;
}

.septline{
	width:100%;
	height:1px;
	margin:15px auto;
	padding:0 0;
	border-bottom:solid 1px #dddddd;
}





input[type='text'],input[type='password'],select{
	width:98%;
	height:32px;
	padding:0 8px;
	font-size:12px;
	line-height:32px;
	border:solid 2px #999999;
	background-color:#ffffff;
	border-radius:6px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
	border-collapse:collapse;
}
input[type='text']:focus,input[type='password']:focus{
	border:solid 2px #009fba;
}
input[type='text']{
	max-width:400px;
}
input[type='password']{
	max-width:160px;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image:url(../img/select_arw.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	transition:all 0.2s ease-in-out 0s;
}
select:focus{
	background-image:none;
}
input[type='submit'],input[type='button']{
	margin:10px auto;
	padding:10px 25px;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	border:none;
	background-color:#F0954F;
	border-radius:6px;
}
input[type='submit']:hover,input[type='button']:hover{
	background-color:#ED7B27;
}
textarea{
	width:96%;
	padding:4px 8px;
	font-size:14px;
	line-height:20px;
	border:solid 2px #999999;
	background-color:#ffffff;
	border-radius:6px;
}

.checkbox{
	display:none;
}
.checkbox + .checkbox-icon{
	position:relative;
	vertical-align:middle;
}
.checkbox + .checkbox-icon:before{
	padding:0 7px 0 0;
	content:"\f372";
	font-family:"Ionicons";
	color:#ccc;
	font-size:16px;
}
.checkbox:checked + .checkbox-icon:before{
	content:"\f374";
	color:#17bcdf;
}

label{
	padding:0 7px 0 0;
}
.radio{
	display:none;
}
.radio + .radio-icon:before{
	padding:0 4px 0 0;
	content:"\f3a6";
	font-family:"Ionicons";
	color:#666666;
	font-size:20px;
}
.radio:checked + .radio-icon:before{
	content:"\f3a7";
	color:#666666;
}

a.button{
	display:block;
	width:70%;
	max-width:240px;
	height:36px;
	margin:0 auto;
	padding:0 0;
	font-size:18px;
	line-height:35px;
	letter-spacing:1px;
	font-weight:bolder;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
	background-color:#192f60;
	border-radius:6px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	transition:all 0.2s ease-in-out 0s;
}
a.button:hover{
	background-color:#164a84 !important;
}
a.button_w{
	display:block;
	width:70%;
	max-width:240px;
	height:36px;
	margin:0 auto;
	padding:0 0;
	font-size:18px;
	line-height:32px;
	letter-spacing:1px;
	font-weight:bolder;
	color:#666666 !important;
	text-align:center;
	text-decoration:none;
	border:solid 2px #666666;
	background-color:#f7f7f7;
	border-radius:6px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	transition:all 0.2s ease-in-out 0s;
}
a.button_w:hover{
	background-color:#dddddd !important;
}
a.button_g{
	display:block;
	width:70%;
	max-width:240px;
	height:36px;
	margin:0 auto;
	padding:0 0;
	font-size:18px;
	line-height:36px;
	letter-spacing:1px;
	font-weight:bolder;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
	background-color:#999999;
	border-radius:6px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	transition:all 0.2s ease-in-out 0s;
}
a.button_g:hover{
	color:#666666 !important;
	background-color:#dddddd;
}
a.button_s{
	display:inline-block;
	margin:0 auto;
	padding:0 10px;
	font-size:14px;
	line-height:28px;
	letter-spacing:0px;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
	background-color:#999999;
	border-radius:6px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	transition:all 0.2s ease-in-out 0s;
}
a.button_s:hover{
	color:#666666 !important;
	background-color:#dddddd;
}
a.button_rb{
	display:block;
	width:70%;
	max-width:240px;
	height:40px;
	margin:0 auto;
	padding:0 10px;
	font-size:18px;
	line-height:40px;
	letter-spacing:1px;
	font-weight:bolder;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
	background-color:#cc0000;
	border-radius:6px;
	font-family:"Noto Sans Japanese" !important;
	box-sizing:border-box;
	border-collapse:collapse;
	transition:all 0.2s ease-in-out 0s;
}
a.button_rb:hover{
	color:#ffffff !important;
	background-color:#ff0000;
}
a.dummybtn{
	background-color:#aaaaaa !important;
}
a.dummybtn:hover{
	background-color:#aaaaaa !important;
}



form{
	display:block;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttr{
	display:block;
	width:92%;
	margin:0 auto;
	padding:10px 0 10px;
	font-size:14px;
	line-height:22px;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttr:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.actth{
	display:block;
	width:24%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	text-indent:0px; 
	color:#333333;
	text-align:right;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd{
	display:block;
	width:73.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	text-indent:0px; 
	color:#333333;
	text-align:left;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd-50{
	display:block;
	width:48.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	color:#333333;
	text-align:left;
	float:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acttd-100{
	display:block;
	width:98.99%;
	margin:0;
	padding:0 0.5%;
	font-size:14px;
	line-height:32px;
	color:#333333;
	text-align:left;
	box-sizing:border-box;
	border-collapse:collapse;
}
span.must{
	vertical-align:super;
	font-size:8px;
	line-height:0px;
	font-weight:900;
	color:#ff0000;
}
p.capt{
	margin:0 0;
	padding:3px 0;
	font-size:12px;
	line-height:20px;
}
.acttr Error{
	color:#ff0000;
}
.acttr .Error input,.acttr .Error select,.acttr .Error textarea{
	background-color:#ffeeee;
}
.bordered{
	padding:0 0 !important;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}
.bordered .actth{
	width:calc(39.99% - 20px) !important;
	padding:10px 10px !important;
}
.bordered .acttd{
	width:calc(59.99% - 20px) !important;
	padding:10px 10px !important;
	border-left:solid 1px #dddddd;
}
.bordered_bottom{
	border:solid 1px #dddddd;
}
@media(max-width:640px){
	.actth{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.acttd{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.acttd-50{
		width:98.99%;
		float:none;
		text-align:left;
	}
	.bordered .actth{
		width:(98.99% - 20px) !important;
		padding:10px 10px 0 !important;
	}
	.bordered .acttd{
		width:calc(98.99% - 20px) !important;
		padding:0 10px 10px !important;
		border-left:none;
	}
}

.acthr{
	display:block;
	width:96%;
	margin:30px auto;
	padding:0%;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #999999;
	box-sizing:border-box;
	border-collapse:collapse;
}
.acthr_s{
	display:block;
	width:98%;
	margin:5px auto;
	padding:0%;
	font-size:1px;
	line-height:1px;
	border-bottom:solid 1px #eeeeee;
	box-sizing:border-box;
	border-collapse:collapse;
}
.actib{
	display:inline-block !important;
}
@media(max-width:640px){
	.actib{
		display:block !important;
		margin-bottom:8px;
	}
}

.fmbox a{color:#1e50a2; text-decoration:none;}
.fmbox a:hover{color:#507ea4; text-decoration:underline;}
.fmbox a:visited{color:#19448e; text-decoration:none;}

.pcdisp{
	display:inline;
}
@media(max-width:860px){
	.pcdisp{
		display:none;
	}
}
.spdisp{
	display:none;
}
@media(max-width:860px){
	.spdisp{
		display:inline;
	}
}





h1{
	width:96%;
	margin:0 auto 10px;
	padding:10px 0 3px;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	text-align:center !important;
	font-family:"MT_TARE_WEB";
	color:#2b2b2b;
	text-align:left;
	border-bottom:solid 1px #333333;
	box-sizing:border-box;
	border-collapse:collapse;
}

div.mailform{
	display:block;
	width:96%;
	max-width:640px;
	margin:0 auto;
	padding:0;
}

img {border:none; margin:0; padding:0;}

a{text-decoration:underline; color:#00519a;}
a:hover{text-decoration:none; color:#cc0000;}

div.copyrights{
	width:100%;
	margin:0 auto;
	padding:60px 0 30px;
	text-align:center;
}
div.copyrights img{
	width:100%;
	max-width:320px;
	margin:0 auto;
}

@media(max-width:640px){
	div.g-recaptcha{
		width:310px;
		margin:0 auto;
	}
}
