.page-titlebox {
  text-align: center;
  border: 4px solid #e4007f;
  padding: 2em 1em;
}

.page-titlebox__title {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
}

.page-titlebox__text {
  margin: .5em auto;
  font-weight: 700;
}

.page-titlebox__price {
  color: #000;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .page-titlebox__title {
    font-size: 15px;
  }

  .page-titlebox__text {
    font-size: 12px;
  }

  .page-titlebox__price {
    font-size: 15px;
  }

  .page-titlebox__price strong {
    font-size: 20px;
  }
}

@media screen and (min-width:768px) {
  .page-titlebox__title {
    font-size: 18px;
  }

  .page-titlebox__text {
    font-size: 15px;
  }

  .page-titlebox__price {
    font-size: 18px;
  }

  .page-titlebox__price strong {
    font-size: 28px;
  }
}

.page-table {
  width: 100%;
  font-size: 16px;
  border: 2px solid #cdcdcd;

  th,
  td {
    text-align: left;
    padding: 1em 1em;
  }

  th {
    background: #fce5f2;
  }

  td {
    color: #737373;
  }
}

.page-table.typeCenter {
  color: #303030;

  th,
  td {
    font-weight: bold;
    text-align: center;
  }

  small {
    font-size: 100%;
    font-weight: normal;
  }
}

.page-table th.bgColor-lightGray,
.page-table td.bgColor-lightGray {
  background: #f3f3f3;
}

.page-table__th {
  width: 13em;
}

.page-table td.page-table__td {
  background: #fce5f2;
  color: #303030;
}

.page-table td.page-table__td--sm {
  color: #303030;
}

.page-table td.page-table__price {
  font-size: 14px;
  color: #303030;
}

.page-table__textlg {
  font-size: 24px;
  color: #e4007f !important;
}
@media screen and (max-width:767px) {
  .page-table__textlg {
    font-size: 14px;
    color: #e4007f !important;
  }

  .page-table td.page-table__price {
    font-size: 9px;
    color: #303030;
  }
}

.page-table .table-row td span {
  color: #303030;
}

.page-table .table-row td small {
  display: block;
  text-align: center;
  line-height: 1.2
}


@media screen and (max-width:767px) {
  .page-table {
    width: auto;
    font-size: 12px;

    th,
    td {
      text-align: left;
      padding: .5em .5em;
    }
  }

  .page-table__th {
    width: 7.5em;
  }

  .page-table .table-row td small {
    font-size: 75%;
  }

  .page-table th.is-title {
    white-space: normal;
    line-height: 1.3333;
    text-align: left;
  }
}


.page-tab {}

.page-tab__btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.page-tab__btn__li {
  appearance: none;
  border: none;
  background: #fff;
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  padding: 1.25em .5em;
  position: relative;
  transition: opacity .3s ease;
  border: 4px solid #fff;

  &:hover {
    border: 4px solid #e4007f;
    transition: border .3s ease;
  }
}

.page-tab__btn__li.is-show {
  background: #e4007f;
  color: #fff;
  border: 4px solid #e4007f;

  &:hover {
    border: 4px solid #e4007f;
  }

  &::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #e4007f transparent transparent transparent;
    transform: rotate(0deg);
  }
}

.page-tab__trg {
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .page-tab__trg {
    margin-top: 20px;
  }
  .page-tab__btn__li {
    font-size: 12px;
    padding: 1em .5em;
  }
}

.uqv2-parts-accordion2024+.uqv2-parts-accordion2024 {
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .uqv2-parts-accordion2024+.uqv2-parts-accordion2024 {
    margin-top: 10px;
  }
}

.uqv2-parts-accordion2024 {
  background: #fff;
  border: none;
}

.uqv2-parts-accordion2024__btn {
  padding-left: 2em;
  padding-right: 2em;
}

.uqv2-parts-accordion2024__btn::after {
  right: 1em;
}

.page-accordion {
  padding-left: 1em;
  padding-right: 1em;
}

.page-accordioninner {
  padding: 1.5em 1em;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .uqv2-parts-accordion2024__btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-accordion {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-accordioninner {
    padding: 1em 10px;
    border-top: 1px solid #ccc;
  }
}
