@charset "UTF-8";
/*------------------------------------------------
* contact
*--------------------------------------------------*/
.contact {
  margin-bottom: 216px;
  position: relative;
}
.contact .sub_title {
  margin-bottom: 42px;
}
.contact p {
  max-width: 677px;
  width: 100%;
  margin: 0 auto 48px;
}
.contact p span {
  color: #FF0000;
}

.contact_step {
  position: absolute;
  right: 30px;
  top: 50px;
}
.contact_step li {
  color: rgba(112, 112, 112, 0.35);
  font-size: 1.4rem;
}
.contact_step li.current {
  font-weight: bold;
  color: #333;
}
.contact_step li:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 1px;
  height: 88px;
  background-color: rgba(112, 112, 112, 0.35);
  margin: 5px 0 5px 14px;
}

/*-------form_section-------*/
.form_section {
  max-width: 883px;
  width: 100%;
  margin: 0 auto;
}

form dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

form dl dt {
  width: 20%;
  padding-top: 18px;
  padding-right: 10px;
}

form dl dt span {
  color: #f00;
}

form dl dd {
  width: 80%;
  color: #4D4D4D;
}

form dl dd input {
  width: 100%;
  padding: 15px 8px;
  background-color: rgba(242, 245, 249, 0.35);
  border: 1px solid rgba(112, 112, 112, 0.35);
}

form dl dd textarea {
  width: 100%;
  padding: 9px 8px;
  background-color: rgba(242, 245, 249, 0.35);
  border: 1px solid rgba(112, 112, 112, 0.35);
}

form table {
  margin: 50px auto;
}

.subMit {
  width: 80%;
  margin-left: auto;
  text-align: center;
}
.subMit .btn.btn_blue {
  font-size: 1.6rem;
  width: 235px;
  height: 56px;
  line-height: 56px;
}

.policy-box {
  width: 80%;
  height: 150px;
  padding: 10px;
  margin-left: auto;
  margin-bottom: 68px;
  background-color: rgba(242, 245, 249, 0.35);
  border: 1px solid rgba(112, 112, 112, 0.35);
  color: #707070;
  font-size: 1.2rem;
}
.policy-box .c-txt {
  margin-bottom: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.policy-box .c-bold {
  font-weight: bold;
  color: #333;
}

.scroll {
  overflow: scroll;
}

.policy-box p {
  white-space: wrap;
}

.privacy-wrap {
  width: 80%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 38px;
}
.privacy-wrap span {
  color: #f00;
}

.contact_confirmation {
  position: relative;
  margin-bottom: 100px;
}
.contact_confirmation .sub_title {
  margin-bottom: 42px;
}

/*------------------------------------------------
* SP
*--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 136px;
  }

  form dl {
    display: block;
  }
  form dl dt {
    width: 100%;
  }
  form dl dd {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .privacy-wrap {
    width: 100%;
  }

  .subMit {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */