@charset "utf-8";


form#mail_form{
	max-width: 1034px;
	margin : 50px auto;
	padding : 10px 0;
}

form#mail_form dl, dt, dd {
  margin : 0;
  padding : 0;
}

form#mail_form dl{
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-image: url(../image/back01.gif);
}

form#mail_form dl dt{
	float : left;
	clear : both;
	width : 25%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 2%;
}

form#mail_form dl dd{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding: 2%;
	margin-left: 25%;
	background-color: #FFF;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	
}

form#mail_form dl dt span{
	display : none;
}

.spOnly{
	display: none!important;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : none;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	padding-top: 2px;
	padding-right: 2%;
	padding-bottom: 2px;
	padding-left: 2%;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#name_kana1,
form#mail_form input#name_kana2{
	width : 80%;
}

form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#schedule{
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 90%;
}

form#mail_form input#jobcategory,
form#mail_form input#school,
form#mail_form input#phone,
form#mail_form input#department{
	width : 40%;
}

.text_gray {
	color: #999;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 80%;
	margin-top : 0px;
}


form#mail_form p#form_submit{
	width : 250px;
	border-top : 0px solid #cccccc;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

form#mail_form input[type="button"]{
	vertical-align : middle;
	line-height : 1;
	background : #ca632b;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 120%;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 55px;
	border: 1px solid #ca632b;
	width: 250px;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #ca632b;
	border : 1px solid #ca632b;
}

#mail_form dl dt img {
	padding-top: 3px;
}

#mail_form .mailformtop {
	padding-bottom: 10px;
}

.entry_title {
	background-color: #969696;
	background-image: url(../image/title_back.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 80px;
}
.entry_title .entry_title2 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
.entry_thanks01 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	height: 550px;
	margin-bottom: 80px;
	margin-top: 5%;
}
.entry_thanks02 {
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}


/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 767pixel start */
@media screen and ( max-width : 767px ){

form#mail_form{
	width : 95%;
	margin : 5% auto;
	padding : 0% 0;
}

form#mail_form dl{
	background-color: #f7f7f9;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

form#mail_form dl dt{
	width : 100%;
	float : none;
	font-weight : bold;
	text-indent : 5px;
	clear: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

form#mail_form dl dd{
	width : 100%;
	margin-left: 0%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

form#mail_form dl dt span{
	font-weight : normal;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 100%;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	width : 100%;
	margin-top : 3px;
	margin-bottom: 3px;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 100%;
	margin-top : 3px;
	margin-bottom: 3px;
}

form#mail_form input#jobcategory,
form#mail_form input#school,
form#mail_form input#department{
	width : 100%;
}

form#mail_form input#phone{
	width : 100%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#name_kana1,
form#mail_form input#name_kana2{
	width : 100%;
}

.text_gray {
	color: #999;
	font-size: 95%;
}

.pcOnly{
	display:none!important;
}

.spOnly{
	display:block!important;
}

form#mail_form textarea{
	width : 100%;
	max-width : 100%;
}

.entry_title {
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

.entry_title .entry_title2 img {
	width: 50%;
}
.entry_thanks01 {
	height: 100%;
	margin-bottom: 5%;
	padding-bottom: 15%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 0em;
	margin-bottom : 0em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

}
/* 767pixel end */




.contact01_02 {
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.contact02 {
	border: 1px solid #F00;
	max-width: 1014px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 25px;
	text-align: center;
}
.contact02_02 {
	font-size: 36px;
	color: #F00;
	line-height: 40px;
	background-image: url(../image/contact01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-align: left;
	padding-left: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.contact01_03 {
	font-size: 120%;
}
.contact01_04 {
	color: #F00;
}

@media screen and (max-width: 768px) {
.contact01_02 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 2%;
	padding-bottom: 0px;
}
.contact02 {
	margin-top: 1%;
	margin-bottom: 6%;
	padding: 3%;
}
.contact02_02 {
	font-size: 22px;
	line-height: 1.6;
	background-image: url(../image/contact01s.gif);
	background-position: left 6px;
	text-align: left;
	padding-left: 37px;
	width: 220px;
	margin-bottom: 2%;
	margin-top: 3%;
}
.contact01_03 {
	font-size: 100%;
}
}
