@charset "UTF-8";


.main_img {
	margin: 0 0 40px;
}

p {
	font-size: 16px;
	line-height: 2;
}

h2 {
	background: #97bfce;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	margin: 0 0 40px;
}

.float::after {
	content: "";
	display: block;
	clear: both;
}

.left-box {
	float: left;
}

.right-box {
	float: right;
}

.p-ttl,
h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 30px;
	border-left: 4px solid #97bfce;
	padding: 2px 0 2px 10px;
}

.reform_area {
	margin: 0 0 70px;
}

.mb30 {
	margin-bottom: 30px;
}

.center-text {
	text-align: center;
}