@charset "utf-8";



/*============================
MV
============================*/
#mv {
  background-image: url(../img/contact/mv.jpg);
}

/*============================
Scroll-driven Animations for Contact
============================*/
.sticky-parallax-header {
  background-image: url(../img/contact/mv.jpg);
}


/*============================
お問い合わせフォーム
============================*/
#contact {
  padding: 1.7rem 0 1.2rem;
}
@media screen and (max-width: 640px) {
  #contact {
    padding: 0.8rem 0 0.5rem;
  }
  #contact .common_title {
    font-size: 0.21rem;
  }
}

#contact .in {
  max-width: 10.8rem;
}

#contact .lead {
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.91;
  padding-bottom: 0.5rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  #contact .lead {
    font-size: 0.14rem;
    text-align: justify;
    padding-bottom: 0.3rem;
  }
}

#contact .privacy_doui_wrap {
  background-color: #f1f1f1;
  padding: 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  #contact .privacy_doui_wrap {
    padding: 0.15rem;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
}

#contact .privacy_doui_wrap a {
  color: #111;
  text-decoration: underline;
}

#contact table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.16rem;
  line-height: 1.91;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #contact table {
    font-size: 0.14rem;
    border-top: 0;
  }
}

#contact table th {
  width: 2rem;
  padding: 0.2rem 0;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  #contact table th {
    width: 100%;
    padding: 0.1rem;
    line-height: 1.3;
    display: block;
    border-bottom: 0;
    background-color: #f1f1f1;
    box-sizing: border-box;
  }
}

#contact table th.req::after {
  content: "必須";
  background-color: #ff0000;
  padding: 0.03rem;
  color: #fff;
  font-size: 0.11rem;
  position: absolute;
  top: 0.28rem;
  right: 0.2rem;
  line-height: 1;
  border-radius: 0.03rem;
}
@media screen and (max-width: 640px) {
  #contact table th.req::after {
    top: 50%;
    right: 0.1rem;
    transform: translateY(-50%);
  }
}

#contact table td {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #contact table td {
    width: 100%;
    padding: 0.1rem 0 0.3rem;
    display: block;
    border-bottom: 0;
  }
}

#contact table td input[type="text"],
#contact table td input[type="email"],
#contact table td input[type="tel"] {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0.08rem;
  border-radius: 0.04rem;
  background-color: #fff;
  font-size: 0.16rem;
}

#contact table td .list {
  font-size: 0.16rem;
}

#contact table td .list .txt input[type="radio"] {
  display: inline-block;
  position: relative;
  top: -0.02rem;
  margin-right: 0.08rem;
}

#contact table td textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0.08rem;
  border-radius: 0.04rem;
  background-color: #fff;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  #contact table td textarea {
    min-height: 2rem;
  }
}

#contact table td select {
  max-width: 2.4rem;
  width: 100%;
  padding: 0.08rem;
  border-radius: 0.04rem;
}

.submit_wrap {
  padding-top: 0.3rem;
  
}
@media screen and (max-width: 640px) {
  .submit_wrap {
    padding-top: 0;
    gap: 0.2rem 0;
    padding-bottom: 0.3rem;
  }
}

.submit_wrap .btn {
  width: 100%;
  max-width: 3rem;
  display: block;
  text-align: center;
  border: 0;
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2rem 0;
  border-radius: 0.06rem;
  box-shadow: 0 0.03rem rgba(0, 0, 0, 0.3);
  margin: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .submit_wrap .btn {
    font-size: 0.16rem;
  }
}

.submit_wrap .btn:hover {
  opacity: 0.7;
}

.submit_wrap .btn.-submit {
  background-color: #2272D3;
}

.submit_wrap .btn.-back {
  background-color: #999;
}