
/* =front-page.php
-------------------------------------------------------------- */

.main-visual {
	margin-bottom: 1.5625rem;
}

.main-visual .hero-sp,
.main-visual .hero-pc {
	text-align: center;
}

.main-visual .hero-sp {
	display: block;
}

.main-visual .hero-pc {
	display: none;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 .9375rem;
}

.blog #content .home-contents article {
	margin: 0;
	padding: 0;
	border: none;
}
.entry_box {
	position: relative;
}
.entry_box .img {
	margin: 0 30px;
}
.entry_box .over {
	padding: 15px 30px 30px;
}
.entry_box .img {
	opacity: 0;
}
.entry_box .img img {
	max-width: none;
	width: 100%;
}
.entry_box .txt_box {
	text-align: center;
}
.entry_box .over h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 5px;
}
.entry_box .over p {
	font-size: 12px;
	font-weight: normal;
	line-height: 200%;
}
.entry_box .more {
	font-weight: bold;
	margin-top: 10px;
}
.entry_box .more a {
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	background-color: #7a7a7a;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.entry_box .more a:hover {
	background-color: #9a9a9a;
}
.entry_box .more i {
	margin-right: 10px;
}

/* ———————— #news_area ———————— */

#news_area {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#cat_area h2,
#news_area h2 {
	position: relative;
	font-size: 22px;
	margin: 0 15px 20px;
	text-align: center;
	line-height: normal;
	letter-spacing: 1px;
}
#news_area .sub_ttl {
	color: #666;
	margin: 8px 0 20px;
	text-align: center;
}
#news_area .img {
	position: relative;
}
#news_area .entry_box .txt_box {
	text-align: left;
}
#news_area h3 {
	font-weight: bold;
}
#news_area .post-excerpt {
	font-size: 12px;
	line-height: 200%;
}
#news_area .post-excerpt p {
	line-height: normal;
}
#news_area .post-date {
	color: #666;
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0;
	line-height: normal;
	letter-spacing: 1px;
	text-align: right;
}

/**
 * Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {

	/* =front-page.php
	-------------------------------------------------------------- */

	#cat_area {
		border: none;
	}
	#news_area h2 {
		font-size: 25px;
	}
}


/**
 * Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {

	/* =front-page.php
	-------------------------------------------------------------- */

	.main-visual .hero-sp {
		display: none;
	}

	.main-visual .hero-pc {
		display: block;
	}
}

/**
 * Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {

	/* =front-page.php
	-------------------------------------------------------------- */

	.blog #content .home-contents article {
		width: 48.5%;
		margin-right: 3%;
		float: left;
	}
	.blog #content .home-contents article:nth-of-type(even) {
		margin-right: 0;
	}
	.blog #content .home-contents article:nth-of-type(2n + 1) {
		clear: both;
	}
	.entry_box .over {
		padding: 10px 0 20px;
	}
	.entry_box .txt_box {
		text-align: left;
	}
	.entry_box .over p {
		font-size: 13px;
	}
	.entry_box .img {
		margin: 0;
	}
	#cat_area h2 {
		color: #fff;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 15px;
		padding: 0 13px;
		text-align: left;
		height: 42px;
		line-height: 42px;
		background-color: #d1d2d4;
	}
	#news_area {
		margin-top: 40px;
		border: none;
	}
	#news_area h2 {
		color: #fff;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 15px;
		padding: 0 13px;
		text-align: left;
		height: 42px;
		line-height: 42px;
		background-color: #d1d2d4;
	}
	#news_area .sub_ttl {
		margin-bottom: 30px;
	}
	#news_area .post-excerpt {
		font-size: 13px;
	}

	#news_area .img {
		width: 80%;
		margin: 0 auto;
	}
	.blog #content #news_area article {
		width: 70%;
		margin: 0 auto 30px;
		float: none;
	}
	.blog #content #news_area article:last-child {
		margin-bottom: 0;
	}
}

/**
 * Desktop 1290px
 */
@media screen and (min-width: 80.625em) {

	.main-visual {
		margin-bottom: 3.75rem;
	}

	.main-visual .hero-pc {
		padding: 0 1.875rem;
	}

}
