@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.inner1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.number_box {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}
.number_box .number_aroow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number_box .number_aroow.no_on {
  position: relative;
}
.number_box .number_aroow.no_on:before {
  content: "";
  position: absolute;
  border-left: 10px solid #e60012;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 40px;
  right: -50px;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_on:before {
    border-left: 8px solid #ed171f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 20px;
    right: -16px;
  }
}
.number_box .number_aroow.no_on .number {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  border-radius: 100px;
  border: 2px solid #e60012;
  font-size: 32px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_on .number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.number_box .number_aroow.no_on .number:before {
  content: "STEP";
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  background: #e60012;
  padding: 0px 10px;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 5%;
  left: -5%;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_on .number:before {
    font-size: 10px;
    top: -5%;
    left: 0%;
  }
}
.number_box .number_aroow.no_on .txt {
  font-size: 14px;
  color: #282828;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_on .txt {
    font-size: 10px;
  }
}
.number_box .number_aroow.no_off {
  position: relative;
}
.number_box .number_aroow.no_off:before {
  content: "";
  position: absolute;
  border-left: 10px solid #bebebe;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 40px;
  right: -50px;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_off:before {
    border-left: 8px solid #bebebe;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 20px;
    right: -16px;
  }
}
.number_box .number_aroow.no_off:last-child:before {
  display: none;
}
.number_box .number_aroow.no_off .number {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bebebe;
  border-radius: 100px;
  border: 2px solid #bebebe;
  font-size: 32px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_off .number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.number_box .number_aroow.no_off .number:before {
  content: "STEP";
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  background: #bebebe;
  padding: 0px 10px;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 5%;
  left: -5%;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_off .number:before {
    font-size: 10px;
    top: -5%;
    left: 0%;
  }
}
.number_box .number_aroow.no_off .txt {
  font-size: 14px;
  color: #bebebe;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .number_box .number_aroow.no_off .txt {
    font-size: 10px;
  }
}

.page_nav {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_nav {
    width: 90%;
    margin: 80px auto 40px;
    justify-content: space-evenly;
  }
}
.page_nav .nav_link {
  max-width: 270px;
  width: 100%;
  height: 70px;
  background: #e60012;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  margin: 0 10px;
  padding: 10px 0;
}
@media screen and (max-width: 480px) {
  .page_nav .nav_link {
    max-width: 100px;
    flex-direction: column;
    height: 90px;
    margin: 0;
  }
}
.page_nav .nav_link img.mypage {
  width: 8%;
}
@media screen and (max-width: 480px) {
  .page_nav .nav_link img.mypage {
    width: 24%;
  }
}
.page_nav .nav_link img.pass {
  width: 10%;
}
@media screen and (max-width: 480px) {
  .page_nav .nav_link img.pass {
    width: 25%;
  }
}
.page_nav .nav_link img.webiner {
  width: 13%;
}
@media screen and (max-width: 480px) {
  .page_nav .nav_link img.webiner {
    width: 33%;
  }
}
.page_nav .nav_link p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .page_nav .nav_link p {
    font-size: 11px;
    text-align: center;
    margin-left: 0px;
  }
}
.page_nav .nav_link:hover {
  opacity: 0.5;
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-right: 20px;
  position: relative;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 19px;
  width: 13px;
  height: 13px;
  background: #0068b7;
  border-radius: 50%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #282828;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP" !important;
  opacity: 1;
}

input[type=search] {
  -webkit-appearance: searchfield;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.wrapper {
  padding: 30px 0 0;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
    background-size: contain;
  }
}

.form_Box {
  position: relative;
  z-index: 2;
}
.form_Box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .form_Box:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .form_Box:before {
    display: none;
  }
}

