@charset "UTF-8";
/*
# =================================================================
# お問い合わせ
# =================================================================*/
#contact .pagetop {
  bottom: 90px;
}
#contact .boxForm {
  padding: 150px 0;
  background: #f5f5f5;
  border-bottom: 15px solid #00aeeb;
}
#contact .boxForm .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#contact .boxForm .inner > p {
  margin: 0 0 60px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#contact .boxForm .inner form dl {
  margin: 0 0 75px 0;
  border-top: 1px solid #00aeeb;
  display: flex;
  flex-wrap: wrap;
}
#contact .boxForm .inner form dl dt {
  width: 250px;
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb;
}
#contact .boxForm .inner form dl dd {
  width: calc(100% - 250px);
  padding: 35px 0;
  border-bottom: 1px solid #00aeeb;
}
#contact .boxForm .inner form dl dd input {
  width: 100%;
  padding: 10px;
  background: #fff;
}
#contact .boxForm .inner form dl dd textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: #fff;
}
#contact .boxForm .inner form .boxPrivacy h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea {
  height: 230px;
  margin: 0 0 40px 0;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  overflow-y: scroll;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea > p {
  margin: 0 0 35px 0;
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 {
  margin: 0 0 35px 0;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea .box1:nth-last-of-type(1) {
  margin: 0;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 h3 {
  font-weight: 700;
  color: #e95541;
  text-align: left;
  line-height: 1.8;
}
#contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#contact .boxForm .inner form .boxPrivacy .consent {
  margin: 0 0 70px 0;
  text-align: center;
}
#contact .boxForm .inner form .boxPrivacy .consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
  top: -3px;
}
#contact .boxForm .inner form .boxPrivacy .consent input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00aeeb;
  border: 3px solid #fff;
}
#contact .boxForm .inner form .boxPrivacy .consent label {
  font-weight: 700;
  color: #00aeeb;
}
#contact .boxForm .inner form .boxPrivacy .btnSubmit {
  max-width: 300px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  background: url(../img/confirmationBtn1.svg) no-repeat left top / 300px;
  display: block;
  transition: .3s;
}
#contact .boxForm .inner form .boxPrivacy .btnSubmit:hover {
  background: url(../img/confirmationBtn1_o.svg) no-repeat left top / 300px;
}
#contact .boxForm .inner form .boxPrivacy .btnSubmit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#contact .boxForm .inner form .error {
  color: #f00;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
/* 確認画面 */
#contact.confirmation .boxForm .inner .txt1 {
  margin: 0 0 60px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#contact.confirmation .boxForm .inner form .formTable {
  width: 100%;
  margin: 0 0 70px 0;
  border-top: 1px solid #00aeeb
}
#contact.confirmation .boxForm .inner form .formTable tr th {
  width: 250px;
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb
}
#contact.confirmation .boxForm .inner form .formTable tr td {
  width: calc(100% - 250px);
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb
}
#contact.confirmation .boxForm .inner form .prevBtn {
  width: 120px;
  margin: 0 5px 0 0;
  padding: 15px 10px;
  background: #e95541;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}
#contact.confirmation .boxForm .inner form .sendBtn {
  width: 120px;
  margin: 0 0 0 5px;
  padding: 15px 10px;
  background: #e95541;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}

/* tablet */
@media screen and (max-width: 768px) {
  /* お問い合わせ */
  #contact .boxForm {
    padding: 80px 0;
  }
  #contact .boxForm .inner form dl {
    display: block;
  }
  #contact .boxForm .inner form dl dt {
    width: 100%;
    padding: 35px 0 0 0;
    border-bottom: none;
  }
  #contact .boxForm .inner form dl dd {
    width: 100%;
  }
  /* 確認画面 */
  #contact.confirmation .boxForm .inner form .formTable tr th {
    width: 100%;
    padding: 20px 0 0 0;
    border-bottom: none;
    display: block;
  }
  #contact.confirmation .boxForm .inner form .formTable tr td {
    width: 100%;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #00aeeb;
    display: block;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* お問い合わせ */
  #contact .boxForm {
    padding: 40px 0;
    border-bottom: 10px solid #00aeeb;
  }
  #contact .boxForm .inner > p {
    margin: 0 0 20px 0;
    font-size: 4vw;
    text-align: left;
  }
  #contact .boxForm .inner form dl {
    margin: 0 0 30px 0;
  }
  #contact .boxForm .inner form dl dt {
    padding: 20px 0 0 0;
    font-size: 4vw;
  }
  #contact .boxForm .inner form dl dd {
    padding: 20px 0;
    font-size: 4vw;
  }
  #contact .boxForm .inner form dl dd textarea {
    height: 200px;
  }
  #contact .boxForm .inner form .boxPrivacy h3 {
    font-size: 4vw;
  }
  #contact .boxForm .inner form .boxPrivacy .confirmationArea {
    margin: 0 0 30px 0;
    padding: 10px;
  }
  #contact .boxForm .inner form .boxPrivacy .confirmationArea > p {
    margin: 0 0 30px 0;
    font-size: 4vw;
  }
  #contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 {
    margin: 0 0 30px 0;
  }
  #contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 h3 {
    margin: 0 0 10px 0;
    font-size: 4vw;
  }
  #contact .boxForm .inner form .boxPrivacy .confirmationArea .box1 p {
    font-size: 4vw;
  }
  #contact .boxForm .inner form .boxPrivacy .consent {
    margin: 0 0 30px 0;
  }
  #contact .boxForm .inner form .boxPrivacy .consent label {
    font-size: 4vw;
  }
  /* 確認画面 */
  #contact.confirmation .boxForm .inner .txt1 {
    margin: 0 0 20px 0;
    font-size: 4vw;
    text-align: left;
  }
  #contact.confirmation .boxForm .inner form .formTable {
    margin: 0 0 50px 0;
  }
  #contact.confirmation .boxForm .inner form .formTable tr th {
    font-size: 4vw;
  }
  #contact.confirmation .boxForm .inner form .formTable tr td {
    font-size: 4vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 350px) {
  /* お問い合わせ */
  #contact .boxForm .inner form .boxPrivacy .btnSubmit {
    max-width: 250px;
    height: 47px;
    background: url(../img/confirmationBtn1.svg) no-repeat left top / 250px;
  }
}

/* mobile S */
@media screen and (max-width: 320px) {
}
