
/*pc_css*/
#header .innerbox ul li.recruit{
	float:left;
	margin:0 16px;
	list-style:none;
	padding:0 0 8px 0;
	border-bottom:4px solid #005fa3;
}

#header .innerbox ul li.recruit a{
	color:#005fa3;
}

.mainbox{
	height:300px;
	background:url(/images/recruit/bg01.jpg) 50% 50% no-repeat;
	background-size:cover;
	position: relative;
	margin:115px 0 0 0;
}

.mainbox .tlbox{
	width:235px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -125px;
}

.mainbox .tlbox img{
	width:100%;
	height: auto;
}

.subtl01{
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	font-size:1.3em;
	margin:0 0 80px 0;
	color:#333;
}

.subtl02{
	width:326px;
	margin:0 auto 35px;
}

.subtl02 img{
	width:100%;
	height:auto;
}

.subtl03{
	width:265px;
	margin:0 auto 35px;
}

.subtl03 img{
	width:100%;
	height:auto;
}

.subtl04{
	width:312px;
	margin:0 auto 35px;
}

.subtl04 img{
	width:100%;
	height:auto;
}

.subtl05{
	width:420px;
	margin:0 auto 0;
}

.subtl05 img{
	width:100%;
	height:auto;
}

.captl{
	margin:0 0 40px 0;
	text-align: center;
	line-height: 2em;
}

.contbox{
	width:960px;
	margin:0 auto;
}
// ラジオボタンのカスタマイズ
input[type=radio]{
	display: none;
}

.custom-radio {
  display: none;
}

.custom-radio + label::before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  content: url("/images/recruit/radio.svg");
}
.custom-radio:checked + label::before {
  content: url("/images/recruit/radio_ov.svg");
}
.custom-radio:disabled + label {
  opacity: .3;
  cursor: not-allowed;
}

// チェックボックスのカスタマイズ
input[type=checkbox]{
	display: none;
}

.custom-checkbox {
  display: none;
}
.custom-checkbox + label {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-left: 20px;
  min-height: 11px;
  line-height: 11px;
  cursor: pointer;
  margin-top:10px;
}
.custom-checkbox + label::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: url("/images/recruit/checkbox.svg");
}
.custom-checkbox:checked + label::before {
  content: url("/images/recruit/checkbox_ov.svg");
}
.custom-checkbox:disabled + label {
  opacity: .3;
  cursor: not-allowed;
}

#sendbtn input{
	display:none;
}

.sendbtn2 input{
	display:none;
}

.backbtn2 input{
	display:none;
}

.backbtn{
	cursor:pointer;
	font-size:1.1em;
	width:167px;
	opacity:1;
    transition:all 0.5s;
	margin:0 auto;
}

.backbtn img{
	width:100%;
	height:auto;
}

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

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

.backbtn:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.infocont .richbtnbox{
	text-align:center;
	margin:50px 0 30px 0;
	cursor:pointer;
	width:380px;
	opacity:1;
    transition:all 0.5s;
}

.infocont .richbtnbox:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.infocont .richbtnbox img{
	width:100%;
	height:auto;
}

a.inlink{
	text-decoration:underline;
	display:inline !important;
	font-weight:700;
}

a.inlink:hover{
	opacity:0.9;
}

.botopnone{
	border-top:none !important;
}

select {
	width: 30%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: url(/images/recruit/arrow.svg) right 50% no-repeat, #fff;
	background-size:contain;
	color:#4d4d4d;
	padding:0.5rem 0.2rem;
	font-size:0.8rem;
	border:1px solid #b1b1b1;
	box-sizing:border-box;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

select::-ms-expand {
    display: none;
}

.custom-radio + label {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 23px;
  min-height: 18px;
  line-height: 18px;
  cursor: pointer;
}

#formWrap{
	width:100%;
	font-size:1em;
	border-top:2px solid #2a2a2a;
}


input[type=text]{
  	width:60%; 
	border:none; 
	font-size:0.8rem; 
	color:#4d4d4d;
	background:#fff;
	padding:0.5rem;
	border:1px solid #b1b1b1;
}

