@charset "utf-8";


/*============================
お知らせ（共通）
============================*/
.news_list {
	padding-top: 0.60rem;
	max-width: 10.00rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.news_list {
		padding-top: 0;
	}
}

/* 年度の表示 */
.news_list .archive_title {
	padding-bottom: 0.50rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.news_list .archive_title {
		padding-bottom: 0.30rem;
	}
}

.news_list .archive_title .archive_year {
	font-size: 0.30rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	.news_list .archive_title .archive_year {
		font-size: 0.20rem;
	}
}

.news_list .cat_select_wrap {
  text-align: center;
  padding-bottom: 0.50rem;
  width: 100%;
  max-width: 10.00rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
	.news_list .cat_select_wrap {
		text-align: left;
	}
}

.news_list .cat_select_wrap .cat_select_list {
  display: flex;
  gap: 0 0.04rem;
}

@media screen and (max-width: 640px) {
  .news_list .cat_select_wrap .cat_select_list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 0.1rem;
		z-index: 2;
		position: relative;
  }

	.news_list .cat_select_wrap.-sp-dropdown {
		position: relative;
		padding-bottom: 0.30rem;
		z-index: 2;
	}

	.news_list .cat_select_wrap.-sp-dropdown .sp_cat_toggle {
		width: 100%;
		height: 0.52rem;
		padding: 0 0.18rem;
		border: 1px solid #50BED2;
		background-color: #FFF;
		color: #1A1A1A;
		font-size: 0.14rem;
		font-weight: 500;
		text-align: left;
		position: relative;
	}

	.news_list .cat_select_wrap.-sp-dropdown .sp_cat_toggle::after {
		content: "";
		width: 0.11rem;
		height: 0.10rem;
		background-image: url(../img/common/btn_type01_arrow.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 0.16rem;
		transform: translateY(-50%) rotate(90deg);
		transition: transform 0.3s;
	}

	.news_list .cat_select_wrap.-sp-dropdown.-open .sp_cat_toggle::after {
		transform: translateY(-50%) rotate(270deg);
	}

	.news_list .cat_select_wrap.-sp-dropdown .cat_select_list {
		display: none;
		position: absolute;
		top: 0.52rem;
		left: 0;
		width: 100%;
		background-color: #FFF;
		border: 1px solid #50BED2;
		border-top: 0;
		z-index: 3;
		padding: 0;
		box-sizing: border-box;
		gap: 0;
	}
}

.news_list .cat_select_wrap .cat_select_list .item {
  font-size: 0.16rem;
  font-weight: 500;
  padding: 0.10rem 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .news_list .cat_select_wrap .cat_select_list .item {
		font-size: 0.14rem;
		width: 31%;
		box-sizing: border-box;
		padding: 0;
  }

	.news_list .cat_select_wrap.-sp-dropdown .cat_select_list .item {
		width: 100%;
	}
}

.news_list .cat_select_wrap .cat_select_list .item a {
  display: block;
  color: #1A1A1A;
  padding-bottom: 0.10rem;
  border-bottom: 0.02rem solid #999999;
}

@media screen and (max-width: 640px) {
	.news_list .cat_select_wrap.-sp-dropdown .cat_select_list .item a {
		padding: 0.20rem;
		border-bottom: 1px solid #50BED2;
	}

	.news_list .cat_select_wrap.-sp-dropdown .cat_select_list .item:last-child a {
		border-bottom: 1px solid #50BED2;
	}
}

.news_list .cat_select_wrap .cat_select_list .item.-active a {
  border-bottom: 0.02rem solid #50BED2;
	color: #50BED2;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	.news_list .cat_select_wrap .cat_select_list .item.-active a {
		border-bottom: 1px solid #50BED2;
		background-color: #ECF8FA;
	}
}

@media (hover: hover) {
  .news_list .cat_select_wrap .cat_select_list .item a:hover {
    border-bottom: 0.02rem solid #50BED2;
  }
}

.news_list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.20rem 0;
}

.news_list .list .detail {
	width: 100%;
}

.news_list .in .left {
  width: 1.70rem;
}
@media screen and (max-width: 640px) {
  .news_list .in .left {
    width: 100%;
    text-align: center;
  }
}

.news_list .in .right {
  width: calc(100% - 2.20rem);
}
@media screen and (max-width: 640px) {
  .news_list .in .right {
    width: 100%;
  }
}

.news_list .in .right .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.20rem 0;
	padding-bottom: 0.60rem;
  max-width: 10.00rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .news_list .in .right .list {
    padding-bottom: 0.40rem;
  }
}

