@charset "utf-8";
#title {
	background: url("../img/title02.webp") no-repeat center center / cover;
}
h4 {
	border-bottom: solid 2px var(--sub);
	color: var(--main);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f28);
	font-weight: 700;
	margin: 2em auto 1em;
	padding: 0 1em;
	text-align: center;
	width: fit-content;
}
p span {
	color: var(--main);
	font-size: 1.1em;
	font-weight: 700;
	display: inline-block;
}
.yebox {
	margin: 0 auto 1em;
	padding: 2em 1em;
	width: calc(100% - 2em);
	max-width: 800px;
}
.yebox ul {
	margin: auto;
	width: fit-content;
	
}
.yebox ul li{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f24);
	font-weight: 700;
	margin-bottom: 1em;
	position: relative;
	padding-left: 1.5em;
}
.yebox ul li:last-child {
	margin-bottom: 0;
}
.yebox.blue ul li{
	color: var(--main);
}
.yebox ul li:before {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.yebox.blue ul li:before {
	background: url("../img/icon/check_blue.svg") no-repeat left center/ contain;
}
.yebox.red ul li:before {
	background: url("../img/icon/check_red.svg") no-repeat left center/ contain;
}
#guide ul.kiyaku li {
	margin: 0 auto 1em;
	width: calc(100% - 2rem);
}
#guide ul.kiyaku li a {
	background-color: #DCF8F9;
	border: solid 1px var(--main);
	color: var(--main);
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f20);
	font-weight: 700;
	height: 3.5em;
	line-height: 3.5em;
	text-align: center;
	width: calc(100% - 2px);
}
#guide p.note {
	color: var(--main);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f28);
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em !important;
}
#guide #linebox {
	background: url("../img/line_image.png") no-repeat left top / contain;
	padding-left: 6em;
	margin: auto;
	max-width: 800px;
}
#guide a.line {
	display: block;
	width: 100%;
	max-width: 800px;
	height: 2.4em;
	line-height: 2.4em;
	background-color: #06C755;
	border-radius: 9999px;
	color: #FFF;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f36);
	font-weight: 700;
	margin: 1.5em auto 0;
	text-align: center;
}
#use .yebox.red {
	margin-bottom: 2em;
}
#use .yebox.red h5 {
	color: #ED1C24;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f28);
	margin-bottom: 1em;
	text-align: center;
}
#use .yebox.red li {
	margin-bottom: 0.5em !important;
}
#use .yebox.red p {
	background: url("../img/icon/caution.svg") no-repeat left 0.3em / 1.2em auto;
	color: #ED1C24;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: var(--f24);
	font-weight: 700;
	margin-bottom: 0 !important;
	padding-left: 1.5em;
}
#use .cancel {}
#use .cancel div {
	margin-bottom: 2em;
}
#use .cancel h5 {
	color: var(--main);
	font-size: var(--f18);
	text-align: center;
	margin-bottom: 0.5em;
}
#use .cancel table {
	line-height: 3em;
	text-align: center;
	width: 100%;
}
#use .cancel table th[scope="col"] {
	background-color: var(--main);
	color: #FFF;
}
#use .cancel table th {
	border-right: solid 1px #E6E6E6;
	width: calc(50% - 1px);
}
#use .cancel table th[scope="col"]:last-child {
	border: none;
}
#use .cancel table td {
	width: 50%;
}
#use .cancel table tr {
	background-color: #F2F2F2;
}
#use .cancel table tr:nth-child(even) {
	background-color: #FFF;
}
#use .cancel p {
	border: solid 2px var(--main);
	color: var(--main);
	font-size: var(--f20);
	font-weight: 700;
	text-align: left;
	padding: 1em;
	width: calc(100% - 4px - 2em);
}
#use .cancel p span {
	display: inline;
	font-size: 1em;
}
@media screen and (min-width: 768px) {
	.yebox {
		width: calc(70% - 2em);
	}
	.yebox ul li br {
		display: none;
	}
	#guide p.note {
		margin-bottom: 3em !important;
	}
	#guide #linebox {
		padding: 2em 0 2em 6em;
		width: 70%;
	}
	#guide a.line {
		width: 60%;
	}
	#guide ul.kiyaku {
		display: flex;
		justify-content: space-between;
		gap: 1em;
		margin-top: 2em;
	}
	#use .cancel {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: auto;
	}
	#use .cancel p {
		text-align: center;
	}
	#use .cancel p span {
		display: inline-block;
	}
	#use .cancel div {
		width: 48%;
	}
}
@media screen and (min-width: 960px) {
	.yebox {
		padding: 2em;
		margin-bottom: 2em;
		width: calc(70% - 2em);
	}
}