@charset "UTF-8";

/* ------------------------------------
  SION
  ニュース一覧・詳細ページ  renewal 2025
  Date: 2025-08-07
------------------------------------ */

.sion_news .content {
  margin: 0 auto;
  width: 92%;
}

.sion_news .content_side .side_nav {
  border: 1px solid #d2d2d2;
  border-bottom: 0;
}

.sion_news .content_side .side_nav + .side_nav {
  margin-top: 30px;
}

.sion_news .content_side .side_nav .nav_tit {
  background: #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  padding: 13px 15px;
}

.sion_news .content_side .side_nav .nav_tit span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}

.sion_news .content_side .side_nav .nav_tit span::before {
  background: #4682f0;
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 1%;
  width: 4px;
}

.sion_news .content_side .side_nav .nav_list .date_year {
  border-bottom: 1px solid #d2d2d2;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 13px 15px;
  position: relative;
}

.sion_news .content_side .side_nav .nav_list .date_year .arr {
  background: #0e357f;
  display: block;
  height: 1px;
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  width: 12px;
}

.sion_news .content_side .side_nav .nav_list .date_year .arr::before {
  background: #0e357f;
  content: "";
  height: 12px;
  left: calc(50% - 0.5px);
  position: absolute;
  top: calc(50% - 6px);
  transition: all 0.4s ease;
  width: 1px;
}

.sion_news .content_side .side_nav .nav_list .date_year.active .arr::before {
  display: none;
}

body:not(.mobile) .sion_news .content_side .side_nav .nav_list .date_year:hover {
  opacity: 0.65;
}

.sion_news .content_side .side_nav .nav_list .data_month {
  display: none;
}

.sion_news .content_side .side_nav .nav_list .data_month li a {
  padding-left: 25px;
}

.sion_news .content_side .side_nav .nav_list li {
  border-bottom: 1px solid #d2d2d2;
}

.sion_news .content_side .side_nav .nav_list li a {
  color: #000;
  display: block;
  font-size: 1.4rem;
  padding: 13px 15px;
  position: relative;
}

.sion_news .content_side .side_nav .nav_list li a::after {
  border-bottom: 1px solid #0e357f;
  border-right: 1px solid #0e357f;
  content: "";
  height: 6px;
  position: absolute;
  right: 17px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}

.sion_news .content_side .side_nav .noarticles {
  font-size: 1.4rem;
  padding: 10px;
}

.sion_news .page_header {
  align-items: center;
  background: #0e357f;
  display: flex;
  height: 120px;
  justify-content: center;
}

.sion_news .page_title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
}

.sion_news .sec_news h2 {
  margin: 0 0 45px;
  position: relative;
}

