@charset "utf-8";
.page_contents {
	margin-bottom: 10px;
}
.page_contents h2 {
	color: #0088cc;
	font-size: 22px;
	font-weight: bold;
	padding:10px 0 10px 40px;
	margin: 15px 0;
	position: relative;
}
.page_contents h2::before{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0eb";
background: #ff5454;
color: white;
font-weight: normal;
font-size: 17px;
border-radius: 50%;
left: 0;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.page_contents h2::after {
content: '';
display: block;
position: absolute;
left: 25px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ff5454;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.page_contents h3 {
	color: #0088cc;
	font-size: 18px;
	background: #edfaff;
	border-top: 1px solid #0088cc;
	border-bottom: 1px solid #0088cc;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	margin: 15px 0 10px;
}

.page_contents h4 {
	border-left: 5px solid ;
	color: #0088cc;
	font-size: 16px;
	background-color: transparent;
	border-bottom : solid 1px ;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
	margin: 10px 0;
}

.page_contents p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.page_contents .dotline {
	border-bottom: 1px dotted #212121;
}

.page_contents .oomozi {
	font-size: 18pt;
	line-height: 35px;
}

.page_contents img {
	width: 90%;
	max-width: 500px;
}
.page_contents img.pc_only {
	width: 30%!important;
}

.page_contents .maruno {
	margin: 15px 0;
}

.page_contents .maruno ol {
	list-style-type: none;
	counter-reset: st-section;
	margin-left: 10px;
	padding:0 20px 0 30px;
	margin-bottom: 10px;
}

.page_contents .maruno ol li {
	counter-increment: st-section;
	line-height: 23px;
	margin-bottom:7px;
}

.page_contents .maruno ol li:before {
	content: counters(st-section,"");
	border-radius: 50%;
	float: left;
	padding:0 8px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}

.page_contents .maruno ol li:before {
	background: #0bc751;
	color:#ffffff;
}

.page_contents .maruno ul li:before {
	background: #0bc751;
	color:#ffffff;
}
