body {
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.m-h2-wrap {
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .m-h2-wrap {
    margin-bottom: 1.5625rem;
  }
}
.m-h2-wrap .m-h2--01 {
  margin-bottom: 0;
}
.m-h2-wrap .m-h2-sub-title {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #656565;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .m-h2-wrap .m-h2-sub-title {
    margin-top: 0.625rem;
  }
}

.c-mb--xs {
  margin-bottom: 32px;
}

.rss-link {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.75rem;
  color: #656565;
  background: #fff;
}
.rss-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_rss.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.c-rss-link {
  display: flex;
  align-items: center;
  color: #656565;
  font-size: 0.75rem;
  text-decoration: none;
}

.c-rss-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_rss.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.c-rss-link:hover {
  color: #333333;
  text-decoration: underline;
}

.c-rss-link:hover::before {
  opacity: 0.8;
}

.c-banner--col4 .m-banner__item p{
  margin-top: 4px;
  font-size: 68.75%;
  line-height: 1;
}

.m-bigcard-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .m-carousel-item-image {
    height: inherit;
}
.m-bigcard-ttl{
  font-size: 1rem;
}
.m-bigcard-text {
  font-size: 0.875rem;
}
}

.lm-content-header__container-lang-link.lm-is-active{
  color: #3865e0;
}
/*# sourceMappingURL=style.css.map */