@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 #0068b7;
  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: #0068b7;
  border-radius: 100px;
  border: 2px solid #0068b7;
  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: #0068b7;
  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;
  }
}

.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;
  }
}

.form_Box {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .form_Box {
    background: none;
  }
}
.form_Box .error_Box {
  border: 2px solid #e60012;
  background: #fff6f6;
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .form_Box .error_Box {
    width: 90%;
  }
}
.form_Box .error_Box li {
  color: #e60012;
  font-size: 16px;
  line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .form_Box .error_Box li {
    font-size: 14px;
    line-height: 1.8rem;
  }
}
.form_Box .error_Box li.error_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .form_Box .error_Box li.error_txt {
    font-size: 16px;
    line-height: 1.8rem;
  }
}
.form_Box:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .form_Box:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .form_Box:after {
    display: none;
  }
}
.form_Box ul.caution {
  color: #000000;
  background-color: #fff;
  padding: 25px 22px;
  border-radius: 20px;
  margin: 40px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .form_Box ul.caution {
    margin-top: 30px;
    padding: 20px 5%;
    width: 90%;
  }
}
.form_Box ul.caution li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}
.form_Box ul.caution li p {
  font-size: 14px;
  text-align: center;
}
.form_Box ul.caution li .browse {
  margin-top: 5px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.form_Box ul.caution li .browse a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.form_Box ul.caution li .browse a:hover {
  text-decoration: none;
}
.form_Box .browse2 {
  margin-top: 15px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.form_Box .browse2 a {
  text-decoration: underline;
  color: #000000;
  font-size: 14px;
  line-height: 1;
}
.form_Box .browse2 a:hover {
  text-decoration: none;
}

.formArea {
  color: #000000;
  background: #fff;
  border-radius: 20px;
  padding: 60px 110px;
  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;
  justify-content: center;
}
.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%;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  background: #f2f2f2;
  height: 40px;
  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;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .formArea .fieldWrap .fieldBox .inputBox .reset {
    right: 5%;
    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.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .formArea .btn_Box .reserve_btn {
    font-size: 18px;
    height: 60px;
    margin: 40px auto 10px;
    letter-spacing: 0.15rem;
  }
}
.formArea #pass .fieldWrap {
  margin-bottom: 25px;
}
.formArea #pass .fieldWrap.no_mar {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .formArea #pass .fieldWrap {
    margin-bottom: 30px;
  }
}
.formArea #pass .fieldWrap .fieldBox {
  /*基本css*/
}
.formArea #pass .fieldWrap .fieldBox .inputBox {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.formArea #pass .fieldWrap .fieldBox .inputBox .list_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .formArea #pass .fieldWrap .fieldBox .inputBox .list_ttl {
    font-size: 14px;
  }
}
.formArea #pass .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 .fieldWrap .fieldBox .inputBox .list_ttl .tag {
    font-size: 10px;
  }
}
.formArea #pass .fieldWrap .fieldBox .inputBox .list_ttl .tag.red {
  background: #e60012;
}
.formArea #pass .fieldWrap .fieldBox .inputBox .list_ttl .notes {
  color: #999;
  font-size: 14px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .formArea #pass .fieldWrap .fieldBox .inputBox .list_ttl .notes {
    font-size: 12px;
  }
}
.formArea #pass .fieldWrap .fieldBox .inputBox input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formArea #pass .fieldWrap .fieldBox .inputBox input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    height: 45px;
  }
}
.formArea #pass .fieldWrap .fieldBox .inputBox input::placeholder {
  color: #c6c6c6;
}
.formArea #pass .fieldWrap .fieldBox .inputBox .reset {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  padding: 0px;
  border-radius: 20px;
  text-align: center;
  background: #cbcbcb;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .formArea #pass .fieldWrap .fieldBox .inputBox .reset {
    right: 5%;
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.formArea #pass .pass_link {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: end;
}
.formArea #pass .pass_link a {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .formArea #pass .pass_link a {
    font-size: 12px;
  }
}
.formArea #pass .pass_link a:hover {
  text-decoration: none;
}
.formArea #pass .btn_Box {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.formArea #pass .btn_Box:hover {
  transition: 0.6s;
}
.formArea #pass .btn_Box:hover .reserve_btn {
  opacity: 0.5;
}
.formArea #pass .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;
  letter-spacing: 0;
  border: 3px solid #0068b7;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .formArea #pass .btn_Box .reserve_btn {
    font-size: 18px;
    height: 60px;
    margin: 40px auto 10px;
  }
}
.formArea #pass .account_less {
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .formArea #pass .account_less {
    padding: 20px;
  }
}
.formArea #pass .account_less h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .formArea #pass .account_less h3 {
    font-size: 18px;
  }
}
.formArea #pass .account_less .acc_less {
  font-size: 16px;
  color: #282828;
  text-align: center;
  max-width: 400px;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .formArea #pass .account_less .acc_less {
    font-size: 14px;
  }
}
.formArea #pass .account_less .addrBox {
  position: relative;
  width: fit-content;
  transition: 0.6s;
}
.formArea #pass .account_less .addrBox:before {
  content: "";
  width: 17px;
  height: 15px;
  background: url(../media/images/login/icn_apply.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 54%;
  left: 33px;
}
.formArea #pass .account_less .addrBox .addr_btn {
  width: 170px;
  height: 40px;
  background: #0068b7;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.6s;
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .formArea #pass .account_less .addrBox .addr_btn {
    font-size: 16px;
  }
}
.formArea #pass .account_less .addrBox .addr_btn .small {
  font-size: 12px;
}
.formArea #pass .account_less .addrBox:hover {
  opacity: 0.5;
}
.formArea #pass .msg {
  margin: 0.5em auto 0;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .formArea #pass .msg {
	font-size: 14px;
  }	
}

/*ログアウト画面↓*/
.logout .wrapper .contents .form_Box .formArea form h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15rem;
}
.logout .wrapper .contents .form_Box .formArea form .read_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.logout .wrapper .contents .form_Box .formArea form .btn_Box02 {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logout .wrapper .contents .form_Box .formArea form .btn_Box02 {
    max-width: 450px;
  }
}
.logout .wrapper .contents .form_Box .formArea form .btn_Box02 .reserve_btn {
  width: 100%;
  height: 75px;
  background: #0068b7;
  border: none;
  border-radius: 80px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 60px auto 30px;
  display: flex;
  justify-content: center;
  border: 3px solid #0068b7;
  letter-spacing: 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.6s;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .logout .wrapper .contents .form_Box .formArea form .btn_Box02 .reserve_btn {
    font-size: 18px;
    height: 60px;
    margin: 40px auto 20px;
  }
}
.logout .wrapper .contents .form_Box .formArea form .btn_Box02 .reserve_btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 40%;
  right: 7%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .logout .wrapper .contents .form_Box .formArea form .btn_Box02 .reserve_btn:before {
    width: 8px;
    height: 8px;
    top: 43%;
  }
}
.logout .wrapper .contents .form_Box .formArea form .btn_Box02 .reserve_btn:hover {
  opacity: 0.5;
}
.logout .wrapper .contents .form_Box .formArea form .eventTop_btn {
  max-width: 350px;
  width: 100%;
  height: 60px;
  background: #777;
  border: none;
  border-radius: 80px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  transition: 0.6s;
  letter-spacing: 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logout .wrapper .contents .form_Box .formArea form .eventTop_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .logout .wrapper .contents .form_Box .formArea form .eventTop_btn {
    width: 70%;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.15rem;
    max-width: 200px;
  }
}

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