@charset "utf-8";

/* =============================================================

fee parts




















*  ============================================================= */

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__wrapper {
  border-bottom: 1px solid #bebcb3;
  border-top: 1px solid #bebcb3;
  padding: 20px 0;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  background: #5d6960;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}

.fee__label.mt {
  margin-top: 40px;
}

.fee__label.private {
  background: #458053;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__wrappingText {
  margin-top: 20px;
  padding: 24px;
  background-color: #edebe2;
  border-radius: 10px;
}

.fee__wrappingText-text {
  line-height: 1.8;
}

.fee__wrappingText-text + .fee__wrappingText-text {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .fee__wrappingText-text + .fee__wrappingText-text {
    padding-top: 8px;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__tax {
  margin-top: 10px;
  font-size: 1.4rem;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fee__creditcard {
  width: 80%;
  margin: 20px auto 0;
}

@media (min-width: 1024px) {
  .fee__creditcard {
    max-width: 240px;
    margin: 20px 0 0;
  }
}

/* =============================================================

fee__insurance




















*  ============================================================= */

.fee__insurance {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fee__insurance-list {
  width: 64%;
}

.fee__insurance-list li {
  margin-bottom: 16px;
}

.fee__insurance-list li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fee__insurance-list {
    width: calc(100% - 144px);
  }
}

/* =============================================================

fee__private




















*  ============================================================= */

.fee__private {
  width: 100%;
}

.fee__private-title {
  margin-top: 12px;
  font-size: 2.4rem;
}

.fee__private-subtitle {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.fee__list {
  margin-top: 40px;
}

.fee__item {
  display: block;
  padding: 20px 0 40px;
  border-top: 1px solid #deded8;
}

.fee__item:last-of-type {
  padding: 20px 0;
}

.fee__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fee__name {
  font-size: 1.7rem;
  line-height: 1.6;
}

.fee__price {
  width: 40%;
  font-size: 2rem;
}

.fee__price span {
  font-size: 1.6rem;
}

.fee__desc {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
