@charset "UTF-8";
#contents section {
	padding-top: 0em !important;
}
.attention_blcok{
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	padding-bottom: 4em;
	padding-top: 4em;
	border-left: 2px solid #d2dde4;
	border-right: 2px solid #d2dde4;
	border-bottom: 2px solid #d2dde4;
	border-top: 2px none #d2dde4;
}
 .h-ttl02-attention {
	font-size: 1.2em;
	font-weight: 500;
	border: 2px solid #d2dde4;
	background-color: #f6f7f8;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
#contents section:last-of-type {
	margin-bottom: 5em !important;
}
@media screen and (min-width:1px) and (max-width:767px) {
	#contents section {
	width: 95%;
	padding-top: 2em !important;
}
.h-ttl01-01 {
	font-size: 7vw;
}
 .h-ttl02-attention {
padding-bottom: 0.8em;
padding-top: 0.8em;
line-height: 1.4;
}
#contents section:last-of-type {
    margin-bottom: 2em !important;
}
}