.news_list .list .detail {
	width: 100%;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail {
    border-bottom: 1px solid #E0E0E0;
  }
}

.news_list .list .detail .link,
.news_list .list .detail .old_news {
	display: flex;
  align-items: baseline;
	flex-wrap: wrap;
	gap: 0 0.20rem;
	color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link,
  .news_list .list .detail .old_news {
    gap: 0 0.20rem;
  }
}

@media (hover: hover) {
	.news_list .list .detail .link:hover {
		opacity: 0.7;
	}
}

.news_list .list .detail .link .left_wrap,
.news_list .list .detail .old_news .left_wrap {
	width: 2.10rem;
	display: flex;
  flex-wrap: wrap;
  gap: 0.07rem 0;
  padding-top: 0.07rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap,
  .news_list .list .detail .old_news .left_wrap {
    width: 100%;
		justify-content: flex-start;
    align-items: center;
		gap: 0 0.10rem;
  }
}

.news_list .list .detail .link .left_wrap .date,
.news_list .list .detail .old_news .left_wrap .date {
	font-family: "Inter", sans-serif;
	font-size: 0.15rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap .date,
  .news_list .list .detail .old_news .left_wrap .date {
    font-size: 0.13rem;
  }
}

.news_list .list .detail .link .left_wrap .cat,
.news_list .list .detail .old_news .left_wrap .cat {
  width: 100%;
  max-width: 1.00rem;
	text-align: center;
	color: #FFF;
	border-radius: 0.04rem;
	font-size: 0.12rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.04rem 0;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .link .left_wrap .cat,
  .news_list .list .detail .old_news .left_wrap .cat {
		padding: 0.03rem 0.10rem;
		font-size: 0.11rem;
    width: fit-content;
  }
}

.news_list .list .detail .left_wrap .cat.-cat01 {
	background-color: #50BED2;
}

.news_list .list .detail .left_wrap .cat.-cat02 {
	background-color: #81BE25;
}

.news_list .list .detail .left_wrap .cat.-cat03 {
	background-color: #C1890C;
}

.news_list .list .detail .left_wrap .cat.-cat04 {
	background-color: #FF4E00;
}

.news_list .list .detail .news_ttl {
	width: calc(100% - 2.50rem);
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .news_list .list .detail .news_ttl {
    width: 100%;
		margin-top: 0.10rem;
		font-size: 0.14rem;
    line-height: 1.7;
    padding-bottom: 0.20rem;
  }
}

@media (hover: hover) {
  .news_list .list .detail .link:hover .news_ttl {
    text-decoration: underline;
  }
}

.news_list .list .detail .news_ttl a {
  font-weight: 500;
  text-decoration: underline;
	color: #1A1A1A;
}

@media (hover: hover) {
  .news_list .list .detail .news_ttl a:hover {
    text-decoration: none;
  }
}

.news_list .list .detail a .news_ttl {
	text-decoration: underline;
	font-weight: 500;
}

@media (hover: hover) {
  .news_list .list .detail a:hover .news_ttl {
    text-decoration: none;
  }
}


/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	padding:0.50rem 0;
}
@media screen and (max-width: 640px) {
	.list_navi_wrap {
		font-size: 0.14rem;
		padding:0.20rem 0 0.50rem;
	}
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.15rem;
	color: #FFF;
	width: 0.40rem;
	line-height: 0;
	padding: 0.18rem 0 0.20rem;
	background-color: #50BED2;
	margin: 0 0.08rem;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.15rem;
	color: #1A1A1A;
	width: 0.40rem;
	line-height: 0;
	padding: 0.18rem 0 0.20rem;
	background-color: #F2F2F2;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		/* display: none; */
	}
}

@media (hover: hover) {
  .list_navi_wrap .wp-pagenavi .page.larger:hover {
    background-color: #50BED2;
    color: #FFF;
  }
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.14rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0 0.17rem 0.25rem;
		margin-right: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../img/common/icon_pager_arrow_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

@media (hover: hover) {
  .list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
    left: -0.06rem;
  }
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.14rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0.25rem 0.17rem 0;
		margin-left: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../img/common/icon_pager_arrow_next.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}


@media (hover: hover) {
  .list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
    right: -0.06rem;
  }
}

/* 下部のアーカイブボックス */
.news_archive_list_wrap {
  position: relative;
  width: 100%;
  max-width: 10.00rem;
  margin: 0.50rem auto 0;
}

