@charset "UTF-8";
/* contact.css
================================================== */
/* define.css
========================================================== */
/* FONT */
/* ¥Ö¥ì¥¤¥¯¥Ý¥¤¥ó¥È(for MediaQuery - max-width(PC->sp)) : ¥ª¥ê¥¸¥Ê¥ë¤Ï scss/_variables.scss */
/* Ìå²Ã¹²Í¨ */
/* šøÓÃ¥«¥é©` */
/* Animation évßB */
/* šøÓÃ Mixin */
/*
==================================================
 1.0 - Contact Page
--------------------------------------------------
*/
.sec_contact .box {
  margin: 0 auto 40px;
  padding: 20px 25px;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 959px) {
  .sec_contact .box {
    margin: 0 auto 20px;
  }
}
/*
==================================================
 2.0 - Form
--------------------------------------------------
*/
.contact_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.contact_form dl:nth-child(2n) {
  background-color: #fcfcfc;
}
.contact_form dt,
.contact_form dd {
  margin: 1.2em 0;
}
.contact_form dt {
  width: 30%;
}
.contact_form dd {
  width: 65%;
}
.contact_form label {
  position: relative;
  display: block;
  padding-right: 3em;
  width: 100%;
}
.contact_form .aform-required {
  position: absolute;
  right: 0;
  margin-top: 0.1em;
  padding: 0.2em 0.5em;
  background-color: #a84340;
  color: #ffffff;
  font-weight: normal;
  font-size: 85%;
  line-height: 1;
}
.contact_form input,
.contact_form select,
.contact_form textarea {
  padding: 3px 6px;
  width: 100%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  vertical-align: middle;
}
.contact_form select {
  padding-right: 24px;
  border-radius: 0;
  background: #ffffff url(/img/common/ico_arrow02.svg) 98% 50% no-repeat;
  background-size: 16px 16px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form select::-ms-expand {
  display: block;
}
.contact_form .checkbox_field input,
.contact_form .radio_field input {
  width: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.sec_confirm .contact_form .aform-required {
  display: none;
}

@media screen and (max-width: 519px) {
  .contact_form dl {
    padding: 0 15px;
  }
  .contact_form dt,
.contact_form dd {
    margin: 0.8em 0;
    width: 100%;
  }
  .contact_form dd {
    margin-top: 0;
  }
  .contact_form .aform-required {
    position: relative;
    margin-left: 1em;
  }
}
/*
--------------------------------------------------
 2.1 - Submit Styling
--------------------------------------------------
*/
.contact_form .btn-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.contact_form .submit-btn {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 240px;
  height: 60px;
  outline: none;
  border: none;
  border: 1px solid #339d99;
  color: #ffffff;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.contact_form .submit-btn::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#339d99, #76cbc6);
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_form .submit-btn::after {
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(#76cbc6, #a2d9d8);
  content: "";
}
.contact_form .submit-btn.back {
  border: 1px solid #a2d9d8;
  color: #000000;
}
.contact_form .submit-btn.back::before {
  background: #eaf1f0;
}
.contact_form .submit-btn:hover::before, .contact_form .submit-btn:focus::before, .contact_form .submit-btn:active::before {
  opacity: 0;
}

/*
*/

#contact_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
#contact_form dl:nth-child(2n) {
  background-color: #fcfcfc;
}
#contact_form dt,
#contact_form dd {
  margin: 1.2em 0;
}
#contact_form dt {
  width: 30%;
}
#contact_form dd {
  width: 65%;
}
#contact_form label {
  position: relative;
  display: block;
  padding-right: 3em;
  width: 100%;
}
#contact_form .required {
  position: absolute;
  right: 0;
  margin-top: 0.1em;
  padding: 0.2em 0.5em;
  background-color: #a84340;
  color: #ffffff;
  font-weight: normal;
  font-size: 85%;
  line-height: 1;
}
#contact_form input,
#contact_form select,
#contact_form textarea {
  padding: 3px 6px;
  width: 100%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  vertical-align: middle;
}
#contact_form select {
  padding-right: 24px;
  border-radius: 0;
  background: #ffffff url(../img/common/ico_arrow02.svg) 98% 50% no-repeat;
  background-size: 16px 16px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact_form select::-ms-expand {
  display: block;
}
#contact_form .checkbox_field input,
#contact_form .radio_field input {
  width: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.sec_confirm #contact_form .required {
  display: none;
}

@media screen and (max-width: 519px) {
  #contact_form dl {
    padding: 0 15px;
  }
  #contact_form dt,
#contact_form dd {
    margin: 0.8em 0;
    width: 100%;
  }
  #contact_form dd {
    margin-top: 0;
  }
  #contact_form .required {
    position: relative;
    margin-left: 1em;
  }
}
/*
--------------------------------------------------
 2.1 - Submit Styling
--------------------------------------------------
*/
#contact_form .btn-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#contact_form .submit-btn {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 240px;
  height: 60px;
  outline: none;
  border: none;
  border: 1px solid #339d99;
  color: #ffffff;
  letter-spacing: 0.06em;
  cursor: pointer;
}
#contact_form .submit-btn::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#339d99, #76cbc6);
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact_form .submit-btn::after {
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(#76cbc6, #a2d9d8);
  content: "";
}
#contact_form .submit-btn.back {
  border: 1px solid #a2d9d8;
  color: #000000;
}
#contact_form .submit-btn.back::before {
  background: #eaf1f0;
}
#contact_form .submit-btn:hover::before, #contact_form .submit-btn:focus::before, #contact_form .submit-btn:active::before {
  opacity: 0;
}

/*
--------------------------------------------------
 2.2 - Error Styling
--------------------------------------------------
*/
.sec_contact .alert p {
  margin: 0;
}

/*# sourceMappingURL=contact.css.map */
