/* base */
body{
	background-color:#FFF;
}
#header{
	width:100%;
}
#header p{
	font-family:KozGoPr6N-Regular;
	font-size:30px;
	line-height:120%;
	color:#FFFFFF;
	padding:25px 10px;
}

#wrapper{
	background: url(https://www.itoman.com/-img/share/container_base.jpg) no-repeat;
	width:100%;
	padding-bottom:20px;
}
#recruit_wrapper {
    width: 100%;
    padding-bottom: 20px;
}
h1 img{
	width:100%;
}
#content{
	background-color:#FFF;
	min-height:400px;
	width:874px;
	padding:13px 62px;
	border:1px solid #DDD;
	margin:0 auto;
}

#phase{
	margin-top:15px;
}
#desc{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:16px;
	line-height:135%;
	text-align:left;
	vertical-align:top;
}
#form_wrap{
	padding:20px 40px;
}
#form_wrap>form{
	line-height:35px;
}
h4{
	background-color:#E7E7E7;
	border: solid 1px #FFF;
	outline: solid 1px #E7E7E7;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	padding:7px;
	line-height:120%;
	vertical-align:top;
	text-align:left;
	margin:30px 0px 10px 0px;
 }
.required h4{
	background-image:url(../img/form_required.png);
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px center;
}
h4 > img{
  vertical-align: middle;
  margin-right: 7px;
}
h4.req{
	/*background-image:url(../img/form_required.png);*/
	/*background-repeat:no-repeat;*/
	/*padding-left:60px;*/
	/*background-position:10px center;*/
	background-color: #D0E0FA;
	outline: solid 1px #D0E0FA;
}

section{
	margin:5px 0 20px;
	line-height:35px;
	position:relative;
}
form>span>div{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	line-height:12px;
}
div.caution{
	background-image:url(../img/error.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 45px;
	font-size:12px;
	color:#D00;
	z-index:100;
	line-height:normal;
}
div.ok{
	background-image:url(../img/ok.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 90px;
	z-index:100;
	height:28px;
}
textarea{
	background-color:#F4F4F4;
	width:789px;
	height:100px;
	border:1px solid #DDD;
	border-radius:5px;
}
#inquery_text{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:left;
	display:block;
	margin-bottom:10px;
}

p.sub_color{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:14px;
	line-height:120%;padding:5px;
}
a{color:#06F;}
a:hover{color:#09F;}
#privacy{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
	padding:20px 0;
}
#back_img{display:block; margin:15px; float:left;}
#back_img:hover{opacity:0.8;cursor:pointer;}
#confirm_img{display:block; margin:15px; float:left;}
#confirm_img:hover{opacity:0.8;cursor:pointer;}
#confirm_img_center{display:block; margin:15px; text-align:center;}
#confirm_img_center:hover{opacity:0.8;cursor:pointer;}

table{
	width:100%;
}
th{
	width:30%;
	padding:15px 0;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	color:#555;
	border-bottom:1px dotted #999;
}
td{
	width:70%;
	padding:15px 0;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #999;
}
.caption{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
}
#footer{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:13px;
	line-height:150%;
}
#footer span{
	font-size:10px;
}
#complete{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:19px;
	line-height:120%;
	text-align:center;	
}
#header_bottom_border{
	border-top:1px solid #FFF;
	height:6px;
	width:100%;
	background-image:url(../img/header_bottom_border.png);
}
p.error{
	color:#D22;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size: 16px;
}
.clear{clear:both;}


.mini_input {
	width:40px;
}


/* EFO 2015.02.27 */

#form_wrap input[type="text"],input[type="password"],input[type="tel"],input[type="email"]{
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:5px;
	padding:5px;
	height: 30px;
}
#form_wrap select{
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:5px;
	padding:2px 5px;
	height: 45px;
}
#address_done{
  height: 45px;
}
#form_school, #form_course, #form_nittei{
	width: 600px;
}
#form_name_last, #form_name_first, #form_name_kana_last, #form_name_kana_first{
	width: 290px;
}
/* #form_p_name, #form_p_name_kana,#form_address, #form_mail_PC{
	width: 600px;
} */
#zip_temp, #form_pref{
	width: 300px;
}
#form_tel1, #form_tel2, #form_tel3{
	width: 150px;
}

.ieitem{
	border-bottom:#00246C 2px solid;
    margin:0 40px;
}

.note_caution{
  font-size: 13px;
}


/* radio,checkbox tag */
.radiobox,.checkbox{
  position: absolute;
  width: 0px;
  z-index: -10;
  left: 60px;
  top: 30px;
}
.labels{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
}

.labels_ch{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
}
.center_wrapper_pc{
  text-align: center;
}
input[type="radio"]:checked + .switch-on {
	background-color: #eb6101;
	color: #fff;
}
input[type="checkbox"]:checked+ .switch-on{
  background-color: #eb6101;
  color: #FFF;
}
