header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

input, textarea {
  -webkit-appearance: none;
}

form {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  form {
    width: 100%;
  }
}

form textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#contactpage {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #contactpage {
    margin-bottom: 80px;
  }
}

#contactpage .contactTitleBG {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffe888;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contactpage .contactTitleBG {
    padding-top: 80px;
  }
}

#contactpage .contactTitleBG:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  transcontact: scale(1, -1);
  z-index: 0;
}

#contactpage .contactTitle {
  content: "";
  background: url(../img/contact.png) no-repeat center -4px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #contactpage .contactTitle {
    background: url(../img/contact.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#contactpage .contactTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contactpage .contactTitle h2 {
    font-size: 32px;
  }
}

#contactpage .contactAttention {
  text-align: center;
  display: block;
  background: #fffbeb;
  padding: 1em;
  font-size: 14px;
  margin-bottom: 24px;
}

#contactpage .contactAttention .required {
  color: #ff6347;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 3px;
}

#contactpage .contactdetail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}

#contactpage .contactdetail_text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_text {
    text-align: left;
  }
}

#contactpage .contactdetail_content {
  background: #fafafa;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

#contactpage .contactdetail_content .mailcontact {
  padding: 3em;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_content .mailcontact {
    padding: 1em;
  }
}

#contactpage .contactdetail_content .mailcontact div[class^="mailcontact"] {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_content .mailcontact div[class^="mailcontact"] {
    margin-bottom: 18px;
  }
}

#contactpage .contactdetail_content .mailcontact .input_Ttl {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
}

#contactpage .contactdetail_content .mailcontact .input_Ttl .required {
  color: #ff6347;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 3px;
}

#contactpage .contactdetail_content .mailcontact input {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_content .mailcontact input {
    font-size: 16px;
  }
}

#contactpage .contactdetail_content .mailcontact select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_content .mailcontact select {
    font-size: 16px;
  }
}

#contactpage .contactdetail_content .mailcontact .textform {
  height: 200px;
  padding: 6px 10px;
  border-radius: 5px;
  line-height: 1.6;
  border: 1px solid #ccc;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  #contactpage .contactdetail_content .mailcontact .textform {
    font-size: 16px;
  }
}

#contactpage .contactdetail_content .mailcontact input[type="submit"] {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffc31e), color-stop(#fdb917), color-stop(#faaf10), color-stop(#f7a509), color-stop(#f39b04), color-stop(#f09101), color-stop(#ec8700), to(#e87d00));
  background: linear-gradient(90deg, #ffc31e, #fdb917, #faaf10, #f7a509, #f39b04, #f09101, #ec8700, #e87d00);
  border: none;
  color: #fff;
  font-size: 16px;
  height: 46px;
  letter-spacing: 8px;
  cursor: pointer;
  background-size: 200% auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#contactpage .contactdetail_content .mailcontact input[type="submit"]:hover {
  background-position: right center;
}

.step2text {
  line-height: 1.4;
}

.finish_content {
  padding: 3em;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .finish_content {
    padding: 0;
  }
}

.finish_content-inner {
  padding: 1em;
  line-height: 1.4;
}

.finish_content-inner span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #e87d00;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .finish_content-inner span {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=contact.css.map */