@charset "UTF-8";
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width:47.9375em) {
  .l-contents__lower-mv {
    padding-top: 10rem;
  }
}

.form_text_footer {
  display: block;
  margin-top: 10rem;
}
.form_text_footer:empty {
  display: none;
}

article.resp ul.check_page li .input {
  font-weight: 400;
}
article.resp ul.check_page li .input p {
  font-weight: 400;
}
article.resp ul li {
  margin-bottom: 4rem;
  list-style: none;
}
article.resp ul li > label {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
article.resp ul li > label.required::after {
  display: inline-block;
  content: "必須";
  color: #ffffff;
  background: #007ac3;
  padding: 7.5px 6px 8px 6px;
  border-radius: 2px;
  margin-left: 1.5rem;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li > label.required::after {
    padding: 3px 5px;
    font-size: 2.9333333333vw;
  }
}
article.resp ul li.label {
  margin: 2em auto 0;
  font-weight: 700;
}
article.resp ul li.label + .label_message {
  margin: 0 auto 1em;
}
article.resp ul li.label + .label_message:empty {
  display: none;
}
article.resp ul li .input {
  font-weight: 700;
}
article.resp ul li .input em {
  font-style: normal;
  color: #e55a3b;
}
article.resp ul li .input img {
  display: inline-block;
}
article.resp ul li .input input,
article.resp ul li .input select,
article.resp ul li .input textarea {
  font-weight: 400;
}
article.resp ul li .input input {
  margin: 0 4px 0 0;
}
article.resp ul li .input input:not([type=checkbox], [type=radio]) {
  border: none;
  background-color: #f3f4f6;
  border-radius: 5px;
  padding: 24px;
  max-width: 100%;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input:not([type=checkbox], [type=radio]) {
    padding: 12px;
  }
}
article.resp ul li .input input[size="45"], article.resp ul li .input input[size="50"] {
  width: 100%;
}
article.resp ul li .input input[size="15"] {
  width: calc(50% - 2.25em);
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[size="15"] {
    width: calc(50% - 2.3em);
  }
}
article.resp ul li .input input[size="15"][placeholder=セイ], article.resp ul li .input input[size="15"][placeholder=メイ] {
  width: calc(50% - 3.25em);
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[size="15"][placeholder=セイ], article.resp ul li .input input[size="15"][placeholder=メイ] {
    width: calc(50% - 3.3em);
  }
}
article.resp ul li .input input[size="15"][placeholder=姓], article.resp ul li .input input[size="15"][placeholder=セイ] {
  margin: 0 auto 14px;
}
article.resp ul li .input input[size="10"] {
  width: auto;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[size="10"] {
    width: calc(33% - 1em);
  }
}
article.resp ul li .input input[size="40"] {
  width: 100%;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[size="40"] {
    margin: 4px 4px 0 0;
  }
}
article.resp ul li .input input[class=hasDatepicker] {
  width: 360px;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[class=hasDatepicker] {
    width: 8em;
  }
}
article.resp ul li .input input[type=text][size="20"][name$="-1"], article.resp ul li .input input[type=text][size="20"][name$="-1-check"] {
  width: 220px;
}
article.resp ul li .input input[type=text][size="40"][name$="-2"], article.resp ul li .input input[type=text][size="40"][name$="-2-check"] {
  width: calc(100% - (220px + 2em));
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input input[type=text][size="40"][name$="-2"], article.resp ul li .input input[type=text][size="40"][name$="-2-check"] {
    width: 100%;
  }
}
article.resp ul li .input textarea,
article.resp ul li .input select {
  display: block;
  width: 100%;
  border: none;
  background-color: #f3f4f6;
  border-radius: 5px;
  padding: 24px;
  max-width: 100%;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input textarea,
  article.resp ul li .input select {
    padding: 12px;
  }
}
article.resp ul li .input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
article.resp ul li .input:has(> select) {
  position: relative;
}
article.resp ul li .input:has(> select)::after {
  display: inline-block;
  content: url(assets/images/common/select-arrow.svg);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
article.resp ul li .input select[name$=-h],
article.resp ul li .input select[name$=-m] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2em;
  display: inline-block;
  width: calc((100% - (385px + 4em)) / 2);
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input select[name$=-h],
  article.resp ul li .input select[name$=-m] {
    width: calc((100% - (10em + 50px)) / 2);
  }
}
article.resp ul li .input:has(select[name$=-h])::before {
  content: url(assets/images/common/select-arrow.svg);
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input:has(select[name$=-h])::before {
    right: 24px;
  }
}
article.resp ul li .input:has(select[name$=-m])::after {
  content: url(assets/images/common/select-arrow.svg);
  position: absolute;
  right: calc((100% - (385px + 4em)) / 2 + 32px + 1em);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width:47.9375em) {
  article.resp ul li .input:has(select[name$=-m])::after {
    right: calc((100% - (10em + 50px)) / 2 + 28px + 1em);
  }
}
article.resp ul li .input p {
  font-weight: 700;
}
article.resp ul li .input p input,
article.resp ul li .input p select {
  font-weight: 400;
}
article.resp ul li .input p:has(select) {
  position: relative;
}
article.resp ul li .input p:has(select)::after {
  display: inline-block;
  content: url(assets/images/common/select-arrow.svg);
  position: absolute;
  right: 2rem;
  top: calc(50% + 1em);
  transform: translateY(-50%);
}
article.resp ul li .input > label {
  margin: 0 4px 0 0;
  display: inline-flex;
  align-items: center;
}
article.resp ul li .input > label input {
  margin: 0 4px 0 0;
}
article.resp ul li .input label {
  position: relative;
  font-weight: 400;
}
article.resp ul li .input label input[type=checkbox],
article.resp ul li .input label input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #c2c2c2;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
article.resp ul li .input label input[type=radio] {
  border-radius: 8px;
}
article.resp ul li .input label:has(input[type=checkbox]:checked)::after {
  position: absolute;
  top: 8px;
  left: 6px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  content: "";
  display: block;
}
article.resp ul li .input label:has(input[type=radio]:checked)::after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333333;
  content: "";
  display: block;
}
article.resp ul li .input .f_comt,
article.resp ul li .input .f_comb {
  font-weight: 400;
}
@media screen and (max-width:47.9375em) {
  article.resp .msgbox ul li {
    margin-bottom: 0;
  }
}

