@charset "UTF-8";

/* 募集要項 */
.detail {
	background: #fff;
	border-radius: 10px;
	padding: 60px 50px;
}

.detail_head {
	position: relative;
	padding-bottom: 20px;
}

.detail_cat,
.detail_location {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.detail_cat {
	color: #F18337;
	border: 1px solid #F18337;
	padding: 3px 12px;
}

.detail_location {
	margin-left: 14px;
}

.detail_time {
	position: absolute;
	top: 0;
	right: 0;
}

.detail_ttl {
	margin-top: 15px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}

.detail_tbl {
	width: 100%;
}

.detail_tbl th,
.detail_tbl td {
	vertical-align: top;
	padding: 24px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.detail_tbl th {
	text-align: left;
	position: relative;
	width: 20%;
}

.detail_tbl th span.-req {
	position: absolute;
	display: inline-block;
	line-height: 1;
	top: 28px;
	right: 10px;
	color: #FFF;
	background: #F64F76;
	padding: 4px 5px;
}

.detail_tbl td {
}

.detail_entry {
	margin-top: 40px;
	text-align: center;
}

.detail_entry a {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 30px 100px;
	font-size: 16px;
	line-height: 1;
	color: #FFF;
	background: #F18337;
	border: 2px solid #f18337;
	border-radius: 5px;
	transition: color 0.3s, background 0.3s;
}

.detail_entry a:after {
	position: absolute;
	font-family: icomoon;
	line-height: 1;
	content: "\e900";
	top: 50%;
	right: 15px;
	font-size: 14px;
	margin-top: -7px;
	color: #FFF;
	transition: color 0.3s;
}

.detail_entry a:hover {
	color: #F18337;
	background: #FFF;
}

.detail_entry a:hover:after {
	color: #F18337;
}

/* All SP & Tablet */
@media screen and (max-width:1320px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.detail {
		padding: 20px 15px;
	}

	.detail_time {
		position: static;
		display: block;
	}

	.detail_tbl,
	.detail_tbl tbody,
	.detail_tbl tr,
	.detail_tbl th,
	.detail_tbl td {
		display: block;
		width: 100%;
	}

	.detail_tbl tr {
		border-top: 1px solid #ddd;
		padding: 15px 0;
	}

	.detail_tbl tr:last-child {
		border-bottom: 1px solid #ddd;
	}

	.detail_tbl th,
	.detail_tbl td {
		border: none;
		padding: 0;
	}

	.detail_tbl th {
		font-weight: 500;
	}

	.detail_tbl td {
		margin-top: 10px;
	}

	.detail_entry a {
		width: 100%;
		padding: 20px;
	}

}
