<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.require {
	padding: 60px 0;
}

.require_ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	background: #BE1D2D;
	color: #fff;
	padding: 15px 20px;
}

.require_tbl {
	width: 100%;
}

.require_tbl th,
.require_tbl td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	padding: 20px 10px;
}

.require_tbl th {
	font-weight: bold;
	width: 200px;
}

.require_tbl td {
}

.require_entry {
	margin-top: 80px;
	text-align: center;
}

.require_entry &gt; a {
	display: inline-block;
	width: 540px;
	background: #be1d2d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0;
}

.require_entry &gt; a:hover {
	opacity: 0.8;
}

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

/* All SP &amp; Tablet */
@media screen and (max-width:1030px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.require {
		padding: 40px 0;
	}

	.require_ttl {
	}

	.require_tbl {
	}

	.require_tbl th,
	.require_tbl td {
		display: block;
		padding: 0;
		border-bottom: 0px;
		line-height: 1.8;
	}

	.require_tbl th {
		width: 100%;
		padding-top: 20px;
	}

	.require_tbl td {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}

	.require_entry {
		margin-top: 40px;
	}

	.require_entry &gt; a {
		width: 300px;
		line-height: 1.5;
		font-size: 16px;
	}

	.require_entry &gt; a:hover {
	}

}
</pre></body></html>