@charset "utf-8";

/*============================
お知らせ共通
============================*/
.news {
  padding: 1.10rem 0 1.20rem;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .news {
    padding: 0.60rem 0;
  }
}

.news .in {
  max-width: 9.80rem;
}

.news .in .sec_tit_wrap {
  padding-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
  .news .in .sec_tit_wrap {
    padding-bottom: 0.50rem;
  }
}

.news .in .news_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 0 0.90rem;
}

/*============================
お知らせ一覧
============================*/
.news .in .news_list_wrap .news_list {
  width: 100%;
  max-width: 6.30rem;
  padding-top: 0;
}

.news .in .news_list_wrap .news_list .news_box {
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_list .news_box {
    padding: 0.25rem 0;
    border-top: dotted 1px #666;
  }
  .news .in .news_list_wrap .news_list .news_box:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

.news .in .news_list_wrap .news_list .news_box a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
}

.news .in .news_list_wrap .news_list .news_box a:hover {
  opacity: 0.7;
}

.news .in .news_list_wrap .news_list .news_box .ph_wrap {
  width: 1.70rem;
  height: 1.70rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_list .news_box .ph_wrap {
    width: 100%;
    height: 66vw;
  }
}

.news .in .news_list_wrap .news_list .news_box .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .in .news_list_wrap .news_list .news_box .txt_box {
  width: calc(100% - 2.20rem);
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_list .news_box .txt_box {
    width: 100%;
    padding-top: 0.10rem;
  }
}

.news .in .news_list_wrap .news_list .news_box .txt_box .header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news .in .news_list_wrap .news_list .news_box .txt_box .header .cat {
  min-width: 1.00rem;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-size: 0.12rem;
  padding: 0.05rem 0;
}

.news .in .news_list_wrap .news_list .news_box .txt_box .header .date {
  font-size: 0.12rem;
  padding-left: 0.16rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_list .news_box .txt_box .header .date {
    padding-left: 0.10rem;
  }
}

.news .in .news_list_wrap .news_list .news_box .txt_box .tit {
  font-size: 0.21rem;
  letter-spacing: 0;
  line-height: 1.42;
  padding: 0.16rem 0 0.10rem;
}

.news .in .news_list_wrap .news_list .news_box .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.71;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .in .news_list_wrap .news_list .news_box .txt_box .more_btn {
  padding-top: 0.30rem;
  text-align: right;
  font-size: 0.14rem;
  font-family: "Roboto", serif;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_list .news_box .txt_box .more_btn {
    padding-top: 0.15rem;
  }
}

.news .in .news_list_wrap .news_list .news_box .txt_box .more_btn span {
  position: relative;
}

