@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
.content__mv .img {
    background: url(../img/header_img_pc.webp) #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.date{display: inline-block;padding: 0.1em 0em;margin-right: 0.4em;margin-bottom: 0.4em;}
.year,.category{display: inline-block;color:#2ea6df;border: solid 1px #2ea6df;padding: 0.1em 0.4em;margin-right: 0.4em;margin-bottom: 0.4em;}
.page_title{font-size: 1.8em;margin-bottom: 1em;margin-top: 0;position: relative;
    padding-bottom: 0.2em; /* 見出しと下線の間の余白 */}
.page_title::after {
    content: "";
    position: absolute;
    bottom: 0; /* 見出しの下端に配置 */
    left: 0;
    width: 100%;
    height: 1.5px; /* 下線の太さ */
    background: linear-gradient(to right,
        #2ea5de 0%,          /* 青色の開始位置 */
        #2ea5de 13%,         /* 青色の終了位置 */
        #dadbdb 13%,         /* グレー色の開始位置 */
        #dadbdb 100%         /* グレー色の終了位置 */
    );}
/* ニュース一覧のCSS */
.news_content{width: 90%;margin: 0 auto;}
.news_content p{line-height:1.8em;margin-bottom:1em;}
.text{display: inline-block;color: #000000;}
.post_date{color:#009ede;width: 13em; margin-right: 2em;}
.news_item{border-bottom: dotted 1px #666666;line-height: 1.4em;padding-bottom: 1em; margin-bottom: 1em;}
.arrow{
	display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 30px;
}

.arrow::after {
	position: absolute;
	right:1em;
  content: url("../../img/news_more.svg");
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
}
/* 横並び */

.flex {
  display: flex; /*横並び*/
margin:0% 0;
	padding-bottom: 0%;
}

.flex .right {
  margin: 0 0 0 40px;
  padding: 0;
	width: 100%;
position: relative;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.flex .text {
  margin: 10px 0px;
	font-size: 1.2em;
  padding: 0;
	color: #009edd;
	font-weight: bold;
	
}

/* 画像を天地中央表示 */

.flex .image {
	width: 200px;
  overflow: hidden;
  position: relative;
}

.flex .image img {
 display: block;
    height: 110px;
    object-fit: cover;
	object-position: center center;
    width: 100%;
}

.w48per img, .w40per img {
    height: auto;
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.content__mv .img {
    background: url(../img/header_img_sp.webp) #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page_title{font-size: 1.4em;margin-bottom: 1em;margin-top: 0;position: relative;padding-bottom: 0.2em; /* 見出しと下線の間の余白 */}	

.news_content{width: 100%;margin: 0 auto;}	
.news_item{border-bottom: dotted 1px #666666;line-height: 1.4em;padding-bottom: 0.2em; margin-bottom: 0.2em;}
.arrow{
	display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 10px;
}

/* 横並び */

.flex {
  display: flex; /*横並び*/
margin:0% 0;
	padding-bottom: 0%;
	padding-right: 40px;
}

.flex .right {
  margin: 0 0 0 10px;
  padding: 0;
	width: 100%;
position: relative;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.flex .text {
  margin: 10px 0px;
	font-size: 0.84em;
  padding: 0;
	color: #009edd;
	font-weight: bold;
}

/* 画像を天地中央表示 */

.flex .image {
	width: 120px;
  overflow: hidden;
  position: relative;
}

.flex .image img {
 display: block;
    height: 80px;
    object-fit: cover;
	object-position: center center;
    width: 100%;
}
}
