.wbr {
  display: inline-block;
}

.price_warranty_point {
  display: flex;
  gap: 24px;
  list-style: none;
}
@media (max-width: 767px) {
  .price_warranty_point {
    flex-direction: column;
  }
}

.price_warranty_point > * {
  flex: 1 1 33%;
}
.price_warranty h2 {
  color: rgba(0, 65, 47, 1);
  margin: 20px auto;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 50px;
  width: fit-content;
  padding: 16px 36px;
}

.price_warranty_point h3 {
  /* background-color: rgba(0, 156, 154, 0.1); */
  text-align: center;
  /* color: rgba(0, 156, 154, 1); */
  margin: 20px 10px;
  padding: 10px 0;
}

.price_warranty_point img {
  width: 130px;
}

.price_warranty_point p {
  margin: 10px;
}
.price_warranty_point .creditcard {
  width: 100%;
}
.price_warranty_point h3 {
  text-align: center;
  color: rgb(44, 59, 59);
  padding: 16px 16px;
  margin: 64px auto 0 auto;
}
/*料金表*/
@media (max-width: 766px) {
  .price_table_overflow {
    width: 100%;
    overflow: auto;
  }
}
.price_table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px #eeeeee solid;
  line-height: 28px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .price_table {
    width: 600px;
    gap: 0;
  }
}
.price_table {
  list-style: none;
}
.price_table li {
  padding: 16px;
}
.price_table li button {
  display: block;
}
@media (max-width: 767px) {
  .price_table li {
    padding: 16px 0;
  }
}
.price_table li:nth-child(1) {
  flex: 0 0 240px;
  text-align: left;
  font-weight: 600;
}
.price_table li:nth-child(2) {
  flex: 0 0 auto;
  text-align: right;
}

.price_table li:nth-child(3) {
  flex: 1 1 220px;
  text-align: right;
}

@media (max-width: 767px) {
  .price_table li:nth-child(1) {
    flex: 0 0 160px;
    font-size: 15px;
  }
  .price_table li:nth-child(2) {
    flex: 0 0 150px;
    font-size: 15px;
  }

  .price_table li:nth-child(3) {
    flex: 1 1 300px;
  }
}
.price_table .price_image {
  width: 200px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.price_memo_field {
  font-size: 14px;
  padding: 16px;
}
.price_deduction_frame {
  background-color: rgba(172, 224, 255, 0.2);
  padding: 24px 24px;
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
  max-width: 860px;
  margin: 36px auto;
  text-align: center;
}
.price_deduction_frame small {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.price_deduction_frame small br {
  font-size: 14px;
  line-height: 14px;
}

details {
  display: flex;
  justify-content: flex-end;
}

details p {
  font-size: 15px;
  line-height: 160%;
}
.price dialog[open] {
  gap: 16px;
  width: 80vw;
  max-width: 800px;
  margin: auto;
  padding: 24px;
  border: 0;
}
.price dialog[open] p {
  text-align: left;
  line-height: 160%;
  font-weight: normal;
}
.price dialog[open]::backdrop {
  background: rgba(0, 0, 0, 0.5); /* 黒の50%透過 */
}

.price_table button {
  padding: 8px;
  font-size: 16px;
  appearance: none;
  border: 1px solid #eee;
  background-color: transparent;
  cursor: pointer;
  margin: 24px 0;
}
.price dialog[open] button {
  margin: 24px auto;
}
