@charset "UTF-8";
/*------------------------------------------------------------------------------

  BACお問い合わせフォーム

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .contact-header {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-header {
    height: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-header_inner {
    min-width: 930px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-header_logo {
    margin: 24px 30px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-header_logo {
    margin: 13px 13px 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-header_logo a img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-header_logo a img {
    width: 93px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-main {
    width: 930px;
    margin: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main {
    width: 100%;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-footer {
    height: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-footer {
    height: 70px;
    margin-top: 60px;
  }
}
.contact-footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00787e;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .contact-footer_inner {
    min-width: 930px;
  }
}
.contact-footer .copyright {
  color: #99c9cb;
}
@media print, screen and (min-width: 768px) {
  .contact-footer .copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-footer .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

.contact-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-step {
    width: 280px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-step {
    margin-top: 35px;
  }
}
.contact-step::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #00787e;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .contact-step::before {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-step::before {
    width: 95%;
  }
}
.contact-step_item {
  text-align: center;
  color: #00787e;
  cursor: default;
}
.contact-step_item:not(:last-child) {
  position: relative;
  margin-right: 80px;
}
.contact-step_item.current .contact-step_no {
  color: #fff;
  background-color: #00787e;
}
.contact-step_item.current .contact-step_state {
  font-weight: bold;
  opacity: 1;
}
.contact-step_no {
  font-size: 21px;
  font-size: 2.1rem;
  width: 40px;
  height: 40px;
  border: 1px solid #00787e;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.contact-step_state {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.5;
  white-space: nowrap;
}

.contact-error_list {
  padding: 25px 0 21px;
  width: 100%;
  margin-top: 24px;
  background-color: #ffecee;
}
@media print, screen and (min-width: 768px) {
  .contact-error_list {
    min-width: 930px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-error_list {
    padding: 25px 10px 19px;
  }
}
.contact-error_item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e50000;
  padding-left: 25px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .contact-error_item {
    width: 890px;
    margin: auto;
  }
}
.contact-error_item::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 8px;
  left: 8px;
  background-color: #e50000;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .contact-about {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about {
    margin-top: 40px;
  }
}
.contact-about_lead {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact-about_lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-about_inner {
  background-color: #ecf2f5;
}
@media print, screen and (min-width: 768px) {
  .contact-about_inner {
    margin-top: 40px;
    padding: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about_inner {
    margin-top: 30px;
    padding: 25px 10px;
  }
}
.contact-about_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 13px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-about_title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.contact-about_list {
  margin-top: 20px;
}
.contact-about_item {
  color: #555;
  margin-top: 13px;
  padding-left: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .contact-about_item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about_item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.contact-about_item::before {
  position: absolute;
  content: "";
  background-color: #555;
  border-radius: 50%;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .contact-about_item::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about_item::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
.contact-about_item a {
  display: inline-block;
  color: #00787e;
  text-decoration: underline;
  padding-left: 23px;
  position: relative;
}
.contact-about_item a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 5px;
  background: url(/common/img/icon_arrow_g.svg) right no-repeat;
  left: 0;
  top: 8px;
}
.contact-about_item a:hover {
  text-decoration: none;
}

.contact-agree {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact-agree {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-agree {
    margin-top: 40px;
  }
}
.contact-agree_lead {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact-agree_lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-agree_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-agree_check {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .contact-agree_check {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-agree_check {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.contact-agree_input {
  margin-right: 10px;
}

.contact-submit {
  background-color: #5cb531;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
@media print, screen and (min-width: 768px) {
  .contact-submit {
    width: 440px;
    height: 70px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-submit {
    width: 100%;
    height: 60px;
    margin: 40px auto 0;
  }
}
.contact-submit:hover {
  background-color: #439836;
}
.contact-submit::after {
  position: absolute;
  content: "";
  background: url(/common/img/icon_arrow_w.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .contact-submit::after {
    width: 26px;
    height: 7px;
    top: 29px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-submit::after {
    width: 22px;
    height: 6px;
    top: 25px;
    right: 15px;
  }
}
.contact-submit input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .contact-submit input {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-submit input {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.aform .aform-content {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content {
    width: 930px;
    margin: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content {
    width: 100%;
    padding: 0 10px;
  }
}
.aform .aform-content dl {
  border-bottom: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aform .aform-content dt {
  font-weight: bold;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content dt {
    width: 310px;
  }
}
@media print, screen and (min-width: 768px) {
  :lang(en) {
    .aform .aform-content dt {
      display: flex;
      min-height: 58px;
      padding-right: 10px;
      align-items: center;
    }
    .aform .aform-content dt .aform-label {
      display: block;
      position: relative;
      padding-left: 5em;
    }
    .aform .aform-content dt .required,
    .aform .aform-content dt .option {
      display: inline-block;
      position: absolute;
      min-width: 1.5em;
      top: 0;
      left: 0;
    }
  }
}

.aform .aform-content dt .required,
.aform .aform-content dt .option {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 2px 8px 3px;
  color: #f80000;
  border-color: #f80000;
  top: 4px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content dt .required,
.aform .aform-content dt .option {
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content dt .required,
.aform .aform-content dt .option {
    float: right;
  }
}
.aform .aform-content dt .option {
  color: #444;
  border-color: #444;
}
@media only screen and (max-width: 767px) {
  .aform .aform-content dt + dd {
    margin-top: 10px;
  }
}
.aform .aform-content dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content dd {
    width: 580px;
  }
}
.aform .aform-content dd .aform-name-ul {
  margin: 0;
  padding: 0;
}
.aform .aform-content dd input {
  outline: none;
}
.aform .aform-content dd input:focus {
  background-color: #e8f5f7;
  border-color: #00787e;
}
.aform .aform-content dd input.error {
  border-color: #efbac2;
  background-color: #ffecee;
}
.aform .aform-content dd input.error:focus {
  border-color: #f27f7f;
}
.aform .aform-content input[type=text],
.aform .aform-content input[type=email],
.aform .aform-content input[type=tel],
.aform .aform-content textarea {
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.aform .aform-content input[type=text].error:hover,
.aform .aform-content input[type=email].error:hover,
.aform .aform-content input[type=tel].error:hover,
.aform .aform-content textarea.error:hover {
  border-color: #f27f7f;
  background-color: #ffdade;
}
.aform .aform-content input[type=text]:hover,
.aform .aform-content input[type=email]:hover,
.aform .aform-content input[type=tel]:hover,
.aform .aform-content textarea:hover {
  border-color: #66aeb2;
  background-color: #e6eff0;
}
.aform .aform-content .aform-hdln {
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  position: relative;
  border-bottom: 2px solid #00787e;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-hdln {
    font-size: 31px;
    font-size: 3.1rem;
    padding: 0 0 14px;
    margin: 80px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-hdln {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 0 0 12px;
    margin: 60px 0 20px;
  }
}
.aform .aform-content .aform-hdln::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #5cb531;
  left: 0;
  height: 2px;
  bottom: -2px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-hdln::before {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-hdln::before {
    width: 55px;
  }
}
.aform .aform-content .aform-note {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-note {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 0;
    padding: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-note {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 25px 0 0;
    padding: 0 0 30px;
  }
}
.aform .aform-content .aform-name-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aform .aform-content .aform-name-ul li {
  display: table;
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(50% - 4px);
  }
}
.aform .aform-content .aform-name-ul li:first-child::before {
  content: "例）呉羽";
  display: table-caption;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-name-ul li:first-child::before {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul li:first-child::before {
    padding-left: 3em;
  }
}
.aform .aform-content .aform-name-ul li:last-child::before {
  content: "例）太郎";
  display: table-caption;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-name-ul li:last-child::before {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul li:last-child::before {
    padding-left: 3em;
  }
}
.aform .aform-content .aform-name-ul li label {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-name-ul li label {
    font-size: 16px;
    font-size: 1.6rem;
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul li label {
    font-size: 15px;
    font-size: 1.5rem;
    width: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-name-ul li + li {
    margin: 0 0 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul li + li {
    margin: 0 0 0 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-name-ul input {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-name-ul input {
    width: 100%;
  }
}
.aform .aform-content .aform-kana-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aform .aform-content .aform-kana-ul li {
  display: table;
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(50% - 4px);
  }
}
.aform .aform-content .aform-kana-ul li:first-child::before {
  content: "例）クレハ";
  display: table-caption;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-kana-ul li:first-child::before {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul li:first-child::before {
    padding-left: 3em;
  }
}
.aform .aform-content .aform-kana-ul li:last-child::before {
  content: "例）タロウ";
  display: table-caption;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-kana-ul li:last-child::before {
    padding-left: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul li:last-child::before {
    padding-left: 3em;
  }
}
.aform .aform-content .aform-kana-ul li label {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-kana-ul li label {
    font-size: 16px;
    font-size: 1.6rem;
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul li label {
    font-size: 15px;
    font-size: 1.5rem;
    width: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-kana-ul li + li {
    margin: 0 0 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul li + li {
    margin: 0 0 0 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-kana-ul input {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-kana-ul input {
    width: 100%;
  }
}
.aform .aform-content .aform-radio-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-radio-ul li {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-radio-ul li {
    padding-left: 17px;
  }
}
.aform .aform-content .aform-radio-ul li input[type=radio] {
  opacity: 0;
  width: auto;
}
.aform .aform-content .aform-radio-ul li input[type=radio]:checked + label {
  font-weight: bold;
}
.aform .aform-content .aform-radio-ul li input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00787e;
  border-radius: 50%;
  top: 7px;
  left: -25px;
}
.aform .aform-content .aform-radio-ul li input[type=radio]:checked + label::before {
  border-color: #00787e;
  background-color: #fff;
}
.aform .aform-content .aform-radio-ul li label {
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-radio-ul li label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .aform-radio-ul li label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.aform .aform-content .aform-radio-ul li label:hover {
  text-decoration: underline;
}
.aform .aform-content .aform-radio-ul li label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #9da6a7;
  border-radius: 50%;
  top: 2px;
  left: -30px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.aform .aform-content .aform-radio-ul li label:hover::before {
  border-color: #66aeb2;
  background-color: #e6eff0;
}
.aform .aform-content .aform-radio-ul li + li {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .aform-confirm {
    position: relative;
    top: 1px;
  }
}
.aform .aform-content dl .aform-input {
  width: 100%;
  background: #f7f9f9;
  border-radius: 4px;
  border: 2px solid #bfc7c8;
  padding: 9px 10px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
.aform .aform-content dl .aform-input-example {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
  line-height: 1.3;
}
.aform .aform-content .entered {
  background-color: #fff;
  border-color: #d9ddde;
}
.aform .aform-content #aform_confirm_msg {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content #aform_confirm_msg {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content #aform_confirm_msg {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit {
    margin: 40px auto 0;
  }
}
.aform .aform-content .submit input {
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit input {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit input {
    width: 100%;
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit > div + div {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit > div + div {
    margin-top: 15px;
  }
}
.aform .aform-content .submit .submit_btn {
  position: relative;
}
.aform .aform-content .submit .submit_btn::after {
  position: absolute;
  content: "";
  background: url(/common/img/icon_arrow_w.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .submit_btn::after {
    width: 26px;
    height: 7px;
    top: 29px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .submit_btn::after {
    width: 22px;
    height: 6px;
    top: 25px;
    right: 15px;
  }
}
.aform .aform-content .submit .submit_btn input {
  background-color: #5cb531;
  color: #fff;
  outline: 0;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .submit_btn input {
    width: 440px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .submit_btn input {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.aform .aform-content .submit .submit_btn input:hover {
  background-color: #439836;
}
.aform .aform-content .submit .submit_btn input:disabled {
  background-color: #acacac;
}
.aform .aform-content .submit .back_btn {
  position: relative;
}
.aform .aform-content .submit .back_btn::after {
  position: absolute;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(/common/img/icon_arrow_g.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .back_btn::after {
    width: 26px;
    height: 7px;
    top: 29px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .back_btn::after {
    width: 22px;
    height: 6px;
    top: 25px;
    left: 15px;
  }
}
.aform .aform-content .submit .back_btn input {
  color: #00787e;
  border: 1px solid #00787e;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .back_btn input {
    width: 350px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .back_btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aform .aform-content .submit .back_btn input:hover {
  background-color: #d3e8e9;
}
.aform .aform-content .submit .complete-backBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00787e;
  border: 1px solid #00787e;
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .complete-backBtn a {
    width: 350px;
    height: 70px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .complete-backBtn a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    height: 60px;
  }
}
.aform .aform-content .submit .complete-backBtn a::after {
  position: absolute;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(/common/img/icon_arrow_g.svg) center center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .submit .complete-backBtn a::after {
    width: 26px;
    height: 7px;
    top: 29px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .submit .complete-backBtn a::after {
    width: 22px;
    height: 6px;
    top: 25px;
    left: 15px;
  }
}
.aform .aform-content .submit .complete-backBtn a:hover {
  background-color: #d3e8e9;
}
.aform .aform-content p[id*=-error],
.aform .aform-content p[class*=-error] {
  color: #e50000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 0;
  line-height: 1.6;
}
.aform .aform-content p[id*=-error] + p[id*=-error], .aform .aform-content p[id*=-error] p[class*=-error],
.aform .aform-content p[class*=-error] + p[id*=-error],
.aform .aform-content p[class*=-error] p[class*=-error] {
  margin-top: 0;
}
.aform .aform-content .complete-title {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .aform .aform-content .complete-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 60px 0 30px;
    padding: 0 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .aform .aform-content .complete-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 42px 0 25px;
    padding: 0 0 12px;
  }
}
.aform.en_us .aform-name-ul li:first-child::before, .aform.en_us .aform-name-ul li:last-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .aform.en_us .aform-name-ul li label {
    width: 40px;
  }
}

/*
  English
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .english .contact-step_item:not(:last-child) {
    margin-right: 70px;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .aform .aform-content dt .required {
    padding: 5px 8px 1px;
    top: 1px;
  }

  *::-ms-backdrop, :root .aform .aform-content dt .option {
    padding: 5px 8px 1px;
    top: 1px;
  }

  *::-ms-backdrop, :root .contact-step_no {
    padding-top: 8px;
  }
}