@charset "UTF-8";
/* CSS Document */
h3.area{
	margin-bottom: 32px;
}
h4{
	font-size: 1.8rem;
	line-height: 1.8;
}
.btn_cnt{
	margin-top: 16px;
}
.area_cnt{
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: solid 1px #333;
}
.area_cnt:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.txt{
	margin-bottom: 12px;
}
.txt h4.line{
	position: relative;
	padding-left: 20px;
}
.txt h4.line::before{
	content: "";
	width: 10px;
	height: 2px;
	background: #1E286E;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}