@charset "UTF-8";
.news-guide {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  touch-action: manipulation;
}
.news-guide img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.news-guide a {
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
.news-guide a:hover {
  opacity: 1;
}
.news-guide a img {
  transition: transform 0.2s ease;
  will-change: transform;
}
@media (any-hover: hover) {
  .news-guide a img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.news-guide a img.is-active {
  transition: transform 0.05s ease-out;
  transform: scale(1.05);
}
.news-guide .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.news-guide p {
  font-family: "noto-sans";
}
.news-guide p span {
  display: inline-block;
}
.news-guide button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.news-guide button:hover {
  opacity: 1;
}
.news-guide figure {
  margin: 0;
}

.news-guide .news-guide__inner .news-title {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .news-guide .news-guide__inner .news-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news-guide .news-guide__inner .news-title h2 {
  text-align: center;
  font-size: 20px;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .news-guide .news-guide__inner .news-title h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .news-guide .news-guide__inner .news-title h2 {
    font-size: 32px;
  }
}
.news-guide .news-guide__inner .guide-contents {
  padding: 25px 15px;
}
@media screen and (min-width: 768px) {
  .news-guide .news-guide__inner .guide-contents {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.news-guide .news-guide__inner .guide-contents .news-content {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .news-guide .news-guide__inner .guide-contents .news-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news-guide .news-guide__inner .guide-contents .news-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .news-guide .news-guide__inner .guide-contents .news-content h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.news-guide .news-guide__inner .guide-contents .news-content p {
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .news-guide .news-guide__inner .guide-contents .news-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.news-guide .news-guide__inner .guide-contents .news-content .news-date {
  font-family: "untitled-sans", sans-serif;
  color: rgb(90, 90, 90);
  line-height: 2.5;
  padding-left: 2px;
}
.news-guide .news-guide__inner .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 10% 0 40px;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.news-guide .news-guide__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.news-guide .news-guide__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.news-guide .news-guide__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
@media (any-hover: hover) {
  .news-guide .news-guide__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.news-guide .news-guide__inner .b-actions .b-actions-item .b-button_ext .b-button.is-active {
  transition: all 0s !important;
  background: #000;
  color: #fff;
}/*# sourceMappingURL=NEWS-GUIDE_20260109.css.map */