.sion_news .sec_news h2 span {
  background: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.sion_news .sec_news h2 small {
  color: #0e357f;
  display: block;
  font-size: 1.4rem;
  margin-left: 5px;
  margin-top: 15px;
}

.sion_news .sec_news h2 small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sion_news .sec_news h3 {
  color: #0e357f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 5.2% 20px;
}

.sion_news .sec_news p {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  margin: 0 5.2%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sion_news .sec_news p + p {
  margin-top: 20px;
}

.sion_news .sec_news p a {
  color: #0e357f;
  text-decoration: underline;
}

/* ------------------------------------
  ニュースページ共通
------------------------------------ */

.sion_news .entry_cnt {
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding: 15px 0 5px;
  width: 100%;
}

.sion_news .entry_cnt:first-child {
  padding-top: 0;
}

.sion_news .entry_cat_wrap {
  display: inline-flex;
  padding-right: 10px;
}

.sion_news .entry_cat a,
.sion_news .entry_cat span {
  align-items: center;
  background: #4682f0;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 90px;
}

.sion_news .entry_data {
  font-weight: 700;
}

.sion_news .entry_title {
  width: 100%;
}

.sion_news .entry_title a {
  display: block;
  padding: 10px 15px 10px 0;
  position: relative;
}

.sion_news .entry_title a::before {
  border-bottom: 1px solid #0e357f;
  border-right: 1px solid #0e357f;
  content: "";
  height: 8px;
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

body:not(.mobile) .sion_news .entry_title a:hover {
  text-decoration: underline;
}

.sion_news .entry_title a span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.57;
  max-height: 43.96px;
  overflow: hidden;
}

/* ------------------------------------
  ニュース一覧
------------------------------------ */

.sion_news.archive .entry_title a::after {
  display: none;
}

/* ------------------------------------
  ニュース一覧：検索結果ページ
------------------------------------ */

.sion_news.search .sec_title span {
  font-size: 2.2rem;
}

/* ---------------------------------
/* ニュース一覧：infinite-scroll
/*--------------------------------- */

.sion_news .more_btn.view-more-button {
  margin: 40px auto 0;
  width: 150px;
}

.sion_news .more_btn.view-more-button span {
  align-items: center;
  background: #fff;
  border: 1px solid #0e357f;
  border-radius: 50px;
  color: #0e357f;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.02em;
  padding-right: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sion_news .more_btn.view-more-button span::after {
  border-bottom: 1px solid #0e357f;
  border-right: 1px solid #0e357f;
  border-width: 1px;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.sion_news .page-load-status {
  text-align: center;
}

.sion_news .page-load-status .infinite-scroll-request,
.sion_news .page-load-status .infinite-scroll-last {
  color: #969696;
  font-size: 1.4rem;
  margin: 40px auto 0;
}

/* ------------------------------------
  ニュース詳細
------------------------------------ */

.sion_news.entry .article p {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sion_news.entry .article_head {
  border-bottom: 1px solid #ddd;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sion_news.entry .article_head::after {
  background: #0e357f;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}

.sion_news.entry .article_body {
  margin-top: 40px;
}

.sion_news.entry .entry_title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.sion_news.entry .entry_title span {
  font-size: 2.4rem;
}

.sion_news.entry .entry_body p,
.sion_news.entry .entry_body .wp-block-buttons,
.sion_news.entry .entry_body .wp-block-image {
  margin: 40px 0;
}

.sion_news.entry .entry_body .wp-block-buttons {
  justify-content: center;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
  width: 100%;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-text-color) {
  color: #fff;
  padding: 20px 35px 20px 25px;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-text-color)::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 17px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-background) {
  background: #4682f0;
  padding: 20px 30px 20px 25px;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  padding-bottom: 19px;
  padding-top: 19px;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  border: 1px solid #0e357f;
  color: #0e357f;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color)::after {
  border-color: #0e357f;
}

.sion_news.entry .entry_body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: #fff;
}

.sion_news.entry .entry_body .wp-block-image figcaption {
  color: #969696;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.sion_news.entry .link_btn.back_btn {
  margin: 50px auto 0;
  width: 150px;
}

.sion_news.entry .link_btn.back_btn a {
  align-items: center;
  background: #fff;
  border: 1px solid #0e357f;
  border-radius: 6px;
  color: #0e357f;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  width: 100%;
}

.sion_news.entry .link_btn.back_btn a::after {
  border-bottom: 2px solid #0e357f;
  border-right: 2px solid #0e357f;
  content: "";
  height: 8px;
  left: 12px;
  position: absolute;
  top: calc(50% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
}

body:not(.mobile) .sion_news.entry .link_btn.back_btn a:hover {
  background: #0e357f;
  color: #fff;
  opacity: 1;
}

body:not(.mobile) .sion_news.entry .link_btn.back_btn a:hover::after {
  border-color: #fff;
}

@media screen and (min-width: 601px), print {
  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link {
    min-width: 440px;
  }
}

@media screen and (min-width: 961px), print {
  .sion_news .content {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    padding: 50px 0 120px;
  }

  .sion_news .content_main {
    max-width: 700px;
    width: 73%;
  }

  .sion_news .content_side {
    max-width: 210px;
    width: 22%;
  }

  .sion_news .sec_news h2::after {
    background: #d2d2d2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;
  }

  .sion_news .sec_news h2 span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .sion_news .content {
    padding: 30px 0 70px;
  }

  .sion_news .content_side {
    margin-top: 50px;
  }

  .sion_news .sec_news h2 span {
    font-size: 1.9rem;
  }

  .sion_news .sec_news h2 small {
    margin-top: 5px;
  }

  .sion_news .sec_news h3 {
    margin: 0 0 20px;
  }

  .sion_news .sec_news p {
    margin: 0;
  }

  .sion_news.archive .sec_title span {
    font-size: 2.2rem;
  }

  .sion_news.search .sec_title span {
    font-size: 1.8rem;
  }

  .sion_news.entry .article_body {
    margin-top: 30px;
  }

  .sion_news.entry .entry_title span {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 600px) {
  .sion_news .page_header {
    height: 75px;
  }

  .sion_news .page_title {
    font-size: 2.9rem;
  }

  .sion_news .sec_news h2 {
    margin-bottom: 9.33vw;
  }

  .sion_news .sec_news h2 span {
    font-size: 5.07vw;
  }

  .sion_news .sec_news h2 small {
    font-size: 3.33vw;
    margin-top: 2.67vw;
  }

  .sion_news .sec_news h3 {
    font-size: 5.07vw;
    margin: 0 0 5.33vw;
  }

  .sion_news .sec_news p {
    font-size: 4.27vw;
  }

  .sion_news .sec_news p + p {
    margin-top: 5.33vw;
  }

  .sion_news .entry_cnt {
    font-size: 3.73vw;
  }

  .sion_news .entry_cat a,
  .sion_news .entry_cat span {
    height: 5.33vw;
    width: 24vw;
  }

  .sion_news .entry_title a::before {
    right: 5px;
  }

  .sion_news .entry_title a span {
    max-height: 11.7122vw;
  }

  .sion_news.archive .sec_title span {
    font-size: 5.87vw;
  }

  .sion_news.search .sec_title span {
    font-size: 4.8vw;
  }

  .sion_news .more_btn.view-more-button {
    margin-top: 30px;
  }

  .sion_news .more_btn.view-more-button span {
    font-size: 3.33vw;
    height: 9.33vw;
  }

  .sion_news .more_btn.view-more-button span::after {
    height: 6px;
    top: calc(50% - 3px);
    width: 6px;
  }

  .sion_news.entry .article p {
    font-size: 4.27vw;
  }

  .sion_news.entry .entry_title span {
    font-size: 5.6vw;
  }

  .sion_news.entry .entry_body p,
  .sion_news.entry .entry_body .wp-block-buttons,
  .sion_news.entry .entry_body .wp-block-image {
    margin: 25px 0;
  }

  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link {
    font-size: 4.27vw;
    padding: 18px 25px;
  }

  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-text-color) {
    padding: 18px 25px 18px 15px;
  }

  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-text-color)::after {
    height: 8px;
    right: 12px;
    top: calc(50% - 4px);
    width: 8px;
  }

  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button__link:not(.has-background) {
    padding: 18px 25px 18px 15px;
  }

  .sion_news.entry .entry_body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .sion_news.entry .link_btn.back_btn {
    margin-top: 30px;
  }

  .sion_news.entry .link_btn.back_btn a {
    font-size: 3.73vw;
  }

  .sion_news.entry .link_btn.back_btn a::after {
    border-width: 1px;
  }
}

@media screen and (max-width: 320px) {
  .sion_news .page_title {
    font-size: 7.73vw;
  }
}