
h2 {
	display: block;
	width: 196px;
	background: url(../img/lineB.png) center bottom no-repeat;
}


.textWrap {margin-bottom: 70px;}

.textWrap dl {margin-bottom: 30px;}

.textWrap dt {
	border-left: 4px solid #00529c;
	color: #00529c;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}

.textWrap dd a {
	color: #00529c;
	text-decoration: underline;
}

.townWrap {
	background-color: #efefef;
}

.townWrap h3 {
	text-align: center;
	background: url(../img/meeting/map_icon.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 24px;
	color: #00529c;
	margin-bottom: 50px;
}

.townWrap>div {
	align-items: center;
	margin-bottom: 40px;
}

.townWrap .img img {width: 100%;}

.townWrap dt,
.townWrap dd {text-align: center;}

.townWrap dt {
	color: #00529c;
	border-bottom: 1px solid #00529c;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



/*	pc	*/
@media screen and (min-width: 813px) {
	
	.townWrap {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	
	.townWrap h3 {padding: 60px 0;}
	
	.townWrap .img {width: 70%;}
	.townWrap dl {width: 30%;}
	
}

/*	sp	*/
@media screen and (max-width: 812px) {
	
	.townWrap {padding: 20px 0;}
	
	.townWrap h3 {padding: 30px 0;}
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {
	
	.townWrap .img,
	.townWrap dl {width: 100%;}
	
	.townWrap .img {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.townWrap dl {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	
	.townWrap dl {margin-bottom: 5px;}
	
}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {
	
	.townWrap .img {width: 70%;}
	.townWrap dl {width: 30%;}
	
}

