@charset "utf-8";

/*ここでは
	ページのエリア分け
	などを記述します
*/

body{
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	color: #595758;
	}
p{
	font-size: 16px;
	color: #595758;
	}
a{
	text-decoration: none;
	color: #000000;
	}

/*---h系---*/
h1{ font-size: 24px;}
.h_title{
	text-align: center;
	padding: 0.5em 0 1.2em;
	font-size: 30px;
	letter-spacing: 3px;
	}
.g_bg{
	padding-bottom:	13px;
	background: url(../img/icon/h1_g_bg.svg) no-repeat bottom center;
	width: 100%;
	}
.g_bg p{
	background: #6dca55;
	width: 100%;
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	padding: 2em 0;
	line-height: 1em;
	letter-spacing: 2px;
	}

h2{ font-size: 20px;}

h3{ font-size: 18px;}
.h_green_b{
	font-size: 24px;
	background: url(../img/icon/b_green.gif) no-repeat bottom center;
	padding: 0.6em 0;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	}
.h_midashi{
	font-size: 20px;
	padding: 0.6em 0;
	background: url(../img/icon/b_green.gif) no-repeat left bottom;
	margin-bottom: 1em;
	}
.h_midashi a{
	color: #595758;
	}
.h_midashi a:hover{
	color: #ffb446;
	}
.white_area .h_midashi{
	width: 92%;
	margin: 0 auto 1em;
	}

.h_bird{
	margin: 0 auto 45px;
	display: block;
	text-align: center;
	}
.h_bird p{
	margin: 0 auto;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 20px;
	}
.h_bird span{
	background: url(../img/icon/h3_bird_bg.png) no-repeat top center / 100% auto;
	padding: 0.8em 5em;
	display: block;
	}

.h_border_gray{
	font-size: 16px;
	padding-bottom: 1em;
	margin-bottom: 1.2em;
	border-bottom: #939595 1px solid;
	}

h4{ font-size: 16px;}

h5{ font-size: 14px;}

.header_height{}

@media screen and (max-width: 1280px) {
	.h_title{
	padding: 0.5em 0 1.5em;
	font-size: 27px;
	line-height: 1.5em;
	}
	.g_bg p{
		font-size: 23px;
		}
	.h_green_b{
		font-size: 23px;
		}
	.header_height{}
	.h_bird p{
	font-size: 19px;
	}
}
@media screen and (max-width: 990px) {
	.h_title{
	font-size: 25px;
	}
	.g_bg p{
		padding: 1.8em 0;
		}
	.header_height{
		min-height: 90px;
		}
}
@media screen and (max-width: 750px) {
	body{
		font-size: 15px;
		}
	.g_bg p{
		padding: 1.5em 0;
		font-size: 20px;
		}
	.h_green_b{
		font-size: 20px;
		}
	.header_height{
		min-height: 70px;
		}
	.h_bird{
		width: 90%;
		margin: 0 auto 30px;
		}
	.h_bird span{
		padding: 0.8em 1.2em;
		}
	.h_bird p{
		font-size: 14px;
		display: block;
		}
}
@media screen and (max-width: 480px) {
	.header_height{
		min-height: 60px;
		}
	
}

.hide{
	display: none;
	}

.comment{
	padding: 0 0 0 1em !important;
	text-indent: -1em;
	}
.comment2{
	padding: 0 0 0 2em !important;
	text-indent: -2em;
	}
.comment3{
	padding: 0 0 0 3em !important;
	text-indent: -3em;
	}
.comment35{
	padding: 0 0 0 3.5em !important;
	text-indent: -3.5em;
	}
.comment4{
	padding: 0 0 0 4em !important;
	text-indent: -4em;
	}
.mincho{ font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


.btn_orange,
.btn_green,
.btn_firered,
.btn_gray,
.btn_lightgray{
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}

.btn_orange:hover,
.btn_green:hover,
.btn_firered:hover,
.btn_gray:hover,
.btn_lightgray:hover{
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.btn_orange{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #ffb446;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 35px;
	font-size: 16px;
	
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
.btn_orange:hover{}
.btn_orange span{
	/*display: table-cell;
	vertical-align: middle;*/
	}
.btn_firered{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #ff7f13;
	color: #FFFFFF;
	display: table;
	padding: 10px 35px;
	font-size: 16px;
	
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
.btn_firered:hover{}
.btn_firered span{
	/*display: table-cell;
	vertical-align: middle;*/
	}
.btn_green{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #00a050;
	color: #FFFFFF;
	display: table;
	padding: 10px 35px;
	font-size: 16px;
	}
.btn_green span{
	/*display: table-cell;
	vertical-align: middle;*/
	}
.btn_gray{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #595758;
	color: #FFFFFF;
	display: table;
	padding: 10px 35px;
	font-size: 16px;
	}
.btn_gray span{
	display: table-cell;
	vertical-align: middle;
	}
.btn_lightgray{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: #939595;
	color: #FFFFFF;
	display: table;
	padding: 10px 35px;
	font-size: 16px;
	}
.btn_lightgray span{
	display: table-cell;
	vertical-align: middle;
	}

.btn_w_arrow_l{
	background: url(../img/icon/w/w_arrow_l.png) no-repeat left center;
	padding-left: 15px;
	}

.btn_arrow{
	background: url(../img/icon/white_arrow_r.svg) no-repeat right center / auto 25px;
	padding: 1% 40px 1% 0;
	display: inline-block;
	}

.btn_syosai{
	background:url(../img/icon/w/syosai.svg) no-repeat left center / auto 100%;
	padding-left: 30px;
	}
.btn_favorite{
	background:url(../img/icon/w/ribbon.svg) no-repeat left center / auto 100%;
	padding-left: 30px;
	}
.btn_oubo{
	background:url(../img/icon/w/mail.svg) no-repeat left center / 23px auto;
	padding-left: 30px;
	}

@media screen and (max-width: 990px) {
	.btn_syosai{
		background:url(../img/icon/w/syosai.svg) no-repeat top center / auto 30px;
		padding: 35px 0 0 0;
	}
	.btn_favorite{
		background:url(../img/icon/w/ribbon.svg) no-repeat top center / auto 30px;
		padding: 35px 0 0 0;
	}
	.btn_oubo{
		background:url(../img/icon/w/mail.svg) no-repeat top center / 30px auto;
		padding: 35px 0 0 0;
	}
	
}
@media screen and (max-width: 750px) {
	.btn_syosai{
		background: url(../img/icon/w/syosai.svg) no-repeat top center / auto 30px;
		padding: 35px 0 0 0;
	}
	.btn_favorite{
		background:url(../img/icon/w/ribbon.svg) no-repeat top center / auto 30px;
		padding: 35px 0 0 0;
	}
	.btn_oubo{
		background:url(../img/icon/w/mail.svg) no-repeat top center / 30px auto;
		padding: 35px 0 0 0;
	}	
}
@media screen and (max-width: 480px) {
	.btn_orange{
		font-size: 15px;
		padding: 10px 15px;
		}
	.btn_arrow{
		padding: 0 30px 0 0;
		background: url(../img/icon/white_arrow_r.svg) no-repeat right center / auto 20px;
		}
	
}
/*---/h系---*/
/*---スマホ用h系---*/
@media screen and (max-width: 750px) {
.h_midashi{
	font-size: 23px;
}
}
@media screen and (max-width: 559px) {
.h_midashi{
	font-size: 18px;
}
}
/*---/スマホ用h系---*/

.t_right{
	text-align: right;
	}
.t_left{
	text-align: left;
	}
.t_center{
	text-align: center;}

.left {
	float: left;
	}
.right {
	float: right;}

.pcnone{
	display: none;
	}
.clearfix::after {
	clear: both; 
	content: " "; 
	display: block;}

header{
	width: 100%;
	margin: 0 auto;
	/* box-shadow */
	/*box-shadow: 0px 0px 9px 2px #888888; */
	/*position: fixed;*/
	top: 0;
	z-index: 10;
	background: #F7F4EF;
	position:absolute;
	display: block;
	}

header::after { clear: both; content: " "; display: block;}


header #header_contents{
	max-width: 1280px;
	margin: 0 auto;
	min-height: 90px;
	}
header #header_contents::after { clear: both; content: " "; display: block;}
#header_contents .logo{
	float: left;
	width: 17%;
	min-height: 90px;
	display: block;
	background: url(../img/icon/logo.svg) no-repeat left center / 100% auto;
}
#header_contents .btn_box{
	float: right;
	width: 65%;
	display: table;
	height: 100%;
	}
#header_contents .btn_box::after { clear: both; content: " "; display: block;}
#header_contents .btn_box a{
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}

