@charset "utf-8";
/* CSS Document */
/*募集要項*/

.jobdescription {
	max-width:1200px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.jobdescription-1{
	width:30%;
	margin-bottom:40px;
}
.jobdescription-1_2{
	width:100%;
}
.jobdescription-1 h2{
	margin:0 0 10px 0;
	border:solid 2px #0077A6;
	border-radius:50px;
	text-align:center;
	background-color:#0077A6;
	color:#fff;
	font-size:18px;
}
.jobdescription-1 p{
	margin:0;
}
.jobdescription ul{
	list-style:none;
	padding-left:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.jobdescription-1 ul li{
	width:100%;
}
.jobdescription-1 ul li a{
	
}
.jobdescription-1 ul li a img{
	width:100%;
}
.jobdescription-empty{
	width:19%;
}
.jobdescription-1_2 ul li{
	width:30%!important;
}
@media(max-width:1200px){
.jobdescription-1 h2{
	margin:0 0 10px 0;
	font-size:17px;
}
}
@media(max-width:960px){
.jobdescription-1{
	width:48%;
	margin-bottom:40px;
}
}
@media(max-width:768px){
.jobdescription {
	margin:30px auto auto auto;
}
}
@media(max-width:640px){
.jobdescription-1{
	width:70%;
	margin:auto;
	margin-bottom:40px;
}
}
@media(max-width:520px){
.jobdescription-1{
	width:80%;
	margin:auto;
	margin-bottom:40px;
}
}
@media(max-width:480px){
.jobdescription-1{
	width:100%;
	margin:auto;
	margin-bottom:40px;
}
}
.jobdescription2 {
	max-width:1200px;
	margin:auto;
}
.jobdescription2 .jobdescription-1 h2{
	margin:0 0 10px 0;
	border:none;
	/*border-bottom:dotted 3px #000;*/
	border-radius:0;
	text-align:left;
	background-color:#fff;
	color:#000;
	font-size:20px;
	position:relative;
	padding-bottom:10px;
}
.jobdescription2 .jobdescription-1 h2::before{
	content:"";
	display:block;
	height:3px;
	width:100px;
	background-color:#000;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.jobdescription2 .jobdescription-1 h2::after{
	content:"";
	display:block;
	height:3px;
	width:100%;
	background-color:#0077A6;
	position:absolute;
	bottom:0;
	left:0;
}
.jobdescription2 ul{
	list-style:none;
	padding-left:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.jobdescription2 .jobdescription-1{
	width:100%;
}
.jobdescription2 .jobdescription-1 ul{
	width:100%;
}
.jobdescription2 .jobdescription-1 ul li{
	width:30%;
}