@charset "utf-8";
/*
Theme Name: yoshida_child
Template: yoshida
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

/*=========================
recruit
=========================*/

#recruit {
text-align: left;
line-height: 1.5em;
font-size: 16px;
}
#recruit .item,
#recruit .box { border: 1px solid #000; }
#recruit .box { background: url(img/header/header_bg.gif) left bottom repeat; }
#recruit .bg_blue {
	background: #91d0eb;
	padding: 15px 0 20px 0;
}

/*layout01*/
#recruit .layout01:after {
	content: "";
	display: block;
	clear: both;
}
#recruit .layout01 .left {
	width: 49%;
	float: left;
}
#recruit .layout01 .right { width: 49%; 
float: right;}
#recruit .layout01 .right:after {
	content: "";
	display: block;
	clear: both;
}
/*layout02*/
#recruit .layout02 { display: flex; }
#recruit .layout02 .left {
	width: 49%;
	margin: 0 2% 0 0;
}
#recruit .layout02 .right { width: 49%; }

/*
box01
*************/
/*item01*/
#recruit .box01 .main {
	border: 1px solid #000;
	margin-bottom: 25px;
}
#recruit .box01 .item01 { background: url(img/recruit/box01_bg.jpg)left top repeat; padding: 20px;}
#recruit .box01 .item01 h1 {
	width: 100%;
	max-width: 670px;
}
#recruit .box01 .item02 ul {
	margin: 0 auto;
	width: 100%;
}
#recruit .box01 .item02 ul li {
	float: left;
	margin-right: 4.4%;
}
#recruit .box01 .item02 ul li:nth-child(3n) {
	margin-right: 0;
}
/*
box02
*************/
#recruit .box02 {
	margin-bottom: 25px;
	box-sizing: border-box;
}
#recruit .box02 h1 {
	padding: 0px 20px;
}
#recruit .childtitle:before {
	background: url(img/recruit/box02_title_child_icon.png);
	height: 53px;
	width: 84px;
	position: absolute;
	content: "";
	top: 18%;
}
#recruit .childtitle p {
	font-weight: bold;
	padding-left: 18%;
	line-height: 1.3;
}
#recruit .childtitle {
	background-color: #f5f3e8;
	border: 1px solid #000;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}
#recruit .childtitle2:before {
	background: url(img/recruit/box02_title_child_icon2.png);
	height: 53px;
	width: 90px;
	position: absolute;
	content: "";
	top: 18%;
}
#recruit .childtitle2 p {
	font-weight: bold;
	padding-left: 18%;
	line-height: 1.3;
}
#recruit .childtitle2 {
	background-color: #f5f3e8;
	border: 1px solid #000;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}
#recruit .childtitle3:before {
	background: url(img/recruit/box02_title_child_icon3.png);
	height: 53px;
	width: 90px;
	position: absolute;
	content: "";
	top: 18%;
}
#recruit .childtitle3 p {
	font-weight: bold;
	padding-left: 18%;
	line-height: 1.3;
}
#recruit .childtitle3 {
	background-color: #f5f3e8;
	border: 1px solid #000;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}

/*child01*/
#recruit .box02 .child01 h2 {
	width: 100%;
}

.secondimg:after {
	content: "";
	display: block;
	clear: both;
}
/*
box03
*************/
#recruit .box03 {
	margin-bottom: 25px;
	box-sizing: border-box;
}
#recruit .box03 h1 {	
	padding: 0 20px;
}

/*child01*/
#recruit .box03 .child01 h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#recruit .box03 .child01 .layout01 {
	padding: 0px 10px;
}

/*
box04
*************/
#recruit .box04 {
	margin-bottom: 25px;
	box-sizing: border-box;
}
#recruit .box04 h1 {
	padding: 0 20px;
}

/*child01*/
#recruit .box04 .child01 h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#recruit .box04 .child01 .layout01 {
	padding: 0px 10px;
}

/*box06*/
#recruit .box06 {
	margin-bottom: 25px;
	box-sizing: border-box;
}
#recruit .box06 h1 {
	padding: 10px 20px;
	background-color: #1d6a96; 
	font-size: 20px;
    margin-top: 20px;
	color: #fff;
	font-weight: normal;
}
#recruit .box06 p {box-sizing: border-box; border: solid 1px #000; margin-top: 20px; padding: 10px; font-weight: bold;}

#recruit .base-table{
	width: 100%;
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 10px;
	margin-top: 10px;
}
#recruit .base-table th {
	text-align: center;
	background-color: #1d6a96;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #000;
}
#recruit .base-table td {
	padding: 10px;
	line-height: 1.6;
	border: 1px solid;
}
.spnomgn-b25 {
	margin-bottom: 25px;
}
/*****************
width640px以下
*****************/
@media screen and (max-width:640px) {
/*layout01*/
#recruit .layout01 { display: block; }
#recruit .layout01 .left {
	width: 100%;
	margin: 0 auto 10px;
}
#recruit .layout01 .right {
	width: 100%;
	margin: auto; 
}

/*layout02*/
#recruit .layout02 { display: block; }
#recruit .layout02 .left {
	width: 100%;
	margin: 0 auto 10px;
}
#recruit .layout02 .right {
	width: 100%;
	margin: auto; 
}
#recruit .box01 .item02 ul li {
		float: none;
		margin-right: 0;
	}


#recruit .childtitle:before {
	top: 10px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
#recruit .childtitle p {
	font-size: 17px;
	padding-left: 0;
	padding-top: 63px;
	text-align: center;
}
#recruit .childtitle2:before {
	top: 10px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
#recruit .childtitle2 p {
	font-size: 17px;
	padding-left: 0;
	padding-top: 63px;
	text-align: center;
}
#recruit .childtitle3:before {
	top: 10px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
#recruit .childtitle3 p {
	font-size: 17px;
	padding-left: 0;
	padding-top: 63px;
	text-align: center;
}
#recruit .box03 .child01 h2 {
	font-size: 20px;
}
#recruit .box04 .child01 h2 {
	font-size: 20px;
}
#recruit .layout01 .right {
	margin-bottom: 20px;
}
	.spnomgn-b25{
		margin-bottom: 0;
	}
	#recruit .box02 .layout01 .right {
		margin-bottom: 0;
	}
	#recruit .base-table {
		font-size: 14px;
	}
	#recruit .base-table td {
		line-height: 2;
	}
}
.afterclearfix:after {
	content: "";
	display: block;
	clear: both;
}
.nobdr {
	border: none!important;
}