#header_contents .btn_box a:hover {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

#header_contents .btn_box ul{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	}
#header_contents .btn_box ul:after { clear: both; content: " "; display: block;}
#header_contents .btn_box li{
	float: right;
	margin-left: 2%;
	font-weight: bold;
	}
#header_contents .btn_box .btn_green span{
	display: inline-block;
	background: url(../img/icon/w/ribbon.svg) no-repeat left center / auto 100%;
	padding-left: 30px;
	}
#header_contents .btn_box .btn_orange span{
	display: inline-block;
	background: url(../img/icon/w/mail.svg) no-repeat left center / auto 70%;
	padding-left: 30px;
	}
#header_contents .btn_box .btn_firered span{
	display: inline-block;
	background: url(../img/icon/w/mail.svg) no-repeat left center / auto 70%;
	padding-left: 30px;
	}
#header_contents .btn_box span.count{
	background: #FFFFFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 2px 3px;
	color: #feb447;
	text-align: center;
	display: inline-block;
	margin-left: 8px;
	min-width: 1.6em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	}
#header_contents .smtbtn{
	display: none;
	padding: 0 3%;
	}


header #gmenu_contents{
	width: 100%;
	background: #FFFFFF;
	/* box-shadow */
	box-shadow: 0px 5px 6px -6px #888888;
	-webkit-box-shadow: 0px 5px 6px -6px #888888;
	-moz-box-shadow: 0px 5px 6px -6px #888888;
	}
.gmenu_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
header #gmenu_contents ul{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	}
header #gmenu_contents ul li{
	flex: 1;
	text-align: center;
	}
header #gmenu_contents ul li a{
	padding: 20px 0;
	display: table;
	width: 100%;
	color: #595758;
	font-size: 16px;
	font-weight: bold;
	}
header #gmenu_contents ul li a span{
	border-left: 1px #d1d1d1 solid;
	vertical-align: middle;
	display: table-cell;
	padding-top: 1.8em;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
#gmenu_contents ul li:nth-of-type(5) a span{
	border-right: 1px #d1d1d1 solid;
	}
header #gmenu_contents ul li a.selected {
	color: #949595;
	background: url(../img/icon/bottom_yellow.svg) no-repeat center bottom;
	}
header #gmenu_contents ul li:last-child a span{
	border-right: 1px #d1d1d1 solid;
	}
