@charset "UTF-8";

#contact_us {
  max-width: 720px;
  margin: 0 auto;
}
#contact_us p.top {
  margin-bottom: 2em;
}/*# sourceMappingURL=contact_us.css.map */


/* フロー */
.form-step{
    margin-top: 5em;
  }

/* active */
.mail-step .step-flow.active {
    z-index: 1; color: 
    var(--navy, #364857);
}
.mail-step .step-flow.active img,.mail-step .step-flow.active rt{
    opacity: 1;
}
/* active */
.mail-menu{
    max-width: 980px;
    margin: auto;
}
.mail-menu_title{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 24px;
    font-size: 24px;
    gap: 10px;
}
.mail-red{
    color: var(--orange, #F75940);
    text-align: center;
}
.mail-red-title{
    color: var(--orange, #F75940);
    font-size: 36px;
}
.mail-red-strong{
    color: var(--orange, #F75940);
    font-weight: bold;
    font-size: 1.2rem;
}
#contact_us {
  max-width: 720px;
  margin: 0 auto;
}
#contact_us .error-message {
  display: none;
  color: var(--accent-color);
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 0.2em;
}
#contact_us .table-message {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 0.8rem;
}
#contact_us p.top {
  margin-bottom: 2em;
}
#contact_us .contactWrap {
  display: none;
  margin: 0 40px 4em;
}
#contact_us .contactWrap.active {
  display: block;
}
#contact_us .form_area h2 {
  font-size: 1.2rem;
  padding-bottom: 0.5em;
}
#contact_us .form_area input[type=text],
#contact_us .form_area input[type=email],
#contact_us .form_area [type=tel] {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em;
  background: #fff;
  border: 1px solid #364857;
  border-radius: 6px;
}
#contact_us .form_area .formWrap {
  margin: 5em 0 0;
}
#contact_us .form_area .formWrap p.form-title {
  margin: 1em 0 0.2em;
}
#contact_us .form_area .formWrap .flexWrap {
  justify-content: space-between;
}
#contact_us .form_area .formWrap .col2 {
  width: 48%;
}
#contact_us .form_area .formWrap .must {
  position: relative;
}
#contact_us .form_area .formWrap .must:after {
  content: "※";
  color: var(--accent-color);
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  padding-left: 0.4em;
}
#contact_us .form_area .formWrap input.email {
  margin-top: 0.8em;
}
#contact_us .form_area textarea {
  width: 100%;
  padding: 1em;
  border-radius: 6px;
  border: #364857 1px solid;
  box-sizing: border-box;
}
#contact_us .form_area .privacy {
  height: 200px;
  overflow-y: scroll;
  padding: 2em;
  border: 1px solid #364857;
  border-radius: 6px;
  background: #fff;
  line-height: 1.4;
  font-size: 0.9rem;
}
#contact_us .form_area .privacy::-webkit-scrollbar {
  width: 10px;
}
#contact_us .form_area .privacy::-webkit-scrollbar-track {
  background-color: #fff;
}
#contact_us .form_area .privacy::-webkit-scrollbar-thumb {
  background-color: #364857;
  border-radius: 5px;
}
#contact_us .form_area .privacy ul {
  margin: 0.5em 0;
}
#contact_us .form_area .privacy ul li {
  list-style: disc;
  margin-left: 1.3em;
  font-size: 0.9rem;
}
#contact_us .btn_detail {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: linear-gradient(#FF9787, #F75940);
  border-radius: 10px;
  margin: 3em auto;
  cursor: pointer;
  width: 400px;
  position: relative;
  padding: 1.2em;
}
#contact_us .btn_detail p {
  padding: 0 0.5em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}
#contact_us .btn_detail img {
  position: relative;
  left: 0;
  transition: 0.2s;
  display: block;
}
#contact_us .btn_detail:hover img {
  left: 0.3em;
}
#contact_us #prev_btn {
  background: #a5a5a5;
  margin: 3em auto 0;
  padding: 0.8em 1.2em;
}
#contact_us #prev_btn img {
  position: relative;
  right: 0.3em;
  left: auto;
  transition: 0.2s;
  display: block;
  transform: rotate(-180deg);
}
#contact_us #prev_btn:hover img {
  right: 0.6em;
}
#contact_us .form-btn {
  position: relative;
  margin: 2em auto 0;
}
#contact_us .form-btn #submit {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  padding: 1.2em;
}

