@charset "UTF-8";
/*************************************************************
リセット
*************************************************************/
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  ul, ol {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote::before, blockquote::after, q::before, q::after {
    content: none;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  input, select {
    vertical-align: middle;
  }
  input[type=submit],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #ffffff;
  }
  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  body {
    color: #171717;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f6f9fc;
  }
}
/*************************************************************
レイアウト用
*************************************************************/
@layer layout {
  .ly_outer {
    width: 100%;
    height: auto;
  }
  .ly_outer-1200 {
    max-width: 1260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  @media only screen and (max-width: 767px) {
    .ly_outer-1200 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
/*************************************************************
ヘッダー
*************************************************************/
@layer header {
  /* メインビジュアル ******************************************/
  .srMvHeaderOuter {
    width: 100%;
    height: auto;
    background-image: radial-gradient(at 69% 41%, rgb(24, 71, 169), rgb(0, 0, 0));
  }
  .srMvHeaderWrapper {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  @media only screen and (max-width: 767px) {
    .srMvHeaderWrapper {
      padding: 15px;
    }
  }
  .srMvImage {
    line-height: 1;
  }
  /* リード文 ******************************************/
  .srLeadOuter {
    margin-top: 40px;
  }
  @media only screen and (max-width: 767px) {
    .srLeadOuter {
      margin-top: 20px;
    }
  }
  .srLeadText {
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .srLeadText {
      text-align: left;
      font-size: 1rem;
    }
  }
}
/*************************************************************
フッター
*************************************************************/
/* クレジット表記 ******************************************/
.srBottomAttentionOuter {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .srBottomAttentionOuter {
    width: 100%;
  }
}

.srBottomAttentionListItem {
  font-size: 0.9rem;
  padding-left: 1.2em;
  color: #999999;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .srBottomAttentionListItem {
    font-size: 0.8rem;
  }
}
.srBottomAttentionListItem::before {
  position: absolute;
  content: "※";
  display: block;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}

/*************************************************************
設問パーツ
*************************************************************/
/* 設問の大枠 ******************************************/
.sys_parts {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .sys_parts {
    width: 100%;
  }
}

/* 設問 ******************************************/
dt[id^=subject_question_].sys_subject {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-right: 1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #2a2a2a;
  /* 必須マーク */
}
@media only screen and (max-width: 767px) {
  dt[id^=subject_question_].sys_subject {
    font-size: 1rem;
  }
}
dt[id^=subject_question_].sys_subject:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  dt[id^=subject_question_].sys_subject:not(:first-of-type) {
    margin-top: 40px;
  }
}
dt[id^=subject_question_].sys_subject span.srEssencial {
  display: inline-block;
  font-weight: normal;
  font-size: 0.8rem;
  margin-right: 0.8em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 5px;
  background-color: #ff5039;
  color: #ffffff;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  dt[id^=subject_question_].sys_subject span.srEssencial {
    font-size: 0.7rem;
  }
}

/* 個人情報の取扱いについて同意 ******************************************/
#subject_question_11.sys_subject {
  margin-top: 100px;
  padding: 0;
  border: none;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  #subject_question_11.sys_subject {
    margin-top: 30px;
  }
}
#subject_question_11.sys_subject::before {
  display: none;
}
#subject_question_11.sys_subject .srFormAgreeOuter {
  padding: 25px 20px;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  #subject_question_11.sys_subject .srFormAgreeOuter {
    padding: 20px 15px;
  }
}
#subject_question_11.sys_subject .srFormAgreeList {
  padding-left: 30px;
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  #subject_question_11.sys_subject .srFormAgreeList {
    padding-left: 25px;
    font-size: 0.8rem;
  }
}

/*************************************************************
回答パーツ
*************************************************************/
dd[id^=answer_question_].sys_answer {
  margin-top: 20px;
  padding-left: 42px;
  /* テキスト */
  /* ラジオボタン */
  /* セレクトボックスの装飾 ******************************************/
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer {
    padding-left: 0;
  }
}
dd[id^=answer_question_].sys_answer input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5em;
  border: 2px solid #171717;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 100% !important;
  max-width: 400px;
  background-color: #ffffff;
}
dd[id^=answer_question_].sys_answer input[type=text]:focus-visible {
  border-color: #26367a;
  outline: 2px solid #26367a;
}
dd[id^=answer_question_].sys_answer .select.input input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label {
  width: 100%;
  height: auto;
  padding: 15px 30px 15px 50px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label {
    padding: 15px 15px 15px 35px;
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label[for^="response_data[response_f_2]"] {
  background-color: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 15px;
  border: 2px solid #444;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label::before {
    width: 20px;
    height: 20px;
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label::after {
  position: absolute;
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  top: 19px;
  left: 17px;
  background-color: #ec3432;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label::after {
    width: 10px;
    height: 10px;
    top: 20px;
    left: 15px;
  }
}
@media (any-hover: hover) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]) + .select label:hover {
    background-color: hsla(0.6451612903, 133.0357142857%, 89.0784313725%, 0.2);
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:checked) + .select label {
  background-color: hsla(0.6451612903, 133.0357142857%, 79.0784313725%, 0.2);
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:checked) + .select label {
    padding: 13px 13px 13px 33px;
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:checked) + .select label::after {
  display: block;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label {
  border: 3px solid hsla(0.6451612903, 133.0357142857%, 79.0784313725%, 0.7);
  background-color: hsla(0.6451612903, 133.0357142857%, 79.0784313725%, 0.2);
  padding: 28px 28px 28px 48px;
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label {
    padding: 13px 13px 13px 48px;
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before {
  left: 8px;
}
dd[id^=answer_question_].sys_answer .select.input input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label {
  width: 100%;
  height: auto;
  padding: 15px 30px 15px 50px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 3px;
  border: 2px solid #444;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label::before {
    width: 20px;
    height: 20px;
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label::after {
  position: absolute;
  content: "";
  display: none;
  width: 33px;
  height: 22px;
  top: 0;
  bottom: 18px;
  left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid #ec3432;
  border-bottom: 4px solid #ec3432;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label::after {
    width: 22px;
    height: 14px;
    border-width: 3px;
  }
}
@media (any-hover: hover) {
  dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]) + .select label:hover {
    background-color: hsla(0.6451612903, 133.0357142857%, 79.0784313725%, 0.2);
  }
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]:checked) + .select label::after {
  display: block;
}
dd[id^=answer_question_].sys_answer .select.input:has(input[type=checkbox]:focus-visible) + .select label::before {
  outline: 2px solid #ec3432;
}
dd[id^=answer_question_].sys_answer select {
  width: max-content;
  font-size: 1rem;
  padding: 0.7em 60px 0.7em 1em;
  border: 2px solid #171717;
  border-radius: 10px;
  color: #171717;
  cursor: pointer;
  background: url(/SP/000184/p_149746/file/icon_selectbox.png) no-repeat right 10px center;
  background-color: #ffffff;
}
dd[id^=answer_question_].sys_answer select:focus-visible {
  outline: 2px solid #ec3432;
}

/* モバイルSuica ID番号 の注意テキスト ******************************************/
#subject_12 .mobileSuicaIdAttentionOuter {
  margin-top: 5px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  #subject_12 .mobileSuicaIdAttentionOuter {
    padding-left: 0;
  }
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem {
  list-style-type: none;
  padding-left: 20px;
  font-size: 0.9rem;
  position: relative;
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem:not(:last-of-type) {
  margin-bottom: 0.3em;
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #171717;
  top: 0.64em;
  left: 8px;
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl {
  width: fit-content;
  height: auto;
  padding-left: 1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 900px) {
  #subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl {
    display: block;
  }
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDt {
  padding-right: 1em;
}
@media only screen and (max-width: 900px) {
  #subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDt {
    padding-right: 0;
  }
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDt sup {
  font-size: 0.5em;
  vertical-align: super;
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDd {
  word-break: break-all;
  word-wrap: break-word;
  padding-left: 1em;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDd {
    padding-left: 0;
  }
}
#subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDd::before {
  position: absolute;
  content: "：";
  width: 1em;
  height: 1em;
  display: block;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  #subject_12 .mobileSuicaIdAttentionOuter .mobileSuicaIdAttentionListItem .mobileSuicaIdAttentionListItemDl .mobileSuicaIdAttentionListItemDd::before {
    display: none;
  }
}

/* 応募希望デザイン ******************************************/
#answer_question_2 table > tbody > tr:last-of-type label {
  margin-bottom: 0;
}
#answer_question_2 table > tbody > tr > td.select > div {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}