#gmenu_contents ul li:nth-of-type(1) a span{
	background: url(../img/icon/home.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(2) a span{
	background: url(../img/icon/search.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(3) a span{
	background: url(../img/icon/about.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(4) a span{
	background: url(../img/icon/flow.svg) no-repeat top center / 30px auto;
	}
/*#gmenu_contents ul li:nth-of-type(5) a span{
	background: url(../img/icon/comment.svg) no-repeat top center / 30px auto;
	}*/
#gmenu_contents ul li:nth-of-type(5) a span{
	background: url(../img/icon/pc.svg) no-repeat top center / 30px auto;
	}

#gmenu_contents ul li:nth-of-type(1) a.selected span{
	background: url(../img/icon/home_ov.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(2) a.selected span{
	background: url(../img/icon/search_ov.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(3) a.selected span{
	background: url(../img/icon/about_ov.svg) no-repeat top center / 30px auto;
	}
#gmenu_contents ul li:nth-of-type(4) a.selected span{
	background: url(../img/icon/flow_ov.svg) no-repeat top center / 30px auto;
	}
/*#gmenu_contents ul li:nth-of-type(5) a.selected span{
	background: url(../img/icon/comment_ov.svg) no-repeat top center / 30px auto;
	}*/
#gmenu_contents ul li:nth-of-type(5) a.selected span{
	background: url(../img/icon/pc_ov.svg) no-repeat top center / 30px auto;
	}

#gmenu_contents ul li:nth-of-type(6),/*移住お役立ち情報がないため*/
#gmenu_contents ul li:nth-of-type(7),
#gmenu_contents ul li:nth-of-type(8){ display: none;}

.footer_smtmenu{
	width: 100%;
	z-index: 5;
	position: fixed;
	bottom: 0;
	}
.footer_smtmenu ul{
	display: none;
	}

.pankuzu{
	font-size: 12px;
	padding-bottom: 2.5em;
	}
.pankuzu a:hover{ text-decoration: underline;}


@media screen and (max-width: 1280px) {
	header #header_contents{
	max-width: 100%;
	}
	#header_contents .logo{
	margin-left: 2%;
	width: 20%;
	}
	#header_contents .btn_box{
	margin-right: 2%;
	}
	header #gmenu_contents ul{
	max-width: 100%;
	}
	
	.pankuzu{
		width: 96%;
		margin: 0 auto;
		}
}
@media screen and (max-width: 990px) {
	header{
		position: fixed;
		background: none;
		}
	header #header_contents{
		}
	#header_contents .logo{
		width: 27%;
		}
	#header_contents .btn_box,
	#header_contents .btn_box ul{
		display: none;
		}
	#header_contents .smtbtn{
		display: table;
		/*display: inline-block;*/
		float: right;
		background: #00aa50;
		/*height: 100%;*/
		}
	#header_contents .smtbtn:hover{
		cursor: pointer;
		}
	#header_contents .smtbtn .cell{
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		}
	
	header #gmenu_contents ul{
		display: none;
		}
	/*ハンバーガーメニュー共通*/
	.menu-trigger{
		display: block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger { 
	position: relative;
		width: 48px;
		height: 42px;
	}
	.menu-trigger span { 
	position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #FFFFFF;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {	top: 0;
	}
	.menu-trigger span:nth-of-type(2) {	top: 19px;
	}
	.menu-trigger span:nth-of-type(3) { 
	bottom: 0;
	}
	/*ハンバーガーメニューアニメーション*/
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform:	translateY(19px) rotate(-45deg); transform:	translateY(19px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform:	translateY(-19px) rotate(45deg); transform:	translateY(-19px) rotate(45deg);
	}
	
	
	header #gmenu_contents{
		width: 50%;
		position: absolute;
		right: 0;
		}
	.gmenu_fixed{
		position: relative;
		top: auto;
		width: auto;
		z-index: 0;
		}
	header #gmenu_contents::after { clear: both; content: " "; display: block;}
	header #gmenu_contents ul li{
	flex: none;
	float: none;
	text-align: left;
	width: 100%;
	}
	header #gmenu_contents ul li a{
		padding: 20px 0 20px 5%;
		border-bottom: 1px #d1d1d1 solid;
		font-size: 20px;
		}
	header #gmenu_contents ul li a.selected {
	background: none;
	}
	header #gmenu_contents ul li a span{
		border-left: none;
		padding: 0 10px 0 45px;
		}
	#gmenu_contents ul li:nth-of-type(5) a span{
		border-right: none;
		}
	#gmenu_contents ul li:nth-of-type(1) a span{
		background: url(../img/icon/home.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(2) a span{
		background: url(../img/icon/search.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(3) a span{
		background: url(../img/icon/about.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(4) a span{
		background: url(../img/icon/flow.svg) no-repeat left center / 35px auto;
		}
	/*#gmenu_contents ul li:nth-of-type(5) a span{
		background: url(../img/icon/comment.svg) no-repeat left center / 35px auto;
		}*/
	#gmenu_contents ul li:nth-of-type(5) a span{
		background: url(../img/icon/pc.svg) no-repeat left center / 35px auto;
		}
	
	#gmenu_contents ul li:nth-of-type(1) a.selected span{
		background: url(../img/icon/home_ov.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(2) a.selected span{
		background: url(../img/icon/search_ov.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(3) a.selected span{
		background: url(../img/icon/about_ov.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(4) a.selected span{
		background: url(../img/icon/flow_ov.svg) no-repeat left center / 35px auto;
		}
	/*#gmenu_contents ul li:nth-of-type(5) a.selected span{
		background: url(../img/icon/comment_ov.svg) no-repeat left center / 35px auto;
		}*/
	#gmenu_contents ul li:nth-of-type(5) a.selected span{
		background: url(../img/icon/pc_ov.svg) no-repeat left center / 35px auto;
		}
	#gmenu_contents ul li:nth-of-type(6),
	#gmenu_contents ul li:nth-of-type(7),
	#gmenu_contents ul li:nth-of-type(8){ display: block;}
	header #gmenu_contents ul li.toiawase{
		background: #ffb446;
		}
	header #gmenu_contents ul li.toiawase span{
		color: #FFFFFF;
		background: url(../img/icon/w/mail.svg) no-repeat left center / 27px auto;
		}
	header #gmenu_contents ul li.company_login{
		background: #595758;
		}
	header #gmenu_contents ul li.company_login span{
		color: #FFFFFF;
		background: url(../img/icon/w/r_arrow.svg) no-repeat left center / 30px auto;
		}
		
	.footer_smtmenu{
	
	}
	.footer_smtmenu ul{
	display: block;
	/*position: absolute;*/
	}
	.footer_smtmenu::after { clear: both; content: " "; display: block;}
	.footer_smtmenu #page-top{}
	
	.footer_smtmenu ul{
	width: 100%;
	}
	.footer_smtmenu ul::after { clear: both; content: " "; display: block;}
	.footer_smtmenu ul li{
		 float: left;
		 width: 50%;
		 }
	.footer_smtmenu a{
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		padding: 15px;
		display: block;
		}
	.footer_smtmenu a > span{
		padding: 0 0 0 30px;
		font-size: 20px;
	}

	.footer_smtmenu .search_job{
		background: #6fdc55;
		}
	.footer_smtmenu .search_job span{
		background: url(../img/icon/w/search.svg) no-repeat left center / auto 100%;
		}
	.footer_smtmenu .favorite{
		background: #01a951;
		}
	.footer_smtmenu .favorite > span{
		background: url(../img/icon/w/ribbon.svg) no-repeat left center / auto 100%;
		}
	.footer_smtmenu .favorite .count{
	background: #FFFFFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 2px 3px;
	color: #feb447;
	text-align: center;
	display: inline-block;
	margin-left: 8px;
	min-width: 1.6em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	}
	.footersmt_height{
		width: 100%;
		display: block;
		min-height: 59px;
		line-height: 0;
		}
	footersmt_height:before { clear: both; content: " "; display: block;}
}
@media screen and (max-width: 750px) {
	header #header_contents{
		min-height: 70px;
		}
	#header_contents .logo{
		width: 32%;
		min-height: 70px;
		}
	#header_contents .smtbtn{
		padding: 0 3.5%;
		}
	header #gmenu_contents{
		width: 70%;
		}
	header #gmenu_contents ul li a{
		font-size: 14px;
		}
	/*ハンバーガーメニュー共通*/
	.menu-trigger{ height: 32px; width: 40px;
	}
	.menu-trigger span{ height: 4px;
	}
	.menu-trigger span:nth-of-type(2) {	top: 14px;
	}
	/*ハンバーガーメニューアニメーション*/
		.menu-trigger.active span:nth-of-type(1) {
			-webkit-transform:	translateY(14px) rotate(-45deg); transform:	translateY(14px) rotate(-45deg);
	}
		.menu-trigger.active span:nth-of-type(2) {
			opacity: 0;
	}
		.menu-trigger.active span:nth-of-type(3) {
			-webkit-transform:	translateY(-14px) rotate(45deg); transform:	translateY(-14px) rotate(45deg);
	}
	
	header #gmenu_contents ul li a{
		font-size: 16px;
		padding: 16px 0 15px 5%;
		}
	
	#header_contents .smtbtn .cell{
		height: auto;
		}
	.footer_smtmenu .wrap{
		line-height: 1;
		}
	.footer_smtmenu a{
		padding: 15px 5px;
		}
	.footer_smtmenu a > span{
		font-size: 17px;
		padding: 0 0 0 1.6em;
		}
	.footer_smtmenu .favorite .count{
		font-size: 13px;
		margin-left: 3px;
		}
	.footer_smtmenu .search_job span{
		background: url(../img/icon/w/search.svg) no-repeat left center / auto 28px;
		}
}
@media screen and (max-width: 480px) {
	header #header_contents{
		min-height: 60px;
		}
	#header_contents .logo{
		width: 40%;
		margin-left: 3%;
		min-height: 60px;
		}
	header #gmenu_contents ul li a{
		font-size: 15px;
		padding: 13px 0 13px 4.5%;
		}
	header #gmenu_contents ul li a span{
		padding: 0 10px 0 40px;
		}
	/*ハンバーガーメニュー共通*/
	.menu-trigger{ height: 28px; width: 36px;
	}
	.menu-trigger span{ height: 4px;
	}
	.menu-trigger span:nth-of-type(2) {	top: 12px;
	}
	/*ハンバーガーメニューアニメーション*/
		.menu-trigger.active span:nth-of-type(1) {
			-webkit-transform:	translateY(12px) rotate(-45deg); transform:	translateY(12px) rotate(-45deg);
	}
		.menu-trigger.active span:nth-of-type(2) {
			opacity: 0;
	}
		.menu-trigger.active span:nth-of-type(3) {
			-webkit-transform:	translateY(-12px) rotate(45deg); transform:	translateY(-12px) rotate(45deg);
	}
}


