@charset "UTF-8";

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



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

.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;
	text-align:center;
	text-decoration:none;
	background-color:#333333;
	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:#666666;
}
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;
	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;
}
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;
	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;
	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;
	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;
	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;
	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;
	background-color:#ff0000;
}



h3.h3tl{
	display:block;
	width:93%;
	margin:30px auto 15px;
	padding:3px 0;
	font-size:20px;
	line-height:24px;
	font-weight:900;
	text-indent:5px;
	color:#333333;
	border-left:solid 6px #666666;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
}
h4.h4tl{
	display:block;
	width:92%;
	margin:0 auto 15px;
	padding:15px 0 3px;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	text-indent:5px;
	color:#666666;
	border-bottom:solid 1px #eeeeee;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
}
.acttitle{
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#666666;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
}



.flowset{
	width:90%;
	margin:20px auto;
	padding:0 0;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
}
.flowset:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.flowset .stp{
	width:24.99%;
	margin:0 0;
	padding:0 0;
	font-size:3vw;
	line-height:3.2vw;
	font-weight:bolder;
	text-align:center;
	color:#aaaaaa;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
	border-radius:15px;
	background-image:url('../img/arrow.gif');
	background-position:100% 50%;
	background-repeat:no-repeat;
	/* background-size:cover; */
	float:left;
}
.flowset .stp:last-child{
	background-image:none;
}
.flowset .current{
	color:#cc0000;
}
.flowset .stp p{
	width:80%;
	margin:3px auto 0;
	padding:3px 0 0;
	font-size:2vw;
	line-height:2.6vw;
	font-weight:bolder;
	text-align:center;
	color:#666666;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
	border-top:solid 1px #666666;
}

.flowset3{
	width:90%;
	margin:20px auto;
	padding:0 0;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
}
.flowset3:after{
	display:table;
	content:"";
	visibility:visible;
	box-sizing:border-box;
	border-collapse:collapse;
	clear:both;
}
.flowset3 .stp{
	width:33.33%;
	margin:0 0;
	padding:0 0;
	font-size:3vw;
	line-height:3.2vw;
	font-weight:bolder;
	text-align:center;
	color:#aaaaaa;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
	border-radius:15px;
	background-image:url('../img/arrow.gif');
	background-position:100% 50%;
	background-repeat:no-repeat;
	/* background-size:cover; */
	float:left;
}
.flowset3 .stp:last-child{
	background-image:none;
}
.flowset3 .current{
	color:#cc0000;
}
.flowset3 .stp p{
	width:80%;
	margin:3px auto 0;
	padding:3px 0 0;
	font-size:2vw;
	line-height:2.6vw;
	font-weight:bolder;
	text-align:center;
	color:#666666;
	box-sizing:border-box;
	border-collapse:collapse;
	font-family:"Noto Sans Japanese" !important;
	border-top:solid 1px #666666;
}



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:480px){
	.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:480px){
	.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;
	}
}



.acttd-search{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0;
	position:relative;
	font-size:14px;
	line-height:32px;
	color:#333333;
	text-align:left;
	box-sizing:border-box;
	border-collapse:collapse;
}

.acttd-search input[type='text']{
	width:100%;
	max-width:100%;
	height:32px;
	margin:0 0;
	padding:0 60px 0 4px;
	position:relative;
	z-index:0;
	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;
}
.acttd-search input[type='text']:focus{
	border:solid 2px #009fba;
}
.acttd-search input[type='submit']{
	margin:0 0;
	padding:0 8px;
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	line-height:32px;
	color:#ffffff;
	border:none;
	background-color:#000000;
	border-radius:0 6px 6px 0;
}
.acttd-search input[type='submit']:hover{
	background-color:#666666;
}

p.search_results_text{
	width:100%;
	margin:0 0;
	padding:0 0 15px;
	font-size:12px;
	line-height:18px;
	text-align:center;
}
ul.search_results{
	display:block;
	width:92%;
	margin:0 auto;
	padding:0 0;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
ul.search_results li{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0 3px;
	font-size:12px;
	line-height:18px;
	text-align:left;
	list-style-type:none;
}
ul.search_results li a{
	display:block;
	width:100%;
	margin:0 0;
	padding:0 0;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	text-align:left;
}
ul.search_results li span{
	display:block;
	width:calc(100% - 12px);
	margin:0 0;
	padding:0 0 6px;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
ul.search_results li p{
	display:block;
	width:calc(100% - 12px);
	margin:0 0;
	padding:0 0 6px;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:#666666;
}
ul.search_results li p a{
	display:inline;
	margin:0 0;
	padding:0 0;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#666666;
}
ul.search_results li p a:hover{
	text-decoration:underline;
}