#contact_us .btn-text {
  text-align: center;
}
#contact_us .table p.top {
  text-align: center;
}
#contact_us .table .tableArea {
  border-radius: 8px;
  border: 1px solid #364857;
}
#contact_us .table .tableArea .flexWrap {
  justify-content: center;
  align-items: center;
}
#contact_us .table .tableArea .flexWrap .table_left,
#contact_us .table .tableArea .flexWrap .table_right {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
}
#contact_us .table .tableArea .flexWrap .table_left {
  width: 40%;
  height: 100%;
  min-height: 80px;
  background: #364857;
  border-bottom: 1px solid #fff;
}
#contact_us .table .tableArea .flexWrap .table_left h3 {
  color: #fff;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
#contact_us .table .tableArea .flexWrap .table_right {
  width: 80%;
  height: 100%;
  min-height: 80px;
  background: #fff;
  color: #364857;
  border-bottom: 1px solid #364857;
}
#contact_us .table .tableArea .table_top .table_left {
  border-radius: 8px 0 0 0;
}
#contact_us .table .tableArea .table_top .table_right {
  border-radius: 0 8px 0 0;
}
#contact_us .table .tableArea .table_bottom .table_left {
  border-radius: 0 0 0 8px;
}
#contact_us .table .tableArea .table_bottom .table_right {
  border-radius: 0 0 8px 0;
}
#contact_us .table .tableArea .table_bottom .table_left,
#contact_us .table .tableArea .table_bottom .table_right {
  border-bottom: none;
}


button#submit {
  background: linear-gradient(#FF9787, #F75940);
  border-radius: 10px;
  margin: 3em auto;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
  position: relative;
  padding: 1.2em;
  color: #FFF;
  border: 0;
}

button#submit > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

button#submit > span::after {
content: "";
width: 25px;
height: 25px;
background-image: url(../../img/pages/front/arrow-white.svg);
background-size: cover;
}


#contact_us input.chkBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3em;
  position: relative;
}

#contact_us .form_area .checkArea .checkAreaWrap .checklabel::before,
#contact_us input.chkBox::before {
  content: "";
  background: #fff;
  border: 2px solid #364857;
  border-radius: 6px;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
}

#contact_us input.chkBox::before {
  top: -1em;
}

/*Safariハック*/
body.js_isSafari.js_isMobile.iPhone #contact_us input.chkBox::before,
body.js_isSafari.js_isMobile.iPad #contact_us input.chkBox::before  {
  top: 0em;
}

#contact_us input.chkBox::after {
  border-right: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  opacity: 0;
}
#contact_us input.chkBox::after {
  top: -0.8em;
}

/*Safariハック*/
body.js_isSafari.js_isMobile.iPhone #contact_us input.chkBox:after,
body.js_isSafari.js_isMobile.iPad #contact_us input.chkBox:after{
  top: 0.2em;
}

#contact_us input.chkBox:checked::after {
  opacity: 1;
}

#contact_us .error-message.NG {
  display: block;
}

#contact_us span.error-message.NG {
  display: inline;
}

/*========*/
@media(max-width: 575px){
  #contact_us .btn_detail {
    width: 250px;
  }
}
/*========*/

@media (max-width: 767px) {
    ruby {
        font-size: 12px;
    }
    .step-flow img{
        height: 33px;
        width: 30px;
    }
    #contact_us .contactWrap {
        display: none;
        margin: 0 0 4em;
    }
    #contact_us .table .tableArea .flexWrap .table_left h3 {
      font-size: .8rem;
    }
    .form-step {
      flex-wrap: nowrap;
      max-width: 365px;
      margin: auto;
      padding-bottom: 5em;
    }
}