.news_archive_list_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 0.10rem);
  background-color: #F2F2F2;
  border-radius: 0.10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.news_archive_list_wrap .inner {
  position: relative;
  padding: 0 0.50rem 0.30rem;
}

@media screen and (max-width: 640px) {
	.news_archive_list_wrap .inner {
		padding: 0 0.15rem 0.30rem;
	}
}
.news_archive_list_wrap .inner .news_archive_ttl {
  font-family: "Rubik", sans-serif;
  font-size: 0.20rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  padding-bottom: 0.30rem;
}

.news_archive_list_wrap .inner .news_archive_ttl.-category {
  color: #81BE25;
}

.news_archive_list_wrap .inner .news_archive_ttl.-yearly {
  color: #0098B8;
}

.news_archive_list_wrap .inner .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 0;
  padding-bottom: 0;
}

.news_archive_list_wrap .inner .list .item {
  width: 25%;
}
@media screen and (max-width: 640px) {
	.news_archive_list_wrap .inner .list .item {
		width: 50%;
		box-sizing: border-box;
	}
	.news_archive_list_wrap .inner .list.-yearly .item {
		width: 100%;
	}

}

.news_archive_list_wrap .inner .list .item a {
  color: #1A1A1A;
  font-size: 0.15rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
	.news_archive_list_wrap .inner .list .item a {
		font-size: 0.13rem;
	}
}

.news_archive_list_wrap .inner .list .item a::before {
  content: "";
  width: 0.14rem;
  height: 0.08rem;
  background-image: url(../img/common/link_arrow_blue.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (hover: hover) {
  .news_archive_list_wrap .inner .list .item a:hover {
    text-decoration: underline;
  }
}

/*============================
お知らせ（詳細）
============================*/
.news_detail_wrap {
  max-width: 10.00rem;
  margin: auto;
}

.news_detail_wrap .title_wrap {
  padding-bottom: 0.30rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.15rem;
}

.news_detail_wrap .title_wrap .date,
.news_detail_wrap .title_wrap .cat {
  font-size: 0.15rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .title_wrap .date,
  .news_detail_wrap .title_wrap .cat {
    font-size: 0.12rem;
  }
}

.news_detail_wrap .title_wrap .cat {
  padding-left: 0.15rem;
  padding: 0.05rem 0.10rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .title_wrap .cat {
    font-size: 0.13rem;
  }
}
.news_detail_wrap .title_wrap .cat.cat01 {
	background-color: #50BED2;
}

.news_detail_wrap .title_wrap .cat.cat02 {
	background-color: #81BE25;
}

.news_detail_wrap .title_wrap .cat.cat03 {
	background-color: #C1890C;
}

.news_detail_wrap .title_wrap .cat.cat04 {
	background-color: #FF4E00;
}


.news_detail_wrap .title_wrap .ttl {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .title_wrap .ttl {
    font-size: 0.18rem;
  }
}
.news_detail_wrap .entry_body img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.news_detail_wrap .entry_body {
		font-size: 0.15rem;
		line-height: 2;
	}

@media screen and (max-width: 640px) {
	.news_detail_wrap .entry_body p {
		font-size: 0.14rem;
	}
}

.news_detail_wrap .entry_body a {
  color: #437329;
  text-decoration: underline;
  font-weight: 500;
}

.news_detail_wrap .entry_body p + img {
  padding-top: 0.15rem;
}

.news_detail_wrap .entry_body h1 {
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 0.05rem solid #50BED2;
  margin: 0.10rem 0;
  padding-left: 0.10rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h1 {
    font-size: 0.22rem;
  }
}

.news_detail_wrap .entry_body h2 {
  font-size: 0.20rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 0.05rem solid #50BED2;
  margin: 0.10rem 0;
  padding-left: 0.10rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h2 {
    font-size: 0.20rem;
  }
}

.news_detail_wrap .entry_body h3 {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h3 {
    font-size: 0.18rem;
  }
}
.news_detail_wrap .entry_body h4 {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h4 {
    font-size: 0.15rem;
  }
}

.news_detail_wrap .entry_body h5 {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h5 {
    font-size: 0.14rem;
  }
}

.news_detail_wrap .entry_body h6 {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body h6 {
    font-size: 0.14rem;
  }
}

.news_detail_wrap .entry_body p {
  font-size: 0.15rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p {
    font-size: 0.14rem;
  }
}

.news_detail_wrap .entry_body p a {
  color: #437329;
  text-decoration: underline;
  font-weight: 500;
}

.news_detail_wrap .entry_body p a:hover {
  text-decoration: none;
}

.news_detail_wrap .entry_body p + h1 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h1 {
    margin-top: 0.20rem;
  }
}
.news_detail_wrap .entry_body p + h2 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h2 {
    margin-top: 0.20rem;
  }
}
.news_detail_wrap .entry_body p + h3 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h3 {
    margin-top: 0.18rem;
  }
}
.news_detail_wrap .entry_body p + h4 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h4 {
    margin-top: 0.16rem;
  }
}
.news_detail_wrap .entry_body p + h5 {
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .news_detail_wrap .entry_body p + h5 {
    margin-top: 0.16rem;
  }
}
.news_detail_wrap .entry_body img + h1 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h2 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h3 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h4 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h5 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + h6 {
  margin-top: 0.20rem;
}

