.contents_body {
	color: #1A1A1A;
}

.txt-video {
	font-weight: bold;
	margin-top: 25px;
}

.contents_body .block-wrap a {
	position: relative;
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #0099D9;
	font-weight: bold;
	font-size: 13px;
	padding: 14px 35px 13px 20px;
}

.contents_body .block-wrap a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background: #0099D9;
	top: 19px;
	right: 13px;
	transform: rotate(-45deg);
}

.contents_body .block-wrap a:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 2px solid #0099D9;
	border-right: 2px solid #0099D9;
	top: 15px;
	right: 13px;
}

.contents_body h2 {
	padding-bottom: 39px;
	margin-bottom: 56px;
}

.contents_body .type-decimal {
	padding-top: 15px;
}

.contents_body .type-decimal .number .ttl {
	margin-bottom: 13px;
}

.contents_body .type-decimal .number ul li {
	padding-left: 28px;
}

.contents_body .type-decimal .number ul li::before {
	
}

.contents_body .row .img img {
	display: block;
	margin-bottom: 20px;
}

.contents_body .s1 {
	margin-bottom: 41px;
}

video {
	width: 100%;
}

a.yt:before{
	display: none;
}
a.yt:after{
	display: none;
}
a.yt{
	padding: 0 !important;
}



.contents_body .s2 .type-decimal {
	margin-bottom: 42px;
}

.contents_body .block-wrap p.mb {
	margin-bottom: 21px;
}

.contents_body h3 {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 1px solid #0099D9;
	padding-bottom: 31px;
	margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
	.contents_header h1 {
		padding-top: 10px;
		line-height: 1.65;
	}

	.contents_header {
		padding-bottom: 11px;
		margin-bottom: 28px;
	}

	.contents_body .block-mv {
		margin-bottom: 31px;
	}

	.contents_body h2 {
		padding-bottom: 24px;
		margin-bottom: 29px;
	}

	.contents_body h3 {
		padding-bottom: 27px;
		margin-bottom: 28px;
		font-size: 17px;
		line-height: 1.7;
	}

	.contents_body .row .col:nth-of-type(2) {
		margin-top: 12px;
	}

	.contents_body .s1 {
		margin-bottom: 35px;
	}

	.txt-video {
		margin-top: 19px;
	}

	.contents_body .s2 .row .col:nth-of-type(2) {
		margin-top: 42px;
	}

	.contents_body .block-wrap a {
		padding: 9px 40px 10px 20px;
		line-height: 1.65;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.contents_body .block-wrap a {
		padding: 16px 35px 10px 20px;
	}
}