@charset "UTF-8";

#side {
  display: none;
}
input:hover,
label:hover {
  cursor: pointer;
}
#basemain {
  margin: 0;
  width: unset;
}
#primary {
  width: 100%;
}
#topicpath {
  display: none;
}
.mv {
  margin-bottom: 0;
  position: relative;
  text-align: center;
  background: url(../img/mv.jpg) no-repeat center/cover;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  min-height: 224px;
}
.l-intro {
  text-align: center;
  padding: 32px 0px;
  background: linear-gradient(180deg, #FEF6E9, #FFFFFF);
  position: relative;
}
.l-intro::after {
  content: "";
  background: url(../img/intro-arrow-down.png) no-repeat center/cover;
  width: 67px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translatex(-50%);
}
.l-intro h2 {
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 170%;
}
.l-intro h3 {
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.l-intro .l-intro-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 24px 40px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.l-intro .l-intro-inner h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 170%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  position: relative;
  z-index: 0;
  margin: 0 auto 4px;
}
.l-intro .l-intro-inner h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
.l-intro .l-intro-inner h2 span {
  border-top: 1px dashed #F08524;
  width: 800px;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.l-intro .l-intro-inner p {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
}
.l-intro .p-breadcrumb ul {
  display: flex;
  justify-content: right;
  gap: 12px;
  margin: auto;
  max-width: 800px;
}
.l-intro .p-breadcrumb li a {
  margin-right: 14px;
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  transition: 0.3s;
  text-decoration: underline;
}
.l-intro .p-breadcrumb li a::after {
  content: "";
  background: url(../img/expand_more.svg) no-repeat center/cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: -14px;
}
.l-intro .p-breadcrumb li a:hover {
  opacity: 0.8;
}
.l-column {
  background: #F7F7F7;
  padding-top: 56px;
  padding-bottom: 80px;
}
.l-column .l-column-inner {
  max-width: 800px;
  padding: var(--40, 40px);
  margin: 0 auto;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  font-family: "Hiragino Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.l-column form.simulator-form .txt-xs {
  font-size: 12px;
  display: unset;
  border-radius: 0;
  border: none;
  background: unset;
  padding: 0;
  width: auto;
  height: auto;
}
.l-column form.simulator-form .txt-attention {
  font-size: 12px;
  line-height: 1.7;
}
.l-column form.simulator-form label {
  position: relative;
}
.l-column form.simulator-form [type=radio] {
  position: absolute;
  top: 49%;
  left: 12px;
  transform: translateY(-50%);
}
.l-column form.simulator-form input[type=radio] + span {
  display: flex;
  width: 198px;
  height: 48px;
  padding: 0px 12px 0px 44px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.l-column form.simulator-form input[type=radio]:checked + span {
  border: 1px solid #F08524;
  background: #FEF8EE;
}
.l-column form.simulator-form input.input {
  width: 88px;
  height: auto;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  text-align: end;
  box-sizing: border-box;
}
.l-column form.simulator-form input.input.is-error {
  border: 1px solid #EC0000;
  background: #FFE9E9;
}
.l-column form.simulator-form .simulator-content dd {
  position: relative;
}
.l-column form.simulator-form .simulator-content .simulator-radio-wrap {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.l-column form.simulator-form .simulator-content .simulator-content-item-unit {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.l-column form.simulator-form .simulator-content .simulator-content-item-unit span.txt-indent {
  display: inline-block;
  text-indent: 0.5em;
}
h4 {
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 12px;
  border-bottom: 2px solid #F08524;
  margin-bottom: 20px;
}
.simulator-inner.info-workplace h4,
.simulator-inner.work-schedule h4,
.simulator-inner.add-parttime h4 {
  margin-bottom: 0;
}
h5 {
  color: #F08524;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 8px;
}
.simulator-content:not(:first-child) {
  margin-bottom: 24px;
}
.simulator-content-head a {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  text-decoration: underline;
  margin-left: 8px;
  position: relative;
}
.simulator-content-head a::after {
  content: "";
  background: url(../img/expand_more.svg) no-repeat center/cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 20%;
  right: -8px;
  transform: rotate(90deg) translateY(-50%);
}
.simulator-content dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dcdcdc;
  padding: 24px 0;
}
.simulator-content-error {
  color: #EC0000;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  width: 100%;
  padding-top: 8px;
  padding-left: 48px;
  position: relative;
}
.simulator-content-error.is-hidden {
  display: none;
}
.simulator-inner.info-workplace,
.simulator-inner.work-schedule {
  margin-top: 64px;
}
button.simulator-content-delete {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  border: none;
  transition: 0.3s;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 24px;
  margin-right: 4px;
  margin-top: 16px;
}
button.simulator-content-delete:hover {
  opacity: 0.8;
}
button.simulator-content-delete::after {
  content: "";
  background: url(../img/delete.svg) no-repeat center/contain;
  width: var(--24, 24px);
  height: var(--24, 24px);
  position: absolute;
  top: -2px;
  right: -4px;
}
.btn-add {
  border-radius: 6px;
  border: 1px solid #F08524;
  background: #FFF;
  display: flex;
  min-width: 230px;
  padding: 11px 16px;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  color: #F08524;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  margin: 32px auto 0;
  transition: 0.3s;
}
.btn-add:hover {
  opacity: 0.8;
}
.btn-result {
  display: flex;
  width: 460px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  border-radius: 6px;
  border-radius: 6px;
  background: var(--grade-orange-CTA, linear-gradient(180deg, #FFB900 0%, #FF8600 100%));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #FFF;
  text-align: center;
  margin: 40px auto 0;
}
.btn-result:hover {
  opacity: 0.8;
}
.l-result {
  background: #FEF8EE;
  padding: 64px 0 80px;
  border-top: 2px solid #F08524;
  position: relative;
}
.l-result::after {
  content: "";
  background: url(../img/result-arrow.png) no-repeat center/cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.l-result h2 {
  color: #F08524;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 16px;
}
.l-result .l-result-inner {
  max-width: 800px;
  margin: 0 auto;
}
.l-result .l-result-inner .l-result-inner-contents {
  display: flex;
  padding: 40px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  border: 4px solid #F08524;
  background: var(--ST-bg-white, #FFF);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.l-result .l-result-inner .l-result-inner-contents h3 {
  color: #F08524;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 170%;
  border: 1px solid #F08524;
  padding: 6px 8px 2px;
  margin-bottom: 30px;
  width: 303px;
  display: grid;
  place-items: center;
  position: relative;
}
.l-result .l-result-inner .l-result-inner-contents h3::after {
  content: "";
  background: url(../img/baloon_arrow_down.svg) no-repeat center/cover;
  width: 21px;
  height: 19px;
  position: absolute;
  bottom: -19px;
}
.l-result .l-result-inner .l-result-inner-contents h4 {
  color: #F08524;
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 4px solid #F08524;
}
.l-result .l-result-inner .l-result-inner-contents h4 .txt-la {
  font-size: 56px;
}
.l-result .l-result-inner .l-result-inner-contents h5 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 170%;
  width: 100%;
  text-align: center;
  padding-top: 24px;
  border-top: 1px dashed #F08524;
}
.l-result .l-result-inner .l-result-inner-contents .result-time-year {
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
  margin-bottom: 24px;
}
.l-result .without-limit {
  display: block;
  padding: 24px;
  border: 1px solid var(--ST-line-orange-500, #F08524);
  margin-bottom: 24px;
}
.l-result .without-limit p {
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
}
.l-result .without-limit.is-hidden {
  display: none;
}
.l-result table {
  border-collapse: collapse;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  width: 100%;
}
.l-result th {
  padding: 16px 24px;
  background-color: #f7f7f7;
  border: solid 1px #DCDCDC;
  font-weight: bold;
  width: 213px;
}
.l-result td {
  padding: 16px 24px;
  border: solid 1px #DCDCDC;
}
.l-result td:first-child {
  background: #fff;
}
.l-result .p-support {
  margin-top: 48px;
  padding: 24px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.l-result .p-support::after {
  content: "";
  background: url(../img/consul.svg) no-repeat center/contain;
  position: absolute;
  width: 179.385px;
  height: 184.14px;
  bottom: 0;
  right: 16px;
}
.l-result .p-support h5 {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 170%;
}
.l-result .p-support ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.l-result .p-support ul li {
  display: flex;
  width: 244px;
  padding: 18px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #F08524;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 6px;
  border-radius: 6px;
  background: var(--grade-orange-CTA, linear-gradient(180deg, #FFB900 0%, #FF8600 100%));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.l-result .p-support ul li:last-child {
  border-radius: 6px;
  background: var(--grade-red-CTA, linear-gradient(180deg, #CE2467 0%, #B70F41 100%));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.l-result .p-support ul li:hover {
  opacity: 0.8;
}
.l-result .p-support ul li a {
  color: #FFF;
}
.l-result .p-support ul li a span {
  position: relative;
}
.l-result .p-support ul li a span::after {
  content: "";
  background: url(../img/btn-arrow-right.svg);
  width: 14.5px;
  height: 27px;
  position: absolute;
  left: 16px;
}
.l-level-inner {
  max-width: 800px;
  margin: 64px auto;
}
.l-level-inner ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}
.l-level-inner ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.l-level-inner ul li::marker {
  font-size: 11px;
}
.l-level-inner .scroll-table.js-scrollable {
  width: 100%;
  padding-bottom: 8px;
}
.l-level-inner .scroll-table.js-scrollable img {
  width: 100%;
  min-width: 800px;
  height: auto;
}
.l-level-inner h2 {
  color: var(--ST-text-black, #333);
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W6", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  margin-top: -150px;
  padding-top: 150px;
}
.l-level-inner a.back {
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  color: #333;
  margin: 8px auto 24px;
  position: relative;
  border-radius: 90px;
  border: 1px solid var(--ST-line-orange-500, #F08524);
  background: var(--ST-bg-white, #FFF);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 34px 8px 16px;
  transition: 0.3s;
}
.l-level-inner a.back::after {
  content: "";
  background: url(../img/expand_more.svg) no-repeat center/cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 30%;
  right: 12px;
  transform: rotate(-90deg) translateY(-50%);
}
.l-level-inner a.back:hover {
  opacity: 0.8;
}
.l-level-inner a.about-link {
  display: flex;
  justify-content: end;
  margin-right: 16px;
  font-weight: 300;
  line-height: 170%;
  color: #333;
  font-size: 12px;
  position: relative;
  text-decoration-line: underline;
  transition: 0.3s;
}
.l-level-inner a.about-link::after {
  content: "";
  background: url(../img/expand_more.svg) no-repeat center/cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
.l-level-inner a.about-link:hover {
  opacity: 0.8;
}
.l-column form.simulator-form [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-column form.simulator-form input[type=radio]::before {
  content: "";
  background: url(../img/circle.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-column form.simulator-form input[type=radio]:checked::before {
  background: url(../img/radio.svg) no-repeat center/contain;
}
.l-column form.simulator-form input[type=radio] + span.not-applicable {
  border: 1px solid #DCDCDC;
  color: #DCDCDC;
}
.l-column form.simulator-form .simulator-inner.work-schedule input[type=radio] + span,
.l-column form.simulator-form .simulator-inner.add-parttime input[type=radio] + span {
  padding: 0 32px 0 42px;
  width: auto;
  align-items: center;
  display: grid;
  place-items: center;
}
.l-column form.simulator-form .simulator-inner.add-parttime input[type=radio] + span.parttime {
  padding: 0 12px 0 42px;
  display: flex;
}
.l-column form.simulator-form .simulator-inner.info-workplace h5,
.l-column form.simulator-form .simulator-inner.work-schedule h5,
.l-column form.simulator-form .simulator-inner.add-parttime h5 {
  width: 125px;
}
.l-column form.simulator-form .simulator-inner.work-schedule .simulator-content .simulator-radio-wrap,
.l-column form.simulator-form .simulator-inner.add-parttime .simulator-content .simulator-radio-wrap {
  padding-left: 2.5em;
}
.l-column form.simulator-form .simulator-content .simulator-radio-wrap.parttime {
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: clamp(21px, 5.866vw, 24px);
  }
  h5 {
    font-size: clamp(14px, 4vw, 16px);
  }
  input {
    font-size: 16px;
  }
  .btn-add {
    font-size: clamp(15px, 4.266vw, 18px);
  }
  .btn-result {
    width: 87.33vw;
    font-size: clamp(18px, 5.33vw, 22px);
    padding: 18px 0;
    margin-top: 24px;
  }
  .mv {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: url(../img/mv-sp.jpg) no-repeat center/cover;
    min-width: unset;
    min-height: 133px;
    width: 100%;
    height: auto;
  }
  .l-intro {
    padding: 16px 16px 24px;
    text-align: left;
  }
  .l-intro .l-intro-inner {
    padding: 24px 16px;
  }
  .l-intro .l-intro-inner h2 {
    padding: 0;
    font-size: clamp(16px, 4.8vw, 20px);
  }
  .l-intro .l-intro-inner h2 span {
    display: none;
  }
  .l-intro .l-intro-inner p {
    font-size: clamp(14px, 4vw, 16px);
  }
  .l-intro .p-breadcrumb ul {
    gap: 5px;
    flex-direction: column;
    text-align: end;
  }
  .l-column {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .l-column .l-column-inner {
    padding: 24px 16px;
    width: 88vw;
    margin: 0 auto;
  }
  .l-column form.simulator-form .txt-attention {
    position: absolute;
    top: 56px;
    left: 62%;
    display: block;
    width: 9em;
  }
  .l-column form.simulator-form .simulator-content .simulator-radio-wrap {
    gap: 8px;
  }
  .l-column form.simulator-form .simulator-content .simulator-radio-wrap.nightshift {
    margin-left: auto;
  }
  .l-column form.simulator-form .simulator-content .simulator-radio-wrap.nightshift label {
    width: 25vw;
  }
  .l-column form.simulator-form .work-schedule .simulator-content .simulator-radio-wrap input,
  .l-column form.simulator-form .add-parttime .simulator-content .simulator-radio-wrap input {
    width: 26%;
  }
  .l-column form.simulator-form .current-workplace input[type=radio] + span {
    padding: 0 !important;
    width: 100%;
    display: flex;
    text-indent: 3em;
  }
  .l-column form.simulator-form .current-workplace input[type=radio] + span .txt-xs {
    text-indent: 0;
  }
  .l-column form.simulator-form .current-workplace .simulator-content .simulator-radio-wrap {
    flex-direction: column;
  }
  .l-column form.simulator-form label {
    width: 19vw;
    position: relative;
  }
  .l-column form.simulator-form label.sp-w-wide {
    width: 25vw;
    max-width: 100px;
  }
  .l-column form.simulator-form .current-workplace label {
    width: 95%;
  }
  .l-column form.simulator-form .add-parttime input[type=radio] + span,
  .l-column form.simulator-form .work-schedule input[type=radio] + span {
    padding: 0 8px 0 44px !important;
    width: auto;
    margin: unset;
    display: flex;
    justify-content: start;
  }
  .l-column form.simulator-form .simulator-inner.work-schedule .simulator-content .simulator-radio-wrap,
  .l-column form.simulator-form .simulator-inner.add-parttime .simulator-content .simulator-radio-wrap {
    padding-left: 0em;
  }
  .simulator-inner.info-workplace,
  .simulator-inner.work-schedule {
    margin-top: 48px;
  }
  .simulator-inner.info-workplace .simulator-content dl {
    gap: 8.533vw;
  }
  .simulator-content:not(:first-child) {
    margin-bottom: 32px;
  }
  .simulator-content dl {
    gap: 3.2vw;
    row-gap: 8px;
    align-items: baseline;
  }
  .simulator-content-head.mb-0 {
    margin-bottom: 0;
  }
  .simulator-inner.add-parttime .simulator-content dl:nth-of-type(2),
  .simulator-inner.work-schedule .simulator-content dl:nth-of-type(2) {
    gap: 10.66vw;
  }
  .simulator-inner.work-schedule .simulator-content dl:nth-of-type(3) {
    gap: calc(10.666vw + 2.1rem);
  }
  .l-column form.simulator-form .simulator-inner.info-workplace h5,
  .l-column form.simulator-form .simulator-inner.work-schedule h5,
  .l-column form.simulator-form .simulator-inner.add-parttime h5 {
    width: 4em;
  }
  .info-workplace .simulator-content dl:last-of-type {
    padding-bottom: 32px;
  }
  .info-workplace .simulator-content dl:last-of-type .simulator-content-error {
    padding-top: 32px;
  }
  .l-column form.simulator-form .info-workplace input.input {
    margin: 0 12px;
  }
  .simulator-content dl.add-parttime {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .simulator-content dl.add-parttime .radio-wrap.simulator-radio-wrap label {
    width: 100%;
    height: auto;
  }
  .l-column form.simulator-form input.input {
    padding: 0 8px 0 0;
    height: 48px;
  }
  .l-column {
    background: #F7F7F7;
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .l-column form.simulator-form label {
    position: -webkit-sticky;
  }
  .l-result {
    padding: 12.8vw 4.26vw 10.66vw;
  }
  .l-result::after {
    width: 64px;
    height: 64px;
  }
  .l-result h2 {
    font-size: clamp(22px, 6.4vw, 26px);
  }
  .l-result .l-result-inner .l-result-inner-contents {
    padding: 24px 16px;
    width: 88%;
  }
  .l-result .l-result-inner .l-result-inner-contents h3 {
    padding: 6px 0 2px;
  }
  .l-result .l-result-inner .l-result-inner-contents h4 {
    font-size: clamp(30px, 8.533vw, 34px);
  }
  .l-result .l-result-inner .l-result-inner-contents h4 .txt-la {
    font-size: clamp(46px, 12.8vw, 50px);
  }
  .l-result .l-result-inner .l-result-inner-contents .result-time-year {
    margin-bottom: 16px;
  }
  .l-result th {
    display: block;
    border-bottom: none;
    width: auto;
  }
  .l-result td {
    display: block;
    border-bottom: none;
  }
  .l-result tr:last-child td {
    border-bottom: 1px solid #DCDCDC;
  }
  .l-result .p-support {
    margin-top: 6.8vw;
    padding: 16px;
  }
  .l-result .p-support ul {
    flex-direction: column;
  }
  .l-result .p-support ul li {
    width: 100%;
    padding: 16px 0;
    justify-content: center;
  }
  .l-result .p-support::after {
    width: 78.193px;
    height: 80.265px;
    top: -3.26vw;
    right: 16px;
  }
  .l-result .p-support h5 {
    line-height: 140%;
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 16px;
  }
  .l-level-inner {
    margin: 40px auto 0;
    width: 90vw;
  }
  .l-level-inner h2 {
    font-size: clamp(22px, 6.4vw, 26px);
    margin-top: -20vw;
    padding-top: 20vw;
  }
  .l-level-inner a.back {
    margin: 24px auto;
  }
  .l-level-inner .scroll-table.js-scrollable {
    margin-bottom: 0px;
    padding-bottom: 16px;
  }
  .l-level-inner .scroll-table.js-scrollable img {
    min-width: 495px;
  }
  .simulator-content-error {
    padding-left: 0;
    position: relative;
    left: -25vw;
    width: calc(100% + 21.33vw);
  }
  .simulator-content-error.p-left {
    left: -19vw;
  }
  .l-column form.simulator-form .simulator-content .simulator-content-item-unit {
    display: contents;
  }
}