#main {
	padding-bottom: 0;
}


.staticBase {
	padding: 50px 15px 70px;
}

.staticWrap {
	margin-top: 15px;
	padding: 15px;
	box-sizing: border-box;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
}
.staticWrap.first {
	margin-top: 30px;
}

.staticTtl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.staticTtl .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.staticTtl .ttl.icn {
	position: relative;
	padding-left: 25px;
}
.staticTtl .ttl.icn::before {
	content: " ";
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}




.staticTtl .small {
	vertical-align: middle;
	padding-left: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}
.staticTtl .subTxt {
	font-size: 1.2rem;
}

.staticItem {
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}
.staticItem.last {
	border-bottom: 0;
}

.staticCatTtl {
	color: #32197A;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
}

.staticCatTxt {
	margin-top: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.staticSubCatTxt {
	margin-top: 5px;
	font-size: 1.3rem;
}

.staticListTxt {
	margin-top: 5px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}
.staticListTxt.first {
	margin-top: 10px;
}

.flexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flexWrap.itemCenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexWrap.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.staticImgWrap {
	margin-top: 15px;
	text-align: center;
}

.staticImg {
	margin: 0 auto;
}

.googleMap {
	margin-top: 15px;
}
.googleMap .map {
	width: 100%;
	height: 350px;
}

.staticList {
	
}
.staticList dl {
	margin-top: 5px;
}
.staticList dt {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.8;
}
.staticList dd {
	padding-left: 15px;
	font-size: 1.6rem;
	line-height: 1.6;
}