@charset "utf-8";
/* ====================================
Layout
==================================== */
/* 価格体系 */
.price-system-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  row-gap: 3.5rem;
}
.price-system-top-title {
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}
.price-system-merit-list {
  gap: 1.25rem;
}
.price-system-merit-list-item {
  background-color: #E8F9FA;
  border-radius: 100vh;
  border-color: #66D7DC;
  border-width: .3125rem;
  border-style: solid;
  width: 25%;
  aspect-ratio: 1 / 1;
}
.price-system-merit-label {
  color: #1A6366;
  font-size: .75rem;
  white-space: nowrap;
}
.price-system-merit-list-item .zero {
  color: #00A0A5;
  font-size: 2rem;
  line-height: 1;
}
.price-system-main-table .price-system-main-left-col {
  padding: .75rem 1rem;
  text-align: center;
}
.price-system-main-table .price-system-main-right-col {
  padding: 0 1rem .75rem;
}

.price-system-merit-list-item .yen {
  font-size: .875rem;
}
/* サービス利用の基本料金などのコンテンツ */
.price-system-main {
  row-gap: 2.5rem;
}
.price-system-main-title {
  border-left: .1875rem solid #00A0A5;
  padding: .25rem 1rem .25rem 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.price-system-main-table {
  border-top: .0625rem solid #ddd;
  border-left: .0625rem solid #ddd;
}
.table>:not(caption)>*>* {
  border-bottom-width: 0;
}
.price-system-main-table tr {
  border-bottom: .0625rem solid #ddd;
  border-right: .0625rem solid #ddd;
}
.price-system-main-table th {
  background-color: #F2F2F2;
}
.price-system-main-table .monthly-label {
  border-radius: .25rem;
  background-color: #333;
  font-size: .75rem;
  padding: .375rem .5rem;
}
.price-system-main-table .price-yen {
  color: #00A0A5;
  font-size: 1.5rem;
  line-height: 1;
}
.price-system-main-table .yen-code {
  font-size: 1rem;
}
.price-system-merit-text {
  color: #333;
  font-size: .875rem;
}
.price-system-main-annotation-list {
  font-size: .875rem;
}
.price-system-main-annotation-list li {
  position: relative;
  padding-left: 1rem;
}
.price-system-main-annotation-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
/* 料金シミュレーター */
.price-container {
  background-color: #F2FAFA;
}
.price-simulator-list {
  margin-bottom: 1rem;
}
.price-simulator-list-item {
  border-bottom: .0625rem solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.price-simulator-list-item-label {
  font-size: 1rem;
  margin-bottom: .5rem;
}
.price-simulator-list-item-col .yen {
  font-size: 1.25rem;
}
/* ラジオボタン */
.price-simulator-radio label {
  display: flex;
  align-items: center;
  gap: 0 .5rem;
  position: relative;
  padding: 1rem .75rem;
  border: .0625rem solid #ccc;
  font-weight: bold;
  background-color: #f9f9f9;
  cursor: pointer;
  color: #8C8C8C;
  line-height: 1;
}
.price-simulator-radio label:has(:checked) {
  background-color: #fff;
  border: .0625rem solid #00A0A5;
  color: #000;
}
.price-simulator-radio label::before, .price-simulator-radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.price-simulator-radio label::before {
  content: "\e836";
  font-size: 1.5rem;
  font-weight: normal;
}
.price-simulator-radio label:has(:checked)::before {
  color: #00A0A5;
  content: "\e837";
}
.price-simulator-list-item-checkbox {
  position: relative;
}
.price-simulator-col input, .price-simulator-list-item-checkbox .option {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 30%;
}
.price-simulator-list-item-col .txt {
  color: #555;
  font-size: .8125rem;
}
.price-simulator-list-item-col .form-input {
  width: 6.25rem;
  border: .0625rem solid #ccc;
  border-radius: 0;
  padding: .75rem;
}
#user-count-error {
  margin-top: .5rem;
}
.price-simulator-list-item-checkbox label::before, .price-simulator-list-item-checkbox label:has(:checked):before {
  font-size: 1.5rem;
}
.price-simulator-list-item-checkbox label::before {
  content: "\e835";
  color: #999;
}
.price-simulator-list-item-checkbox label:has(:checked):before {
  content: "\e834";
  color: #00A0A5;
}
.price-simulator-list-item-checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
.price-simulator-list-item-checkbox .yen {
  font-size: 1.125rem;
}
.price-system-top .total {
  background-color: #fff;
  padding: 1.5rem;
}
.total .total-text {
  line-height: 1;
}
.total .total-price {
  font-size: 1.125rem;
  padding-bottom: .5rem;
}
.total #total-label {
  padding-right: .5rem;
}
.total .yen-code {
  color: #00A0A5;
  font-weight: 800;
  font-size: 1.125rem;
}
.total .total-yen {
  color: #00A0A5;
  font-size: 2.25rem;
  font-weight: 800;
}
.total .greate-value-container {
  row-gap: .5rem;
}
.total .popup-great-value {
  background-color: #00A0A5;
  padding: .5rem 1rem;
  color: #fff;
}
.total .popup-great-value {
  font-size: .75rem;
  border-radius: 100vh;
}
.total .correction {
  color: #555;
  text-decoration: line-through;
  letter-spacing: -.0875;
}
/* よくあるご質問 */
.price-wrapper .p__faq__section {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2.5rem 1rem;
  row-gap: 1.5rem;
}
.price-faq-container {
  row-gap: 2rem;
}
@media (max-width: 35.9988rem) {
  /* 価格体系 */
  .price-system-main-table th {
    display: block;
    text-align: center;
    width: 100%;
  }
  .price-system-main-table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  /* 料金シミュレーター */
  .total .correction {
    padding-left: .5rem;
  }
  .total .correction-price {
    font-size: 1.375rem;
  }
  .total .correction-price .yen {
    font-size: .875rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.9988rem) {
  /* 価格体系 */
  .price-system-main {
    row-gap: 2rem;
  }
  .price-system-merit-list {
    gap: 1.5rem;
  }
  .price-system-merit-list-item {
    width: 7.5rem;
    height: 7.5rem;
  }
  .price-system-merit-label {
    font-size: .8125rem;
  }
  .price-system-merit-list-item .zero {
    font-size: 2.25rem;
  }
  .price-system-merit-list-item .yen {
    font-size: .9375rem;
  }
  /* サービス利用の基本料金などのコンテンツ */
  .price-system-main-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .price-system-main-table th, .price-system-main-table td {
    display: block;
    width: 100%;
  }
  .price-system-main-table th {
    vertical-align: text-top;
    font-size: .875rem;
  }
  .price-system-main-table .price-system-main-left-col {
    padding: .75rem 1rem;
    text-align: center;
  }
  .price-system-main-table .price-system-main-right-col {
    padding: 0 1rem .75rem;
  }
  .price-system-main-table .price-yen {
    font-size: 1.5rem;
  }
  .price-system-main-table .yen-code {
    font-size: 1.125rem;
  }
  /* 料金シミュレーター */
  .price-simulator-list-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .price-simulator-list-item-label {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .price-simulator-list-item-col .yen {
    font-size: 1.25rem;
  }
  .price-simulator-list-item-col .txt {
    font-size: .875rem;
  }
  .price-system-top .total {
    padding: 1.125rem 1.5rem;
  }
  .total .total-text {
    column-gap: 2.5rem;
  }
  .total .total-price {
    font-size: 1.125rem;
    padding: 1rem 2rem 1rem 0;
    border-right: .0625rem solid #ccc;
  }
  .total .yen-code {
    font-size: 1.25rem;
  }
  .total .total-yen {
    font-size: 2.25rem;
  }
  .total .correction {
    padding-left: .5rem;
  }
  .total .correction-price {
    font-size: 1.375rem;
  }
  .total .correction-price .yen {
    font-size: .875rem;
  }
  /* よくあるご質問 */
  .price-wrapper .p__faq__section {
    padding: 3rem 0;
    row-gap: 1.75rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9988rem) {
  /* 価格体系 */
  .price-system-merit-list {
    gap: 2.25rem;
  }
  .price-system-merit-list-item {
    border-width: .5rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  .price-system-merit-label {
    font-size: 1rem;
  }
  .price-system-merit-list-item .zero {
    font-size: 2.625rem;
  }
  .price-system-merit-list-item .yen {
    font-size: 1.125rem;
  }
  /* サービス利用の基本料金などのコンテンツ */
  .price-system-main-title {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .price-system-main-table th {
    padding: 1.25rem 1.5rem;
    width: 30%;
    vertical-align: text-top;
  }
  .price-system-main-table .price-system-main-left-col {
    width: 9.375rem;
  }
  .price-system-main-table .price-system-main-left-col, .price-system-main-table .price-system-main-right-col {
    padding: 1.25rem 1.5rem;
  }
  .price-system-main-table .price-yen {
    font-size: 1.75rem;
  }
  .price-system-main-table .yen-code {
    font-size: 1.25rem;
  }
  /* 料金シミュレーター */
  .price-simulator-list-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .price-simulator-list-item-label {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .price-simulator-list-item-col .yen {
    font-size: 1.25rem;
  }
  .price-simulator-list-item-col .txt {
    font-size: .875rem;
  }
  .price-system-top .total {
    padding: 1.5rem 2rem;
  }
  .total .total-text {
    column-gap: 2.5rem;
  }
  .total .total-price {
    font-size: 1.25rem;
    padding: 1rem 2.5rem 1rem 0;
    border-right: .0625rem solid #ccc;
  }
  .total .yen-code {
    font-size: 1.375rem;
  }
  .total .total-yen {
    font-size: 2.625rem;
  }
  .total .correction-price {
    font-size: 1.5rem;
  }
  .total .correction-price .yen {
    font-size: 1rem;
  }
  /* よくあるご質問 */
  .price-wrapper .p__faq__section {
    padding: 4rem 0;
    row-gap: 2rem;
  }
}
@media (min-width: 62rem) {
  /* 価格体系 */
  .price-system-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    row-gap: 4rem;
  }
  .price-system-merit-label {
    font-size: 1.125rem;
  }
  .price-system-top-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .price-system-merit-list-item {
    border-width: .625rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  .price-system-merit-list-item .zero {
    font-size: 3rem;
  }
  .price-system-merit-list-item .yen {
    font-size: 1.5rem;
  }
  /* サービス利用の基本料金などのコンテンツ */
  .price-system-main-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .price-system-main-table th {
    padding: 1.25rem 1.5rem;
    width: 25%;
  }
  .price-system-main-table .price-system-main-left-col {
    width: 16.25rem;
  }
  .price-system-main-table .price-system-main-left-col, .price-system-main-table .price-system-main-right-col {
    padding: 1.25rem 1.5rem;
  }
  .price-system-main-table .price-yen {
    font-size: 1.75rem;
  }
  .price-system-main-table .yen-code {
    font-size: 1.25rem;
  }
  /* 料金シミュレーター */
  .price-simulator-radio label {
    gap: 0 .5rem;
    padding: 1.125rem 1rem;
  }
  .price-simulator-list {
    margin-bottom: 1.5rem;
  }
  .price-simulator-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .price-simulator-list-item-label {
    font-size: 1.25rem;
  }
  .price-simulator-list-item-col .yen {
    font-size: 1.25rem;
  }
  .price-simulator-list-item-col .txt {
    font-size: .75rem;
  }
  .price-system-top .total {
    padding: 1.5rem 2rem;
  }
  .total .total-text {
    column-gap: 2.5rem;
  }
  .total .total-price {
    font-size: 1.25rem;
    padding: 1rem 2.5rem 1rem 0;
    border-right: .0625rem solid #ccc;
  }
  .total .total-yen, .total .yen-code {
    font-size: 2.625rem;
    letter-spacing: -1.4px;
  }
  .total .correction-price, .total .correction .yen {
    font-size: 1.75rem;
  }
  /* よくあるご質問 */
  .price-wrapper .p__faq__section {
    padding: 5rem 0;
    row-gap: 2.5rem;
  }
  .price-faq-container {
    row-gap: 2.5rem;
  }
}