@charset "UTF-8";
/*************************
recruit
 *************************/
.main {
	margin-bottom: 80px;
}
.main h2 {
	margin-bottom: 50px;
}
.body_contents{
	margin-bottom:80px;
}
.lead_ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.lead01 {
	margin-bottom: 50px;
}
table {
	margin: 0 0 20px;
}
th {
	background: #efefef;
	padding: 20px 0 17px 20px;
}
td {
	padding: 20px 0 17px 20px;
}
.text01 {
	margin-bottom: 50px;
}
 @media screen and (min-width:641px) {
table {
	border-top: 1px solid #ccc;
}

th {
	width: 20%;
	border-bottom: 1px solid #ccc;
}
td {
	width: 80%;
	border-bottom: 1px solid #ccc;
}
}
 @media screen and (max-width:640px) {
.main {
	margin-bottom: 60px;
}

.main h2 {
	margin-bottom: 30px;
}

.body_contents{
	margin-bottom:60px;
}

.lead_ttl {
	font-size: 24px;
	line-height:1.3;
}

.lead01{
	margin-bottom:30px;
}

table{
	border-bottom:1px solid #ccc;
}

th, td {
	display: block;
	width: 100%;
	padding: 20px;
}

th{
	font-size:16px;
}
}
