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

.requirements {
	padding-top: 80px;
}

.requirements_ttl {
	line-height: 1;
	text-align: center;
}

.requirements_ttl span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	display: block;
}

.requirements_ttl em {
	margin-top: 10px;
	display: block;
}

.menu {
	margin-top: 40px;
}

.menu_list {
	font-size: 0;
	text-align: center;
}

.menu_list &gt; li {
	display: inline-block;
	vertical-align: top;
	width: 26.25%;
	font-size: 20px;
	margin-left: 2.5%;
}

.menu_list &gt; li:nth-child(3n+1) {
	margin-left: 0;
}

.menu_list &gt; li &gt; a {
	display: block;
	padding: 20px;
	border-radius: 30px;
	line-height: 1;
	background: linear-gradient(130deg, #80cc36 20%, #0174b7 80%);
	color: #FFF;
}

.menu_list &gt; li &gt; a:hover {
	opacity: 0.8;
}

.requirements_cnt {
	margin-top: 40px;
}

.guide {
	padding: 40px 0;
}

.guide_ttl {
	font-size: 30px;
	line-height: 1.3;
}

.guide_ttl em {
	margin-right: 15px;
	font-weight: bold;
}

.guide_ttl span {
	line-height: 2;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	border-left: 5px solid #69bc4c;
	padding-left: 15px;
}

.guide_tbl {
	width: 100%;
	margin-top: 20px;
}

.guide_tbl th,
.guide_tbl td {
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 15px 20px;
}

.guide_tbl th {
	background: #F5F6F8;
	width: 185px;
}

.guide_tbl td {
}
.btn_area{
	margin: 50px auto 0;
    text-align: center;
	max-width: 360px;
}

.btn_area a{
	display: block;
	padding: 30px;
	border-radius: 50px;
	line-height: 1;
	background: linear-gradient(130deg, #80cc36 20%, #0174b7 80%);
	color: #FFF;
	border: 1px solid #fff;
	font-weight: bold;
	transition: all 0.3s;
}
.btn_area a:hover{
	color: #0174b7;
	border: 1px solid #80cc36;
	background: #fff;
	transition: all 0.3s;
}

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

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

	.requirements_ttl {
	}

	.requirements_ttl span {
		font-size: 21px;
	}

	.requirements_ttl em {
		margin-top: 0;
	}

	.menu {
	}

	.menu_list {
	}

	.menu_list &gt; li {
		display: block;
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
		font-size: 16px;
	}

	.menu_list &gt; li:nth-child(3n+1) {
	}

	.menu_list &gt; li:first-child {
		margin-top: 0;
	}

	.menu_list &gt; li &gt; a {
	}

	.menu_list &gt; li &gt; a:hover {
	}

	.requirements_cnt {
	}

	.guide {
		padding: 20px 0;
	}

	.guide_ttl {
	}

	.guide_ttl em {
		font-size: 20px;
	}

	.guide_ttl span {
		font-size: 14px;
		padding-left: 10px;
		display: block;
		margin-top: 10px;
	}

	.guide_tbl {
	}

	.guide_tbl th,
	.guide_tbl td {
		font-size: 13px;
		padding: 8px;
	}

	.guide_tbl th {
		width: 100px;
	}

	.guide_tbl td {
	}

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