@charset "UTF-8";
/* ブレイクポイントの定義 */
.price-archive .bread {
  margin-top: 0;
}
.price-archive .p-common-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.price-list {
  margin-inline: auto;
  width: 100%;
}
.price-list__ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(#06DAD7), to(#00C0BD));
  background: linear-gradient(to bottom, #06DAD7, #00C0BD);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7rem;
  padding-inline: 2rem;
  font-size: 2.8rem;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .price-list__ttl {
    font-size: 2rem;
    height: 6rem;
  }
}
.price-list__ttl::before, .price-list__ttl::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.price-list__ttl::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.price-list__ttl.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.price-list__details {
  margin-bottom: 4rem;
  display: none;
}

.p-price-remarks {
  margin-top: 4rem;
}
.p-price-remarks__ttl {
  font-size: 1.6rem;
  color: #1E2B38;
  padding-left: 1.7rem;
  position: relative;
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-price-remarks__ttl::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background-color: #00C0BD;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-price-remarks__table tr, .p-price-remarks__table th, .p-price-remarks__table td {
  border: solid 1px #ECECEC;
  color: #2F3537;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-price-remarks__table tr, .p-price-remarks__table th, .p-price-remarks__table td {
    font-size: 1.2rem;
  }
}
.p-price-remarks__table th, .p-price-remarks__table td {
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price-remarks__table th, .p-price-remarks__table td {
    padding: 1.5rem 1rem;
  }
}
.p-price-remarks__table th {
  background-color: #F6FAFB;
  width: 29rem;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-price-remarks__table th {
    width: 12.7rem;
  }
}
.p-price-remarks__annotation {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .p-price-remarks__annotation {
    font-size: 1.2rem;
  }
}