/*===================================================================
　　求人共通設定　　
====================================================================*/
html,body {
	-webkit-text-size-adjust: none;
}
#Wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
.ContBox{
	width: 95%;
    margin: 0 auto;
	position: relative;
}
/*--------------　input　--------------*/
ul.checkboxList li{
	width: 80%;
	background: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	padding: 8px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}
.checkboxList input[type=radio]{
	filter: alpha(opacity="1");
	opacity: 0.01;
	MozOpacity: 0.01;
	position: absolute;
	top: 0;
	left: 0;
}
.checkboxList .checkboxView{
	display: block;
	width: 21px;
	height: 20px;
	background: url(../image/recruit/items/checkbox.png) left top no-repeat;
	float: left;
	padding: 0;
}
.checkboxList label{
	cursor: pointer;
	margin: 0;
	padding: 0 60px 0 5px;
	transition: .2s;
}
.checkboxList .checked .checkboxView{
	background-position: left bottom;
}
.checkboxList label span.label{
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
.checkboxList label.checked span.label{
	color: #de3c7e;
}
.SubmitBtn{
	padong: 0 15px;
	overflow: hidden;
	position: relative;
}
.SubmitBtn ul{
	float: left;
	position: relative;
	margin: 10px 0;
	left: 50%;
}
.SubmitBtn ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.SubmitBtn ul li input.disp_btn{
	border: 0px;
    width: 166px;
    height: 39px;
	background: url(../spimage/recruit/items/disp_btn.png) no-repeat;
	background-position: center;
    background-size: 166px 39px;
}
.SubmitBtn ul li input.return_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../spimage/recruit/items/return_btn.png) no-repeat;
	background-position: center;
    background-size: 166px 39px;
}
.SubmitBtn ul li input.done_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../spimage/recruit/items/done_btn.png) no-repeat;
	background-position: center;
    background-size: 166px 39px;
}
/*--------------　table　--------------*/
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt.dt_table,
dl.dl_table dd.dd_table{
	display: table-cell;
}
/*---------------------------------------------------------
　　ヘッター　　
----------------------------------------------------------*/
#header{
	width: 100%;
	height: 57px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background-color: #FFFFFF;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
#header h1.h1_header_logo{
	width: 60%;
	position: absolute;
	left: 5px;
	top: 0;
	line-height: 0;
}
#header h1.h1_header_logo a{
	width: 140px;
	display: block;
	line-height: 0;
}
#header ul.btn li{
	width: 50px;
}
#header ul.btn li.tel_btn{
}
#header ul.btn li a{
	color: #ff73a3;
	display: block;
	padding: 3.5px 0 0 0;
}
#header ul.btn li.tel_btn{
	right: 60px;
	position: fixed;
}
/*　ナビ　*/
#header #global_header{
	background: #ff73a3;
	padding: 35px 2.5%;
	position: fixed;
	top: -800px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow-y: auto;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#header #global_header .logo{
	width: 225px;
	margin: 0 auto 10px auto;
}
#header #global_header nav ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 50px;
}
#header #global_header .Contact h4.h4_title{
	text-align: center;
}
#header #global_header .Contact h4.h4_title img{
	width: 50%;
}
#header #global_header .Contact ul li{
}
#header #global_header .headDetail{
	padding: 20px 30px 0 30px;
}
#header #global_header .headDetail dl{
}
#header #global_header .headDetail dl dt{
	width: 25%;
}
#header #global_header .headDetail dl dt,
#header #global_header .headDetail dl dd{
	vertical-align: bottom;
}
#header #global_header .headDetail dl dd{
	padding: 0 0 0 10px;
}
#nav-toggle{
	width: 50px;
	height: 57px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#nav-toggle div{
	position: relative;
	width: 30px;
	height: 27px;
	margin: 10px auto 0 auto;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle span{
	display: block;
	font-size: 10px;
	color: #ff73a3;
	text-align: center;
}
#nav-toggle span.line{
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ff73a3;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span.line:nth-child(1) {
	top: 1px;
}
#nav-toggle span.line:nth-child(2) {
	top: 11px;
}
#nav-toggle span.line:nth-child(3) {
	top: 20px;
}
.open #nav-toggle span.line{
	background: #ffffff;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span.line:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span.line:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global_header{
	-moz-transform: translateY(800px);
	-webkit-transform: translateY(800px);
	transform: translateY(800px);
}
#Content{
	padding-top: 57px;
}
/*---------------------------------------------------------
　　Nav　　
----------------------------------------------------------*/
section.Nav{
	background: #ff73a3;
}
section.Nav.fixed{
	width: 100%;
	position: fixed;
	top: 100px;
	z-index: 30;
}
section.Nav nav ul{
  display: flex;
  justify-content: space-between;
}
section.Nav nav ul li{
  width: 50%;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	line-height: 0;
}
section.Nav nav ul li:last-child{
	border-right: none;
}
section.Nav nav ul li a{
	display: block;
	padding: 5px 0;
}
section.Nav nav ul li a img{
	width: 75px;
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	background: #ff73a3;
	padding: 20px 0;
}
footer .FooterNav{
	background: #FFFFFF;
	padding: 20px 0;
}
footer .FooterNav h3.subnav_ttl{
	text-align: center;
	margin-bottom: 10px;
}
footer .FooterNav h3.subnav_ttl img{
	width: 85%;
}
footer .FooterNav nav{
	background-color: #F9F9F9;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	border-radius: 8px;
}
footer .FooterNav nav ul li{
	width: 50%;
	float: left;
	font-size: 14px;
}
footer .FooterNav nav ul li a{
	position: relative;
	display: block;
	line-height: 40px;
	padding: 0 15px 0 10px;
	margin-right: 1%;
	color: #8a8a8a;
	border-bottom: 1px solid #E1E1E1;
}
footer .FooterNav nav ul li:nth-child(11) a,
footer .FooterNav nav ul li:last-child a{
	border-bottom: none;
}
footer .FooterNav nav ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #8a8a8a;
	border-right: solid 2px #8a8a8a;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
}
footer .FooterCont .ContBox{
	padding: 20px 10px 10px 10px;
}
footer .FooterCont dl dt{
	text-align: center;
	line-height: 0;
	margin-bottom: 10px;
}
footer .FooterCont dl dt img{
	width: 40%;
}
footer .FooterCont dl dd{
	text-align: center;
}
footer .FooterCont dl dd p.footer_txt{
	font-size: 12px;
	line-height: 1.8;
	color: #FFFFFF;
}
footer .FooterCont dl dd p.footer_tel img{
	width: 80%;
}
footer .FooterCont address,
footer .FooterCont address a{
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
