@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.contact .read {
  font-weight: 500;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact .read {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contact .read {
    font-size: 2.4rem;
  }
}
.contact .table {
  margin-top: 25px;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 874px;
}
@media screen and (min-width: 1025px) {
  .contact .table {
    padding-bottom: 20px;
    margin-top: 80px;
  }
}
.contact .table tr, .contact .table tbody, .contact .table th, .contact .table td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contact .table tr, .contact .table tbody, .contact .table th, .contact .table td {
    display: table-cell;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .contact .table tbody, .contact .table tr {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contact .table th {
    width: 194px;
  }
}
@media screen and (min-width: 1025px) {
  .contact .table td {
    width: calc(100% - 194px);
  }
}
.contact .table .error {
  color: #FF6130;
}
.contact.confirm th {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 1025px) {
  .contact.confirm th {
    padding-bottom: 30px;
  }
}
.contact.confirm th, .contact.confirm td {
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .contact.confirm th, .contact.confirm td {
    padding-bottom: 60px;
  }
}
.contact.thanks .read {
  font-weight: bold;
  line-height: 1.5;
}
.contact.thanks .read + p {
  margin-top: 22px;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact.thanks .read + p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contact.thanks .read + p {
    font-size: 2.4rem;
    margin-top: 67.5px;
  }
}

.thnks-line01 {
  font-size: 2.8rem;
  font-weight: bold;
}

.thnks-line02 {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
}/*# sourceMappingURL=contact.css.map */