@charset "UTF-8";
/*******************************************/
/*** お問い合わせ ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .contact_contents .m-mv_ttl {
    margin-bottom: 0;
  }
}

.contact_main .contact_main_text {
  margin: 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .contact_main .contact_main_text {
    margin-bottom: 60px;
  }
}
.contact_main .contact_main_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_main .contact_main_box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .contact_main .contact_main_box {
    display: block;
  }
}
.contact_main_box + .contact_main_box {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .contact_main_box + .contact_main_box {
    margin-top: 40px;
  }
}
.contact_main .contact_main_right {
  margin: 0 0 0 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .contact_main .contact_main_right {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
  .contact_main .contact_main_right > a {
    min-width: 264px;
  }
}
@media screen and (max-width: 767.9px) {
  .contact_main .contact_main_heading {
    padding-left: 12px;
  }
}
@media screen and (min-width: 981px) {
  .contact_main_br {
    display: inline-block;
  }
}

/*******************************************/
/*** ハイクロン、メルサン､テイクワン関連に
						関するお問い合わせ ***/
/*******************************************/
@media screen and (min-width: 768px) {
  .product_contents .m-mv_ttl-line1 {
    padding-top: 20px;
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .product_contents .m-mv_ttl-line1 {
    font-size: 30px;
  }
}

/*******************************************/
/*** その他のお問い合わせ ***/
/*******************************************/
/*******************************************/
/*** お問い合わせ 共通 ***/
/*******************************************/
.contact_cmn_container {
  max-width: 1060px;
}
.contact_cmn_note {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  opacity: 60%;
  margin-top: 12px;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_note {
    margin-top: 5px;
  }
}
.contact_cmn_note > a {
  font-size: 12px;
}
.contact_cmn_stepBar {
  display: flex;
  max-width: 800px;
  width: 100%;
  height: 56px;
  margin: 75px auto 80px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.contact_cmn_stepBar_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #9EA2AD;
  background-color: #E7E9ED;
  width: 31.875%;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item {
    font-size: 16px;
    line-height: 2.25em;
    width: 31.35%;
  }
}
@media screen and (max-width: 480px) {
  .contact_cmn_stepBar_item.eng {
    font-size: 14px;
  }
}
.contact_cmn_stepBar_item > span:nth-child(1) {
  display: inline-block;
  font-family: "Open Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
  letter-spacing: 0;
  margin-right: 10px;
  position: relative;
  top: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item > span:nth-child(1) {
    margin-right: 8px;
  }
}
.contact_cmn_stepBar_item > span:nth-child(2) {
  position: relative;
  z-index: 1;
}
.contact_cmn_stepBar_item.step01 {
  border-radius: 100px 0 0 100px;
  width: 290px;
  width: 36.25%;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step01 {
    width: 37.3%;
  }
}
.contact_cmn_stepBar_item.step01 > span:nth-child(1) {
  margin-left: -45px;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step01 > span:nth-child(1) {
    margin-left: -5px;
  }
}
.contact_cmn_stepBar_item.step02 > span:nth-child(1) {
  margin-left: -37px;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step02 > span:nth-child(1) {
    margin-left: -5px;
  }
}
.contact_cmn_stepBar_item.step03 {
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step03 > span:nth-child(1) {
    margin-left: -5px;
  }
}
.contact_cmn_stepBar_item.step02::before, .contact_cmn_stepBar_item.step02::after, .contact_cmn_stepBar_item.step03::before, .contact_cmn_stepBar_item.step03::after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  background-color: #E7E9ED;
  border-left: 2px solid #FFF;
  width: 40px;
  height: 28px;
}
.contact_cmn_stepBar_item.step02::before, .contact_cmn_stepBar_item.step03::before {
  bottom: 0;
  transform: skew(-45deg);
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step02::before, .contact_cmn_stepBar_item.step03::before {
    left: -10px;
    transform: skew(-25deg);
  }
}
.contact_cmn_stepBar_item.step02::after, .contact_cmn_stepBar_item.step03::after {
  top: 0;
  transform: skew(45deg);
}
@media screen and (max-width: 767.9px) {
  .contact_cmn_stepBar_item.step02::after, .contact_cmn_stepBar_item.step03::after {
    left: -10px;
    transform: skew(25deg);
  }
}
.contact_cmn_stepBar_item.current {
  color: #fff;
  background-color: #1868D3;
}
.contact_cmn_stepBar_item.current::before, .contact_cmn_stepBar_item.current::after {
  background-color: #1868D3;
}
.contact_cmn_stepBar_item.step01.complete {
  color: #fff;
  background-color: #A1C1EC;
}
.contact_cmn_stepBar_item.step02.complete {
  color: #fff;
  background-color: #8AB2E8;
}
.contact_cmn_stepBar_item.step02.complete::before, .contact_cmn_stepBar_item.step02.complete::after {
  background-color: #8AB2E8;
}

.contact_complete_text {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .contact_complete_text {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.contact_complete_text + .contact_complete_text {
  margin-top: 20px;
}
.contact_complete_text-head {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .contact_complete_text-head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.contact_complete .contact_complete_button {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .contact_complete .contact_complete_button {
    margin-top: 40px;
  }
}/*# sourceMappingURL=contact.css.map */