@charset "UTF-8";

/* ------------------------------
	.news-content
------------------------------ */
@media screen and (min-width: 768px) {
	#main_visual,
	.mv-wrapper,
	#main_visual .mv-wrapper img{
		height: 210px;
	}
}

.news-content{
	position: relative;
	padding: 90px 0 120px;
}

.news_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_flex .news_box{
	width: 730px;
}

.news_links{
	display: flex;
	margin-bottom: 70px;
}
.news_links .news_link{
	flex: 1;
}
.news_links .news_link + .news_link{
	margin-left: 20px;
}

.news_links .news_link a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.3;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.news_links .news_link:not(.current) a{
	color: #848484;
}
.news_links .news_link a::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}
.news_links .news_link.current a::before{
	bottom: -1px;
	border-bottom: 3px solid #323232;
}

.news_submenu_box{
	width: 220px;
	padding: 35px 30px 40px;
	background: #f8f8f8;
}

.news_submenu_box .news_submenu + .news_submenu{
	margin-top: 40px;
}

.news_submenu_box .news_sub_menu_ttl{
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.news_submenu_box .news_sub_menu_list li + li{
	margin-top: 10px;
}

.news_submenu_box .news_sub_menu_list li a{
	display: block;
	padding-left: 15px;
	background: url(../img/news/ico_submenu_arw01.png) no-repeat left center;
	background-size: 5px;
	font-size: 1.4rem;
	line-height: 1.6;
}


@media screen and (max-width: 767px) {
	#main_visual,
	.mv-wrapper,
	#main_visual .mv-wrapper img{
		height: 160px;
	}

	.news-content{
		padding: 10vw 0 18vw;
	}

	.news_flex{
		flex-direction: column;
	}

	.news_flex .news_box{
		width: 100%;
	}

	.news_links{
		display: flex;
		margin-bottom: 6vw;
	}
	.news_links .news_link + .news_link{
		margin-left: 2vw;
	}
	.news_links .news_link a{
		height: 3em;
		padding-bottom: 1em;
		font-size: 2.6rem;
	}

	.news_submenu_box{
		width: 100%;
		margin-top: 10vw;
		padding: 6vw 6%;
	}

	.news_submenu_box .news_submenu + .news_submenu{
		margin-top: 6vw;
	}

	.news_submenu_box .news_sub_menu_ttl{
		margin-bottom: 1.5vw;
		font-size: 3.6rem;
	}

	.news_submenu_box .news_sub_menu_list li + li{
		margin-top: 1.5vw;
	}

	.news_submenu_box .news_sub_menu_list li a{
		font-size: 3.0rem;
	}
}



/* ----------------------------------------------------------------------------------------------------
*  sec-news
* --------------------------------------------------------------------------------------------------*/
.post-news .post{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 25px 0;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.post-news .post:first-child{
	border-top: 1px solid #e8e8e8;
}

.post-news .post .cat{
	width: 9em;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 17px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
	box-sizing: border-box;
	transition: .4s;
}
.post-news .post .cat:hover{ opacity: .7;}

.post-news .post .cat.cat-01{
	color: #81bf00;
	border: 1px solid #81bf00;
}
.post-news .post .cat.cat-02{
	color: #1d99c4;
	border: 1px solid #1d99c4;
}
.post-news .post .cat.cat-03{
	color: #f5a101;
	border: 1px solid #f5a101;
}
.post-news .post .cat.cat-04{
	color: #de4f89;
	border: 1px solid #de4f89;
}

.post-news .post .post-date{
	font-size: 1.2rem;
	font-weight: 700;
	color: #b4b4b4;
	margin-right: 40px;
}
.post-news .post .post-txt{
	width: 100%;
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.post-news .post .post-txt:hover{
	text-decoration: underline;
}

.news_pager{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.news_pager li a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: bold;
}

.news_pager .prev{
	margin-right: 20px;
}
.news_pager .next{
	margin-left: 20px;
}
.news_pager .prev a,
.news_pager .next a{
	height: 35px;
	padding-bottom: 3px;
	font-size: 1.3rem;
}

.news_pager .prev1 a{
	padding-left: 10px;
	background: url(../img/news/ico_prev_arw01.png) no-repeat;
	background-size: 6px;
	background-position: center calc(50% - 1px);
}
.news_pager .prev2 a{
	padding-left: 16px;
	background: url(../img/news/ico_prev_arw02.png) no-repeat;
	background-size: 12px;
	background-position: left calc(50% - 1px);
}
.news_pager .next1 a{
	padding-right: 10px;
	background: url(../img/news/ico_next_arw01.png) no-repeat;
	background-size: 6px;
	background-position: center calc(50% - 1px);
}
.news_pager .next2 a{
	padding-right: 16px;
	background: url(../img/news/ico_next_arw02.png) no-repeat;
	background-size: 12px;
	background-position: right calc(50% - 1px);
}

.news_pager .num a{
	height: 35px;
	padding: 0 0.3em;
	border-bottom: 3px solid transparent;
	font-size: 1.4rem;
}
.news_pager .num.current a{
	border-color: #c2c2c2;
}
.news_pager .num + .num{
	margin-left: 0.5em;
}


@media screen and (max-width: 767px) {
	.sec-news{
		padding: 10% 0;
	}
	.sec_ttl:after{ display: none;}

	.box_wrap{
		padding: 2em 4em 8em;
		width: 82%;
		margin: 0 auto;
	}

	.post-news .post{
		padding: 4em 2.5em;
		flex-wrap: wrap;
	}

	.post-news .post .cat{
		width: auto;
		height: 1.7em;
		min-width: 9em;
		margin-right: .5em;
		font-size: 2.4em;
		text-align: center;
	}
	.post-news .post .cat:hover{ opacity: .7;}

	.post-news .post .post-date{
		font-size: 2.4em;
		margin-right: 0;
	}
	.post-news .post .post-txt{
		font-size: 3.0em;
		line-height: 1.6;
		width: 100%;
		margin-top: 0.5em;
	}

	.news_pager{
		margin-top: 7vw;
	}

	.news_pager .prev{
		margin-right: 3vw;
	}
	.news_pager .next{
		margin-left: 3vw;
	}
	.news_pager .prev a,
	.news_pager .next a{
		height: 7vw;
		border-radius: 100px;
		font-size: 3.0rem;
	}

	.news_pager .num a{
		height: 7vw;
		font-size: 3.0rem;
	}
}
