@charset "UTF-8";

body.-recruit-new .main_head {
	background-image: url("../recruit/new_graduates/img/img-head.jpg");
}

.new {
}

.new_text {
	text-align: center;
}

.new_mynavi {
	text-align: center;
	margin-top: 40px;
}

.new_mynavi > a {
	display: inline-block;
}

.new_mynavi > a:hover {
	opacity: 0.7;
}

.new_lik_navi {
	text-align: center;
	margin-top: 40px;
}

.new_lik_navi > a {
	display: inline-block;
}

.new_lik_navi > a:hover {
	opacity: 0.7;
}

.info {
	margin-top: 50px;
}

.info_ttl {
	font-size: 22px;
}

.info_tbl {
	margin-top: 10px;
	width: 100%;
}

.info_tbl th,
.info_tbl td {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.info_tbl th {
	width: 150px;
	background: #eee;
	text-align: left;
}

.info_tbl td {
}

.detail {
	padding: 40px 0 80px;
}

.detail_ttl {
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 12px;
	border-bottom: 1px solid #E40011;
	margin-bottom: 30px;
}

.detail_img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.detail_img > figure {
	width: 32%;
	margin-left: 2%;
	margin-top: 30px;
}

.detail_img > figure img {
	width: 100%;
	height: auto;
}

.detail_img > figure figcaption {
	padding: 10px 0;
}

.detail_btn {
	text-align: center;
	margin-top: 40px;
}

.detail_btn > a {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 18px;
	color: #fff;
	background: #E40011;
	border-radius: 5px;
	line-height: 1;
	padding: 20px 0;
}

.detail_btn > a:hover {
	opacity: 0.7;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

@media screen and (min-width:641px) {
	.detail_img > figure:nth-child(3n+1) {
		margin-left: 0;
	}

	.detail_img > figure:nth-child(-n+3) {
		margin-top: 0;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	body.-recruit-new .main_head {
		background-image: url("../recruit/new_graduates/img/img-head-sp.jpg");
	}

	.new {
	}

	.new_text {
		/* text-align: left; */
	}

	.new_mynavi {
		margin-top: 20px;
	}

	.new_mynavi > a {
	}

	.new_mynavi > a:hover {
	}

	.info {
		margin-top: 40px;
	}

	.info_ttl {
		font-size: 20px;
	}

	.info_tbl {
		font-size: 13px;
	}

	.info_tbl th,
	.info_tbl td {
		padding: 10px;
	}

	.info_tbl th {
		width: 7em;
	}

	.info_tbl td {
	}

	.detail {
		padding: 0px 0 40px;
	}

	.detail_ttl {
		font-size: 20px;
	}

	.detail_img {
	}

	.detail_img > figure {
		margin-top: 20px;
		width: 100%;
		margin-left: 0;
	}

	.detail_img > figure:first-child {
		margin-top: 0;
	}

	.detail_img > figure:nth-child(2n+1) {
	}

	.detail_img > figure:nth-child(-n+2) {
	}

	.detail_img > figure img {
	}

	.detail_img > figure figcaption {
	}

	.detail_btn {
	}

	.detail_btn > a {
	}

	.detail_btn > a:hover {
	}

}

/* for Print */
@media print {
}
