@charset "utf-8";
/*----------------------------------------------------------------------------------------------------

  料金
  
----------------------------------------------------------------------------------------------------*/
.price-kakuyasu img {
  width: auto;
  height: 1.2em;
  vertical-align: baseline;
  margin-bottom: -0.2em;
  margin-right: 0.5rem;
}
.price-kakuyasu__line {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.price-kakuyasu__line:after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: var(--color-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

/*----------------------------------------------------------------------------------------------------

  料金例
  
----------------------------------------------------------------------------------------------------*/
.price-ex-box:not(:last-of-type) {
  padding-bottom: var(--block-space-s);
}
.price-ex {
  padding: var(--box-space-s);
  background-color: #f9e4c2;
}
.price-ex-kouki {
  display: inline-block;
  line-height: 1;
  background-color: var(--color-dyellow);
  border-radius: 1.8em;
  font-family: var(--ff-noto);
  font-weight: 500;
  font-size: var(--fs-2s);
  padding: 0.4em 1.25em;
}
.price-ex-kei {
  min-width: 480px;
  display: flex;
}
.price-ex-kei .col {
  flex-grow: 1;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  text-align: center;
}
.price-ex-kei .colB {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
}
.price-ex-kei .plus,
.price-ex-kei .equal {
  width: 3em;
  display: block;
  position: relative;
}
.price-ex-kei .plus:before,
.price-ex-kei .plus:after,
.price-ex-kei .equal:before,
.price-ex-kei .equal:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #000;
}
.price-ex-kei .plus:before,
.price-ex-kei .equal:before,
.price-ex-kei .equal:after {
  width: 1.25em;
  height: 4px;
}
.price-ex-kei .plus:after {
  width: 4px;
  height: 1.25em;
}
.price-ex-kei .equal:before {
  margin-top: -4px;
}
.price-ex-kei .equal:after {
  margin-top: 6px;
}
.price-ex-kei .col--item {
  white-space: nowrap;
}
.price-ex-kei .col--total {
  border: 3px solid var(--color-orange);
}
.price-ex-kei .price {
  font-family: var(--ff-noto);
  font-weight: 900;
  color: var(--color-red);
}
.price-ex-kei .col--item .price {
  line-height: 1.2;
  font-size: var(--fs-3l);
}
.price-ex-kei .col--total .price {
  line-height: 1;
  font-size: var(--fs-4l);
}
.price-ex-kei .price small {
  display: inline-block;
  color: var(--color-red);
  font-weight: 700;
  font-size: var(--fs-min);
  margin-left: 0.25rem;
}
.price-ex-kei .bikou {
  display: inline-block;
  font-weight: 400;
  font-size: var(--fs-2s);
}
@media print, screen and (min-width:641px) {
  .price-ex {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media screen and (max-width:640px) {
  .price-ex-box .p-box__hd {
    border-radius: 0;
  }
}
