@charset "utf-8";

/*=== メインエリア ===*/
.main-inner {
	margin: 0 auto 135px;
}
.main-cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/*=== ボタンエリア ===*/
.apply {
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
}
.apply-list {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	max-width: 720px;
	margin: 25px auto 20px;
}
.apply-item {
	width: calc((100% - 40px) / 2);
	margin: 0 20px;
}
.apply-detail {
	margin-top: 25px;
}
a.apply-btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	padding: 16px 30px 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	background-color: #2770a8;
	border-radius: 5px;
}
a.apply-btn:visited {
	color: #fff;
}
a.apply-btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
a.apply-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
a.apply-btn.pattern-apply {
	background-color: #ac2330;
}
.apply-btn.pattern-wide {
	max-width: 400px;
}

@media only screen and (max-width: 768px) {
	.main-inner {
		margin: 0;
		padding-bottom: 110px;
	}
	/*=== メインエリア ===*/
	.main-cont {
		padding: 0 10px;
	}

	/*=== ボタンエリア ===*/
	.apply {
		text-align: left;
	}
	.apply-list {
		display: block;
	}
	.apply-item {
		width: 100%;
		margin: 0;
	}
	.apply-item:last-child {
		margin-top: 20px;
	}
	a.apply-btn {
		max-width: 260px;
		font-size: 14px
	}
	a.apply-btn::after {
		right: 17px;
		width: 8px;
		height: 8px;
	}
	.apply-btn.pattern-wide {
		max-width: 300px;
	}

}
