@charset "UTF-8";

/* --- ヒーローエリア ---*/
section.hero_blog {
	background: url(../img/hero_blog.jpg) no-repeat center center;
}

/* --- STAFF-BLOG ---*/
section.staff_blog {
	padding: 90px 30px 70px;
}

section.staff_blog h2 {
	letter-spacing: 0.6em;
}

section.staff_blog ul.btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

section.staff_blog ul.btn li a {
	display: block;
	font-size: 16px;
}

section.staff_blog ul.btn li a {
	background: url(../img/icon_tri.png) no-repeat left center;
	padding: 6px 8px 6px 20px;
}

div.blogArea {
	margin-bottom: 40px;
}
div.blogArea div.blog-main img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
div.blogArea div.blog-main,
div.blogArea div.blog-side {
	padding: 0 20px 0;
}
div.blogArea div.blog-main {
	margin-bottom: 100px;
}
div.blogArea div.blog-main h4,
div.blogArea div.blog-side h3 {
	font-size: 16px;
	font-weight: 500; /* Medium */
	margin-bottom: 15px;
	line-height: 1.4em;
}
div.blogArea div.blog-main p {
	font-size: 16px;
	font-weight: 400; /* Regular */
	margin-bottom: 1em;
}
div.blogArea div.blog-main article {
	margin-bottom: 50px;
}
div.blogArea div.blog-main article:last-child {
	margin-bottom: 0px;
}
div.blogArea div.blog-main div.blog-content {
	margin-bottom: 20px;
}
div.blogArea div.blog-main div.blog-post-data ul {
	display: flex;
	justify-content: flex-end;
	alin-items: center;
	font-size: 14px;
	font-weight: 400; /* Regular */
	padding: 0 20px;
}
div.blogArea div.blog-main div.blog-post-data ul li {
	padding: 2px 4px;
	border-right: 1px solid #ccc;
}
div.blogArea div.blog-main article div.blog-post-data ul li:last-child {
	border-right: none;
}
div.blogArea div.blog-side aside.archive {
	margin-bottom: 30px;
}
div.blogArea div.blog-side aside.archive:last-child {
	margin-bottom: 0px;
}
div.blogArea div.blog-side ul li {
	font-size: 14px;
	font-weight: 400; /* Regular */
}
div.blogArea div.blog-side ul li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}
div.blogArea div.blog-side ul li:last-child a {
	border-bottom: 1px solid #707070;
}

/* デスクトップ用 */
@media(min-width:1067px) {
	/* --- STAFF-BLOG ---*/
	section.staff_blog {
	padding: 70px 0px 100px;
	}
	section.staff_blog h2 {
	letter-spacing: 1em;
	}
	div.blogArea {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	}
	div.blogArea div.blog-main,
	div.blogArea div.blog-side {
	padding: 0;
	}
	div.blogArea div.blog-main {
	flex: 0 0 670px;
	margin-bottom: 0px;
	}
	div.blogArea div.blog-side {
	flex: 0 0 190px;
	}
	div.blogArea div.blog-main h4,
	div.blogArea div.blog-side h3 {
	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
	div.blogArea div.blog-main div.blog-post-data ul,
	div.blogArea div.blog-side ul {
	padding: 0px;
	}
	div.blogArea div.blog-main p {
	font-size: 14px;
	}
	div.blogArea div.blog-side ul li a {
	padding: 4px 3px;
	border: none;
	}
	div.blogArea div.blog-side ul li:last-child a {
	border: none;
	}
}