@charset "utf-8";
/* CSS Document */

/* ==========================
.top_visual
============================= */
.mainvisual {
	background: url(../img/mainvisual_bg.png) no-repeat center;
	background-size: cover;
}
/* ==========================
map_list
============================= */
.block {
	overflow: hidden;
	margin-bottom: 30px;
}
.block p {
	line-height: 2;
	margin-bottom: 30px;
}
.block2_list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	line-height: 2;
}
.block_list li::after {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #373f9a;
	border-radius: 100%;
}
.right_txt {
	text-align: right;
}
.block2_list2 {
	margin: 0 0 10px 30px;
}
@media screen and (max-width: 420px) {
	.block2_list2 {
		margin: 0;
	}
}
.block2_list2 li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 2;
}
.block_list2 li::after {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #373f9a;
	border-radius: 50%;
}
.block_list2 li img {
	margin-top: 5px;
}
.line img {
	margin-top: 5px;
}

/*210408追加*/
.block_list_num {
	padding-left: 20px;
}

.block_list_num li {
	list-style-type: decimal;
	position: relative;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 2;
}

.agree_btn {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 120%;
}

.regist-on {
	margin-top: 10px;
	font-size: 105%;
	background: #dddeee;
}
.regist-off {
	margin-top: 10px;
	font-size: 105%;
	background: #cccccc;
	pointer-events: none;
}

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