.policy label {
  position: relative;
  font-weight: 400;
}
.policy label input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #959595;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.policy label input[type=checkbox]:checked {
  border: none;
}
.policy label:has(input[type=checkbox]:checked)::after {
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(50deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
}
@media screen and (max-width:47.9375em) {
  .policy label:has(input[type=checkbox]:checked)::after {
    top: 7px;
  }
}
.policy label:has(input[type=checkbox]:checked)::before {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: #007ac3;
  content: "";
  display: block;
}
.policy label a {
  color: #007ac3;
  text-decoration: underline;
}
.policy h2 {
  display: none;
}
.policy_html {
  border: 1px solid #dcdcdc;
  padding: 1.4rem;
  height: 160px;
  overflow-y: scroll;
  font-size: 1.3rem;
}
@media screen and (max-width:47.9375em) {
  .policy_html {
    font-size: 3.4666666667vw;
  }
}
.policy_html ul li {
  line-height: 1.8;
  font-size: 1.3rem;
  margin-bottom: 2rem !important;
}
.policy_html > p {
  font-weight: bold;
}
.policy_html dl dt {
  margin: 20px auto 5px;
}
.policy_html dl dd {
  line-height: 1.5;
  margin: 0 auto 10px;
}
.policy_html dl dd > span {
  display: inline-block;
  line-height: 1.44;
  border: 3px #dedede solid;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
}
.policy_html dl dd span span {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.policy_check {
  display: block;
  text-align: center;
  margin: 1em auto 0;
}
.policy_check > label {
  align-items: center;
  letter-spacing: -0.1px;
}
@media screen and (max-width:47.9375em) {
  .policy_check > label {
    display: inline-block;
    text-align: left;
  }
}
.policy_check > label input {
  margin: 0 4px 0 0;
}

.submit_btn {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #007ac3;
  border: 1px solid #007ac3;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none !important;
  width: 28rem;
  box-sizing: border-box;
  margin: 6rem auto 0;
}
@media screen and (max-width:47.9375em) {
  .submit_btn {
    width: 220px;
    font-size: 3.7333333333vw;
  }
}
.submit_btn:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #007ac3;
  border: 1px solid #007ac3;
  transition: all 0.4s;
}
.submit_btn:hover input {
  color: #007ac3;
}
.submit_btn input {
  border: none;
  background-color: transparent;
  color: #fff;
  width: 100%;
  padding: 2.2rem 1.5rem;
}
@media screen and (max-width:47.9375em) {
  .submit_btn input {
    padding: 1.5rem 0rem;
  }
}
.submit_btn.span_3 {
  display: inline-block;
  width: calc(50% - (2px + 4rem));
  margin: 0 4rem 0 0;
  background-color: transparent;
  border: 1px solid #007ac3;
}
@media screen and (max-width:47.9375em) {
  .submit_btn.span_3 {
    display: block;
    width: 220px;
    margin: 0 auto 20px;
  }
}
.submit_btn.span_3:hover {
  background-color: #007ac3;
}
.submit_btn.span_3:hover input {
  color: #fff;
}
.submit_btn.span_3 input {
  border: none;
  background-color: transparent;
  color: #007ac3;
  padding: 2.2rem 1.5rem;
}
@media screen and (max-width:47.9375em) {
  .submit_btn.span_3 input {
    padding: 1.5rem 0rem;
  }
}
.submit_btn.span_9 {
  display: inline-block;
  width: calc(50% - (2px + 4rem));
  margin: 0 0 0 4rem;
}
@media screen and (max-width:47.9375em) {
  .submit_btn.span_9 {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
}
.submit_btn.span_9:hover input {
  color: #007ac3;
}
.submit_btn.span_9 input {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 2.2rem 1.5rem;
}
@media screen and (max-width:47.9375em) {
  .submit_btn.span_9 input {
    padding: 1.5rem 0rem;
  }
}

input[name=wf17509234019-2],
input[name=wf17509234019-2-check] {
  width: calc(100% - (220px + 2em));
}/*# sourceMappingURL=saaske2.css.map */