@charset "UTF-8";

.news_contents__detail__content .is-style---content-border,
.column_contents__detail__content  .is-style---content-border {
  margin: 6rem 0;
  padding: 2.8rem 3.3rem;
}

.news_contents__detail__content .is-style---content-border,
.column_contents__detail__content .is-style---content-border {
  border: 1px solid #222222;
}

@media screen and (max-width: 767px) {
  .news_contents__detail__content .is-style---content-border,
  .column_contents__detail__content .is-style---content-border {
    margin: 3.2rem 0;
    padding: 1.5rem 2rem;
  }
}

.news_contents__detail__content p {
  min-height: 1em;
}

.column_contents__category__lists {
  flex-wrap: wrap;
}

.breadcrumbs__list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs__item span {
  line-height: 1.78;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    overflow-x: scroll;
  }
}

.column_contents__season__lists__item__img {
  border: 1px solid #F3EFE7;
  border-right: none;
  border-radius: 2.4rem 0 0 2.4rem;
}

@media screen and (max-width: 767px) {
  .column_contents__season__lists__item__img {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: none;
    border-radius:  2.4rem 2.4rem 0 0;
  }
}

.column_contents__list__item__img {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-right: none;
  border-radius: 2.4rem 0 0 2.4rem;
}

@media screen and (max-width: 767px) {
  .column_contents__list__item__img {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: none;
    border-radius: 2.4rem 2.4rem 0 0;
  }
}