@charset "UTF-8";
/*===================================

メインビジュアル

===================================*/
.mainvisual {
  background: url(./../assets/img/supplement/mv_bg_ver2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 667px) {
  .page__heading span.-en {
    max-width: 80px;
  }
}
/*===================================

共通

===================================*/
.content__heading1 {
  position: relative;
}
.content__heading1 .label {
  background-color: #B9A88C;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 5px 10px;
  width: 100%;
  max-width: 148px;
  min-height: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.supplement__heading1 {
  color: #B9A88C;
  font-weight: 600;
  font-size: var(--font-size-lg);
  font-family: var(--font-YuMincho);
}
.supplement__heading1 span {
  margin-right: 50px;
  display: inline-block;
}

.supplement-list {
  border: 1px solid #747474;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.supplement-list__group {
  width: 33.3333333333%;
}
.supplement-list__item {
  display: flex;
  justify-content: space-between;
}
.supplement-list__item dt {
  font-weight: 600;
}
.supplement-list__item dt,
.supplement-list__item dd {
  width: 50%;
  text-align: center;
  padding: 10px;
  font-family: var(--font-YuMincho);
  font-size: var(--font-size-sm);
}
.supplement-list__item:not(:last-child) dt,
.supplement-list__item:not(:last-child) dd {
  border-bottom: 1px solid #747474;
}
.supplement-list__item:nth-child(even) dt,
.supplement-list__item:nth-child(even) dd {
  background-color: rgba(185, 168, 140, 0.3);
}

.supplement-list__group.-group1 .supplement-list__item,
.supplement-list__group.-group2 .supplement-list__item {
  border-right: 1px solid #747474;
}

.frame1 .content__list dt {
  color: #B9A88C;
  font-weight: 600;
}

.supplement-item1 .content__text {
  letter-spacing: 0.1em;
}

.supplement-item2 .content__img {
  max-width: 480px;
}

@media screen and (max-width: 834px) {
  .supplement-list {
    flex-direction: column;
  }
  .supplement-list__group {
    width: 100%;
  }
  .supplement-list__item:last-child dt,
  .supplement-list__item:last-child dd {
    border-bottom: 1px solid #747474;
  }
  .supplement-list__item:nth-child(even) dt,
  .supplement-list__item:nth-child(even) dd {
    background-color: rgba(185, 168, 140, 0.3);
  }
  .supplement-list__item:nth-child(even).-sp-border-none dt,
  .supplement-list__item:nth-child(even).-sp-border-none dd {
    border-bottom: none;
  }
  .supplement-list__group.-group1 .supplement-list__item,
  .supplement-list__group.-group2 .supplement-list__item {
    border-right: none;
  }
  .supplement-list__group.-group2 .supplement-list__item:nth-child(odd) dt,
  .supplement-list__group.-group2 .supplement-list__item:nth-child(odd) dd {
    background-color: rgba(185, 168, 140, 0.3);
    border-bottom: 1px solid #747474;
  }
  .supplement-list__group.-group2 .supplement-list__item:nth-child(even) dt,
  .supplement-list__group.-group2 .supplement-list__item:nth-child(even) dd {
    background-color: transparent;
  }
}
@media screen and (max-width: 667px) {
  .content__heading1 {
    position: relative;
  }
  .content__heading1 .label {
    font-size: 16px;
    padding: 5px 10px;
    width: auto;
    max-width: none;
    min-height: auto;
  }
  .supplement-item1 .content__img {
    max-width: 200px;
  }
  .supplement-item2 .content__img {
    max-width: 230px;
  }
}/*# sourceMappingURL=style.css.map */