/* ラジオボタンの装飾 ******************************************/
#answer_question_3 table,
#answer_question_4 table,
#answer_question_6 table,
#answer_question_7 table,
#answer_question_8 table,
#answer_question_9 table,
#answer_question_10 table {
  width: 100%;
  display: block;
}
#answer_question_3 table > tbody:has(.select.input input[type=radio]),
#answer_question_4 table > tbody:has(.select.input input[type=radio]),
#answer_question_6 table > tbody:has(.select.input input[type=radio]),
#answer_question_7 table > tbody:has(.select.input input[type=radio]),
#answer_question_8 table > tbody:has(.select.input input[type=radio]),
#answer_question_9 table > tbody:has(.select.input input[type=radio]),
#answer_question_10 table > tbody:has(.select.input input[type=radio]) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  grid-template-rows: auto;
}
#answer_question_3 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_4 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_6 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_7 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_8 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_9 table > tbody:has(.select.input input[type=radio]) > tr,
#answer_question_10 table > tbody:has(.select.input input[type=radio]) > tr {
  width: 100%;
  display: block;
}
#answer_question_3 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_4 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_6 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_7 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_8 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_9 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input),
#answer_question_10 table > tbody:has(.select.input input[type=radio]) > tr > td.select:not(.input) {
  width: 100%;
  display: block;
}
#answer_question_3.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_4.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_6.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_7.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_8.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_9.sys_answer .select.input:has(input[type=radio]) + .select label,
#answer_question_10.sys_answer .select.input:has(input[type=radio]) + .select label {
  padding: 15px 30px 15px 50px;
}
@media only screen and (max-width: 767px) {
  #answer_question_3.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_4.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_6.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_7.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_8.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_9.sys_answer .select.input:has(input[type=radio]) + .select label,
  #answer_question_10.sys_answer .select.input:has(input[type=radio]) + .select label {
    padding: 10px 10px 10px 40px;
  }
}
#answer_question_3.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_4.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_6.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_7.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_8.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_9.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
#answer_question_10.sys_answer .select.input:has(input[type=radio]:checked) + .select label {
  padding: 12px 27px 12px 47px;
}
@media only screen and (max-width: 767px) {
  #answer_question_3.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_4.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_6.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_7.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_8.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_9.sys_answer .select.input:has(input[type=radio]:checked) + .select label,
  #answer_question_10.sys_answer .select.input:has(input[type=radio]:checked) + .select label {
    padding: 8px 8px 8px 37px;
  }
}
#answer_question_3.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_4.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_6.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_7.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_8.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_9.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before,
#answer_question_10.sys_answer .select.input:has(input[type=radio]:checked) + .select label::before {
  left: 7px;
}
#answer_question_3.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_4.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_6.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_7.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_8.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_9.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label,
#answer_question_10.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label {
  border: 3px solid hsla(0.6451612903, 133.0357142857%, 79.0784313725%, 0.7);
  padding: 12px 27px 12px 47px;
}
#answer_question_3.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_4.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_6.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_7.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_8.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_9.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before,
#answer_question_10.sys_answer .select.input:has(input[type=radio]:focus-visible:not(:checked)) + .select label::before {
  left: 7px;
}

/* 個人情報の取扱いについて同意 ******************************************/
#answer_question_11.sys_answer {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  #answer_question_11.sys_answer {
    padding-right: 0;
  }
}
#answer_question_11.sys_answer table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #answer_question_11.sys_answer td.select label {
    padding-right: 0;
    padding-left: 45px;
  }
}

