@charset "UTF-8";

#contents {
	max-width:800px;
}
#contents .archive {
	padding-bottom:30px;
}

#contents dl {
	margin-bottom:15px;
	padding:30px;
	background:#f5f5f5;
	box-sizing:border-box;
	border-radius:6px;
}
#contents dt,
#contents dd {
	font-size:14px;
	line-height:1.5em;
	box-sizing:border-box;
}
#contents dt {
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	padding-left:2em;
	position:relative;
	margin-bottom:1.5em;
}
#contents dt .svg-inline--fa {
	color: #c00;
	font-size:1.5em;
	position:absolute;
	top:0;
	left:0;
}

#menu li.menu-item-object-recruit a::after {
	width:100%;
}

table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
}
table th,
table td {
	font-size:14px;
	line-height:1.5em;
	text-align:left;
	box-sizing:border-box;
	padding:1em;
	border:1px solid #ddd;
}
table th {
	width:12em;
	background:#efefef;
}
table td {
	width:calc(100% - 12em);
}

#contents dd:last-child a {
	display:block;
	font-size:16px;
	color:#000;
	width:12em;
	height:30px;
	text-align:center;
	line-height:28px;
	box-sizing:border-box;
	border:1px solid #000;
	margin:0 auto;
	padding-left:0.2em;
}
#contents dd:last-child a .svg-inline--fa {
	margin-left:0.3em;
}
#contents dd:last-child a:hover {
	background:#000;
	color:#FFF;
}

#contents table + a {
	display:block;
	font-size:16px;
	color:#000;
	width:14em;
	height:36px;
	text-align:center;
	line-height:34px;
	box-sizing:border-box;
	border:1px solid #000;
	margin:0 auto;
	padding-left:0.2em;
}
#contents table + a .svg-inline--fa {
	margin-left:0.3em;
}
#contents table + a:hover {
	background:#000;
	color:#FFF;
}

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

}

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

}

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

}

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

#contents dt {
	font-size:14px;
}

table th,
table td {
	font-size:13px;
}

}

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

table th,
table td {
	float:left;
	width:100%;
}

}