.read_txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .read_txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.formArea {
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 80px 110px 60px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .formArea {
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 auto;
  }
}
.formArea .fieldWrap {
  margin-bottom: 25px;
}
.formArea .fieldWrap.no_mar {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap {
    margin-bottom: 20px;
  }
}
.formArea .fieldWrap .fieldBox {
  /*基本css*/
}
.formArea .fieldWrap .fieldBox .inputBox {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.formArea .fieldWrap .fieldBox .inputBox .list_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox .list_ttl {
    font-size: 14px;
  }
}
.formArea .fieldWrap .fieldBox .inputBox .list_ttl .tag {
  background: #777;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  padding: 2px 8px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox .list_ttl .tag {
    font-size: 10px;
  }
}
.formArea .fieldWrap .fieldBox .inputBox .list_ttl .tag.red {
  background: #e60012;
}
.formArea .fieldWrap .fieldBox .inputBox .list_ttl .notes {
  color: #999;
  font-size: 14px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox .list_ttl .notes {
    font-size: 12px;
  }
}
.formArea .fieldWrap .fieldBox .inputBox input {
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: lighter;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    height: 20px;
  }
}
.formArea .fieldWrap .fieldBox .inputBox input::placeholder {
  color: #c6c6c6;
}
.formArea .fieldWrap .fieldBox .inputBox .reset {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 17px;
  right: 20px;
  padding: 0px;
  border-radius: 20px;
  background: #cbcbcb;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox .reset {
    right: 10px;
    width: 20px;
    height: 20px;
    top: 15px;
    padding: 0;
  }
}
.formArea .pass_link {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: end;
}
.formArea .pass_link a {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .formArea .pass_link a {
    font-size: 12px;
  }
}
.formArea .pass_link a:hover {
  text-decoration: none;
}
.formArea .btn_Box {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.formArea .btn_Box:hover {
  transition: 0.6s;
}
.formArea .btn_Box:hover .reserve_btn {
  opacity: 0.5;
}
.formArea .btn_Box .reserve_btn {
  width: 100%;
  height: 75px;
  background: #0068b7;
  border: none;
  border-radius: 80px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 60px auto 20px;
  display: flex;
  justify-content: center;
  transition: 0.6s;
  border: 3px solid #0068b7;
  letter-spacing: 0;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .formArea .btn_Box .reserve_btn {
    font-size: 18px;
    height: 60px;
    margin: 40px auto 10px;
  }
}
.formArea #pass-id .fieldWrap {
  margin-bottom: 25px;
}
.formArea #pass-id .fieldWrap.no_mar {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap {
    margin-bottom: 30px;
  }
}
.formArea #pass-id .fieldWrap .fieldBox {
  /*基本css*/
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl {
    font-size: 14px;
  }
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl .tag {
  background: #777;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  padding: 2px 8px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl .tag {
    font-size: 10px;
  }
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl .tag.red {
  background: #e60012;
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl .notes {
  color: #999;
  font-size: 14px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap .fieldBox .inputBox .list_ttl .notes {
    font-size: 12px;
  }
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: lighter;
  height: 50px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap .fieldBox .inputBox input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    height: 45px;
  }
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox input::placeholder {
  color: #c6c6c6;
}
.formArea #pass-id .fieldWrap .fieldBox .inputBox .reset {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  padding: 0px;
  border-radius: 20px;
  background: #cbcbcb;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .fieldWrap .fieldBox .inputBox .reset {
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.formArea #pass-id .pass_link {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: end;
}
.formArea #pass-id .pass_link a {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .pass_link a {
    font-size: 12px;
  }
}
.formArea #pass-id .pass_link a:hover {
  text-decoration: none;
}
.formArea #pass-id .btn_Box {
  margin: 60px auto 30px;
  display: flex;
  max-width: 418px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box {
    margin: 0 auto 0;
  }
}
.formArea #pass-id .btn_Box .pageTop_Box {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box .pageTop_Box {
    max-width: 230px;
  }
}
.formArea #pass-id .btn_Box .pageTop_Box .pageTop_btn {
  height: 40px;
  background: #0068b7;
  border-radius: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #0068b7;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box .pageTop_Box .pageTop_btn {
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
  }
}
.formArea #pass-id .btn_Box .pageTop_Box .pageTop_btn:hover {
  opacity: 0.5;
}
.formArea #pass-id .btn_Box02 {
  max-width: 460px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box02 {
    margin: 30px auto 0;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}
.formArea #pass-id .btn_Box02 .reserve_btn {
  max-width: 340px;
  width: 100%;
  height: 75px;
  background: #0068b7;
  border: none;
  text-align: center;
  border-radius: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  border: 3px solid #0068b7;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.6s;
  line-height: 1;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box02 .reserve_btn {
    width: 45%;
    height: 60px;
    margin: 0 auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .formArea #pass-id .btn_Box02 .reserve_btn {
    width: 80%;
    font-size: 15px;
    height: 60px;
    margin: 0 auto 20px;
    padding-bottom: 0;
  }
}
.formArea #pass-id .btn_Box02 .reserve_btn:hover {
  opacity: 0.5;
}

.formArea #pass-id .error {
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