.news .in .news_list_wrap .news_list .news_box .txt_box .more_btn span::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.news .in .news_list_wrap .news_list .news_box a:hover .txt_box .more_btn span::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*============================
お知らせサイドバー
============================*/
.news .in .news_list_wrap .sidebar {
  width: 100%;
  max-width: 1.80rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar {
    max-width: 100%;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box {
  padding-bottom: 0.90rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box {
    padding-bottom: 0.45rem;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .tit {
  font-family: "Roboto", serif;
  font-size: 0.18rem;
  letter-spacing: 0.06em;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #333;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box .tit {
    font-size: 0.16rem;
    padding-bottom: 0.10rem;
    margin-bottom: 0.10rem;
  }
  .news .in .news_list_wrap .sidebar .sidebar_box.-archive .tit {
    margin-bottom: 0;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .list {
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 1.42;
}

@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box .list .link {
    padding-bottom: 0.10rem;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .list a {
  color: #333;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box .list a::before {
    content: "";
    width: 0.14rem;
    height: 0.08rem;
    display: inline-block;
    background-image: url(../images/common/icon_arrow_r.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box {
  line-height: 1.42;
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .year {
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box .year_box .year {
    padding-top: 0.10rem;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .year i {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  position: relative;
  border: 1px solid #333;
  box-sizing: border-box;
  margin-left: 0.05rem;
  top: 0.01rem;
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .year i::before {
  content: "";
  width: 0.05rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .year i::after {
  content: "";
  width: 1px;
  height: 0.05rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .year.-open i::after {
  display: none;
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .list {
  padding: 0.05rem 0 0.08rem;
  padding-left: 0.10rem;
  display: none;
}

@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .sidebar .sidebar_box .year_box .list .link {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .list a {
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}

.news .in .news_list_wrap .sidebar .sidebar_box .year_box .list a .month {
  display: block;
  width: 0.30rem;
}

/* 一覧用ページ送り */
.news .in .news_list_wrap .list_navi_wrap {
  padding-top: 0.80rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .list_navi_wrap {
    padding-top: 0.30rem;
    padding-bottom: 0.90rem;
  }
}

.news .in .news_list_wrap .list_navi_wrap .wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 0.12rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  gap: 0 0.08rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .list_navi_wrap .wp-pagenavi {
    font-size: 0.14rem;
    gap: 0 0.15rem;
  }
}

.news .in .news_list_wrap .list_navi_wrap .wp-pagenavi a {
  color: #C5C5C5;
}

.news .in .news_list_wrap .list_navi_wrap .wp-pagenavi .current {
  color: #333;
  border-bottom: 1px solid #333;
}

/* 次へボタン */
.news .in .news_list_wrap .list_navi_wrap .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  width: 0.10rem;
  height: 0.09rem;
  background-image: url(../images/common/icon_link_arrow_small_next.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.02rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .list_navi_wrap .wp-pagenavi .nextpostslink {
    text-indent: -9999px;
    width: 0.11rem;
    height: 0.11rem;
    top: 0.01rem;
  }
}

/* 前へボタン */
.news .in .news_list_wrap .list_navi_wrap .wp-pagenavi .previouspostslink {
  text-indent: -9999px;
  width: 0.10rem;
  height: 0.09rem;
  background-image: url(../images/common/icon_link_arrow_small_prev.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.02rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .list_navi_wrap .wp-pagenavi .previouspostslink {
    text-indent: -9999px;
    width: 0.11rem;
    height: 0.11rem;
    top: 0.01rem;
  }
}

/*============================
お知らせ詳細
============================*/
.news .in .news_list_wrap .news_detail {
  width: 100%;
  max-width: 6.30rem;
  padding-top: 0;
}

.news .in .news_list_wrap .news_detail .header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news .in .news_list_wrap .news_detail .header .cat {
  min-width: 1.00rem;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-size: 0.12rem;
  padding: 0.05rem 0;
}

.news .in .news_list_wrap .news_detail .header .date {
  font-size: 0.12rem;
  padding-left: 0.16rem;
}

.news .in .news_list_wrap .news_detail .entry_tit {
  font-size: 0.21rem;
  line-height: 1.42;
  padding: 0.15rem 0 0.10rem;
}

/* WYSIWIGエディタ設定 */
.news .in .news_list_wrap .news_detail .entry_body p {
  font-size: 0.14rem;
  line-height: 1.71;
  padding-bottom: 1em;
}

.news .in .news_list_wrap .news_detail .entry_body p a {
  color: #333;
  text-decoration: underline;
}

.news .in .news_list_wrap .news_detail .entry_body p a:hover {
  text-decoration: none;
}

.news .in .news_list_wrap .news_detail .entry_body h1,
.news .in .news_list_wrap .news_detail .entry_body h2,
.news .in .news_list_wrap .news_detail .entry_body h3,
.news .in .news_list_wrap .news_detail .entry_body h4,
.news .in .news_list_wrap .news_detail .entry_body h5,
.news .in .news_list_wrap .news_detail .entry_body h6 {
  padding-bottom: 0.15rem;
}

.news .in .news_list_wrap .news_detail .entry_body ul {
  list-style: disc;
  margin: 0;
  margin-left: 1.4em;
  padding: 0.6em 0;
  font-size: 0.14rem;
  line-height: 1.71;
}

.news .in .news_list_wrap .news_detail .entry_body ol {
  margin: 0;
  margin-left: 1.4em;
  padding: 0.6em 0;
  font-size: 0.14rem;
  line-height: 1.71;
}

/* ページ送り */
.news .in .news_list_wrap .news_detail .news_page_navi_wrap {
  padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_list_wrap .news_detail .news_page_navi_wrap {
    padding-bottom: 0.90rem;
  }
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link {
  width: 33.3%;
  box-sizing: border-box;
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link a {
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link a::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link.-prev {
  text-align: left;
  padding-left: 0.20rem;
}
.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link.-prev a::after {
  content: "";
  width: 0.20rem;
  height: 0.11rem;
  background-image: url(../images/common/icon_right_black_rev.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.20rem;
  top:50%;
  transform: translateY(-50%);
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link.-home {
  text-align: center;
}

.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link.-next {
  text-align: right;
  padding-right: 0.20rem;
}
.news .in .news_list_wrap .news_detail .news_page_navi_wrap .list .link.-next a::after {
  content: "";
  width: 0.20rem;
  height: 0.11rem;
  background-image: url(../images/common/icon_right_black.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.20rem;
  top: 50%;
  transform: translateY(-50%);
}