.contents_body .block-mv .sp{
	width: 100vw;
}

.contents_body .block-wrap h6{
	margin: 4em 0 1.5em;
	font-weight: bold;
}

.contents_body .block-wrap p.caution {
    margin-bottom: 3em;
}

.contents_body .block-wrap a {
	position: relative;
	display: block;
	font-weight: bold;
	color: #0099D9;
	margin-bottom: 14px;
	padding: 0 21px 0 21px;
}

.contents_body .block-wrap a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0099D9;
	border-right: 2px solid #0099D9;
	transform: rotate(45deg);
	top: 3px;
	left: 3px;
}

.contents_body .block-wrap a span {
	position: relative;
}

.contents_body .block-wrap a span:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0099D9;
	border-right: 2px solid #0099D9;
	bottom: 7px;
	right: -17px;
}

.contents_body .block-wrap a span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background: #0099D9;
	bottom: 9px;
	right: -17px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.contents_body .block-wrap a {
		line-height: 2.1;
		margin-bottom: -3px;
	}
	.contents_body .block-wrap a:before {
		top: 9px;
	}
}