#contact {
  background-color: #f6f5f2;
  padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
  #contact {
    padding-bottom: 40px;
  }
}
#contact #mv-inner {
  background-image: url("/assets/images/top/info-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d6d6d6;
}
#contact #mv-inner .mv-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;
  height: 220px;
}
@media screen and (max-width: 760px) {
  #contact #mv-inner .mv-inner {
    height: 180px;
  }
}
#contact #mv-inner h1 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  #contact #mv-inner h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
#contact .content-1000 {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  #contact .content-1000 {
    margin-top: 40px;
  }
}
#contact .box-white {
  padding: 60px 45px 100px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 760px) {
  #contact .box-white {
    padding: 40px 15px !important;
  }
}
#contact .txthead {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 600;
  margin-bottom: 45px;
}
@media screen and (max-width: 760px) {
  #contact .txthead {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-bottom: 25px;
  }
}
#contact .txthead.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contact .txthead.center + .txtsub {
  text-align: center;
}
#contact .txthead + .txtsub {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: -35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 760px) {
  #contact .txthead + .txtsub {
    font-size: 1.6rem;
    margin-top: -15px;
    margin-bottom: 25px;
  }
}
#contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .flex-space {
  justify-content: space-between;
}
#contact .w50 {
  width: 48%;
}
#contact .w100 {
  width: 100%;
}
#contact .form-row-border {
  padding: 25px 40px 25px 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 760px) {
  #contact .form-row-border {
    display: block;
    padding: 25px 0;
  }
}
#contact .form-topic {
  min-width: 190px;
}
#contact .form-topic p {
  font-weight: 500;
  padding-top: 8px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  #contact .form-topic p {
    padding-top: 0;
    text-align: left;
  }
}
#contact .form-field {
  width: 100%;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  #contact .form-field {
    margin-top: 5px;
    padding-left: 0;
  }
}
#contact .textbox {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  padding: 8px 14px;
  border: 1px solid #d1d1d1;
  background-color: #f9f9f9;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}
#contact textarea.textbox {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  height: 180px;
  resize: none;
}
#contact .form-row-text p {
  line-height: 3rem;
}
#contact .form-row-text p.topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
#contact .form-agree {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #contact .form-agree {
    margin-top: 25px;
  }
}
#contact .agree-bg {
  margin-top: 20px;
  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;
  height: 46px;
  background-color: #3a3a3a;
  border-radius: 5px;
}
#contact .chkbox-btn {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contact .agree-bg .chkbox-btn {
  color: #fff;
}
#contact .chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#contact .chkbox {
  position: absolute;
  top: 7px;
  left: 0;
  border: 1px solid #d1d1d1;
  height: 18px;
  width: 18px;
  background-color: none;
  background: #fff;
  border-radius: 3px;
}
#contact .chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}
#contact .chkbox-btn .chkbox:after {
  top: 0px;
  left: 5px;
  width: 4px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .chkbox:after {
  content: "";
  position: absolute;
  display: none;
}
#contact .btn-margin-top {
  margin-top: 35px;
}
#contact .btn-300 {
  width: 300px;
}
#contact .btn-arrow-right-light {
  background-image: url("/assets/images/commons/header-btn-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px;
}
#contact .btn-blue-drak {
  color: #fff;
  background-color: #043362;
}
#contact .btn-fr-contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
#contact .btn-fr-contact:hover {
  opacity: 0.8;
}
#contact p.remark {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#contact .msg-error {
  color: #d6464f;
}
#contact .contact-thanks-text {
  margin-bottom: 45px;
  text-align: center;
}
#contact .btn-center {
  margin-left: auto;
  margin-right: auto;
}
#contact .btn-margin-top {
  margin-top: 35px;
}
#contact .btn-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  #contact .btn-flex {
    flex-wrap: wrap;
  }
}
#contact .btn-flex > div {
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  #contact .btn-flex > div {
    margin: 0;
  }
  #contact .btn-flex > div + div {
    margin-top: 10px;
  }
}
#contact .contact-step {
  margin-bottom: 45px;
}
@media screen and (max-width: 760px) {
  #contact .contact-step {
    margin-bottom: 35px;
  }
}
#contact .contact-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact-step ul li {
  width: 33.33%;
  padding: 11px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 800;
  color: #fff;
  background-color: #d5d5d5;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  #contact .contact-step ul li {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#contact .contact-step ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 8;
  width: 18px;
  height: 50px;
  background-image: url("/assets/images/commons/step-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media screen and (max-width: 760px) {
  #contact .contact-step ul li::after {
    top: -4px;
    right: -16px;
    background-size: 15px;
  }
}
#contact .contact-step ul li.red {
  background-color: #b20810;
}
#contact .contact-step ul li.red::after {
  background-image: url("/assets/images/commons/step-arrow-red.png");
}
#contact .contact-step ul li.gray {
  background-color: #bebebe;
}
#contact .contact-step ul li.gray::after {
  background-image: url("/assets/images/commons/step-arrow-gray.png");
}
#contact .contact-step ul li:last-child::after {
  display: none !important;
}
#contact .show834 {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact .show834 {
    display: block;
  }
}
