@charset "UTF-8";

/*----------------------------------------------------*/ 
/* price
-----------------------------------------------------*/ 
#header {
	background:url(/lib/img/recruit/vi.jpg) center top no-repeat;
}

.recruit_tbl {
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	margin-bottom:10px;
	width:100%;
}

.recruit_tbl th {
	background:#F5F5F5;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	font-size:1.5rem;
	font-weight:normal;
	line-height:1.2;
	padding:15px;
	text-align:left;
	width:20%;
}

.recruit_tbl td {
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	line-height:1.2;
	padding:15px;
	width:80%;
}

.recruit_tbl td section div {
	margin-left:1.5em;
}

.main_txt p {
	margin-bottom: 2rem;
}

.featureList {
	margin: 15px 0;
}

.featureList li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
	font-weight: bold;
}


@media only screen and (max-width:767px) {

#header {
	background:none;
}

.htype01 {
	background:url(/lib/img/recruit/vi.jpg) center top no-repeat;
	background-size:auto 184px;
	height:184px;
}

.recruit_tbl {
	box-sizing:border-box;
}

.recruit_tbl th,
.recruit_tbl td {
	box-sizing:border-box;
	display:block;
	padding:10px;
	width:100%;
}

.recruit_tbl th {
	font-size:1.4rem;
	font-weight:bold;
}

}