#contents_area{
	width: 100%;
	margin: 0 auto;
	}
#contents_area::after { clear: both; content: " "; display: block;}
#contents_area .contents{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	}
#contents_area .contents::after { clear: both; content: " "; display: block;}

footer{
	width: 100%;
	margin: 0 auto;
	background: #00ab4f;
	}
footer::after { clear: both; content: " "; display: block;}

footer #footer_contents{
	padding: 35px 0 40px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	}
footer #footer_contents p,
footer #footer_contents a{
	color: #FFFFFF;
	text-decoration: none;
	}
footer #footer_contents p a{
	margin: 0 1em;
	}
footer #footer_contents p a:hover{
	text-decoration: underline;
	}
footer #footer_contents .logo{
	width: 240px;
	margin-bottom: 40px;
	}
.copyright{
	width: 100%;
	height: 60px;
	line-height: 1;
	}
/*.copyright::after { clear: both; content: " "; display: block;}*/
.copyright small{
	padding: 1em;
	font-size: 14px;
	display: block;
	line-height: 1em;
	/*display: inline-block;*/
	}
#page-top{
	/*display: inline-block;*/
	background: #ffb446;
	/*position: fixed;
	right: 0;
	bottom: 10%;*/
	/*z-index: 5;*/
	cursor: pointer;
	float: right;
	}
#page-top img{
	display: block;
	margin:0;
	padding:0;
	height: 60px;
	}
#bnr_area{
	width: 100%;
	background: #FFFFFF;
	padding: 40px 0;
	}
#bnr_area ul{
	width: 1330px;
	margin: 0 auto;
	text-align: center;
	}
#bnr_area ul::after{ clear: both; content: " "; display: block;}
#bnr_area ul li{
	/*float: left;*/ display: inline-block;
	margin: 0 25px;
	}
#bnr_area a{
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
#bnr_area a:hover{
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}

#page-top{
	line-height: 1em;
	font-size: 14px;
	}
#page-top a{ }

#cheer_recruit_area{
	background: #d1e7d2;
	width: 100%;
	}
#cheer_recruit_area .contents{
	padding: 75px 0 60px;
	width: 1280px;
	margin: 0 auto;
	background: url(../img/top/recruit_bg.svg) no-repeat bottom center / 100% auto;
	}
#cheer_recruit_area .contents > b{
	font-size: 23px;
	display: block;
	margin-bottom: 3px;
	}
#cheer_recruit_area .contents > strong{
	font-size: 30px;
	display: block;
	color: #00aa50;
	margin-bottom: 5px;
	}
#cheer_recruit_area .contents p{
	font-size: 18px;
	}
#cheer_recruit_area .btn_orange{
	margin: 0 auto;
	font-weight: bold;
	}
#cheer_recruit_area .btn_firered{
	margin: 0 auto;
	font-weight: bold;
	}

