#pageMv::after {
  content: "CONTACT";
}

#contact .page_mainDes {
  padding-bottom: 60px;
}
#contact .footer_tel_contact {
  padding: 0;
  text-align: center;
}
#contact .footer_tel_contact .footer_tel_wrap {
  border: solid 1px #1695d4;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}
#contact #contactForm {
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  #contact #contactForm {
    padding: 50px 0 30px;
  }
}
#contact #contactForm .inner {
  max-width: 800px;
}
#contact #contactForm .Form-Item {
  border-bottom: solid 1px #1695d4;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contact #contactForm .Form-Item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#contact #contactForm .Form-Item .Form-Item-answer {
  font-weight: normal;
}
#contact #contactForm .Form-Item-Label {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  #contact #contactForm .Form-Item-Label {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #contact #contactForm .Form-Item-Label {
    font-size: 1.6rem;
  }
}
#contact #contactForm .Form-Item-Label span {
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  margin-left: 30px;
  background: #d41616;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #contact #contactForm .Form-Item-Label span {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #contact #contactForm .Form-Item-Input-wrap {
    font-size: 1.6rem;
  }
}
#contact #contactForm .Form-Item-Input-wrap input, #contact #contactForm .Form-Item-Input-wrap textarea {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  color: #000;
  letter-spacing: 0.075em;
}
#contact #contactForm .Form-Item-Input-wrap p {
  color: #d41616;
  margin-bottom: 5px;
}
#contact #contactForm .Form-Item .error {
  color: #d41616;
  margin-bottom: 5px;
}
#contact #contactForm .name .Form-Item-Input-wrap, #contact #contactForm .kana .Form-Item-Input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  #contact #contactForm .name .Form-Item-Input-wrap, #contact #contactForm .kana .Form-Item-Input-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#contact #contactForm .name input, #contact #contactForm .kana input {
  max-width: 330px;
}
@media (max-width: 960px) {
  #contact #contactForm .name input, #contact #contactForm .kana input {
    width: 100%;
    max-width: inherit;
    margin-top: 5px;
  }
}
#contact #contactForm .name input:first-child, #contact #contactForm .kana input:first-child {
  padding-right: 20px;
}
@media (max-width: 960px) {
  #contact #contactForm .name input:first-child, #contact #contactForm .kana input:first-child {
    margin-bottom: 0px;
  }
}
#contact #contactForm .post input {
  width: 180px;
}
@media (max-width: 768px) {
  #contact #contactForm .post input {
    width: 100px;
  }
}
#contact #contactForm .tel input {
  max-width: 400px;
}
#contact #contactForm .textarea {
  border-bottom: none;
}
#contact #contactForm .textarea textarea {
  min-height: 180px;
}
#contact #consent-chk label {
  background: #e6f1f7;
}
#contact #consent-chk a {
  display: block;
}
#contact .privacyLink {
  border-bottom: solid 1px #000;
}
#contact .privacyLink:hover {
  border-bottom: solid 1px #e6f1f7;
}

.btn-group {
  text-align: center;
}
.btn-group p {
  background: #e6f1f7;
  text-align: center;
  padding: 15px 0;
}
.btn-group button, .btn-group .topBtn a {
  display: inline-block;
  text-align: center;
  margin-top: 80px;
  padding: 30px 0;
  max-width: 400px;
  background: #1695d4;
  width: 100%;
  border: solid 1px #1695d4;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-group button:hover, .btn-group .topBtn a:hover {
  background: #fff;
  color: #1695d4;
}
@media (max-width: 768px) {
  .btn-group button, .btn-group .topBtn a {
    margin-top: 40px;
  }
}
.btn-group button[disabled] {
  background: #cccccc;
  border: solid 1px #cccccc;
  cursor: inherit;
  pointer-events: none;
}

#thanks {
  padding: 50px 0 0;
}
#thanks .page_mainDes {
  text-align: center;
  padding: 60px 0 0;
}
#thanks .page_mainDes h2 {
  color: #1695d4;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #thanks .page_mainDes h2 {
    font-size: 3rem;
  }
}
#thanks .page_mainDes p {
  text-align: center;
  max-width: inherit;
}