.contact .article_heading {
  margin-bottom: 100px;
}

.contact .section_heading {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.contact .inner {
  max-width: 1200px;
  padding: 0 20px;
}

.contact .main_text {
  text-align: center;
  font-size: 18px;
  color: #595757;
}

.aform-header {
  display:none;
}

.anchor_go_top[href],
.anchor_go_top[href]:hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 200px;
  height: 50px;
  color: #ffffff;
}

.anchor_go_top[href]::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #19274f;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  transition: .2s;
}
.anchor_go_top[href]:hover::after {
  opacity: 0.8;
  transition: 0s;
}

.contact .main_text::after {
  display: block;
  content: '';
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

.aform {
  font-size: 18px;
}

#aform-confirm-form  > dl {
  margin-bottom: 58px;
}

.aform-content#aform_result {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.confirm_text {
  width: 100%;
  color: #595757;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;

}

.aform-content.error{
  text-align: center;
}

#aform-form-1 > * {
  margin-bottom: 60px;
}

.dl_full_name,
.dl_email,
.dl_company_name,
.dl_department_name,
.dl_zip_code,
.dl_address,
.dl_phone_number,
.dl_details {
  display: -webkit-flex;
  display: flex;
}

.dt_full_name {
  margin-top: calc(17px + 1em);
}

.dt_email,
.dt_company_name,
.dt_department_name,
.dt_zip_code,
.dt_address,
.dt_phone_number,
.dt_details {
  margin-top: 17px;
}

.dl_full_name > dd,
.dl_email > dd,
.dl_company_name > dd,
.dl_department_name > dd,
.dl_zip_code > dd,
.dl_address > dd,
.dl_phone_number > dd,
.dl_details > dd {
  -webkit-flex: 1;
  flex: 1 1 0%;
}

.dl_email > dd,
.dl_zip_code > dd,
.dl_phone_number > dd {
  display: flex;
  flex-direction: column-reverse;
}

.aform-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 220px;
}

.aform-required {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #ca0048;
  height: 22px;
  width: 38px;
  margin-right: 8px;
  margin-left: 0;
}

.aform-input {
  border: solid 1px #cccccc;
  height: 56px;
  width: 100%;
}
.aform-name-ul {
  display: flex;
}
.aform-name-ul > li{
  flex: 1 1 0%;
}
.aform-name-ul > li:first-child .aform-name {
  width: 98%;
}
.aform-textarea {
  height: 220px;
}

.aform-input:focus {
  border: solid 1px #005998;
}

.aform-button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.aform-button-area > :not(:first-child) {
  margin-left: 30px;
}

#aform_btn_confirm_1,
#aform_btn_submit {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  z-index: 5;
  border: none;
}

.aform-button {
  position: relative;
  z-index: 5;
  padding-right: 50px;
  padding-left: 50px;
  min-width: 200px;
  height: 50px;
  cursor: pointer;
}

.aform-button > * {
  cursor: pointer;
}

.aform-button::after {
  position: absolute;
  content: '';
  display: block;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #19274f;
  transform: skewX(-30deg);
  transition: .2s;
}

.aform-button:hover {
  cursor: pointer;
}

.aform-button:hover::after {
  opacity: .8;
  transition: 0;
}

.aform-button.-back::after {
  position: absolute;
  content: '';
  display: block;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  transition: .2s;
  border: 1px solid #19274f;
  transform: skewX(-30deg);
}

.-back #aform_btn_back {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #19274f;
  background-color: transparent;
  font-size: 16px;
  z-index: 5;
  border: none;
}

.aform-button.-back:hover::after {
  background-color: #8c93a6;
  transition: 0;
}

@media only screen and (max-width: 768px) {
  
  #aform-form-1 > * {
    margin-bottom: 0;
  }

  .aform-button-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .aform-button-area > :not(:first-child) {
    margin-left: 0px;
    margin-top: 40px;
  }

  .dl_full_name,
  .dl_email,
  .dl_company_name,
  .dl_department_name,
  .dl_zip_code,
  .dl_address,
  .dl_phone_number,
  .dl_details {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .aform-content dl dt{
    display: block;
    width: 100%;
  }
  .aform-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 8px;
  }
  .dl_full_name > dd,
  .dl_email > dd,
  .dl_company_name > dd,
  .dl_department_name > dd,
  .dl_zip_code > dd,
  .dl_address > dd,
  .dl_phone_number > dd,
  .dl_details > dd {
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
  }
}

/* Legacy Page BEGIN*/
.contact_information_list {
  width: 100%;
  font-size: 18px;
  list-style: disc;
  list-style-type: disc;
  padding-left: 36px;
}

.contact_information_item:not(:last-child) {
  margin-bottom: 1.0em;
  line-height: 1.5;
}
/* Legacy Page END */
