<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
html {
  scroll-padding-top: 77px; /* 固定ヘッダの高さ分 */
}
.news {
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.news__header {
  margin: 20px 0 0 0;
}
.news__header--title {
  position: relative;
  text-align: center;
}
.news__header--title::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 33%;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(../images/news/line.png) center bottom repeat-x;
}

.news__contents--main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news__contents--main--title {
  margin: 0 0 1rem 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.news__contents--main--photo {
  display: flex;
  justify-content: space-between;
}

.news__contents--main--photo img {
  width: 100%;
  height: auto;

  object-fit: cover;
}

.news__contents--sub--sp-photo {
  display: none;
}

.news__contents--sub--content.sub0 {
  display: none;
}

.news__contents--sub--content.sub1 {
  display: none;
}

.news__contents--sub--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
}

.news__contents--sub--header {
  pointer-events: none;
}

.news__contents--sub {
  display: flex;
  flex-wrap: wrap;
}

.news__contents--sub--content {
  width: 22.2%;
  margin: 0 1rem 50px 1rem;
}

.news__contents--sub--title {
  min-height: 6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.contents_wrapper .news__contents--main--content {
  margin: 0 .3rem 50px .3rem;
}
.contents_wrapper .news__contents--sub--photo {
  display: none;
}
.news__contents--sub--comment&gt;p {
  margin-top: 0;
}
.news__contents--top--photo {
  margin-bottom: 10px;
}
@media (max-width: 768px) and (min-width: 600px) {
  .news__contents--sub--content {
    width: 28%;
  }
}

@media (max-width: 767.98px) {
  .news__contents--main {
    flex-direction: column;
  }
}
.news__contents--main--content {
  flex: 0 0 48%;
}

@media (max-width: 767.98px) {
  .news__contents--main--content {
    flex: auto;
  }
  .news__contents--main--content:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .news__contents--main--title {
    margin-bottom: 15px;
  }
}
.news__contents--main--comment {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: -.06em !important;

  ont-variant-ligatures: none;
}
@media (max-width: 767.98px) {
  .news__contents--main--comment {
    margin-bottom: 15px;
  }
}
.news__contents--main--photo figure:first-child {
  margin: 0 15px 0 0;
}

@media (max-width: 767.98px) {
  .news__contents--main--photo img {
    width: 100%;
    height: auto;
  }

  .news__contents--sub {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .news__contents--sub--content {
    margin-bottom: 15px;

    flex: auto;
  }
  .news__contents--sub--content:not(:nth-child(6n)) {
    margin: 0 0 15px 0;
  }

  .news__contents--main {
    display: none;
  }

  .news__contents--sub--content.sub0 {
    display: block;
  }

  .news__contents--sub--content.sub1 {
    display: block;
  }

  .news__contents--sub--content {
    width: auto;
    margin: auto;
  }
}



@media (max-width: 767.98px) {
  .news__contents--sub--header {
    display: flex;
    position: relative;
    pointer-events: auto;
  }

  /* 画像切り替え方式 */
  .news__contents--sub--header ::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 5px;
    border: 2px solid #595757;
    background: url(../images/common/arrow.png) center no-repeat;
    cursor: pointer;
  }

  .news__contents--sub--header.active ::after {
    background: url(../images/common/arrow-return.png) center no-repeat;
    background-color: #4B4B4B;
  }
}

@media (max-width: 767.98px) {
  .news__contents--sub--title {
    order: 2;
    margin: 0 35px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    word-break: break-all;
  }
}
.news__contents--sub--photo {
  text-align: center;
}
@media (max-width: 767.98px) {
  .news__contents--sub--photo {
    margin-right: 10px;

    flex: 0 0 90px;
  }
}
.news__contents--sub--photo img {
  width: 260px;
  height: 195px;

  object-fit: cover;
}
@media (max-width: 767.98px) {
  .news__contents--sub--photo img {
    width: 100%;
    height: auto;
  }
}
.news__contents--sub--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
}
@media (max-width: 767.98px) {
  .news__contents--sub--comment {
    display: none;
  }

  .news__contents--sub--sp-photo {
    display: block;
  }

  .news__contents--sub--photo figure {
    position: unset;
  }

  .news__contents--sub--header {
    pointer-events: all;
  }
  .contents_wrapper .news__contents--main--photo {
    display: none;
  }
  .news__contents--sub--photo {
    display: block;
  }
  .contents_wrapper .news__contents--sub--photo {
    display: block;
  }
  .contents_wrapper .news__contents--main--content,
  .contents_wrapper .news__contents--sub--content {
    margin: 0 0 15px 0;
  }
}
</pre></body></html>