@charset "utf-8";
.menu01 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;
}
.menu01 a:hover::after {
	transform: scale(1, 1);
}




.main_box{
	width: 100%;
	object-fit: cover;
	margin: 0 0 45px;
}

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

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

.news_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.scrollArea{
	width: 710px;
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 auto;
	padding-right: 10px;
}

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

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

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


/*スクロールバーの幅*/
.scrollArea::-webkit-scrollbar {
	width: 6px;
}
/*スクロールバーのレール*/
.scrollArea::-webkit-scrollbar-track {
	border-radius: 30px;
	background: #abd0e9;
}
/*スクロールバーのつまみ*/
.scrollArea::-webkit-scrollbar-thumb {
	border-radius: 30px;
	background: #0071bc;
}


/****news****/
.abo_box{
	width: 720px;
	margin: 0 auto 200px;
}

.abo_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.abo_txt{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px;
	line-height: 42px;
}


@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.main_box{
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0 0 45px;
}

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

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

.news_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.scrollArea{
	width: calc( 100% - 10px );
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 auto;
	padding-right: 10px;
}

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

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

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


/*スクロールバーの幅*/
.scrollArea::-webkit-scrollbar {
	width: 6px;
}
/*スクロールバーのレール*/
.scrollArea::-webkit-scrollbar-track {
	border-radius: 30px;
	background: #abd0e9;
}
/*スクロールバーのつまみ*/
.scrollArea::-webkit-scrollbar-thumb {
	border-radius: 30px;
	background: #0071bc;
}


/****news****/
.abo_box{
	width: 90%;
	margin: 0 auto 100px;
}

.abo_midashi h2{
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.abo_txt{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px;
	line-height: 42px;
}



/****メイントップ****/


}

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

}
