@charset "utf-8";

/*-------------------- sub_mv --------------------*/
.sub_mv {
	background-image: url(../img/sub/bg_mv_news.jpg);
}
.pickup_news{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pickup_news>li{
	width: 46.2%;
	max-width: 510px;
}
.pickup_news .ttl_h2{
	font-size: 2.4rem;
	color: #364268;
}
.pickup_news .news_img_block{
	width: 100%;
	margin-top: 26px;
}
.pickup_news .news_content_block{
	width: 100%;
}
.pickup_news .news_date_cate{
	margin-top: 35px;
}
.news_btn{
	text-align: right;
	margin-top: 26px;
}
.news_btn a {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	color: #ffffff;
	background-color: #233f9a;
	width: 147px;
	text-align: center;
	padding: 12px 10px;
	border-radius: 25px;
	margin: 0 0 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_btn a:hover {
	background-color: #00b5f0;
}
.news_tab_list{
	width: 100%;
	display: flex;
	margin-bottom: 38px;
	border: 1px solid #00b5f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab_btn{
	width: 33.33%;
	color: #00b5f0;
	text-align: center;
	font-size: 2rem;
	padding: 18px 15px;
	font-weight: bold;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab_btn:nth-of-type(2){
	border-left: 1px solid #00b5f0;
	border-right: 1px solid #00b5f0;
}
.tab_btn.on{
	background-color: #00b5f0;
	color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.pickup_news>li{
		width: 48%;
	}
}


@media only screen and (max-width: 768px) {
	.pickup_news .ttl_h2{
		font-size: 2.2rem;
	}
	.pickup_news .news_date_cate{
		margin-top: 30px;
	}
	
	.news_btn a {
		font-size: 1.4rem;
		width: 130px;
	}
	.news_tab_list{
		margin-bottom: 35px;
	}
	.tab_btn{
		font-size: 1.8rem;
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 700px) {
	.pickup_news{
		display: block;
	}
	.pickup_news>li{
		width: 100%;
		max-width: 510px;
		margin: 0 auto 30px auto;
	}
	.pickup_news>li:last-of-type{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.pickup_news .ttl_h2{
		font-size: 2rem;
	}
	.tab_btn{
		font-size: 1.6rem;
	}
}