@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .page_header {
    background: transparent;
  }
}

.common_kv {
  background: url(../img/kv.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .common_kv {
    background-image: url(../img/kv_sp.jpg);
  }
}

.common_contents_wrapper {
  margin-top: 0;
}

.form_msg {
  padding-top: 5.5rem;
  text-align: center;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .form_msg {
    margin-bottom: 4rem;
  }
}
.form_msg span {
  font-size: 1.3rem;
  display: block;
  padding-left: 1em;
  padding-top: 1em;
  color: #888;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border {
    display: block;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border th {
  width: 29rem;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 2.5rem 2rem 2.5rem 0;
  line-height: 1.2;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border th .hissu {
  background: #C21C32;
  width: 4rem;
  height: 2.4rem;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 0.3em;
  line-height: 1;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border th .hissu {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border th {
    display: block;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td {
  padding: 2.5rem 0 2.5rem 0;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=text],
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=number],
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=tel],
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=email] {
  height: 5rem;
  border: solid 1px #ccc;
  padding-left: 0.5em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=tel]::-webkit-inner-spin-button,
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=tel]::-webkit-outer-spin-button,
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=number]::-webkit-inner-spin-button,
.common_contents_wrapper > *.common_sect .table_lined tr.border td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td textarea {
  height: 24rem;
  border: solid 1px #ccc;
  padding-left: 0.5em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div {
  display: flex;
  justify-content: space-start;
  align-items: center;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p {
  display: flex;
  align-items: center;
  padding-left: 3em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p input {
  width: 3.5em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p span {
  padding-left: 0.6em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p:first-of-type {
  padding-left: 0;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p:first-of-type input {
  width: 5em;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div p {
    padding-left: 1.2em;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div.confirm {
  justify-content: flex-start;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div.confirm p {
  padding-left: 1em;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.dob div.confirm p:first-of-type {
  padding-left: 0;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.tel div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.tel div span {
  width: 2rem;
  display: block;
  text-align: center;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.tel div input {
  width: calc((100% - 40px) * 0.32);
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.tel div.confirm {
  justify-content: flex-start;
}
.common_contents_wrapper > *.common_sect .table_lined tr.border td.tel div.confirm span {
  width: 3rem;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border td {
    display: block;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border + tr th {
  padding: 2.5rem 2rem 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border + tr th {
    padding: 2rem 0 0 0;
  }
  .common_contents_wrapper > *.common_sect .table_lined tr.border + tr th br {
    display: none;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border + tr td {
  padding: 2.5rem 0 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border + tr td {
    padding: 2rem 0 2.5rem 0;
  }
}
.common_contents_wrapper > *.common_sect .table_lined tr.border.th_vtop th {
  padding-top: 3.5rem;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .common_contents_wrapper > *.common_sect .table_lined tr.border.th_vtop th {
    padding: 2rem 0 0 0;
  }
}

.privacy {
  margin-top: 30px;
  background: #E1E1E1;
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}
.privacy p:first-of-type {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
.privacy p:last-of-type {
  padding-top: 1.6rem;
}
.privacy p:last-of-type input {
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border: #aaa solid 1px;
  vertical-align: -1px;
  margin-right: 0.3em;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

button.b_submit {
  max-width: 40rem;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #C21C32;
  color: #fff;
  margin: 10rem auto 0;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
  /*
  &.chk_ok{
      opacity:1;
      cursor: pointer;
  }
  */
}
@media only screen and (max-width: 767px) {
  button.b_submit {
    margin: 4rem auto 0;
  }
}
button.b_submit:disabled {
  opacity: 0.4;
  cursor: auto;
}
button.b_submit img {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

/* 確認画面 */
.buttons_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .buttons_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.buttons_wrapper a {
  max-width: 20rem;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #ccc;
  color: #333;
  border: none;
  font-size: 1.7rem;
  margin: 0 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .buttons_wrapper a {
    margin: 4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .buttons_wrapper a {
    margin: 2rem auto 0;
    height: 6rem;
  }
}
.buttons_wrapper button {
  margin: 0 10px;
  max-width: 30rem;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .buttons_wrapper button {
    margin: 0 auto;
  }
}

.contact_finish {
  padding-top: 5.5rem;
  text-align: center;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.contact_finish h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.contact_finish p {
  margin-bottom: 2rem;
}
.contact_finish a {
  font-weight: bold;
  color: #C21C32;
}/*# sourceMappingURL=style.css.map */