@charset "utf-8";
.sec_location {
	padding-bottom: 100px;
}
.sec_location:first-child {
	padding-bottom: 0;
}
.location_tll {
	color: #0f5e98;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
.location_tll:after {
	background: #0f5e98;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	margin-top: 20px;
	width: 30px;
}
.location_tll > span {
	display: block;
	font-size: 185%;
	font-weight: 500;
}
.location_tll_02 {
	font-size: 22px;
	margin-bottom: 10px;
}
.location_block {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.note01 {
	font-size: 12px;
	margin-top: 10px;
}
.sec_information {
	padding-bottom: 0!important;
}
.location_info {
	text-align: center;
}
.location_info > .name {
	display: block;
	font-size: 20px;
}
.information_ttl {
	color: #0f5e98;
	font-size: 12px;
	margin-bottom: 5px;
}
.information_ttl > span {
	border-right: 1px solid #0f5e98;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	margin-right: 10px;
	padding-right: 15px;
}
.list_informations li {
	border-bottom: 1px dotted #6f6d6b;
	display: table;
	padding: 5px 0;
	width: 100%;
}
.list_informations li > p {
	display: table-cell;
}
.list_informations li > p:first-child {
	font-size: 18px;
	width: 64%;
}
.list_informations li > p:last-child {
	font-size: 14px;
	text-align: right;
}
.list_informations li > p > small {
	font-size: 75%;
}


@media screen and (max-width: 767px) {
	.mb10SP {
		margin-bottom: 10px;
	}
	.sec_location {
		padding-bottom: 50px;
	}
	.location_tll_02 {
		font-size: 16px;
	}
	.location_block {
		padding: 10px;
	}
	.location_info {
		font-size: 12px;
	}
	.location_info > .name {
		font-size: 16px;
	}
	.information_ttl {
		font-size: 12px;
	}
	.information_ttl > span {
		font-size: 14px;
	}
	.list_informations li > p:first-child {
		font-size: 11px;
		width: 60%;
	}
	.list_informations li > p:last-child {
		font-size: 10px;
	}
}