@charset "utf-8";
/* CSS Document */

img.mb20 {display: block; margin-bottom: 20px;}
h1.title {
	background-color: #007940;
	color: #fff;
	font-size: 30px;
	letter-spacing : 2.55px;
	padding-left: 20px;
	margin-bottom: 20px;
}
p {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h2.ttl {
	font-size: 24px;
	color: #007f41;
	margin-left: -14px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: -11px;
}
.kakko_wrp {
	position: relative;
	font-size: 17px;
	line-height: 26px;
}
.kakko_wrp p.kakko {
	padding: 7px 20px 0;
	margin-bottom: 10px;
}
.kakko_wrp p.kakko:before {
	display: inline-block;
	width: 17px;
	height: 70px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #231815;
	border-right-color: transparent;
}
.kakko_wrp p.kakko:after {
	display: inline-block;
	width: 17px;
	height: 70px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #231815;
	border-left-color: transparent;
}
.kakko_wrp p.q {
	text-align: right;
	font-size: 13px;
}
.about_txt {
	font-size: 15px;
	line-height: 26px;
}
.about_txt span {
	font-size: 28px;
}
p.mb30 { margin-bottom: 30px; }
img.fig {
	display: block;
	margin: 0 auto 30px;
}

.map_wrapper .txt_map {
	position: relative;
}
.map_wrapper h1.title{
	background-color: #1d2087;
}
.map_wrapper p {
	font-size: 15px;
	line-height: 25px;
	z-index: 10;
}
.map_wrapper .map {
}



