[id*=anchor-] {
  margin-top: -104px;
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  [id*=anchor-] {
    margin-top: -64px;
    padding-top: 64px;
  }
}

.commission {
  margin-bottom: calc(8px * 17);
}
@media screen and (max-width: 959px) {
  .commission {
    margin-bottom: calc(8px * 17 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .commission {
    margin-bottom: calc(8px * 17 * 0.5);
  }
}
.commission .flowchart {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .commission .flowchart {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .commission .flowchart {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.commission .flow-txt {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .commission .flow-txt {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .commission .flow-txt {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.commission .flow-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .commission .flow-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .commission .flow-txt {
    font-size: 1.7rem;
  }
}
.commission .flow-txt .flow-em {
  font-size: 2.4rem;
  color: #83BA0D;
}
@media screen and (max-width: 767px) {
  .commission .flow-txt .flow-em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .commission .flow-txt .flow-em {
    font-size: 1.8rem;
  }
}
.commission .term-ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  .commission .term-ttl {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .commission .term-ttl {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.commission .term-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .commission .term-ttl {
    gap: 6px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .commission .term-ttl {
    gap: 5px;
    font-size: 1.8rem;
  }
}
.commission .term-ttl .ico-term {
  display: block;
  background-color: #EB831E;
  width: 24px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/term.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/term.svg");
}
@media screen and (max-width: 767px) {
  .commission .term-ttl .ico-term {
    width: 21px;
    height: 30px;
  }
}
@media screen and (max-width: 519px) {
  .commission .term-ttl .ico-term {
    width: 17px;
    height: 29px;
  }
}
.commission .tbl-txt em {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .commission .tbl-txt em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .commission .tbl-txt em {
    font-size: 1.8rem;
  }
}
.commission .tbl-txt .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 5px 8px 5px 0;
  border-radius: 9999px;
  background-color: #CE102C;
}
.commission .tbl-txt .arrow::before, .commission .tbl-txt .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 2px;
  border-radius: 9999px;
  background-color: #CE102C;
  transform-origin: calc(100% - 1px) 50%;
}
.commission .tbl-txt .arrow::before {
  transform: rotate(45deg);
}
.commission .tbl-txt .arrow::after {
  transform: rotate(-45deg);
}

.case {
  position: relative;
  padding: 32px;
  border: 1px solid #F5AB18;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .case {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    padding: 20px;
  }
}
@media screen and (max-width: 519px) {
  .case {
    padding: 12px;
  }
}
.case:not(:last-of-type) {
  margin-bottom: 22px;
}
.case .case-ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .case .case-ttl {
    font-size: 1.8rem;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.7rem;
  }
}
.case .case-ttl__num {
  margin-right: 12px;
  font-size: 2.2rem;
  color: #F5AB18;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .case .case-ttl__num {
    font-size: 2rem;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-ttl__num {
    margin-right: 0;
    font-size: 1.8rem;
  }
}
.case .case-vsl {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .case .case-vsl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .case .case-vsl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.case .formula em {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case .formula em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .case .formula em {
    font-size: 1.8rem;
  }
}
.case .total {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #CE102C;
  border: 1px solid #CE102C;
}
@media screen and (max-width: 767px) {
  .case .total {
    padding: 4px;
  }
}
.case .total em {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case .total em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .case .total em {
    font-size: 1.8rem;
  }
}
.case:nth-of-type(2) {
  border: 1px solid #EB831E;
}
.case:nth-of-type(2) .case-ttl__num {
  color: #EB831E;
}

.case-formula {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .case-formula {
    gap: 0 2px;
  }
}
@media screen and (max-width: 519px) {
  .case-formula {
    flex-direction: column;
    gap: 2px;
  }
}
.case-formula .fee-box {
  position: relative;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 519px) {
  .case-formula .fee-box {
    width: 100%;
  }
}
.case-formula .fee-box__label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 8px;
  padding: 0 6px;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .case-formula .fee-box__label {
    padding: 0 3px;
  }
}
.case-formula .fee-box__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 10px 22px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .case-formula .fee-box__value {
    padding: 8px 6px;
    font-size: 1.7rem;
  }
}
.case-formula .fee-box__value small {
  margin-left: 4px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-formula .fee-box__value small {
    margin-left: 0;
  }
}
.case-formula .fee-box.--accent {
  color: #F5AB18;
}
.case-formula .fee-box.--accent .fee-box__value {
  color: #F5AB18;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .case-formula .fee-box.--accent .fee-box__value {
    width: 160px;
  }
}
@media screen and (max-width: 519px) {
  .case-formula .fee-box.--accent .fee-box__value {
    width: 100%;
  }
}
.case-formula .fee-op {
  align-self: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .case-formula .fee-op {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .case-formula .fee-op {
    position: relative;
    top: -2px;
    transform: rotate(90deg);
  }
}

.price-tbl table {
  width: 100%;
}
.price-tbl table tr {
  display: block;
  border: 1px solid #EB831E;
}
.price-tbl table tr:not(:last-of-type) {
  margin-bottom: 12px;
}
.price-tbl table tr th {
  width: 200px;
  padding: 14px;
  background: #EB831E;
  color: #ffffff;
  font-size: 2rem;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .price-tbl table tr th {
    font-size: 1.8rem;
    width: 160px;
    padding: 10px;
  }
}
@media screen and (max-width: 519px) {
  .price-tbl table tr th {
    font-size: 1.7rem;
    width: 140px;
    padding: 8px;
  }
}
.price-tbl table tr td {
  width: calc(100% - 200px);
  padding-left: 24px;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .price-tbl table tr td {
    width: calc(100% - 160px);
    padding: 14px;
  }
}
@media screen and (max-width: 519px) {
  .price-tbl table tr td {
    width: calc(100% - 140px);
    padding: 12px;
  }
}

.glossary {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .glossary {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .glossary {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.glossary .glossary-list:not(:last-of-type) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dotted #F5AB18;
}
@media screen and (max-width: 959px) {
  .glossary .glossary-list:not(:last-of-type) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .glossary .glossary-list:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 519px) {
  .glossary .glossary-list:not(:last-of-type) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.glossary .glossary-list .glossary-ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.8rem;
}
.glossary .glossary-list .glossary-ttl .ico-glossary {
  display: block;
  background-color: #EB831E;
  width: 19px;
  height: 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/glossary.svg");
  mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/glossary.svg");
}
.glossary .glossary-list .glossary-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .glossary .glossary-list .glossary-unit {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .glossary .glossary-list .glossary-unit__dtl {
    width: 100%;
  }
}
.glossary .glossary-list .glossary-unit__vsl {
  max-width: 312px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .glossary .glossary-list .glossary-unit__vsl {
    margin-inline: auto;
  }
}
/*# sourceMappingURL=../../maps/pages/price.css.map */
