@charset "utf-8";
.menu02 a::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-image: linear-gradient(transparent 50%, #ffb000 50%);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -10;
}
.menu02 a:hover::after {
	transform: scale(1, 1);
}




.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

.main_img img{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
}

/****news****/
.newsbox{
	width: 720px;
	margin: 0 auto 150px;
}

.newsline{
	width: 720px;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.newsday{
	width: 100px;
	font-size: 12px;
	font-weight: 500;
	float: left;
	color: #0071bc;
}

.newstit{
	width: 620px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	float: left;
	line-height: 1.5;
	text-align: left;
}


/****news下層****/
.newsbox02{
	width: 720px;
	margin: 0 auto 50px;
}

.det_day{
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	color: #0071bc;
}

.det_tit h3{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	border-bottom: solid 1px #abd0e9;
	margin: 0 0 30px;
	padding: 0 0 15px;
}

.det_txt{
	width: 100%;
	font-size: 14px;
	position: relative;
}

.det_txt img{
	max-width: 360px;
	height: auto;
	margin: 20px auto 40px;
	display: block;
}

.wp-pagenavi{
	width: 100%;
}

.pages{
	display: none !important;
}

.wp-pagenavi span.current{
	color: #0071bc !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #0071bc !important;
}

.smaller{
    border: 1px solid #0071bc !important;
    background-color: #0071bc !important;
    color: #fff !important;
}

.larger {
    border: 1px solid #0071bc !important;
    background-color: #0071bc !important;
    color: #fff !important;
}

.nextpostslink{
    border: 1px solid #0071bc !important;
    background-color: #0071bc !important;
    color: #fff !important;
}

.previouspostslink{
    border: 1px solid #0071bc !important;
    background-color: #0071bc !important;
    color: #fff !important;
}


@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

.main_img img{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
}

/****news****/
.newsbox{
	width: 90%;
	margin: 0 auto 80px;
}

.newsline{
	width: 100%;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.newsday{
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	float: none;
	color: #0071bc;
}

.newstit{
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	float: none;
	line-height: 1.5;
	text-align: left;
}
.newstit a{
	color: #222 !important;
}


/****news下層****/
.newsbox02{
	width: 90%;
	margin: 0 auto 50px;
}

.det_day{
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	color: #0071bc;
}

.det_tit h3{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	border-bottom: solid 1px #abd0e9;
	margin: 0 0 30px;
	padding: 0 0 15px;
}

.det_txt{
	width: 100%;
	font-size: 14px;
	position: relative;
}

.det_txt img{
	width: 100%;
	height: auto;
	margin: 20px auto 40px;
	display: block;
}

.wp-pagenavi{
	width: 90%;
	margin: 0 auto;
}

.pages{
	display: none !important;
}


}

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

}
