@charset "UTF-8";

/* ヒーローエリア */
.hero {
	background-image: url(../img/hero-news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 554px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero .container {
	padding: 0px 30px;
}

.hero .container img.ttl {
	max-width: 396x;
	width: 100%;
	height: auto;
}

/* NEWS */
.news {
	padding: 60px 30px;
}

.news .container {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.news .head {
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

.news h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 30px;
}

.news p.catch {
	margin-bottom: 60px;
	text-align: center;
}

.news .blogArea a {
	color: #707070;
}

.news .blogArea h3 {
	font-size: 16px;
}

.news .blogArea .blog-main h3 {
	font-weight: normal;
}

.blogArea div.blog-main article {
	border-bottom: 1px solid #707070;
	margin-bottom: 40px;
	padding: 20px 0px 0px 63px;
	background: url(../img/icon_news.png) no-repeat top left;
	min-height: 66px;
}

.blogArea div.blog-side aside.archive {
	margin-bottom: 30px;
}
.blogArea div.blog-side aside.archive:last-child {
	margin-bottom: 0px;
}
.blogArea div.blog-side ul li a {
	display: block;
	font-size: 14px;
	padding: 15px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.blogArea div.blog-side ul li:last-child a {
	border-bottom: 1px solid #CCC;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	.blogArea {
	display: flex;
	}
	div.blogArea div.blog-main {
	flex: 1 1 780px;
	margin-right: 20px;
	}
	div.blogArea div.blog-side {
	flex: 1 1 400px;
	}
}