@media screen and (max-width: 1280px) {
	#contents_area .contents{
	width: 100%;
	}
	footer #footer_contents{
	width: 100%;
	}
	#bnr_area ul{
	width: 96%;
	}
	#bnr_area ul li{
		width: 30.3%;
		margin: 0 1.5%;
		}
	#bnr_area ul li img{
	max-width: 100%;
	}
	
	#cheer_recruit_area .contents{
	padding: 4% 0 5%;
	width: 96%;
	}
	#cheer_recruit_area .contents > strong{
	font-size: 28px;
	}
}
@media screen and (max-width: 990px) {
	#bnr_area ul{
		width: 90%;
		}
	#bnr_area ul li{
		width: 100%;
		margin: 0 auto 3%;
		text-align: center;
		}
	footer #footer_contents .logo{
		margin-bottom: 4%;
		}
	#footer_contents .btn_orange{
		margin: 0 auto 4%;
		font-weight: bold;
		font-size: 19px;
		}
	#footer_contents .btn_firered{
		margin: 0 auto 4%;
		font-weight: bold;
		font-size: 19px;
		}
	#footer_contents p{
		font-size: 15px;
		width: 90%;
		margin: 0 auto;
		}
	#cheer_recruit_area .contents{
	width: 90%;
	}
	#cheer_recruit_area .contents > strong{
		line-height: 1.4em;
		}
	#cheer_recruit_area .btn_orange span{
		font-size: 20px;
		}
	#cheer_recruit_area .btn_firered span{
		font-size: 20px;
		}
	#cheer_recruit_area .contents > b{
	font-size: 20px;
	}
	#cheer_recruit_area .contents > strong{
		font-size: 24px;
		}
	#cheer_recruit_area .contents p{
	font-size: 17px;
	}
	#cheer_recruit_area .btn_orange span{
		font-size: 18px;
		}
	footer #footer_contents{
		padding: 5% 0 4%;
		}
	#footer_contents .btn_orange{
		font-size: 16px;
		}
}
@media screen and (max-width: 750px) {
	
	#footer_contents p{
		font-size: 14px;
		width: 94%;
	}
	#cheer_recruit_area .contents > b{
	font-size: 15px;
	padding-bottom: 0.8em;
	}
	#cheer_recruit_area .contents > strong{
		font-size: 21px;
		margin-bottom: 9px;
		}
	#cheer_recruit_area .btn_firered span{
		font-size: 18px;
		}
	#cheer_recruit_area .contents{
	background: url(../img/top/recruit_bg_sp.svg) no-repeat bottom center / 100% auto;
	width: 96%;
	padding: 6% 0 15%;
	}
	#cheer_recruit_area .contents p{
	font-size: 15px;
	}
	#cheer_recruit_area .btn_orange span{
		font-size: 15px;
		padding: 0 1em;
		}
	#bnr_area{
		padding: 4% 0 3%;
		}
	footer #footer_contents p{
		font-size: 12px;
		letter-spacing: 0;
		}
	footer #footer_contents p a{
	margin: 0;
	}
	.copyright{
	height: 59px;
	}
	.copyright small{
	font-size: 14px;
	}
}
@media screen and (max-width: 559px) {
	#cheer_recruit_area .contents p{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.3em;
	}
	footer #footer_contents .logo{
		width: 170px;
		}
	#footer_contents .btn_orange{
		font-size: 14px;
		padding: 5px 35px;
		}
}
@media screen and (max-width: 375px) {
	#bnr_area ul{
		width: 80%;
		}
}


.tabblock{ display: none;}

@media screen and (max-width: 990px) {

img{ height: auto; max-width: 100%;}
.tabnone{ display: none;}
.tabblock{ display: block;}

#contents_area .contents{ width: 100%;}
	
header, footer{ width: 100%;}
header ul{}
header ul li{}


}

@media screen and (max-width: 750px) {
p{}
.pcnone{ display: block;}
.smtnone{ display: none; }



/*---h系---*/
h1{}
.gray_bg_title{ margin-bottom: 25px;}
.gray_bg_title img{ max-height: 15px; width: auto;}
h2{}
h3{}

/*---/h系---*/

header .sub_main{ padding: 40px 0 30px;}
header .sub_main img{ width: 60%;}

header ul li{}
header ul li a{}
header ul li a:hover{ text-decoration: none;}


}


.white_area{
	background: #FFFFFF;
	width: 1280px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 30px 0 40px;
	}
.white_area::after{ clear: both; content: " "; display: block;}

.w80{
	width: 80%;
	margin: 0 auto;
	}
.w80 .white_area{
	padding: 5%;
	width: auto;
	}
.w80 .white_area p{
	font-size: 14px;
	}
@media screen and (max-width: 1280px) {
	.white_area{
		width: 94%;
		}
}
@media screen and (max-width: 990px) {
	.white_area{
		padding: 2% 0 6%;
		}
}
@media screen and (max-width: 750px) {
	.white_area{
		width: 90%;
		padding: 2% 0 3%;
		}
}



/*module----------------------------------------------------*/
.overlaid_area{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	}
.overlaid_area::after,
.overlaid_area .img_box::after{ clear: both; content: " "; display: block;}
.overlaid_area .img_box{
	right: 0;
	top: 0;
	width: 50%;
	z-index: 0;
	position: absolute;
	}
.overlaid_area .img_box img{
	max-width: 100%;
	float: right;
	}
.overlaid_area .text_box{
	width: 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../img/bg_white.png);
	padding: 3%;
	float: left;
	margin-top: 4%;
	z-index: 3;
	position: relative;
	}
.overlaid_area .text_box p{
	font-size: 15px;
	}
.overlaid_area .text_box p:last-child{
	padding-bottom: 0;
	}

.read_area{
	width: 100%;
	background: url(../img/icon/slanting_gray.gif) repeat-x top;
	padding: 50px 0 0;
	text-align: center;
	margin-bottom: 60px;
	}
.read_area > div{
	width: 100%;
	background: url(../img/icon/slanting_gray.gif) repeat-x bottom;
	padding: 0 0 50px;
	}

.flow_area{}
.flow_area ul{
	width: 100%;
	margin: 0 auto 30px;
	}
.flow_area ul::after{ clear: both; content: " "; display: block;}
.flow_area ul li{
	width: 20%;
	float: left;
	padding-right: 5%;
	background: url(../img/icon/gray_arrow_r.svg) no-repeat right 15px center / auto 35px;
	margin-bottom: 40px;
	}
.flow_area ul li:last-child{
	background: none;
	}
.flow_area ul li .box{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFFFFF;
	display: block;
	overflow: hidden;
	}
.flow_area ul li .box .title{
	background: #00a459;
	padding: 10px 7%;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	}