/*************************************************************
確認ボタン
*************************************************************/
.sys_form_button {
  margin-top: 80px;
  margin-bottom: 100px;
  /* 確認ボタン・登録ボタン ********************************************/
}
@media only screen and (max-width: 767px) {
  .sys_form_button {
    margin-bottom: 70px;
  }
}
.sys_form_button table tr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.sys_form_button table tr > td {
  display: flex;
  align-items: center;
}
.sys_form_button table tr > td:nth-of-type(2) {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .sys_form_button table tr > td:nth-of-type(2) {
    padding-left: 30px;
  }
}
.sys_form_button input[type=submit].btn-confirm, .sys_form_button input[type=submit].btn-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  font-size: 1.6rem;
  background-color: #ec3432;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #ec3432;
  border-radius: 5px;
  padding: 0.7em 3em 0.5em 3em;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sys_form_button input[type=submit].btn-confirm, .sys_form_button input[type=submit].btn-submit {
    padding: 0.5em 2em;
  }
}
@media (any-hover: hover) {
  .sys_form_button input[type=submit].btn-confirm:hover, .sys_form_button input[type=submit].btn-submit:hover {
    background-color: rgb(220.9419642857, 16.282594086, 14.0580357143);
  }
}
.sys_form_button input[type=submit].btn-confirm:focus-visible, .sys_form_button input[type=submit].btn-submit:focus-visible {
  background-color: rgb(220.9419642857, 16.282594086, 14.0580357143);
}
.sys_form_button input[type=submit].btn-prev {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  font-size: 1.2rem;
  background-color: #aaa;
  color: #ffffff;
  font-weight: normal;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0.5em 3em;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sys_form_button input[type=submit].btn-prev {
    font-size: 1rem;
    padding: 0.5em 1em;
  }
}
@media (any-hover: hover) {
  .sys_form_button input[type=submit].btn-prev:hover {
    background-color: #999;
  }
}
.sys_form_button input[type=submit].btn-prev:focus-visible {
  background-color: #999;
}

/*************************************************************
確認画面パーツ
*************************************************************/
.srFormOuter.confirm .srConfirmBtnAttentionText {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff5039;
}
@media only screen and (max-width: 767px) {
  .srFormOuter.confirm .srConfirmBtnAttentionText {
    font-size: 1.2rem;
  }
}

/*************************************************************
確認画面
*************************************************************/
.sys_parts .sys_confirm {
  padding: 15px 15px 15px 32px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .sys_parts .sys_confirm {
    font-size: 1rem;
    padding-left: 25px;
  }
}
.sys_parts #confirm_question_2.sys_confirm {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sys_parts #confirm_question_2.sys_confirm {
    margin-top: 0;
    padding-left: 5px;
  }
}
.sys_parts #confirm_question_11.sys_confirm {
  margin-top: 20px;
  padding: 0;
}

#confirm_question_2 > p + div {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}

/*************************************************************
完了画面
*************************************************************/
.srCompleteTextOuter {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .srCompleteTextOuter {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.srCompleteTextHeader {
  font-size: 1.8rem;
  text-align: center;
  background-color: #dee9ff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .srCompleteTextHeader {
    font-size: 1rem;
  }
}

.srCompleteText {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .srCompleteText {
    margin-top: 30px;
    font-size: 1rem;
    text-align: left;
  }
}

/*************************************************************
エラー
*************************************************************/
@layer errorMsg {
  .etc_page_width > div {
    margin-top: 30px;
  }
  .etc_page_width > div > .sys_errmsg {
    display: block;
    width: 100%;
    padding: 0.3em 1em;
    background-color: #ff5039;
    color: #ffffff;
    border-radius: 5px;
  }
  @media only screen and (max-width: 767px) {
    .etc_page_width > div > .sys_errmsg {
      font-size: 0.8rem;
    }
  }
  .sys_answer > .sys_errmsg {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 0.3em 1em;
    background-color: #ff5039;
    color: #ffffff;
    border-radius: 5px;
  }
  @media only screen and (max-width: 767px) {
    .sys_answer > .sys_errmsg {
      font-size: 0.8rem;
    }
  }
}
@layer reset, layout, errorMsg, header;/*# sourceMappingURL=style.css.map */