.news_detail_wrap .entry_body img + p {
  margin-top: 0.10rem;
}

.news_detail_wrap .entry_body ul {
  font-size: 0.15rem;
  line-height: 1.75;
  padding: 0.10rem 0;
  margin-left: 0.20rem
}

.news_detail_wrap .entry_body ul li {
  list-style: disc outside;
}

.news_detail_wrap .entry_body ol {
  font-size: 0.15rem;
  line-height: 1.75;
  padding: 0.10rem 0;
  margin-left: 0.20rem
}

.news_detail_wrap .entry_body ol li {
  list-style-position: outside;
}

/* お知らせ詳細ページ下部のナビ */
.news_page_navi_wrap {
	margin-top: 0.60rem;
	padding: 0.35rem 0;
}
@media screen and (max-width: 640px) {
	.news_page_navi_wrap {
		margin-top: 0.20rem;
		padding: 0.35rem 0;
	}
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.15rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}


@media (hover: hover) {
  .news_page_navi_wrap .list .link a:hover {
    opacity: 0.7;
  }
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../img/common/icon_pager_arrow_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.05rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.12rem;
		height: 0.12rem;
		padding-right: 0.06rem;
		top: 0;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../img/common/icon_pager_arrow_home.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
  margin-right: 0.08rem;
	position: relative;
	top: 0.05rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.12rem;
		height: 0.12rem;
		top: 0;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../img/common/icon_pager_arrow_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.05rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.12rem;
		height: 0.12rem;
		padding-left: 0.06rem;
		top: 0;
	}
}

/* リクルートバナー(お知らせのみ） */
.recruit_bnr {
  margin-bottom: 1.00rem;
}

/*============================
柔軟なコンテンツ用
============================*/
/* 2カラム写真ボックス */
.flexible-content-area {
	padding-top: 0.40rem;
}

.flexible-content-area .photo-block-2col {
	display: flex;
	gap: 0 0.40rem;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.flexible-content-area .photo-block-2col {
		gap: 0.20rem 0;
		flex-wrap: wrap;
		margin-bottom: 0.20rem;
	}
	.flexible-content-area .photo-block-2col .photo-item {
		flex: none !important;
		width: 100%;
	}
	.flexible-content-area .photo-block-2col .photo-item img {
		display: block;
		width: 100%;
	}
}

.flexible-content-area .photo-block-1col {
	margin-bottom: 0.30rem;
}

.flexible-content-area .photo-block-1col .photo-caption {
	margin-top: 0.06rem;
	font-size: 0.13rem;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.flexible-content-area .photo-block-1col .photo-caption {
		font-size: 0.12rem;
		margin-top: 0.03rem;
	}
}

/* 添付ファイル */
.attachment_section {
	background-color: #F2F2F2;
	padding: 0.15rem 0.20rem;
	border-radius: 0.10rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.50rem;
}

.attachment_section .attachment_ttl {
	font-size: 0.15rem;
	font-weight: 600;
	width: 100%;
	max-width: 1.50rem;
}

.attachment_section .attachment_list {
	position: relative;
	width: calc(100% - 1.80rem);
	border-left: 1px solid #CCC;
	box-sizing: border-box;
	padding: 0.06rem 0 0.06rem 0.20rem;
	line-height: 1;
}

.attachment_section .attachment_list a {
	font-size: 0.15rem;
	font-weight: 500;
	color: #1A1A1A;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.attachment_section .attachment_list a:hover {
	text-decoration: none;
}

.attachment_section .attachment_list .attachment_item + .attachment_item {
	margin-top: 0.10rem;
}