@charset "UTF-8";
form .txt_error {
  margin-top: 30px;
  color: #ac1d21;
}
form input, form textarea, form select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
form input, form select, form textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border: 1px solid #fff;
  padding: 18px 0.5em;
  letter-spacing: 0.1em;
  background: #fff;
  text-align: center;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
form select, form textarea {
  width: 100%;
}
form select:focus, form textarea:focus {
  border-bottom: 1px solid #eb6e90;
}
form input {
  width: 100%;
}
form input:focus {
  border-bottom: 1px solid #eb6e90;
}
form input.i_middle {
  width: 49%;
}
form input.i_middle:nth-of-type(n+2) {
  margin-left: 2%;
}
form input.i_short {
  width: 20%;
}
form input.i_short_02 {
  width: 30%;
}
form .checkbox {
  text-align: center;
}
form .checkbox label {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
}
form .checkbox label input[type=checkbox] {
  display: none;
}
form .checkbox label input[type=checkbox]:checked + span:before {
  opacity: 1;
}
form .checkbox label input[type=checkbox] + span {
  position: relative;
  vertical-align: middle;
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.75;
}
form .checkbox label input[type=checkbox] + span:after {
  transition: all 0.3s ease-out;
  position: absolute;
  top: 12px;
  left: -26px;
  display: block;
  margin-top: -10px;
  background: #fff;
  width: 18px;
  height: 18px;
  content: "";
}
form .checkbox label input[type=checkbox] + span:before {
  transition: all 0.3s ease-out;
  position: absolute;
  top: 6px;
  left: -22px;
  display: block;
  content: "";
  opacity: 0;
  z-index: 5;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
form .btn_form input[type=submit] {
  display: block;
  width: 60%;
  margin: 12px auto 0;
  padding: 10px 0 11px;
  border: 0;
  font-size: 12px;
  font-size: 3.2vw;
  background: #eb6e90;
  border-radius: 200px;
  color: #fff;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (min-width:769px) {
  form .btn_form input[type=submit]:hover {
    opacity: 0.7;
  }
}
form .btn_form.btn_return input[type=submit] {
  margin: 10px auto 0;
  border: 2px solid #eb6e90;
  background: none;
  color: #eb6e90;
}
@media only screen and (max-width:768px) {
  form input, form select, form textarea {
    padding: 7px 8px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media only screen and (min-width:769px) {
  form {
    margin: auto;
  }
  form .txt_error {
    margin-top: 40px;
  }
  form input, form textarea, form select {
    font-size: 15px;
    padding: 10px 8px 11px;
  }
  form input:focus, form textarea:focus, form select:focus {
    border-bottom: 1px solid #eb6e90;
  }
  form input {
    letter-spacing: 0.1em;
  }
  form .checkbox label {
    margin: 30px auto 0;
  }
  form .checkbox label input[type=checkbox] + span {
    font-size: 16px;
  }
  form .checkbox label input[type=checkbox] + span:after {
    top: 14px;
    left: -26px;
    margin-top: -10px;
    width: 18px;
    height: 18px;
  }
  form .checkbox label input[type=checkbox] + span:before {
    top: 8px;
    left: -22px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
  }
  form .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
    margin-top: 20px;
  }
  form .btn_form input[type=submit] {
    cursor: pointer;
    width: 300px;
    margin: 20px auto 0;
    padding: 14px 0 16px;
    font-size: 15px;
  }
  form .btn_form input[type=submit].btn_c {
    margin: 40px 5px 0;
  }
  form .btn_form.btn_return input[type=submit] {
    padding: 12px 0 14px;
    border: 2px solid #eb6e90;
    background: none;
    color: #eb6e90;
  }
}

.att_list .att_cap {
  font-weight: bold;
  margin-bottom: 4px;
}
.att_list a {
  color: #000;
}
.att_list.in-serial {
  max-width: 800px;
  margin: 30px auto 0;
}
@media only screen and (min-width:769px) {
  .att_list a:hover {
    text-decoration: none;
  }
  .att_list .att_cap {
    font-weight: bold;
    margin-bottom: 4px;
  }
  .att_list.in-serial {
    margin-top: 40px;
  }
}

.form_head.in-page {
  padding: 32px 0 0px !important;
}
.form_head h1 {
  width: 61.8%;
  margin: 0 auto 12px;
}
.form_head_ttl {
  margin: 0 6.66% 24px;
  font-size: 18px;
  font-size: 4.8vw;
  color: #eb6e90;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.form_head_ttl strong {
  font-size: 120%;
}
.form_head_lead {
  display: block;
  padding-bottom: 48px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.form_head_img {
  width: 73.6%;
  margin: 0 auto 24px;
}
.form_head .info_item_dl {
  margin: 0 11.2%;
}
.form_head .info_item_dl dd .sub {
  margin-bottom: 17px;
}
.form_head .info_item_bc {
  margin: 40px 4% 0;
}
.form_head .info_item_bc .bc_wrap, .form_head .info_item_bc .bc_img {
  margin-bottom: 40px;
}
.form_head .att_list {
  margin: 0 11.2% 24px;
  text-align: left;
}
.form_head .att_list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 2.9333333333vw;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.form_head .att_list02 {
  margin: 0 4% 24px;
  text-align: left;
}
.form_head .att_list02 > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 2.9333333333vw;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.form_head .bnr_area {
  margin: 0 4%;
}
@media only screen and (min-width:769px) {
  .form_head {
    max-width: 980px !important;
    padding: 40px 0 94px !important;
  }
  .form_head.in-page {
    padding: 40px 0 8px !important;
  }
  .form_head h1 {
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .form_head_ttl {
    margin: 0 auto 24px;
    font-size: 22px;
  }
  .form_head_lead {
    padding-bottom: 62px;
    line-height: 1.7;
    font-size: 16px;
  }
  .form_head_img {
    width: 550px;
    margin: 0 auto 34px;
  }
  .form_head .info_item_dl {
    margin: 0 auto;
  }
  .form_head .info_item_dl dd .sub {
    margin-bottom: 17px;
  }
  .form_head .att_list {
    max-width: 550px;
    margin: 0 auto 24px;
    text-align: left;
  }
  .form_head .att_list > li {
    font-size: 11px;
  }
  .form_head .att_list02 {
    max-width: 800px;
    margin: 0 auto 24px;
    text-align: left;
  }
  .form_head .att_list02 > li {
    font-size: 11px;
  }
  .form_head .bnr_area {
    max-width: 550px;
    margin: 48px auto 0;
  }
}

.form_main .lead {
  color: #eb6e90;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.form_main .lead .att {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 80%;
}
.form_main_in {
  padding: 40px 4% 0;
}
.form_main_in .att_list {
  padding: 0 !important;
}
.form_main_in_wrap {
  padding: 0 4%;
}
.form_main_in .cap {
  display: block;
  margin-bottom: 16px;
  padding: 4px 0;
  color: #fff;
  background: #eb6e90;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 1.4;
}
.form_main_in p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-size: 3.2vw;
}
.form_main_in p.txt {
  line-height: 1.6;
  text-align: left;
}
.form_main_in p.txt strong {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 600;
}
.form_main_in p.txt span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 80%;
}
.form_main_in p.txt:nth-child(n+2) {
  margin-top: 1em;
}
.form_main_in p.limit {
  margin: 20px 0 25px;
  line-height: 1.6;
}
.form_main_in p.limit strong {
  font-weight: 600;
}
.form_main_in form {
  margin: 25px 0;
  padding: 23px 5% 22px;
  border: 1px solid #eb6e90;
}
.form_main_in form .form_enter_cap {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-family: a-otf-ryumin-pr6n, YakuHanMP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #eb6e90;
  font-weight: 500;
  text-align: center;
}
.form_main_in form .form_enter input#a1, .form_main_in form .form_enter input.form_pass {
  width: 80%;
  margin-bottom: 8px;
}
@media only screen and (min-width:769px) {
  .form_main .lead {
    font-size: 18px;
  }
  .form_main .lead .att {
    font-size: 80%;
  }
  .form_main_in {
    max-width: 800px;
    margin: auto;
    padding: 60px 0 0;
  }
  .form_main_in .cap {
    max-width: 800px;
    margin: 0 auto 26px;
    padding: 8px 0 9px;
    font-size: 18px;
  }
  .form_main_in p {
    font-size: 15px;
  }
  .form_main_in p.txt {
    line-height: 1.6;
    text-align: left;
  }
  .form_main_in p.txt strong {
    font-size: 17px;
  }
  .form_main_in p.limit {
    margin: 20px 0 25px;
    line-height: 1.6;
  }
  .form_main_in p.limit strong {
    font-weight: 600;
  }
  .form_main_in form {
    margin: 18px auto 26px;
    padding: 32px 0 34px;
  }
  .form_main_in form .form_enter_cap {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .form_main_in form .form_enter_cap:nth-child(n+2) {
    margin-top: 19px;
  }
  .form_main_in form .form_enter input#a1, .form_main_in form .form_enter input.form_pass {
    width: 80%;
  }
}

.serial {
  margin-top: 20px;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.serial form {
  margin: 0 0 25px;
  padding: 0 5% 32px;
  border: 1px solid #eb6e90;
}
.serial form .btn_form {
  margin-top: 30px;
}
.serial form .btn_form.btn_return {
  margin-top: 10px;
}
.serial__form > dt {
  color: #eb6e90;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  margin: 30px 0 10px;
}
.serial__form > dt span {
  margin-left: 0.5em;
  padding: 1px 4px;
  color: #fff;
  background: #eb6e90;
  font-size: 80%;
  line-height: 1;
}
.serial__form > dd {
  font-size: 12px;
  font-size: 3.2vw;
}
.serial__form > dd input, .serial__form > dd textarea {
  text-align: left;
}
.serial__form > dd .notice {
  padding: 1em 0 0.5em;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
@media only screen and (min-width:769px) {
  .serial {
    max-width: 800px;
    margin: 30px auto 0;
  }
  .serial form {
    padding: 15px 5% 49px;
  }
  .serial__form > dt {
    font-size: 13px;
    margin: 30px 0 10px;
  }
  .serial__form > dd {
    font-size: 15px;
  }
  .serial__form > dd .notice {
    font-size: 13px;
  }
}