@charset "utf-8";
.menu03 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu03 a:hover::after {
	transform: scale(1, 1);
}

.news_bg{
	width: 100%;
	padding: 60px 0 30px;
	margin: 0 0 50px;
	background-color: #fff;
}

.newsarea{
	width: 1050px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.news_box{
	width: 225px;
	margin: 0 18px 40px;
}
.news_box_img{
	width: 225px;
	height: 170px;
	margin: 0 0 5px;
	overflow: hidden;
}
.news_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news_tit{
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #;
}
.news_day{
	width: 100%;
	font-size: 14px;
}

.year_box{
	width: 1050px;
	margin: 70px auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.year_btn{
	width: 221px;
	padding: 10px 0;
	border: solid 2px #004097;
	background-color: #fff;
	text-align: center;
	font-size: 27px;
	margin: 0 20px 20px;
	color: #004097;	
}

/***シングル***/
.news_single_box{
	width: 500px;
	padding: 50px 100px;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin: 0 auto 100px;
}

.news_single_day{
	width: 100%;
	font-size: 14px;
	margin: 0 0 20px;
}

.news_single_tit{
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 10px;
	border-bottom: solid 1px #d8e1ef;
	margin: 0 0 20px;
	color: #004097;
}

.news_single_content{
	width: 100%;
	font-size: 16px;
}

.news_single_content img{
	width: 100%;
	height: auto;
	margin: 20px auto;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
.news_bg{
	width: 100%;
	padding: 60px 0 30px;
	margin: 0 0 50px;
	background-color: #fff;
}

.newsarea{
	width: 90%;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.newsarea a{
	width: 100%;
}
.news_box{
	width: 100%;
	margin: 0 auto 40px;
}
.news_box_img{
	width: 100%;
	height: 400px;
	margin: 0 0 5px;
	overflow: hidden;
}
.news_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news_tit{
	width: 100%;
	height: auto;
	padding: 0 0 10px;
	font-size: 16px;
}
.news_day{
	width: 100%;
	font-size: 14px;
}

.year_box{
	width: 100%;
	margin: 70px auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.year_box a{
	width: 100%;
	margin: 0 auto 25px;
}

.year_btn{
	width: 80%;
	padding: 10px 0;
	border: solid 2px #004097;
	background-color: #fff;
	text-align: center;
	font-size: 27px;
	margin: 0 auto;
	color: #004097;	
	display: block;
}

/***シングル***/
.news_single_box{
	width: 90%;
	padding: 50px 5%;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin: 0 auto 100px;
}

.news_single_day{
	width: 100%;
	font-size: 14px;
	margin: 0 0 20px;
}

.news_single_tit{
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	padding: 0 0 10px;
	border-bottom: solid 1px #d8e1ef;
	margin: 0 0 20px;
	color: #004097;
}

.news_single_content{
	width: 100%;
	font-size: 16px;
}

.news_single_content img{
	width: 100%;
	height: auto;
	margin: 20px auto;
}

}


@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
