@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");
/* About us */
.aboutus {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .aboutus {
    width: 110rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutus {
    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;
  }
}

.form table {
  border-collapse: collapse;
}

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

.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: 72%;
    padding: 2.6rem 2rem;
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}

/* Price */
.price_category {
  text-align: left;
}/*# sourceMappingURL=aboutus.css.map */