@charset "utf-8";
/*--------------------------------------------
 
　　　採用情報ページ用CSS
 
---------------------------------------------*/


/* =======================================
   section01
   ======================================= */
   
   
   
   
   
   
/* =======================================
   section02
   ======================================= */
   
   
   
   
   
   
/* =======================================
   section03
   ======================================= */
#main h2 {
	font-size: 186%;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffbaba;
	display: block;
	height: 40px;
	text-align: center;
}
#main h2 span {
	line-height: 40px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffbaba;
	display: block;
	/* [disabled]float: left; */
}


@media screen and (max-width:768px) {
#main h1 img {width:100%;}
#main .section img {width:100%; height:auto;}

#main h2 {font-size:160%; border:none; height:inherit; line-height:1.4em; margin-bottom:3%;}
#section01 .en_info_box .en_img {width:80% !important;}

}