.pege_title {
	width: 100%;
	height: 90px;
	padding: 0 0 0 30px;
	display: flex;
	align-items: center;
	background: #e4f2ff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #088ed7;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	@media screen and ( max-width: 767px ) {
		padding: 0;
		justify-content: center;
	}
}
.pege_heading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
}
.pege_lead {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	span {
		font-size: 16px;
	}
}
.doui_list {
	margin: 0 auto 30px;
	li {
		margin-bottom: 15px;
	}
}
.doui_list--main {
	padding-left: 1em;
}
.mb30 {
	margin-bottom: 30px;
}
.ijou {
	text-align: end;
	margin-bottom: 30px;
}
.agree_box {
	margin: 0 auto 50px;
	padding: 0 10px;
}
.agree_box label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 18px;
	font-weight: bold;
	&:hover {
		cursor: pointer;
	}
}
input[type=checkbox] {
	transform: scale(1.5);
}
a.agree_btn {
	width: 230px;
	padding: 20px 20px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	margin-inline: auto;
	border-radius: 5px;
	&:hover {
		opacity: 0.8;
	}
	&[style="pointer-events: none;"] {
		background: #ccc;
	}
	&[style="pointer-events: auto;"] {
		background: #068ada;
	}
	&::after {
		content: "";
		width: 10px;
		height: 10px;
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}
.sp_block {
	display: none;
}
@media screen and ( max-width: 767px ) {
	.sp_block {
		display: block;
	}