.flow_area ul li .box .text{
	padding: 15px 7%;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	}
.flow_area ul li .start{
	background: #009c83 url(../img/start.png) no-repeat center center / auto 100%;
	width: 100%;
	display: block;
	}

.step_area{
	width: 80%;
	margin: 50px auto;
	}
.step_area .step{
	padding-bottom:	14px;
	background: url(../img/icon/w/h1_w_bg.svg) no-repeat bottom center;
	margin-bottom: 25px;
	}
.step_area .step:last-child{
	background: none;
	padding: 0;
	margin: 0;
	}
.step_area .step dl{
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	padding: 20px 30px;
	}
.step_area .step dl::after{ clear: both; content: " "; display: block;}
.step_area .step dl dt{
	border-right: 2px solid #00a650;
	font-size: 16px;
	float: left;
	width: 15%;
	margin-right: 3%;
	}
.step_area .step dl dt b{
	font-size: 14px;
	color: #00a650;
	display: block;
	}
.step_area .step dl dd{
	float: left;
	width: 81%;
	line-height: 1.5em;
	}

/*---エリア---*/
.area_area{
	width: 100%;
	margin: 50px auto;
	}
.area_area::after{ clear: both; content: " "; display: block;}

.area_area .area_map{
	float: left;
	width: 55%;
	background: url(../img/map.svg) no-repeat top 20px center / 300px auto;
	position: relative;
	}
	.area_map .chushin{
		position: absolute;
		top: 31%;
		left: 29%;
		}
	.area_map .hokushin{
		position: absolute;
		top: 7%;
		right: 27%;
		}
	.area_map .nanshin{
		position: absolute;
		top: 71%;
		left: 29%;
		}
	.area_map .suwa{
		position: absolute;
		top: 50%;
		right: 34%;
		}
	.area_map .tohshin{
		position: absolute;
		top: 38%;
		right: 27%;
		}
	
	.area_map .chushin img,
	.area_map .tohshin img,
	.area_map .nanshin img,
	.area_map .hokushin img,
	.area_map .suwa img{
		max-width: 90%;
		}
	
.area_area .area_link{
	float: right;
	width: 45%;
	}
.area_area .area_link a{
	background: #f6f3ef url(../img/icon/orange_arrow_r.svg) no-repeat right 20px center;
	display: block;
	padding: 16px 50px 16px 20px;
	color: #595758;
	font-size: 14px;
	margin-bottom: 8px;
	}
.area_area .area_link a:hover{
	background: #e7e3e2 url(../img/icon/orange_arrow_r.svg) no-repeat right 20px center;
	}	
.area_area .area_link a strong{
	display: block;
	font-size: 18px;
	}


.half_area{
	margin: 0 auto;
	width: 100%;
	}
.half_area::after{ clear: both; content: " "; display: block;}
.half_area img{
	max-width: 100%;
	}
.white_area .half_area{
	/*width: 98%;*/
	}
.half_area .l_img_area{
	float: left;
	width: 50%;
	text-align: center;
	}
.half_area .l_img_area{
	}
.half_area .l_img_area img{
	/*display: block;*/
	padding: 0;
	margin: 0 auto;
	}
.half_area .r_text_area{
	width: 50%;
	float: right;
	}
.half_area .r_text_area .text_box{
	border-left: #00a650 1px solid;
	}
.text_box{
	padding: 0 2.5em;
	}
.text_box p{
	font-size: 14px;
	padding-bottom: 1.2em;
	}

ul.version{
	width: 92%;
	margin: 0 auto;
	}
ul.version::after{ clear: both; content: " "; display: block;}
ul.version li{
	background: #f6f3ef;
	}
ul.version li{
	float: left;
	width: 31%;
	margin-left: 3.5%;	
	}
ul.version li a{
	display: block;
	color: #595758;
	}
ul.version li:first-child{
	margin-left: 0;
	}
ul.version li img{
	max-width: 100%;
	}
ul.version li b.title{
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 1.1em 0.2em 0.75em;
	line-height: 1.25em;
	position: relative;
	}
ul.version li b.title:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 47%;
	display: block;
	z-index: 2;
	background: #f6f3ef;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	}
ul.version li span{
	font-size: 14px;
	display: block;
	padding: 0 1em 1.3em 1.3em;
	line-height: 1.4em;
	}

/*拡大指定*/
ul.version li .scale{
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
	line-height: 1;
	}
ul.version a .scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
ul.version a:hover .scale img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


.scale_up{
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
	line-height: 1;
	}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
/*/拡大指定*/


ul.triple{
	width: 100%;
	margin: 0 auto;
	}
ul.triple::after{ clear: both; content: " "; display: block;}
ul.triple li{
	float: left;
	width: 33.3%;
	}
