@charset "UTF-8";

#contents{padding:30px 0;}
.subsection { margin:0 0 40px;}
h1{
	color:#00ab4e;
	font-size:230.8%;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	position:relative;
}
h1:before {
	border-top: 2px solid #00ab4e;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
h1 span{
	background-color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 5;
}
.head04{margin-bottom:20px;}
.head04:before{border-color:#00ab4e;}

.ok h1:before {
    border-top: 2px solid #F00;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
