.blc {
	display: block;
	text-decoration: underline;
	font-size: 0.6em;
	width: fit-content;
	margin: auto auto auto 5%;
}
.helpbody {
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
	width: 90%;
	max-width: 1000px;
	margin: auto auto auto 5%;
}
.helpbody h2 {
	margin: 60px auto 40px;
	text-align: left;
	position: relative;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	background: #eee;
	color: #000;
}
.helpbody h2:before,
.helpbody h2:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	background: #eee;
}
.helpbody h2:before {
	bottom: -15px;
	left: 30px;
	width: 30px;
	height: 30px;
}
.helpbody h2:after {
	bottom: -30px;
	left: 50px;
	width: 15px;
	height: 15px;
}


.helpbody ul,
.helpbody ol {
	padding-left: 30px;
}

.helpbody p,
.helpbody li {
	margin: auto auto 20px;
	line-height: 1.4em;
	font-size: 0.7em;
}
.helpbody li {
	margin: 20px auto;
}
.helpbody img {
	margin: auto auto 20px;
	max-width: 350px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	border-radius: 10px;
}

/*===========================
=============================
SP ~750
=============================
===========================*/
@media screen and (min-width:750px) {
}