.c-mb--0 {
  margin-bottom: 0!important;
}

.c-mb--xs {
  margin-bottom: 32px;
}

.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 {
  margin-bottom: 80px;
}

@media screen and (min-width: 641px) {
  .c-banner--col4 .m-banner__item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .c-banner--col4 .m-banner__item:last-child {
    margin-bottom: 0;
  }
}

.m-bigcard-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-card-img {
  overflow: hidden;
}
@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;
    }

}
