/* header */
#mainvisual{
	background-image: url(../recruit/img/mv_pc.jpg);
}
#requirements{
	background-color: #faf5f0;
}
.list_area2 {
	width : 900px;
	height: auto;
	overflow-x: auto;
	margin-bottom: 80px;
    margin: 0 auto;
}
.list2 {
	width : 100%;
	height: auto;
	float: left;
    font-size: 20px;
	line-height: 25px;
}
.list2 ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list2 li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	text-align: center;
	align-content: center;
	padding: 10px 0 10px 0;
	line-height: 2em;
}
.list2 li.hn1 {
	width: 150px;
	background-color: #F6AD2E;
	color: #FFFFFF;
	border-radius: 15px;
}
.list2 li.hn2 {
	width: calc(100% - 180px);
    padding-left: 30px;
    text-align: left;
}
.list2 li.line {
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #cccccc;
    margin: 30px 0 50px 0;
}


@media screen and (max-width: 768px) {
.list_area2 {
	width : 90%;
}
.list2 {
	width : 100%;
	height: auto;
	float: left;
    font-size: 20px;
	line-height: 25px;
}
.list2 li.hn1 {
	width: 100%;
}
.list2 li.hn2 {
	width: 100%;
    padding-left: 0px;
    text-align: left;
    margin: 10px 0 20px 0;
}
.list2 li.line {
	border-bottom: 0px solid #cccccc;
    margin: 0;
}
}
