#contact {
  background: #48BA5F;
}
#contact .sectionTtl {
  background: #20842E;
  height: 60px;
  position: relative;
}
#contact .sectionTtl .comicSansMs.circle {
  line-height: 1.3;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#contact .sectionTtl .comicSansMs.circle:before, #contact .sectionTtl .comicSansMs.circle:after {
  display: none;
}
#contact .addressArea {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  margin-top: 20px;
}
#contact .addressArea .tel {
  color: #fff;
}
#contact .addressArea .address {
  font-size: 14px;
}

#contactForm {
  margin-top: 15px;
}

#contactFormBox {
  background: #fff;
  padding: 20px 10px 0;
}

.cntctGroup:nth-child(n+2) {
  margin-top: 20px;
}
.cntctGroup select.cntctRequired option {
  color: #727272;
}
.cntctGroup input,
.cntctGroup select,
.cntctGroup textarea {
  background: #eee;
  border-left: 3px solid #727272;
  border-radius: 0;
  color: #727272;
  font-size: 16px;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 0 10px;
}
.cntctGroup input {
  color: #393939 !important;
}
.cntctGroup select {
  cursor: pointer;
}
.cntctGroup textarea {
  min-height: 120px;
  padding: 10px;
}

.confirm {
  color: #727272;
  font-size: 13px;
}

.require:after {
  content: "*";
  color: #ff5c65;
  font-size: 13px;
}

form .btn {
  margin-top: 20px;
}
form .btn .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
form .btn .btnWrapper .btn {
  background-color: #20842E;
  font-size: 22px;
  width: 335px;
  height: 50px;
  line-height: 55px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
}
form .btn .btnWrapper .btn:hover {
  -webkit-box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.4);
  bottom: 2px;
  opacity: 0.8;
}

.errorMessage {
  color: #ff2d39;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

#contact .sectionTtl.thanksTtl {
  height: 126px;
  line-height: 126px;
}
#contact .sectionTtl.thanksTtl h2 {
  font-size: 24px;
  letter-spacing: 4px;
}
#contact .thanksTxtBox .thanksTxt {
  margin-top: 40px;
  text-align: center;
}
#contact .thanksTxtBox .thanksTxt p:nth-child(n+2) {
  margin-top: 30px;
}
#contact .thanksTxtBox .addressArea {
  font-size: 24px;
  margin-top: 50px;
}
#contact .thanksTxtBox .addressArea .address {
  font-size: 13px;
}
#contact .thanksTxtBox .btn {
  margin-top: 20px;
}
#contact .thanksTxtBox .btn .btnWrapper a {
  background-color: #20842E;
  font-size: 22px;
  width: 335px;
  height: 50px;
  line-height: 55px;
  border-radius: 10px;
}

footer .logoBox .logo {
  margin-top: 20px;
}

@media screen and (max-width: 320px) {
  #contact .addressArea .tel {
    font-size: 24px;
  }
  #contact .addressArea .address {
    font-size: 13px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #contact {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact .inner {
    padding: 0 20px;
  }
  #contact .sectionTtl {
    height: 80px;
  }
  #contact .sectionTtl .comicSansMs.circle {
    line-height: 80px;
  }
  #contact .addressArea {
    font-size: 32px;
    margin-top: 50px;
  }
  #contact .addressArea .address {
    font-size: 17px;
  }
  #contact .sectionTtl.thanksTtl {
    height: 130px;
    line-height: 130px;
  }
  #contact .sectionTtl.thanksTtl h2 {
    font-size: 32px;
    letter-spacing: 3px;
  }
  #contact .thanksTxtBox .thanksTxt {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
  }
  #contact .thanksTxtBox .addressArea {
    font-size: 32px;
    margin-top: 100px;
  }
  #contact .thanksTxtBox .addressArea .address {
    font-size: 17px;
  }
  #contact .thanksTxtBox .btn {
    margin-top: 25px !important;
  }
  #contact .thanksTxtBox .btn .btnWrapper a {
    font-size: 28px;
    width: 600px;
    height: 80px;
    line-height: 80px;
  }
  #contactForm {
    margin-top: 40px;
    padding: 0 20px;
    padding: 0 20px;
  }
  #contactFormBox {
    padding: 30px 20px;
  }
  .confirm {
    font-size: 16px;
  }
  .require:after {
    font-size: 14px;
  }
  form .cntctGroup input {
    height: 50px;
  }
  form .btn {
    margin-top: 25px !important;
  }
  form .btn .btnWrapper button {
    font-size: 28px;
    width: 600px;
    height: 80px;
    line-height: 80px;
  }
  .errorMessage {
    font-size: 22px;
  }
  footer .logoBox .logo {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #contact .sectionTtl {
    height: 80px;
  }
  #contact .sectionTtl .comicSansMs.circle {
    line-height: 80px;
  }
  #contact .addressArea {
    font-size: 32px;
    margin-top: 50px;
  }
  #contact .addressArea .address {
    font-size: 17px;
  }
  #contact .sectionTtl.thanksTtl {
    height: 130px;
    line-height: 130px;
  }
  #contact .sectionTtl.thanksTtl h2 {
    font-size: 32px;
    letter-spacing: 3px;
  }
  #contact .thanksTxtBox .thanksTxt {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
  }
  #contact .thanksTxtBox .addressArea {
    font-size: 32px;
    margin-top: 100px;
  }
  #contact .thanksTxtBox .addressArea .address {
    font-size: 17px;
  }
  #contact .thanksTxtBox .btn {
    margin-top: 25px !important;
  }
  #contact .thanksTxtBox .btn .btnWrapper a {
    font-size: 28px;
    width: 600px;
    height: 80px;
    line-height: 80px;
  }
  #contactForm {
    margin-top: 40px;
    padding: 0 20px;
    padding: 0 20px;
  }
  #contactFormBox {
    padding: 30px 20px;
  }
  .confirm {
    font-size: 16px;
  }
  .require:after {
    font-size: 14px;
  }
  form .cntctGroup input {
    height: 50px;
  }
  form .btn {
    margin-top: 25px !important;
  }
  form .btn .btnWrapper button {
    font-size: 28px;
    width: 600px;
    height: 80px;
    line-height: 80px;
  }
  .errorMessage {
    font-size: 22px;
  }
  footer .logoBox .logo {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  #contact .inner {
    max-width: 944px;
  }
  #contact .thanksTxtBox .btn .btnWrapper a {
    width: 944px;
  }
  #contactForm {
    padding: 0;
  }
  form .btn .btnWrapper button {
    width: 944px;
  }
}