input.box1[type=text]{
  	width:70%; 
	border:none; 
	font-size:0.8rem; 
	color:#4d4d4d;
	background:#fff;
	padding:0.5rem;
	border:1px solid #b1b1b1;
}

input.box2[type=text]{
  	width:15%; 
	border:none; 
	font-size:0.8rem; 
	color:#4d4d4d;
	background:#fff;
	padding:0.5rem;
	border:1px solid #b1b1b1;
}

input.box3[type=text]{
  	width:5%; 
	border:none; 
	font-size:0.8rem; 
	color:#4d4d4d;
	background:#fff;
	padding:0.5rem;
	border:1px solid #b1b1b1;
}

.postnumber input[type=text]{
  	width:10% !important; 
	border:none; 
	font-size:100%; 
	margin:0;
	box-sizing:border-box;
	border:1px solid #b1b1b1;
}

.addressbox p{
	width:15%;
	margin:10px 5% 0 0;
	float:left;
}

.postnumber p{
	width:15%;
	margin:10px 5% 0 0;
	float:left;
}

textarea{
  	width:90%; 
	border:none; 
	font-size:100%; 
	background:#fff;
	padding:0.5rem;
	height:200px;
	margin:10px 0 0 0;
	border:1px solid #b1b1b1;
}


#formWrap dl{
	border-bottom:1px dotted #333;
	line-height:1.5em;
}

#formWrap dl a{
	color:#666;
}

#formWrap dl a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

#formWrap dl:last-child{
	border-bottom:2px solid #2a2a2a !important;
	line-height:1.5em;
}

#formWrap dl dt{
	width:28%;
	float:left;
	padding:38px 30px 35px 30px;
	box-sizing:border-box;
	font-weight: bold;
	color:#333;
}

#formWrap dl dt p.cname{
	float:left;
}

#formWrap dl dt p.checkimg{
	float:right;
	width:34px;
}

#formWrap dl dd{
	width:72%;
	padding:30px 60px;
	box-sizing:border-box;
	float:left;
}

#formWrap dl dd.boxcont1{
	width:72%;
	padding:38px 60px 35px 60px;
	box-sizing:border-box;
	float:left;
}

#formWrap dl dd.boxcont2{
	line-height: 2em;
}

#formWrap dl dt span{
	background:#005fa3;
	color:#fff;
	font-size:0.7rem;
	padding:0px 5px;
	margin:0 0 0 15px;
	font-weight: normal;
	float:right;
}

.thankmes{
	color:#1ee2ff;
	font-size:1.8em;
	line-height:1.5em;
	margin:0 0 40px 0;
}

#formWrap{
	width:100%;
	padding:0 0 0 0;
	line-height:1.8em;
}

#formWrap .textbox{
	margin:0 0 60px 0;
}

#formWrap{
	text-align:left;
}

#formWrap .contactlist{
	padding:30px 0;
	border-bottom:1px dotted #333;
}

#formWrap .contactlist:last-child{
	padding:30px 0;
	border-bottom:2px solid #2a2a2a;
}

#formWrap .leftbox{
	font-size:100%;
	font-weight:bold;
	color:#2a2a2a;
	line-height:1.7em;
	padding:0 0 0 0;
	width:30%;
	float:left;
	padding:0 30px;
	box-sizing:border-box;
}

#formWrap .rightbox{
	font-size:100%;
	line-height:1.7em;
	padding:0 0 0 0;
	width:70%;
	float:left;
	padding:0 30px;
	box-sizing:border-box;
}

.subtltext{
	margin:0 0 30px 0;
	line-height:2em;
}

.error_messe{
	color:#F00;
	margin:0 0 10px 0;
}

#sendbtn{
	width:380px;
	margin:50px auto 0;
	opacity:1;
    transition:all 0.5s;
}

#sendbtn:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

#sendbtn .inner{
	cursor: pointer;
	line-height: 0;
}


#sendbtn img{
	width:100%;
	height:auto;
}
a.clink{
	color:#2a2a2a;
}

.cap{
	margin:15px 0 0 0;
}