@charset "UTF-8";
/*===============================
scss 変数ファイル
================================*/
/*
カラー
================================*/
/*
メディアクエリ
================================*/
#contact .pageHeading {
  background-image: url(../../images/page/contact/contact_back.jpg);
}
#contact .sec01 .note {
  line-height: 1.8em;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .note {
    text-align: center;
  }
}
#contact .sec01 .wpcf7 {
  max-width: 800px;
  margin: auto;
}
#contact .sec01 .wpcf7 .container dl:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .container dl:not(:first-child) {
    margin-top: 50px;
  }
}
#contact .sec01 .wpcf7 .container dl dt {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .container dl dt {
    font-size: 1.8rem;
  }
}
#contact .sec01 .wpcf7 .container dl dd {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .container dl dd {
    margin-top: 20px;
  }
}
#contact .sec01 .wpcf7 .container dl dd input[type=text],
#contact .sec01 .wpcf7 .container dl dd input[type=email],
#contact .sec01 .wpcf7 .container dl dd textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .container dl dd input[type=text],
  #contact .sec01 .wpcf7 .container dl dd input[type=email],
  #contact .sec01 .wpcf7 .container dl dd textarea {
    padding: 10px 15px;
  }
}
#contact .sec01 .wpcf7 .container dl dd input[type=text]:focus,
#contact .sec01 .wpcf7 .container dl dd input[type=email]:focus,
#contact .sec01 .wpcf7 .container dl dd textarea:focus {
  border: 1px solid #275a9b;
}
#contact .sec01 .wpcf7 .container dl dd textarea {
  line-height: 1.6em;
}
#contact .sec01 .wpcf7 .container dl dd .wpcf7-not-valid-tip {
  margin-top: 10px;
}
#contact .sec01 .wpcf7 .privacy {
  margin-top: 50px;
}
#contact .sec01 .wpcf7 .privacy h2 {
  font-size: 1.8rem;
}
#contact .sec01 .wpcf7 .privacy .paragraphs {
  margin-top: 20px;
}
#contact .sec01 .wpcf7 .privacy .paragraphs a {
  font-weight: bold;
  color: #275a9b;
  text-decoration: underline;
}
#contact .sec01 .wpcf7 .check {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .check {
    margin-top: 80px;
  }
}
#contact .sec01 .wpcf7 .check .checkBtn {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-weight: bold;
  cursor: pointer;
}
#contact .sec01 .wpcf7 .check .checkBtn:before, #contact .sec01 .wpcf7 .check .checkBtn:after {
  content: "";
  display: block;
  position: absolute;
}
#contact .sec01 .wpcf7 .check .checkBtn:before {
  top: calc(50% - 13px);
  left: -45px;
  width: 25px;
  height: 25px;
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .check .checkBtn:before {
    left: -50px;
    width: 30px;
    height: 30px;
    top: calc(50% - 16px);
  }
}
#contact .sec01 .wpcf7 .check .checkBtn:after {
  top: calc(50% - 8px);
  left: -36px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 .check .checkBtn:after {
    top: calc(50% - 11px);
    left: -39px;
    width: 9px;
    height: 17px;
    border-right: 4px solid #0171bd;
    border-bottom: 4px solid #0171bd;
  }
}
#contact .sec01 .wpcf7 .check .checkActive:after {
  opacity: 1;
}
#contact .sec01 .wpcf7 #form_submit {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 #form_submit {
    margin-top: 50px;
  }
}
#contact .sec01 .wpcf7 #form_submit input {
  padding: 25px 0;
  background-color: #275a9b;
  color: #fff;
  font-weight: bold;
  width: 250px;
  pointer-events: none;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #contact .sec01 .wpcf7 #form_submit input {
    padding: 30px 0;
    width: 350px;
  }
}
#contact .sec01 .wpcf7 #form_submit .submitActive {
  opacity: 1;
  pointer-events: auto;
}
#contact .sec01 .wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 0 auto 30px;
  padding: 15px 20px;
  line-height: 1.6em;
  font-size: 1.2rem;
  max-width: 400px;
}
@media screen and (min-width: 640px) {
  #contact .sec01 .wpcf7 .wpcf7-response-output {
    font-size: 1.4rem;
    max-width: 450px;
  }
}