/*-----------------------------------------------------
PRICE
price_data_ver2025
-----------------------------------------------------*/
table.price_data_ver2025 {
  margin-bottom: 1em;
  border-top: 1px solid #999;
  /* PRICE::Responsive */
}
table.price_data_ver2025 th,
table.price_data_ver2025 td {
  vertical-align: top;
  padding: 0.5em 0;
  border-bottom: 1px solid #999;
}
table.price_data_ver2025 th {
  padding-top: 0.95em;
  font-size: 100%;
  width: 10em;
  font-family: "Work Sans", sans-serif;
}
table.price_data_ver2025 td ul li {
  font-size: 85%;
  line-height: 1.5;
  padding: 0.5em;
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table.price_data_ver2025 td ul li:last-child {
  border-bottom: none;
}
table.price_data_ver2025 td ul li p.name {
  width: calc(100% - 7em);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
table.price_data_ver2025 td ul li p.name span.min.cap_block {
  font-size: 75%;
  display: block;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  table.price_data_ver2025 td ul li p.name span.min.cap_block {
    margin-top: 0.125em;
  }
}
table.price_data_ver2025 td ul li p.price {
  width: 7em;
  text-align: right;
}
table.price_data_ver2025 td ul li.guide {
  border-bottom: none;
}
table.price_data_ver2025 td ul li.guide p {
  font-size: 90%;
  width: auto;
}
@media screen and (max-width: 767px) {
  table.price_data_ver2025 th,
  table.price_data_ver2025 td {
    display: block;
    padding: 0 0 0.5em;
  }
  table.price_data_ver2025 th {
    font-size: 120%;
    border: none;
    padding-top: 0.5em;
    width: auto;
  }
}

p.price_cap {
  font-size: 80%;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

body.luxe_seijo table.price_data_ver2025 th {
  color: #83997e;
}

body.luxe_plus table.price_data_ver2025 th {
  color: #6c8ba3;
}

body.candy_seijo table.price_data_ver2025 {
  border-color: #ce938d;
}
body.candy_seijo table.price_data_ver2025 th {
  color: #ce938d;
}
body.candy_seijo table.price_data_ver2025 td {
  border-color: #ce938d;
}

body.luxe_seijo table.price_data_ver2025,
body.luxe_seijo table.price_data_ver2025 th,
body.luxe_seijo table.price_data_ver2025 td {
  border-color: #83997e;
}

body.luxe_plus table.price_data_ver2025,
body.luxe_plus table.price_data_ver2025 th,
body.luxe_plus table.price_data_ver2025 td {
  border-color: #6c8ba3;
}