@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Price */
.price {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .price {
    width: 110rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .price {
    width: 65rem;
    margin-bottom: 15rem;
  }
}

.lead {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .lead {
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding: 0 0 7rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 2.6rem;
    line-height: 4.4rem;
    padding: 0 0 7rem;
    text-align: justify;
  }
}

.form {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .form {
    width: 110rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .form {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.price_category {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .price_category {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .price_category {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .pricelist {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .pricelist {
    padding-bottom: 8rem;
  }
}

.pricelist:last-of-type {
  padding-bottom: 0;
}

.form table {
  border-collapse: collapse;
}

.form th {
  border: dotted 1px #CCC;
  border-left: none;
  border-right: none;
  text-align: justify;
  vertical-align: middle;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .form th {
    width: 27%;
    padding: 2.6rem 3rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form th {
    width: 35%;
    padding: 2.6rem 2.4rem;
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}

.form td {
  border: dotted 1px #CCC;
  border-left: none;
  border-right: none;
  text-align: justify;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .form td {
    width: 73%;
    padding: 2.6rem 3rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form td {
    width: 65%;
    padding: 2.6rem 2.6rem;
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}/*# sourceMappingURL=price.css.map */