@charset "UTF-8";
.kaiin-touroku-table {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  max-width: 90rem;
}
@media (max-width: 768px) {
  .kaiin-touroku-table {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }
}

h1.heading_main {
  margin-bottom: 3rem;
  text-align: center;
}

.form_layout textarea {
  padding: 8px;
  width: 100%;
}

.form_layout .hissu {
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 10px;
  padding: 3px 5px;
  color: #de3d3d;
  background: #de3d3d;
  color: #fff;
  font-size: 80%;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}

.form_layout {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.form_layout .td-btn {
  border: 0;
  border-bottom: 0;
  padding: 3rem;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 1rem;
}

.form_layout .btn-submit {
  position: relative;
  display: inline-block;
  border: solid 2px var(--accent1);
  margin: 10px 5px 5px 5px;
  padding: 8px 30px;
  color: var(--accent1);
  min-width: 200px;
  background: none;
  display: block;
  margin: 2rem auto;
  float: none;
  display: inline-block;
  margin: 2rem;
  /*background: url(../img/common/icon_arrow01.png) no-repeat 96% center;
  -webkit-background-size: 14px;
  background-size: 14px;*/
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.form_layout .btn-submit:hover {
  background-color: var(--accent1);
  color: #fff;
}

.form_layout .btn-submit.btn-orange {
  color: #ed6d00;
  border: solid 2px #ed6d00;
}

.form_layout .btn-submit.btn-orange:hover {
  background-color: #ed6d00;
  color: #fff;
}

.form_layout .btn-submit-reset {
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.form_layout .btn-submit-reset:hover {
  background-color: #9e9e9e;
  color: #fff;
}

.form_layout .text_error {
  display: block;
  color: #de3d3d;
}

.form_layout .btn_ad_search {
  margin-top: 5px;
  background: #1565b0;
  padding: 0;
  color: #fff;
  font-size: 85%;
  padding: 4px 10px;
  line-height: 1;
}

.form_finish_blcok {
  padding: 0 15px;
  margin-bottom: 25px;
}

.form_layout_typePdf .form_finish_blcok {
  padding: 0;
  margin-bottom: 0;
}

.form_layout_typePdf .form_layout_typePdf-pdf {
  vertical-align: middle;
}

.form_layout .input_number {
  width: 5em;
}

.form_layout ::placeholder {
  color: #a2a4a7;
}
.form_layout input[type=date] {
  background-position: center right 2rem;
}
.form_layout input[type=email],
.form_layout input[type=tel],
.form_layout input[type=date],
.form_layout input[type=number],
.form_layout input[type=text] {
  width: 100%;
  max-width: 60rem;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  border: 0;
  background-color: #f8f8f8;
  border-radius: 1rem;
}
.form_layout.is-full input[type=email],
.form_layout.is-full input[type=tel],
.form_layout.is-full input[type=number],
.form_layout.is-full input[type=date],
.form_layout.is-full input[type=text] {
  max-width: 100%;
}
.form_layout textarea {
  padding: 2rem;
  background-color: #f8f8f8;
  border: none;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 1rem;
}
.form_layout select {
  width: 100%;
  max-width: 60rem;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  border: 0;
  background-color: #f8f8f8;
  border-radius: 1rem;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.36%22%20height%3D%227.175%22%20viewBox%3D%220%200%2011.36%207.175%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_343330%22%20data-name%3D%22%E3%83%91%E3%82%B9%20343330%22%20d%3D%22M0%2C0C.406.351%2C4.987%2C5%2C4.987%2C5L10%2C0%22%20transform%3D%22translate(0.654%200.757)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem;
  color: #333;
  cursor: pointer;
}
.form_layout select:invalid, .form_layout select[value=""] {
  color: #a2a4a7;
}

.form_layout td {
  padding: 2rem 0;
}

.form_layout th {
  width: 43%;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .form_layout {
    display: block;
  }
  .form_layout td,
  .form_layout th,
  .form_layout tr,
  .form_layout tbody {
    display: block;
    padding: 0;
  }
  .form_layout td {
    padding: 6px 0 15px;
    margin-bottom: 15px;
  }
  .form_layout th {
    border-bottom: 0;
  }
  .form_layout .flg01 {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form_layout .flg01 td {
    margin-bottom: 0;
  }
  .form_layout_typePdf td {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .form_layout_typePdf .form_layout_typePdf-pdf {
    width: 100%;
    padding: 0 15px 30px;
    border-bottom: solid 1px #bbb;
  }
  .form_layout_typePdf .form_layout_typePdf-pdf .btn-submit {
    width: 100%;
  }
}
.step_flow {
  margin-top: 15px;
  position: relative;
}

.step_flow:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background-color: #e8e8e8;
}

.step_flow li {
  position: relative;
  display: block;
  background: #e8e8e8;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 120%;
  line-height: 1.5;
  z-index: 10;
  width: 16rem;
}

.furigana-your-name,
.furigana-last-name,
.your-name,
.last-name {
  width: 50%;
  display: inline-block;
  width: 49%;
}
@media (max-width: 768px) {
  .furigana-your-name,
  .furigana-last-name,
  .your-name,
  .last-name {
    width: 48.5%;
  }
}

.step_flow li.current {
  background-color: var(--accent1);
  color: #fff;
}

.step_flow li span {
  display: block;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .step_flow {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .step_flow:after {
    width: 100%;
    height: 6px;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -4px;
  }
  .step_flow li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    font-size: 100%;
    margin-bottom: 0;
  }
  .step_flow li:last-child {
    margin-right: 0;
  }
}
/*利用規約同意*/
#privacypolicy-txt {
  height: 350px;
  padding: 20px;
  border: solid 1px #bbb;
  margin: 0 auto;
  overflow-y: scroll;
  font-size: 90%;
  background: #efefef;
}

#privacypolicy-txt p {
  margin-bottom: 15px;
}

.policy_etc .btn_base {
  width: 100%;
  margin-top: 10px;
}

.row.change_fl_right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 6rem auto 0rem;
}
@media (max-width: 768px) {
  .row.change_fl_right {
    display: block;
  }
}

.wpcf7c-elm-step2 {
  display: block;
  margin: 1rem auto;
}

@media (max-width: 768px) {
  .form_layout td,
  .form_layout th,
  .form_layout tr,
  .form_layout tbody {
    width: 100%;
  }
  textarea {
    height: 16rem;
  }
  .form_layout .btn-submit {
    right: -10px;
    margin-bottom: 0px;
  }
}
