/*---------------------------------------------
    common
---------------------------------------------*/
#mv {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  width: 100%;
}
#mv .main-ttl {
  font-size: 3.6rem;
}

#main {
  padding-top: 0;
}

/*---------------------------------------------
    contact
---------------------------------------------*/
.contact {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 24px;
  max-width: 1480px;
  padding: 64px 40px;
  width: 90%;
}
.contact.thanks .txt {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .contact.thanks .txt {
    text-align: left;
  }
}
@media screen and (max-width: 820px) {
  .contact {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.contact .txt {
  font-size: 2.2rem;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .txt {
    font-size: 1.8rem;
  }
}
.contact table {
  margin-bottom: 24px;
  width: 100%;
}
.contact table.formTable tr:last-child {
  display: none;
}
.contact table caption {
  text-align: left;
}
.contact table .required {
  color: #f00;
}
.contact table tr:first-child {
  border-top: #ccc solid 1px;
}
.contact table tr th, .contact table tr td {
  border-bottom: #ccc solid 1px;
  padding: 20px 0 18px;
}
@media screen and (max-width: 767px) {
  .contact table tr th, .contact table tr td {
    border-bottom: none;
    display: block;
  }
}
.contact table tr th {
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact table tr th {
    padding-bottom: 0;
    width: 100%;
  }
}
.contact table tr:last-child th {
  padding-top: 26px;
  vertical-align: top;
}
.contact table tr td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact table tr td {
    border-bottom: #ccc solid 1px;
    padding-top: 0;
    width: 100%;
  }
}
.contact table tr td input[type=text], .contact table tr td input[type=tel], .contact table tr td input[type=email], .contact table tr td select, .contact table tr td textarea {
  padding: 0.6rem 1.2rem 0.4rem;
  width: 100%;
}
.contact table tr td select {
  color: #777;
}
.contact table tr td .postcode {
  display: inline-block;
  margin-bottom: 10px;
}
.contact table tr td .postcode input {
  margin-left: 6px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .contact table tr td .postcode input {
    width: 80px;
  }
}
.contact table tr td.mail {
  line-height: 1.2;
}
.contact table tr td.mail .comment {
  font-size: 1.2rem;
}
.contact .btn input[type=submit], .contact .btn input[type=button] {
  background: #1E499D;
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  height: 76px;
  height: 76px;
  letter-spacing: 1px;
  line-height: 76px;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .contact .btn input[type=submit], .contact .btn input[type=button] {
    font-size: 1.4rem;
    height: 46px;
    line-height: 46px;
    width: 240px;
  }
}
.contact .btn input[type=submit][disabled] {
  cursor: default;
  opacity: 0.7;
}
.contact .btn.flex {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 680px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .contact .btn.flex {
    align-items: center;
    flex-direction: column;
  }
}
.contact .btn.flex input[type=submit], .contact .btn.flex input[type=button] {
  height: 52px;
  line-height: 52px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .contact .btn.flex input[type=submit], .contact .btn.flex input[type=button] {
    font-size: 1.4rem;
    height: 46px;
    line-height: 46px;
    width: 240px;
  }
}

#privacy {
  border: #aaa solid 1px;
  box-sizing: border-box;
  height: 210px;
  margin-bottom: 24px;
  max-width: 1480px;
  overflow-y: scroll;
  padding: 40px 50px;
  width: 100%;
}
#privacy .privacy-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#privacy .privacy-ttl .red {
  color: #f00;
  font-size: 120%;
}
#privacy .privacy-head {
  font-weight: bold;
  margin-bottom: 24px;
}
#privacy dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
#privacy dl dd {
  margin-bottom: 20px;
}
#privacy p.txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}

.consent {
  margin-bottom: 24px;
  text-align: center;
}