ul.triple li a{
	text-align: center;
	border-right: #d2d2d2 1px solid;
	display: block;
	padding: 0.7em 0;
	color: #595758;
	
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
ul.triple li a:hover{
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
ul.triple li:first-child a{
	border-left: #d2d2d2 1px solid;
	}
ul.triple li a span{
	font-weight: bold;
	background: url(../img/icon/orange_arrow_r.svg) no-repeat right center / auto 100%;
	padding-right: 30px;
	}

.center_btn_area{
	text-align: center;
	margin: 0 auto;
	}
.center_btn_area p strong{}
.center_btn_area strong{
	font-size: 18px;
	}
.center_btn{
	display: inline-block;
	margin: 0 auto;
	letter-spacing: 2px;
	}
.center_btn .circle_arrow_r{
	background: url(../img/icon/w/circle_arrow_r.svg) no-repeat right center / auto 100%;
	display: inline-block;
	min-width: 14em;	
	}


.search_triple{
	width: 92%;
	margin: 0 auto;
	}
.search_triple::after{ clear: both; content: " "; display: block;}
.search_triple ul.search{
	float: left;
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 25px;
	}
.search_triple ul.search:first-child,
.search_triple ul.search:nth-of-type(4){
	margin-left: 0;
	}
.search_triple ul.search li img{
	max-width: 100%;
	}
.search_triple ul.search ul{
	width: 100%;
	}
.search_triple ul.search ul::after{ clear: both; content: " "; display: block;}
.search_triple ul.search ul li{
	float: none;
	display: block;
	width: auto;
	margin: 0;
	}
.search_triple ul.search ul li a{
	background: url(../img/icon/or_arrow_r.png) no-repeat left center;
	padding: 0.3em 0 0.3em 1em;
	color: #595758;
	display: block;
	font-weight: bold;
	font-size: 16px;
	}
.search_triple ul.search ul li a:hover{
	color: #ffb446;
	}
.search_triple .category{
	text-align: center;
	margin-bottom: 10px;
	}
.search_triple .category:hover{
	/*cursor: pointer;*/
	}
.search_triple .category a{
	font-weight: bold;
	height: 65px;
	width: 90%;
	padding: 0 5%;
	display: table;
	color: #FFFFFF;
	background: #939595;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	}
.search_triple .category a:hover{
	background: #ffb446;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
.search_triple .category a span{
	display: table-cell;
	vertical-align: middle;
	background: url(../img/icon/w/arrow_r.svg) no-repeat right center / 25px auto;
	padding-right: 30px;
	margin: 0 auto;
	line-height: 1.4em;
	}
.search_triple .category.favorite{
	margin-top: 25px;
}
	
/*同意ページ*/
.agree_box{ max-width: 940px; margin: 0 auto 25px; height: 330px; overflow-y: scroll; border: 2px solid #00AB4F; padding: 15px 20px 25px; background: #FFFFFF; color: #000000;}
.agree_box .h_midashi,.agree_box .midashi,.agree_box p{ color: #000000 !important;}
.agree_box .midashi{ border-bottom: 2px solid #D1E7D2; font-weight: bold; font-size: 20px; padding: 10px 0 5px; margin-bottom: 1em;}	
.agree_box .item{ font-weight: bold; margin-bottom: 0.5em; margin-top: 14px; font-size: 17px;}


.agree_box ol{ list-style-type: decimal; padding-left: 1.2em;}
.agree_box li{ margin-bottom: 1em; font-size: 14px; line-height: 1.65em;}
.agree_box p{ margin-bottom: 1em; font-size: 14px; line-height: 1.65em;}

.agree_btn{ text-align: center; width: 100%; margin: 20px auto 50px;}
.agree_btn input{ display: inline-block; margin: 0 5px; font-size: 14px; padding: 4px 8px; cursor: pointer;}
	
	
@media screen and (max-width: 1280px) {
	.overlaid_area{
		width: 90%;
		}
	.flow_area ul{
		width: 92%;
		}
	.flow_area ul li{
		background: url(../img/icon/gray_arrow_r.svg) no-repeat right 15px center / auto 30px;
		}
	/*---エリア---*/
	.area_area{
		width: 94%;
	}
	.area_area .area_map{
		width: 50%;
		}
		.area_map .chushin{
			position: absolute;
			top: 31%;
			left: 25%;
			}
		.area_map .hokushin{
			position: absolute;
			top: 7%;
			right: 23%;
			}
		.area_map .nanshin{
			position: absolute;
			top: 71%;
			left: 25%;
			}
		.area_map .suwa{
			position: absolute;
			top: 50%;
			right: 31%;
			}
		.area_map .tohshin{
			position: absolute;
			top: 38%;
			right: 23%;
			}
		
		
	.area_area .area_link{
		width: 50%;
		}
	ul.triple{ width: 94%;}
	.search_triple .category a{}
	
	
	
	
}
@media screen and (max-width: 990px) {
	.overlaid_area .img_box{
		width: 51%;
		}
	.overlaid_area .text_box{
		width: 48%;
		}
	.flow_area ul li{
		background: url(../img/icon/gray_arrow_r.svg) no-repeat right 5px center / auto 25px;
		width: 21%;
		padding-right: 4%;
		}
	.area_area .area_map{
		width: 46%;
		}
	.area_area .area_link{
		width: 54%;
		}
	.area_area .area_link a strong{
		font-size: 17px;
		}
	.search_triple ul.search ul li a{
		font-size: 15px;
		}
		
	/*同意ページ*/
	.agree_box{ max-width: 88%; height: 250px;}
	
	
}
@media screen and (max-width: 750px) {
	.h_title{
		font-size: 22px;
		padding: 0.5em 1em 1.5em;
		letter-spacing: 2px;
		}
	.overlaid_area .img_box,
	.overlaid_area .text_box{
		float: none;
		width: auto;
		position: relative;
		}
	.overlaid_area .text_box p{
		font-size: 14px;
		}
	.read_area{
		width: 90%;
		margin: 0 auto 40px;
		}
	.read_area p{
		font-size: 14px;
		}
	.flow_area ul li{
		float: none;
		width: auto;
		padding: 0 0 40px 0;
		background: url(../img/icon/gray_arrow_b.svg) no-repeat bottom 5px center / auto 30px;
		margin: 0;
		}
	.flow_area ul li .box{
		width: 100%;
		}
	.flow_area ul li .box::after{ clear: both; content: " "; display: block;}
	.flow_area ul li .box .title{
		float: left;
		width: 23%;
		padding: 15px 3%;
		}
	.flow_area ul li .box .text{
		float: right;
		width: 65%;
		padding: 15px 3%;
		font-size: 16px;
		}
	.flow_area ul li .start{
	background: #009c83 url(../img/start_sp.png) no-repeat center center / 70% auto;
	width: auto;
	padding: 1%;
	display: block;
	}
	
	.step_area{
		width: 90%;
		}
	.step_area .step dl dt{
		font-weight: bold;
		}
	
	.area_area{
		width: 90%;
		}
	.area_area .area_map,
	.area_area .area_link{
		float: none;
		width: auto;
		}
	.area_area .area_map{
		min-height: 300px;
		background: url(../img/map.svg) no-repeat top center / auto 100%;
		margin-bottom: 20px;
		}
		.area_map .chushin{
			position: absolute;
			top: 28%;
			left: 30%;
			}
		.area_map .hokushin{
			position: absolute;
			top: 0%;
			right: 28%;
			}
		.area_map .nanshin{
			position: absolute;
			top: 78%;
			left: 29%;
			}
		.area_map .suwa{
			position: absolute;
			top: 54%;
			right: 34%
			}
		.area_map .tohshin{
			position: absolute;
			top: 39%;
			right: 28%;
			}
	
	.white_area .half_area{
		width: 90%;
		}
	.half_area .l_img_area,
	.half_area .r_text_area{
		float: none;
		width: auto;
		}
	.half_area .l_img_area{
		padding-top: 20px;
		}
	.half_area .r_text_area .text_box{
		border-top: #00a650 1px solid;
		border-left: none;
		padding: 30px 0 0 0;
		margin-top: 30px;
		}
	.half_area .l_img_area img{
		max-width: 90%;
		}
	ul.version{
		width: 90%;
		}
	ul.version li{
		float: none;
		width: 100%;
		margin: 0 0 3.5% 0;
		}	
	ul.version li img{
		width: 100%;
		}
	
	ul.triple{
		width: 90%;
		border-top: 1px #d2d2d2 solid;
		}
	ul.triple li{
		float: none;
		width: auto;
		border-bottom: 1px #d2d2d2 solid;
		}
	ul.triple li a{
		text-align: left;
		border: none;
		}
	ul.triple li:first-child a{
	border-left: none;
	}
	ul.triple li a span{
		background: url(../img/icon/orange_arrow_r.svg) no-repeat left center / auto 100%;
		padding: 0 0 0 30px;
		}
	
	.search_triple ul.search{
		float: none;
		width: auto;
		margin-left: 0;
		}
	
	.h_border_gray{
		font-weight: bold;
		}
	
	.center_btn_area{
		width: 90%;
		}
	.center_btn_area strong{
	font-size: 15px;
	letter-spacing: 0;
	}
	
	/*同意ページ*/
	.agree_box{ max-width: 86%; height: 240px;}
	
	
	
}
@media screen and (max-width: 480px) {
	.flow_area ul li .box .title{
		font-size: 15px;
		line-height: 1.5em;
		padding: 10px 2.5%;
		min-height: 2em;
		width: 27%;
		}
	.flow_area ul li .box .text{
		font-size: 15px;
		line-height: 1.5em;
		padding: 10px 2%;
		min-height: 2em;
		width: 62%;
		}
	.flow_area ul li{
		background: url(../img/icon/gray_arrow_b.svg) no-repeat bottom 10px center / auto 20px;
	}
	.flow_area ul li .start{
	background: #009c83 url(../img/start_sp.png) no-repeat center center / 90% auto;
	}
	
	.step_area{
		margin: 25px auto;
		}
	.step_area .step{
		padding-bottom: 13.5px;
		}
	.step_area .step dl{
		padding: 3%;
		}
	.step_area .step dl dt{
		width: 25%;
		}
	.step_area .step dl dd{
		width: 71%;
		font-size: 14px;
		line-height: 1.4em;
		}
	.area_area{
		margin: 25px auto;
		}
	.area_area .area_map{
		min-height: 260px;
		}
		.area_map .chushin{
			position: absolute;
			top: 27%;
			left: 23%;
			}
		.area_map .hokushin{
			position: absolute;
			top: 0%;
			right: 16%;
			}
		.area_map .nanshin{
			position: absolute;
			top: 78%;
			left: 21%;
			}
		.area_map .suwa{
			position: absolute;
			top: 53%;
			right: 26%
			}
		.area_map .tohshin{
			position: absolute;
			top: 39%;
			right: 17%;
			}
	.area_map .chushin img,
	.area_map .tohshin img,
	.area_map .nanshin img,
	.area_map .hokushin img,
	.area_map .suwa img{
		max-width: 80%;
		}
			
	.area_area .area_link a{
		line-height: 1.4em;
		padding: 14px 70px 14px 15px;
		background: #f6f3ef url(../img/icon/orange_arrow_r.svg) no-repeat right 10px center;
		}
	.area_area .area_link a:hover{
	background: #e7e3e2 url(../img/icon/orange_arrow_r.svg) no-repeat right 10px center;
	}
	.area_area .area_link a strong{
		margin-bottom: 0.3em;
		}
	
	
	.half_area .r_text_area .text_box{
		padding: 25px 0 0 0;
		margin-top: 25px;
		}
	.text_box p{
		line-height: 1.4em;
		}
	
	ul.version li{
		margin: 0 0 5% 0;
		}
	.flow_area ul li .start{
		height: 60px !important;
		}
	
	/*同意ページ*/
	.agree_box{ max-width: 82%; height: 180px; padding: 10px 10px 20px;}
	.agree_box li,.agree_box p{ font-size: 13px; line-height: 1.6em;}
	.agree_box .midashi{ font-size: 18px; padding: 5px 0 5px;}
	.agree_box .item{ font-size: 16px;}
	.agree_box .h_midashi{ font-size: 17px;}
	.agree_btn input{ font-size: 13px;}
}
@media screen and (max-width: 375px) {
		
		.area_map .chushin{
			position: absolute;
			top: 27%;
			left: 15%;
			}
		.area_map .hokushin{
			position: absolute;
			top: 0%;
			right: 7%;
			}
		.area_map .nanshin{
			position: absolute;
			top: 78%;
			left: 13%;
			}
		.area_map .suwa{
			position: absolute;
			top: 53%;
			right: 19%
			}
		.area_map .tohshin{
			position: absolute;
			top: 39%;
			right: 7%;
			}
	.area_map .chushin img,
	.area_map .tohshin img,
	.area_map .nanshin img,
	.area_map .hokushin img,
	.area_map .suwa img{
		max-width: 80%;
		}
	
	
	/*同意ページ*/
	.agree_box{ max-width: 84%; height: 200px;}



}


/* news_box（お知らせ一覧・トップ）*/
.news_box{
	background: #FFFFFF;
	padding: 1em 1.5em;
	margin-bottom: 1.5em;
	}
.news_box::after { clear: both; content: " "; display: block;}
.news_box dl:last-child{
	margin-bottom: 0;
	font-weight: 500;
	}
.news_box dl{
	width: 100%;
	line-height: 1.6;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	border-bottom: 1px dashed #ffb446;
	}
.news_box dl::after { clear: both; content: " "; display: block;}

.news_box dl dt{
	float: left;
	width: 15%;
	}
.news_box dl dd{
	float: right;
	width: 85%;
	font-size: 15px;
	}
.news_box dl dd a{
	text-decoration: underline;
	color: #00a050;
	}

@media screen and (max-width: 990px) {
	.news_box dl dt,.news_box dl dd{
		float: none;
		width: auto;
		}
	.news_box dl dt{
		margin-bottom: 0.5em;
		}
	.news_box dl dd{
		font-size: 14px;
		}
}


















