.p-price {
  --color-price: #00a0e9;
  --titlecolor: var(--color-price);
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .p-price {
    padding: 8rem 0;
  }
}
.p-price__section {
  border: 1px solid var(--color-price);
}
.p-price__section:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-price__section:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}
.p-price__section .box-ttl {
  padding: 1.6rem 1.5rem;
  background: var(--color-price);
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-price__section .box-ttl {
    padding: 4.6rem 7.2rem 3.2rem 8rem;
  }
}
.p-price__section .box-ttl__name {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  gap: 0.5rem;
  display: flex;
}
@media (min-width: 768px) {
  .p-price__section .box-ttl__name {
    align-items: center;
    font-size: 3rem;
  }
}
.p-price__section .box-ttl__name .c-unit {
  font-weight: 400;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .p-price__section .box-ttl__name .c-unit {
    margin-top: 0.5rem;
    width: 3.8rem;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-price__section .box-ttl__name .c-unit {
    line-height: 1.5;
    display: inline-block;
    border-radius: 0.3rem;
    width: 1.9rem;
    height: 1.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
    vertical-align: top;
    margin-top: 0.6rem;
    margin-right: 0.2rem;
  }
}
.p-price__section .box-ttl.is-active:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-price__section .box-ttl:after {
  position: absolute;
  content: "";
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/ic_right_2.png) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-price__section .box-ttl:after {
    right: 4rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.p-price__section .box-ttl__status {
  font-size: 1rem;
  font-weight: 500;
  width: 8rem;
  height: 2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #925e9a;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-price__section .box-ttl__status {
    width: 16rem;
    height: 4rem;
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.p-price__section .box-content {
  padding: 3.3rem 1.5rem;
}
@media (min-width: 768px) {
  .p-price__section .box-content {
    padding: 7.7rem;
  }
}
.p-price__sub {
  margin-bottom: 3.6rem;
}
@media (min-width: 768px) {
  .p-price__sub {
    margin-bottom: 7.6rem;
  }
}
.p-price__row:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-price__row:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-price__ttl {
  color: var(--color-price);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .p-price__ttl {
    font-size: 2.4rem;
  }
}
.p-price__des {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-price__des {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}
.p-price__txt {
  line-height: 1.5384615385;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-price__txt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.p-price__note {
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-left: 1.5rem;
  margin-top: 1rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-price__note {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-top: 1.2rem;
    margin-left: 1.5rem;
    text-align: left;
  }
}
.p-price__note.mrg0 {
  margin-top: 0;
}
.p-price__note.mrg-left {
  margin-left: 0;
}
.p-price__note .underline {
  text-decoration: none;
  border-bottom: 1px solid #ababab;
}
@media (min-width: 768px) {
  .p-price__note.center {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .p-price__note .ic_star {
    margin-right: 0;
  }
}
.p-price__note .line {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-price__scroll {
    overflow: hidden;
  }
}
.p-price .tbl-price {
  border: 0.1rem solid var(--color-price);
  width: 100%;
}
@media (max-width: 767px) {
  .p-price .tbl-price {
    width: 77rem;
  }
}
.p-price .tbl-price .line {
  text-decoration: underline;
}
.p-price .tbl-price.top td {
  vertical-align: top;
}
.p-price .tbl-price thead th {
  background: #f5fcff;
}
.p-price .tbl-price thead th .num {
  color: #2e2e2e;
}
.p-price .tbl-price th,
.p-price .tbl-price td {
  border: 0.1rem solid var(--color-price);
  font-size: 1.2rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-price .tbl-price th,
  .p-price .tbl-price td {
    font-size: 1.6rem;
  }
}
.p-price .tbl-price th {
  color: var(--color-price);
  font-weight: 600;
  height: 5.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-price .tbl-price th {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price th:first-child {
    width: 8rem;
  }
}
.p-price .tbl-price td {
  font-weight: 500;
  line-height: 1.7;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .p-price .tbl-price td {
    line-height: 1.5;
    padding: 2.5rem;
  }
}
.p-price .tbl-price td:first-child {
  background: #f5fcff;
  color: var(--color-price);
  text-align: center;
}
.p-price .tbl-price td.none-bg {
  background: none;
  text-align: left;
  color: #2e2e2e;
}
.p-price .tbl-price td.top {
  vertical-align: top;
}
.p-price .tbl-price td.fnt-13 {
  line-height: 1.5384615385;
  font-size: 1.3rem;
  vertical-align: middle;
}
.p-price .tbl-price td p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-price .tbl-price td p.mrg-top {
  margin-top: 1.5rem;
}
.p-price .tbl-price__row:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .p-price .tbl-price.tbl01 {
    width: 60rem;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl01 th:nth-child(2), .p-price .tbl-price.tbl01 th:nth-child(3) {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl01 td:last-child {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl02 {
    width: 90rem;
  }
}
.p-price .tbl-price.tbl02 td,
.p-price .tbl-price.tbl02 th {
  font-size: 1.3rem;
}
.p-price .tbl-price.tbl02 tr {
  border-top: 1px dashed var(--color-price);
}
@media (min-width: 768px) {
  .p-price .tbl-price.tbl02 th:first-child {
    width: 10rem;
  }
}
.p-price .tbl-price.tbl02 th:nth-child(7) {
  width: 14rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-price .tbl-price.tbl02 th:nth-child(7) {
    width: 13rem;
  }
}
.p-price .tbl-price.tbl02 th:last-child {
  width: 23rem;
}
.p-price .tbl-price.tbl02 td {
  letter-spacing: 0.12em;
  text-align: center;
  border: none;
  border-right: 1px solid var(--color-price);
}
@media (min-width: 768px) {
  .p-price .tbl-price.tbl02 td {
    padding: 2rem 0.3rem;
  }
}
.p-price .tbl-price.tbl02 td .empty {
  color: var(--color-price);
  font-weight: 500;
}
.p-price .tbl-price.tbl02 td:last-child {
  text-align: left;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl02 td {
    padding: 1.5rem 1rem;
  }
}
.p-price .tbl-price.tbl02.tbl04 th:first-child {
  width: 10%;
}
.p-price .tbl-price.tbl02.tbl05 th,
.p-price .tbl-price.tbl02.tbl05 td {
  font-size: 1.6rem;
}
.p-price .tbl-price.tbl02.tbl05 th:last-child {
  width: 30rem;
}
.p-price .tbl-price.tbl02.tbl05 tr:nth-child(2n) {
  border-bottom: 1px solid var(--color-price);
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl02.tbl05 td {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl02.tbl05 th:first-child {
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl03 th:first-child {
    width: 14rem;
  }
}
.p-price .tbl-price.tbl03 td {
  text-align: left;
}
@media (min-width: 768px) {
  .p-price .tbl-price.tbl03 td {
    padding: 2.4rem;
  }
}
.p-price .tbl-price.tbl03 td:first-child {
  background: none;
  color: #2e2e2e;
}
.p-price .tbl-price.tbl03 td:last-child {
  vertical-align: middle;
}
.p-price .tbl-price.tbl03 td .mrg-left {
  margin-left: -1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl07 th:first-child {
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .p-price .tbl-price.tbl07 td {
    padding: 1.7rem;
  }
}
@media (max-width: 575px) {
  .p-price .tbl-price.tbl06 {
    width: 58rem;
  }
}
.p-price__img {
  margin-top: 3.2rem;
  text-align: center;
}

.c-unit {
  background: #008765;
  letter-spacing: 0;
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  height: 1.8rem;
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.8rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .c-unit {
    border-radius: 0.4rem;
    height: 2.4rem;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=price.css.map */