.form {
  /* .form_box p {
    font-size: 1.8rem;
    } */
  /* /pp/ */
}
.form .phase_check {
  padding: 60px 20px 12px;
  text-align: center;
  border-top: 1px #cdd6dd solid;
}
.form .phase_check p {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 12px;
}
.form .phase_check.inqpage {
  padding: 24px 20px 12px;
  border: none;
}
.form .phase_check ul {
  width: 232px;
  display: flex;
  justify-content: space-between;
  margin: 4px auto 24px;
  position: relative;
}
.form .phase_check ul:before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  top: 24px;
  left: 48%;
  margin-left: -40%;
}
.form .phase_check ul li {
  width: 20%;
  padding-top: 24px;
  position: relative;
  margin: 20px 8px 8px 0;
  font-size: 1.6rem;
}
.form .phase_check ul li.active:before {
  background-color: #ff5a5f;
}
.form .phase_check ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}
.form .phase_check .to_mail {
  font-weight: normal;
  font-size: 1.6rem;
  padding-bottom: 12px;
  text-align: left;
}
.form .phase_check span {
  font-size: 1.5rem;
  display: inline-block;
  text-align: left;
}
.form .in_form_tel .in_form_tel_h {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 0px;
}
.form .in_form_tel .in_form_tel_n a {
  color: #ff5a5f;
}
.form .form_caution {
  background-color: #feffc9;
  border: 1px solid #dfdfdf;
  margin: 0px 20px 32px;
  padding: 16px;
}
.form .form_caution p {
  font-weight: bold;
  color: #f00;
  text-align: center;
  padding-bottom: 8px;
}
.form .form_caution span span {
  color: #f00;
}
.form .form_box {
  padding: 20px;
  border-top: 1px solid #dfdfdf;
  text-align: left;
}
.form .form-text {
  width: 100%;
  font-weight: bold;
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  padding: 8px;
  background: #fff;
}
.form label {
  font-weight: bold;
}
.form .required {
  background: #ff5a5f;
  color: #fff;
  padding: 4px 6px;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 2px;
  vertical-align: middle;
}
.form .example {
  padding: 4px 2px 0;
  color: #636363;
  font-size: 1.4rem;
}
.form .erre_name {
  color: #ff0000;
}
.form .notice {
  background-color: #f4f4f4;
  padding: 12px;
  margin-top: 10px;
  width: 100%;
  font-size: 1.4rem;
}
.form .example_area {
  background: rgb(237, 237, 237);
  margin-top: 8px;
  font-size: 1.4rem;
  padding: 12px;
  margin-bottom: 12px;
}
.form .time {
  display: flex;
  flex-wrap: wrap;
}
.form input,
.form button,
.form textarea,
.form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .form_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  justify-content: space-between;
}
.form .form_box ul li {
  width: 47%;
  margin-bottom: 12px;
}
.form .form_box ul li input {
  display: none;
}
.form .form_box ul li input:checked + label {
  color: #ff5a5f;
}
.form .form_box ul li input + label {
  padding-left: 24px;
  position: relative;
}
.form .form_box ul li label {
  font-weight: normal;
}
.form .form_box ul li input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.form .form_box ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #ff5a5f;
  border-radius: 50%;
}
.form .submit_btn {
  text-align: center;
  padding: 8px 24px 32px;
}
.form .soushin_btnt:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form .soushin_btn {
  padding: 12px 24px;
  font-size: 1.8rem;
  color: #fff;
  border-style: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
  background: #fd9403;
  box-shadow: 0px 4px #b56900;
  padding-top: 18px;
}
.form .modoru_btn {
  background: none;
  margin-top: 20px;
  width: auto;
  padding: 0;
  color: #333;
  box-shadow: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-size: 1.8rem;
}
.form .info {
  display: flex;
  margin-top: 40px;
  text-align: center;
  background: #fff;
  padding: 20px;
  line-height: 2;
  justify-content: center;
  width: 72%;
  margin: 50px auto;
}
.form .info p {
  background: #fff;
  padding: 20px;
}
.form .info p span {
  padding-top: 0px;
  font-weight: bold;
  color: #c00;
}
.form input[type=text], .form input[type=tel], .form input[type=email] {
  border-radius: 4px;
  border: 2px solid #ccc;
  width: 100%;
  padding: 10px;
  margin-top: 4px;
}
.form .btn_area {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.form #header {
  width: 100%;
}
.form #header img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.form .scrollbox {
  border: 1px solid #d8d8d8;
  overflow-y: scroll;
  padding: 0px !important;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 100% !important;
  float: none;
  padding: 4px;
  margin-bottom: 30px;
}
.form .scrollbox .scrollbox_inner {
  padding: 0 15px;
}
.form .word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form .word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.form .word_header_titleh2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
.form .word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  background: #dcab6e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.form .word {
  padding: 8px;
}
.form .word p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.form .word a {
  display: inline;
  color: #49bbfd;
}
.form .title {
  color: #484848;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form ol {
  position: relative;
  margin-top: 10px;
  padding: 0;
  font-size: 1.2rem;
}
.form ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
  font-size: 1.4rem;
}
.form ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .form .contents {
    width: 940px;
    margin: 0 auto;
  }
  .form #header {
    width: 940px;
    margin: 0 auto;
  }
  .form #header img {
    width: 132px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px 0;
  }
  .form .logo {
    width: 940px;
    margin: 25px auto;
  }
  .form .logo img {
    width: 300px;
  }
  .form .to_mail {
    font-weight: normal;
    font-size: 1.8rem;
    padding-bottom: 12px;
    text-align: left;
  }
  .form .phase_check {
    padding: 60px 20px 12px;
    text-align: center;
    border-top: 1px #cdd6dd solid;
    margin-top: 60px;
  }
  .form .phase_check p {
    font-weight: bold;
    font-size: 2.8rem;
    padding-bottom: 12px;
  }
  .form .phase_check.inqpage {
    padding: 24px 20px 12px;
    border: none;
    margin-top: 40px;
  }
  .form .phase_check ul {
    width: 232px;
    display: flex;
    justify-content: space-between;
    margin: 4px auto 24px;
    position: relative;
  }
  .form .phase_check ul:before {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    top: 24px;
    left: 48%;
    margin-left: -40%;
  }
  .form .phase_check ul li {
    width: 20%;
    padding-top: 24px;
    position: relative;
    margin: 20px 8px 8px 0;
    font-size: 1.6rem;
  }
  .form .phase_check ul li.active:before {
    background-color: #ff5a5f;
  }
  .form .phase_check ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-radius: 5px;
  }
  .form .phase_check .to_mail {
    font-weight: normal;
    font-size: 1.8rem;
    padding-bottom: 12px;
    text-align: center;
  }
  .form .phase_check span {
    font-size: 1.6rem;
    display: inline-block;
  }
  .form .in_form_tel .in_form_tel_h {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 0px;
  }
  .form .in_form_tel .in_form_tel_n {
    color: #ff5a5f;
  }
  .form .form_caution {
    background-color: #feffc9;
    border: 1px solid #dfdfdf;
    margin: 0px 20px 32px;
    padding: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .form .reply ul li {
    width: 30%;
  }
  .form .form_caution p {
    font-weight: bold;
    color: #f00;
    text-align: center;
    padding-bottom: 8px;
    font-size: 1.9rem;
  }
  .form .form_caution span span {
    color: #f00;
  }
  .form .form_box {
    padding: 24px;
    border-top: 1px solid #dfdfdf;
    text-align: left;
  }
  .form .form_box p {
    font-size: 1.8rem;
  }
  .form .form-text {
    width: 100%;
    font-weight: bold;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
    font-size: 1.8rem;
  }
  .form label {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .form .required {
    background: #ff5a5f;
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    display: inline-block;
    margin-left: 4px;
    font-size: 1.4rem;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .form .example {
    padding: 4px 2px 0;
    color: #636363;
    font-size: 1.6rem;
  }
  .form .erre_name {
    color: #ff0000;
    font-size: 1.6rem;
  }
  .form .notice {
    background-color: #f4f4f4;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
  }
  .form .example_area {
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: rgb(237, 237, 237);
    padding: 12px;
    margin-bottom: 12px;
    margin-top: 8px;
  }
  .form .example_area .gray_back {
    background-color: rgb(237, 237, 237);
    padding: 12px;
    margin-bottom: 12px;
  }
  .form .time {
    display: flex;
    flex-wrap: wrap;
  }
  .form input,
  .form button,
  .form textarea,
  .form select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .time label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 8px;
    padding: 28px 18px;
    text-align: left;
    width: 23.77%;
    font-weight: normal;
  }
  .form .time label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #bdc3c7;
    border-radius: 50%;
  }
  .form .time input[type=radio]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #f3800a;
  }
  .form .submit_btn {
    text-align: center;
    padding: 8px 24px 48px;
    margin-top: 30px;
  }
  .form .soushin_btnt:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .form .soushin_btn {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1.8rem;
    padding: 18px 0;
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
    border-style: none;
    background: #f3800a;
    box-shadow: 0px 8px #bb6207;
  }
  .form .soushin_btn span {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .form .modoru_btn {
    background: none;
    margin-top: 20px;
    width: auto;
    padding: 0;
    color: #333;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 1.8rem;
  }
  .form .info {
    display: flex;
    margin-top: 40px;
    text-align: center;
    background: #fff;
    padding: 20px;
    line-height: 2;
    justify-content: center;
    width: 72%;
    margin: 50px auto;
  }
  .form .info p {
    background: #fff;
    padding: 20px;
  }
  .form .info p span {
    padding-top: 0px;
    font-weight: bold;
    color: #c00;
  }
  .form .scrollbox {
    border: 1px solid #d8d8d8;
    overflow-y: scroll;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 100% !important;
    float: none;
    padding: 4px;
    font-size: smaller;
  }
  .form .scrollbox .scrollbox_inner {
    padding: 0 30px;
  }
  .form .word_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 1.4rem;
  }
  .form .word_header_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
  }
  .form .word_header_titleh2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
  }
  .form .word_header span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border-radius: 3px;
    /* background: #dcab6e;
    color: #fff; */
    font-size: 16px;
    font-weight: bold;
  }
  .form .word {
    padding: 8px;
  }
  .form .word p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .form .word a {
    display: inline;
    color: #49bbfd;
  }
  .form .title {
    color: #484848;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .form ol {
    position: relative;
    margin-top: 10px;
    padding: 0;
    font-size: 1.4rem;
  }
  .form ol li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
  }
  .form ol li span {
    position: absolute;
    left: 0;
    margin: 0;
  }
}
.form .privacy_box {
  padding: 14px;
  /* font-size: 13px; */
  border: 1px solid #ccc;
  /* margin: 27px 0px 0px; */
  background: #f1f1f1;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .form .privacy_box {
    padding: 20px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    background: #f1f1f1;
    width: 100%;
    margin: 10px auto;
  }
}
.form .privacy_box a {
  color: #3484d1;
  text-decoration: none;
}/*# sourceMappingURL=inquiry.css.map */