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

.news_cont {
	width:840px;
	margin:0 auto;
	padding:60px 0 130px 0;
}
.news_cont h1 {
	font-size:22px;
	font-size:2.2rem;/* =22px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
	margin-bottom:28px;
}
.news_cont img {
	margin-bottom:60px;
}
.news_cont img:last-child {
	margin-bottom:0;
}

.news {
	width:100%;
}

.news_left {
	width:45%;
	float:left;
}
.news_left img {
	width:100%;
	border:0.5px solid #000;
}
.news_right {
	width:50%;
	float:right;
}
.news_right h2 {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:28px;
	line-height:2.8rem;/* =28px */
	font-weight:bold;
	margin-bottom:10px;
}
.news_right h2 span {
	font-size:26px;
	font-size:2.6rem;/* =26px */
	line-height:36px;
	line-height:3.6rem;/* =36px */
	font-weight:bold;
}
.news_right h3 {
	text-align:center;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
	margin-bottom:10px;
}
.news_right h3 span {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:bold;
	letter-spacing:-0.6px;
}
.news_right p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:20px;
	line-height:2.0rem;/* =20px */
	font-weight:bold;
}

.place {
	width:100%;
	padding:30px 0;
}
.place img {
	width:100%;
}
p.logo {
	margin-bottom:10px;
}
p.logo img {
	width:30%;
}
.place ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.place li:nth-child(1) {
	width:32%;
	font-size:11px;
	font-size:1.1rem;/* =11px */
	line-height:14px;
	line-height:1.4rem;/* =14px */
	font-weight:normal;
}
.place li:nth-child(2) {
	width:64%;
	font-size:13px;
	font-size:1.3rem;/* =13px */
	line-height:18px;
	line-height:1.8rem;/* =18px */
	font-weight:bold;
	letter-spacing:-0.8px;
	padding-top:25px;
}

.map img {
	width:100%;
}
