@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --arial: "Arial", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --akshar: "Akshar", sans-serif;
  --poppins: "poppins", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #cf142b;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

button,
input,
select,
textarea,
label {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  background: url(../media/images/cms/common/bg_bottom.png) no-repeat center bottom/100%;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  main {
    background: url(../media/images/cms/common/bg_bottom_sp.png) no-repeat center bottom/100%;
    padding-bottom: 80px;
  }
}

h1 {
  margin: 80px 0 50px;
  font-size: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}
h1:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--red);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

.form_Box {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .form_Box {
    background: none;
  }
}
.form_Box ul.note {
  margin: 60px auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .form_Box ul.note {
    margin: 30px auto;
  }
}
.form_Box ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .form_Box ul.note li {
    font-size: 14px;
  }
}
.form_Box .error_Box {
  border: 2px solid var(--red);
  background: #fff6f6;
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .form_Box .error_Box {
    width: 90%;
  }
}
.form_Box .error_Box li {
  color: var(--red);
  font-size: 16px;
  line-height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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%;
  background: url("/entry/index/img/gradation_img.png") no-repeat bottom;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .form_Box:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .form_Box:after {
    display: none;
  }
}

.formArea {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 50px 110px;
}
@media screen and (max-width: 767px) {
  .formArea {
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 auto;
    width: 90%;
  }
}
.formArea h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .formArea h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.formArea .read_txt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .formArea .read_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.formArea .agreement_wrap {
  text-align: left;
  height: 500px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap {
    height: 300px;
  }
}
.formArea .agreement_wrap a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
.formArea .agreement_wrap a:hover {
  text-decoration: none;
}
.formArea .agreement_wrap h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap h3 {
    font-size: 18px;
  }
}
.formArea .agreement_wrap p.txt {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap p.txt {
    font-size: 14px;
  }
}
.formArea .agreement_wrap p.txt + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap p.txt + h3 {
    margin-top: 30px;
  }
}
.formArea .agreement_wrap > ul {
  margin-top: 10px;
}
.formArea .agreement_wrap > ul + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap > ul + h3 {
    margin-top: 30px;
  }
}
.formArea .agreement_wrap > ul > li {
  font-size: 16px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap > ul > li {
    font-size: 14px;
  }
}
.formArea .agreement_wrap > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.formArea .agreement_wrap > ul > li dl {
  text-indent: 0;
  margin-top: 15px;
}
.formArea .agreement_wrap > ul > li dl dd {
  padding-left: 15px;
  position: relative;
}
.formArea .agreement_wrap > ul > li dl dd:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 9px;
  left: 0;
}
.formArea .agreement_wrap > ul > li dl dd + dt {
  margin-top: 15px;
}
.formArea .agreement_wrap > ul > li table {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  text-indent: 0;
}
.formArea .agreement_wrap > ul > li table * {
  text-indent: 0;
}
.formArea .agreement_wrap > ul > li table tr:not(:last-child) td {
  border-bottom: none;
}
.formArea .agreement_wrap > ul > li table tr th {
  font-size: 16px;
  background: #dedede;
  width: 150px;
  padding: 15px;
  border: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap > ul > li table tr th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.formArea .agreement_wrap > ul > li table tr td {
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap > ul > li table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    border-top: none;
  }
}
.formArea .agreement_wrap > ul > li table tr td a {
  text-decoration: underline;
}
.formArea .agreement_wrap > ul > li table tr td a:hover {
  text-decoration: none;
}
.formArea .agreement_wrap > ul > li table tr td > ul > li {
  padding-left: 10px;
  position: relative;
}
.formArea .agreement_wrap > ul > li table tr td > ul > li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 9px;
  left: 0;
}
.formArea .agreement_wrap > ul > li table tr td > ul > li > ol {
  padding-left: 1em;
}
.formArea .agreement_wrap > ul > li table tr td > ul > li > ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.formArea .agreement_wrap ul.note {
  counter-reset: number 0;
}
.formArea .agreement_wrap ul.note li {
  margin-top: 10px;
  padding-left: 3.2em;
  text-indent: -3.2em;
  font-size: 14px;
}
.formArea .agreement_wrap ul.note li:before {
  counter-increment: number 1;
  content: "（注" counter(number) "）";
  margin-right: 10px;
}
.formArea .agreement_wrap .num_indent {
  padding-left: 0.5em;
  text-indent: 0;
}
.formArea .agreement_wrap .num_indent ul {
  counter-reset: number 0;
}
.formArea .agreement_wrap .num_indent ul li {
  margin-top: 10px;
  padding-left: 2.3em;
  text-indent: -2.3em;
}
.formArea .agreement_wrap .num_indent ul li:before {
  counter-increment: number 1;
  content: "<" counter(number) ">";
  margin-right: 10px;
}
.formArea .agreement_wrap .enactment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.formArea .agreement_wrap .enactment table {
  width: auto;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .formArea .agreement_wrap .enactment table {
    font-size: 12px;
  }
}
.formArea .agreement_wrap .enactment table tr th {
  padding-right: 10px;
}
.formArea .fieldWrap {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .formArea .fieldWrap {
    margin-bottom: 30px;
  }
}
.formArea .fieldWrap.border {
  padding-bottom: 55px;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (max-width: 767px) {
  .formArea .fieldWrap.border {
    padding-bottom: 35px;
  }
}
.formArea .check_agree {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .formArea .check_agree {
    margin-top: 20px;
  }
}
.formArea .check_agree .check_Area {
  text-align: center;
}
.formArea .check_agree .check_Area label {
  padding: 3px 0px 7px 35px;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formArea .check_agree .check_Area label {
    padding: 5px 20px 6px 30px;
    font-size: 14px;
    margin-right: 0px;
  }
}
.formArea .check_agree .check_Area label input[type=checkbox] {
  max-width: 50px;
  width: 100%;
}
.formArea .check_agree .check-input {
  display: none;
}
.formArea .check_agree .check-input + label {
  padding-right: 20px;
  position: relative;
}
.formArea .check_agree .check-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
}
.formArea .check_agree .check-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../media/images/cms/common/checked.png);
}
.formArea .btn_Box {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.formArea .btn_Box.disabled {
  pointer-events: none;
}
.formArea .btn_Box.disabled .reserve_btn {
  background: #b4b5b5;
  border-color: #b4b5b5;
}
.formArea .btn_Box: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%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .formArea .btn_Box:before {
    width: 8px;
    height: 8px;
    top: 43%;
  }
}
.formArea .btn_Box:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.formArea .btn_Box:hover .reserve_btn {
  background: #fff;
  border: 3px solid var(--red);
  color: var(--red);
}
.formArea .btn_Box:hover:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid var(--red);
  border-right: 2px solid var(--red);
  top: 40%;
  right: 7%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .formArea .btn_Box:hover:before {
    width: 8px;
    height: 8px;
    top: 43%;
  }
}
.formArea .btn_Box .reserve_btn {
  text-align: center;
  width: 100%;
  height: 75px;
  background: var(--red);
  border: none;
  border-radius: 80px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin: 40px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 3px solid var(--red);
  letter-spacing: 0.3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formArea .btn_Box .reserve_btn {
    font-size: 18px;
    height: 60px;
    margin: 30px auto 10px;
  }
}

ul.caution {
  background-color: #f4f4f4;
  padding: 25px 22px;
  border-radius: 6px;
  margin: 40px auto 0;
  max-width: 820px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  ul.caution {
    margin-top: 30px;
    padding: 20px 5%;
  }
}
ul.caution li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}
ul.caution li p {
  font-size: 14px;
  text-align: center;
}
ul.caution li .browse {
  margin-top: 5px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
ul.caution li .browse a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
ul.caution li .browse a:hover {
  text-decoration: none;
}