@charset "UTF-8";
.header {
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}

.bg_wrapper {
  padding-top: 148px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .bg_wrapper {
    padding-top: 148px;
  }
}
@media all and (max-width: 768px) {
  .bg_wrapper {
    padding-top: 0;
  }
}

#result {
  display: none;
  font-weight: 700;
  color: #333f48;
}

#result.is-active {
  display: block;
}

#result.is-item__2 .graph_scale--border-top,
#result.is-item__3 .graph_scale--border-top {
  display: grid;
}

@media all and (max-width: 767px) {
  #result .c-gbox {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 15px;
  }
}
#result .c-graph {
  width: 100%;
  position: relative;
  left: 25px;
}

#result .c-expenses-result {
  margin-top: 31px;
}

@media all and (max-width: 767px) {
  #result .c-expenses-result {
    margin-top: 0;
    padding: 5.3333333333vw 0 8vw !important;
  }
}
#result .c-graph__wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 0 !important;
}

#result .c-graph__pict {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

#result .graph_split {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: end;
}

#result .graph_grid {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-gap: 0 2%;
  gap: 0 2%;
}

#result .graph_bar {
  position: relative;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#result .c-graph__arrow {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 20px;
  transform: translate(0, calc(50% + 1px));
  z-index: 10;
}

#result.isOver .c-graph {
  left: 15px;
}

#result.isOver .c-graph__arrow {
  right: -15px;
}

#result .graph_bar-a {
  background: rgba(51, 63, 72, 0.2);
}

#result .graph_bar-b {
  position: relative;
  background: #00b398;
}

#result .graph_bar-b:last-child .graph_price-text {
  right: 0;
  top: -10px;
}

#result .graph_price-text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  z-index: 0;
  transform: translate(0, -100%);
  top: -8px;
  z-index: 10;
}

#result .graph_price-text span {
  font-size: 0.7em;
}

#result .is-noHeight .graph_price-text {
  transform: translate(0, 100%);
}

#result .graph_scale {
  text-align: center;
  margin-top: 10px;
}

#result .graph_scale--border {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}

#result .graph_scale--border::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 0;
  border-bottom: solid 1px #333f48;
  position: absolute;
  bottom: 0;
  left: -40px;
}

#result .graph_scale--border-top::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 0;
  border-bottom: solid 1px #333f48;
  position: absolute;
  top: 0;
  left: -40px;
}

#result .graph_scale--border-top {
  padding-top: 10px;
}

#result .graph_scale--border-top::before {
  border-top: solid 1px #333f48;
  border-bottom: none;
  top: 0;
  bottom: auto;
}

#result .graph_scale--border-top .graph_text--left {
  top: 10px;
}

#result .graph_text {
  line-height: 1;
}

#result .graph_text--rl {
  display: block;
  width: 1em;
  max-width: 1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin: 0 auto;
}

#result .graph_text--num {
  display: block;
  text-combine-upright: all;
  width: 1em;
  max-width: 1em;
  margin: 0 auto;
}

#result .graph_text--left {
  position: absolute;
  left: -2em;
}

#result .js-graph-item:last-child {
  opacity: 0;
}

#result.isOver .js-graph-item:last-child {
  opacity: 1;
}

#result .result-pay__wrap {
  display: flex;
  justify-content: center;
}

#result .result-pay__text {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.05em;
}

@media all and (max-width: 767px) {
  #result .result-pay__text {
    font-size: 10px;
  }
}
#result .result-pay__price {
  text-align: center;
  font-size: 18px;
}

#result .result-pay__price--b {
  font-size: 0.7em;
}

@media all and (max-width: 767px) {
  #result .result-pay__price {
    font-size: 14px;
  }
}
#result .result-pay__box {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
}

#result .result-pay__box::after {
  content: "";
  display: block;
  background: #00b398;
  height: 12.124355653px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

#result .result-pay__box:last-child::after {
  content: none;
  display: none;
}

#result .graph-resultPay {
  background: #fce3ea;
  box-sizing: border-box;
  padding: 20px;
  margin: 25px auto;
  max-width: 620px;
}

@media all and (max-width: 767px) {
  #result .graph-resultPay {
    padding: 20px;
    margin: 20px 0;
  }
}
#result .graph-resultPay__base {
  background-color: #fff;
  margin-bottom: 20px;
}

#result .graph-resultPay__base:last-child {
  margin-bottom: 0px;
}

#result .graph-resultPay__title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}

@media all and (max-width: 767px) {
  #result .graph-resultPay__title {
    font-size: 12px;
  }
}
#result .graph_scale--border-top {
  display: none;
}

#result .graph_text--num-1,
#result .graph_text--num-2,
#result .graph_text--num-3 {
  display: none;
}

#result.is-item__1 .graph_text--num-1 {
  display: block;
}

#result.is-item__2 .graph_text--num-2 {
  display: block;
}

#result.is-item__3 .graph_text--num-3 {
  display: block;
}

#result.isOver .graph_scale--border::after {
  width: calc(100% + 40px);
}

#result.is-item__2 .graph_grid-n .graph_text:nth-child(6),
#result.is-item__2 .graph_grid-n .graph_text:nth-child(8),
#result.is-item__2 .graph_grid-n .graph_text:nth-child(10),
#result.is-item__2 .graph_grid-n .graph_text:nth-child(12) {
  opacity: 0;
}

#result.is-item__3 .graph_grid-n .graph_text:nth-child(6),
#result.is-item__3 .graph_grid-n .graph_text:nth-child(7),
#result.is-item__3 .graph_grid-n .graph_text:nth-child(9),
#result.is-item__3 .graph_grid-n .graph_text:nth-child(10),
#result.is-item__3 .graph_grid-n .graph_text:nth-child(12),
#result.is-item__3 .graph_grid-n .graph_text:nth-child(13) {
  opacity: 0;
}

#body-simulator {
  color: #333f48;
}

#body-simulator [class^=section],
#body-simulator [class*=" section"] {
  padding-top: 0;
  margin-top: 0;
}

#body-simulator .firstview-sub__list ul {
  max-width: 100%;
}

@media all and (max-width: 767px) {
  #body-simulator .header__bottom nav ul.first_level > li .item_wrap a {
    display: block;
    width: 100%;
  }
}
#body-simulator .color-p {
  color: #ae2573;
}

#body-simulator .block-overflow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#body-simulator .u-display-pc {
  display: block !important;
}

@media all and (max-width: 767px) {
  #body-simulator .u-display-pc {
    display: none !important;
  }
}
#body-simulator .u-display-sp {
  display: none !important;
}

@media all and (max-width: 767px) {
  #body-simulator .u-display-sp {
    display: block !important;
  }
}
#body-simulator .u-display-color {
  color: #ae2573 !important;
}

#body-simulator .u-font-weight_bold {
  font-weight: 700;
}

#body-simulator .u-font-weight_normal {
  font-weight: 400;
}

#body-simulator .u-font-weight_600 {
  font-weight: 600;
}

#body-simulator .u-font-size_16 {
  font-size: 16px;
}

#body-simulator .u-font-size_14 {
  font-size: 14px;
}

#body-simulator .u-mb-1em {
  margin-bottom: 1em;
}

#body-simulator .u-mb-1-5em {
  margin-bottom: 1.5em;
}

#body-simulator .u-mb-2em {
  margin-bottom: 2em;
}

#body-simulator .u-table {
  font-weight: 600;
}

#body-simulator .u-text-align_center {
  text-align: center;
}

@media all and (max-width: 767px) {
  #body-simulator body.lity-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .lity {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .lity-wrap {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
}
#body-simulator .lity .lity-content .exlink_modal {
  max-width: 980px;
}

@media all and (max-width: 767px) {
  #body-simulator .lity .lity-content .exlink_modal {
    padding: 30px 20px;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .lity .lity-content .exlink_modal .close-button {
    margin: 0 0 0 auto;
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .lity-content {
    box-sizing: border-box;
    padding: 0 15px;
    max-height: 100vh;
    height: 100vh;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .lity-content .content {
    padding: 0;
  }
}
#body-simulator .guidance-btn {
  border-radius: 10px;
  width: 48.6363636364%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  box-sizing: border-box;
  padding: 13px 0;
  display: block;
}

@media all and (max-width: 767px) {
  #body-simulator .guidance-btn {
    width: 100%;
    margin-bottom: 30px;
    font-size: 17px;
    letter-spacing: -0.05em;
  }
  #body-simulator .guidance-btn:last-child {
    margin-bottom: 30px;
  }
}
#body-simulator .guidance-btn__text--s {
  font-size: 14px;
}

#body-simulator .guidance-btn__yes {
  border: 2px solid #ae2573;
  color: #ae2573;
  background: #fac8d5;
}

#body-simulator .guidance-btn__no {
  border: 2px solid #00b398;
  color: #00b398;
  background: #cbefe9;
}

#body-simulator .guidance-btn__no .arrow-under::before,
#body-simulator .guidance-btn__no .arrow-under::after {
  background-color: #00b398;
}

#body-simulator .u-position-relative {
  position: relative;
}

#body-simulator .arrow-under {
  display: block;
  position: absolute;
  top: calc(50% + 6px);
  right: 33px;
  z-index: 5;
}

@media all and (max-width: 767px) {
  #body-simulator .arrow-under {
    top: auto;
    right: auto;
    bottom: 8px;
    left: 50%;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .arrow-under.arrow-under__spPos {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 20px;
  }
}
#body-simulator .arrow-under::before,
#body-simulator .arrow-under::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  background-color: #ae2573;
  transform-origin: 50% calc(100% - 1px);
}

#body-simulator .arrow-under__left {
  top: 50%;
}

#body-simulator .arrow-under__left::before,
#body-simulator .arrow-under__left::after {
  width: 12px;
  height: 2px;
  transform-origin: calc(100% - 1px) 50%;
}

#body-simulator .arrow-under__green {
  top: 50%;
}

#body-simulator .arrow-under__green::before,
#body-simulator .arrow-under__green::after {
  width: 12px;
  height: 2px;
  transform-origin: calc(100% - 1px) 50%;
}

#body-simulator .arrow-under::before {
  transform: rotate(45deg);
}

#body-simulator .arrow-under::after {
  transform: rotate(-45deg);
}

#body-simulator .btn-select.is-active .arrow-under::before,
#body-simulator .btn-select.is-active .arrow-under::after {
  background-color: #fff;
}

#body-simulator .arrow-select {
  top: 50%;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  #body-simulator .arrow-select {
    bottom: auto;
    left: auto;
    right: 23px;
  }
}
#body-simulator .graph-sparkline {
  overflow: visible !important;
}

#body-simulator .graph-sparkline__path {
  vector-effect: non-scaling-stroke;
}

#body-simulator :root {
  --stroke-width: 1;
}

#body-simulator .graph-sparkline__path {
  stroke: #263238;
  fill: none;
  stroke-width: var(--stroke-width);
  vector-effect: non-scaling-stroke;
}

#body-simulator .c-graph__pict {
  position: relative;
}

#body-simulator .pointer-none--45deg::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 13px;
  right: 15px;
  transform: rotate(135deg);
  transition: 0.3s all;
  transform: rotate(45deg);
}

#body-simulator .pointer-events-none {
  pointer-events: none;
}

#body-simulator .pointer-events-none:hover {
  color: #333f48 !important;
}

#body-simulator .pointer-none--hidden::after {
  content: none;
  display: none;
}

@media all and (max-width: 767px) {
  #body-simulator .header__bottom nav ul.first_level > li span {
    color: #fff;
  }
}
#body-simulator .w-100 {
  width: 100%;
}

#body-simulator .btn-select__num--65 .btn-select__num--s {
  text-align: left;
}

#body-simulator .btn-select__num--70 {
  display: none;
}

#body-simulator .section-age:has(.btn-select:nth-of-type(2).is-active) ~ .section-division .btn-select__num--65 {
  display: none;
}

#body-simulator .section-age:has(.btn-select:nth-of-type(2).is-active) ~ .section-division .btn-select__num--70 {
  display: block;
}

#body-simulator .block-round {
  border-radius: 16px !important;
  box-shadow: none !important;
}

@media all and (max-width: 767px) {
  #body-simulator .column_wrapper .main.simulator-main {
    padding: 0;
    margin: 0;
  }
}
#body-simulator .bg_wrapper.bg-wrap-none {
  padding-top: 70px;
}

@media all and (max-width: 768px) {
  #body-simulator .bg_wrapper.bg-wrap-none {
    padding-top: 0;
  }
}
#body-simulator .exlink_modal-simulator__wrap {
  overflow: hidden;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  box-shadow: none;
}

@media all and (max-width: 767px) {
  #body-simulator .exlink_modal-simulator__wrap {
    max-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
#body-simulator .exlink_modal-simulator__wrap.lity-hide {
  display: none !important;
}

#body-simulator .exlink_modal-simulator {
  border: none !important;
  overflow: auto;
  max-height: calc(100vh - 10px);
  border-radius: 0px !important;
  box-shadow: none;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

#body-simulator .exlink_modal-simulator .close-button {
  background: rgba(0, 0, 0, 0) !important;
}

@media all and (max-width: 767px) {
  #body-simulator .exlink_modal-simulator {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 40px);
    min-height: 0;
    flex: 1 1 auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    will-change: scroll-position;
  }
}
#body-simulator .simulator-day {
  font-size: 14px;
  text-align: right;
}

#body-simulator .simulator-heade__item {
  box-sizing: border-box;
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.7;
  font-size: 16px;
}

#body-simulator .simulator-heade__item::before {
  content: "・";
  display: inline-block;
}

#body-simulator .section-disease {
  display: none;
  margin-top: 30px;
}

#body-simulator .section-disease.is-active {
  display: block;
}

#body-simulator .section-disease__name {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  #body-simulator .section-disease__name {
    margin-bottom: 8px;
  }
}
#body-simulator .section-disease__name--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #333f48;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  padding-left: 3em;
  text-indent: -3em;
}

#body-simulator .contents-bg {
  background-color: #fff;
  border-radius: 16px;
}

@media all and (max-width: 767px) {
  #body-simulator .contents-bg {
    border-radius: 12px;
  }
}
#body-simulator .contents-box {
  box-sizing: border-box;
  padding: 25px 50px;
}

@media all and (max-width: 767px) {
  #body-simulator .contents-box {
    padding: 20px;
  }
}
#body-simulator .simulator-head {
  font-size: 16px;
}

#body-simulator .simulator-head__title {
  font-size: 20px;
  color: #414042;
  text-align: center;
  margin: 26px auto 20px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  #body-simulator .simulator-head__title {
    font-size: 18px;
    margin: 29px auto 18px;
  }
}
#body-simulator .section-contents {
  display: flex;
}

#body-simulator .section-q {
  position: relative;
  margin-top: 30px;
  padding: 20px 0 0;
}

@media all and (max-width: 767px) {
  #body-simulator .section-q {
    padding: 30px 0 0;
  }
}
#body-simulator .section-q::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("../../../assets/img/simulator/dot.svg");
  background-repeat: repeat-x;
}

#body-simulator .section-q:last-child {
  margin-bottom: 30px;
}

#body-simulator .section-q:last-child::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("../../../assets/img/simulator/dot.svg");
  background-repeat: repeat-x;
}

#body-simulator .btn-select {
  position: relative;
}

#body-simulator .btn-select--text {
  text-align: center;
  display: block;
  font-weight: 700;
}

#body-simulator .wrap-btn {
  display: flex;
  gap: 23px;
}

#body-simulator .wrap-btn__center {
  justify-content: center;
}

#body-simulator .wrap-btn__wrap {
  flex-wrap: wrap;
}

#body-simulator .btn-select__cat {
  box-sizing: border-box;
  padding: 15px;
  width: 227px;
  border-radius: 10px;
  box-shadow: 2px 3px 3px rgba(136, 24, 87, 0.3);
  border: 2px solid #ae2573;
  color: #ae2573;
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
}

#body-simulator .btn-select__cat.is-active {
  background-color: #ae2573;
  color: #fff;
}

@media all and (max-width: 767px) {
  #body-simulator .btn-select__cat {
    width: 81px;
    height: 75px;
    font-size: 17px;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .btn-select__cat--bottom {
    width: 310px;
    height: 64px;
    align-items: center;
  }
}
#body-simulator .btn-select__decision {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  width: 278px;
  box-sizing: border-box;
  padding: 15px;
  color: #333f48;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

#body-simulator .btn-select__decision.is-active {
  background-color: #fce3ea;
  color: #ae2573;
  border: 2px solid #ae2573;
}

@media all and (max-width: 767px) {
  #body-simulator .btn-select__decision {
    padding: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 278px;
  }
}
#body-simulator .btn-result,
#body-simulator .btn-reset {
  box-sizing: border-box;
  background: #cbefe9;
  border-radius: 10px;
  color: #00b398;
  font-weight: bold;
  width: 350px;
  aspect-ratio: 350/70;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  #body-simulator .btn-result,
#body-simulator .btn-reset {
    width: 320px;
    aspect-ratio: 320/80;
    font-size: 22px;
  }
}
#body-simulator .btn-result {
  pointer-events: none;
  color: #333f48;
  background: rgba(51, 63, 72, 0.2);
}

#body-simulator .btn-result.is-active {
  pointer-events: auto;
  background: #cbefe9;
  color: #00b398;
}

#body-simulator .btn-reset {
  font-size: 20px;
  position: relative;
  width: 428px;
  margin: 35px auto;
}

#body-simulator .btn-reset::before {
  content: "";
  display: block;
  background-image: url("../../../assets/img/simulator/arrow_return.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 44px;
  width: 26px;
  height: 22px;
  transform: translate(0, -50%);
}

@media all and (max-width: 767px) {
  #body-simulator .btn-reset {
    width: 100%;
    max-width: 319px;
    height: 60px;
    font-size: 18px;
    padding-left: 53px;
    box-sizing: border-box;
  }
  #body-simulator .btn-reset::before {
    left: 20px;
    width: 22px;
    height: 18px;
  }
}
#body-simulator .btn-select__num--b,
#body-simulator .btn-select__num--s {
  display: block;
  text-align: center;
  line-height: 1.6;
}

#body-simulator .btn-select__num--s {
  font-size: 0.7em;
  font-weight: 400;
  text-align: left;
}

#body-simulator .js-mode-section {
  display: none;
}

#body-simulator .js-mode-section.is-active {
  display: block;
}

#body-simulator .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  text-align: center;
}

#body-simulator .table th,
#body-simulator .table td {
  padding: 0.5em;
  border: 1px solid #ddd;
  text-align: center;
}

#body-simulator .section-att__block,
#body-simulator .section-note__block {
  display: none;
  font-weight: 400;
  font-size: 14px;
}

#body-simulator .section-att__block p,
#body-simulator .section-note__block p {
  font-size: 14px;
}

@media all and (max-width: 767px) {
  #body-simulator .section-att__block p,
#body-simulator .section-note__block p {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .section-att__block,
#body-simulator .section-note__block {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
#body-simulator .section-att__block {
  text-align: center;
}

#body-simulator .section-note__item {
  display: none;
  line-height: 1.7;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}

#body-simulator .section-note__item::before {
  content: "・";
  display: inline-block;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}

#body-simulator .section-note__item.section-note__item--block {
  display: block;
}

#body-simulator .section-note__item.section-note__item--none {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

#body-simulator .section-note__item.section-note__item--none::before {
  content: none;
  display: none;
}

#body-simulator .result-graph {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 50px;
}

#body-simulator .result-graph h2 {
  text-align: center;
}

#body-simulator .c-graph__col {
  position: absolute;
  line-height: 1.4;
  padding: 0.5em;
}

#body-simulator .c-graph__col--01 {
  top: 0;
  left: -1.9em;
  color: #333f48;
  border-right: solid 1px #333f48;
  transform: translate(-100%, 0);
}

#body-simulator .c-graph__col--01::before {
  content: "";
  display: block;
  width: calc(100% + 2em);
  height: 1px;
  border-top: solid 1px #333f48;
  position: absolute;
  top: 0;
  right: 0;
}

#body-simulator .c-graph__col--02 {
  left: -3em;
  bottom: 0;
  color: #00b398;
  border-right: solid 1px #00b398;
}

#body-simulator .c-graph__col--02::before {
  content: "";
  display: block;
  width: calc(100% + 1em);
  height: 1px;
  border-bottom: solid 1px #00b398;
  position: absolute;
  bottom: 0;
  right: 0;
}

#body-simulator .is-paySame .c-graph__col--01 {
  display: none;
}

#body-simulator :root {
  --stroke-width: 1;
  --dot-r: 3.5px;
}

#body-simulator .graph-sparkline__path {
  stroke: #263238;
  fill: none;
  stroke-width: var(--stroke-width);
}

#body-simulator .title-q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  #body-simulator .title-q {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  #body-simulator .title-q + .wrap-btn {
    display: block;
  }
  #body-simulator .title-q + .wrap-btn .btn-select {
    margin-bottom: 10px;
  }
  #body-simulator .title-q + .wrap-btn .btn-select:last-child {
    margin-bottom: 0;
  }
}
#body-simulator .title-num {
  background: #ae2573;
  border-radius: 5px;
  color: #fff;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  display: inline-block;
  text-align: center;
  margin-right: 18px;
}

@media all and (max-width: 767px) {
  #body-simulator .title-num {
    margin-right: 12px;
    width: 38px;
    min-width: 38px;
  }
}
#body-simulator .title-text_s {
  font-size: 14px;
  font-weight: 400;
}

#body-simulator .title-text_s a,
#body-simulator .title-text_s button {
  font-weight: 400;
  color: #00b398;
  text-decoration: underline;
}

#body-simulator .title-text_s a:hover,
#body-simulator .title-text_s button:hover {
  text-decoration: none;
}

#body-simulator .section-contents__pay {
  width: 278px;
  margin: 0 auto;
}

#body-simulator .section-contents__pay .u-position-relative {
  width: 100%;
}

@media all and (max-width: 767px) {
  #body-simulator .section-contents__pay {
    width: 100%;
    max-width: 278px;
  }
}
#body-simulator .section-pay {
  border: solid 2px #666;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  margin-top: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #fce3ea;
  border-radius: 10px;
  border: 2px solid #ae2573;
  color: #ae2573;
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

#body-simulator .section-pay option {
  font-size: 20px;
  font-weight: 700;
}

#body-simulator .bottom-btn {
  margin-top: 50px;
}

.body-egpa #egpa .wrap[data-mode="1"] .btn-select__num--s {
  text-align: center;
}

.body-egpa #egpa .wrap[data-mode="1"] + .result-graph .section-att__block--1 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="1"] + .result-graph .section-note__block--1 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="1"] + .result-graph .section-note__block--1.is-overOne .section-note__item--1 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="1"] + .result-graph .section-note__block--1.is-high .section-note__item--2 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-att__block--2 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.is-overOne .section-note__item--1 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.is-144000 .section-note__item--3 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.is-zerotwo .section-note__item--4 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.isOver .section-note__item--2,
.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.is-manyTimesApplied .section-note__item--2 {
  display: block;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph .section-note__block--2.is-none-manyTimesApplied .section-note__item--2 {
  display: none !important;
}

.body-egpa #egpa .wrap[data-mode="2"] + .result-graph.isOver .section-note__item--2 {
  display: block;
}

.body-egpa #guid-egpa .block--1 {
  margin-top: 30px;
  padding: 0 0 30px;
}

.body-egpa #guid-egpa .guidance-head {
  position: relative;
  width: 100%;
  aspect-ratio: 980/278;
  min-height: 278px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head {
    aspect-ratio: auto;
    min-height: 100%;
  }
}
.body-egpa #guid-egpa .guidance-head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #e5f7f4;
  width: 100%;
  height: 200%;
  border-radius: 50%;
  transform: translate(-50%, 0) scale(1.2);
  transform-origin: bottom center;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head::before {
    bottom: 20%;
    height: 50%;
  }
}
.body-egpa #guid-egpa .guidance-head__wrap {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 43px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__wrap {
    padding: 32px 10px 0;
    background-color: #e5f7f4;
  }
}
.body-egpa #guid-egpa .guidance-head__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__title {
    font-size: 20px;
    letter-spacing: -0.05em;
    text-align: left;
  }
}
.body-egpa #guid-egpa .guidance-head__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__text {
    text-align: left;
  }
}
.body-egpa #guid-egpa .guidance-head__logo {
  color: #ae2573;
}

.body-egpa #guid-egpa .guidance-head__logo img {
  width: 146px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__logo img {
    width: 98px;
  }
}
@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__side {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 23px;
  }
}
.body-egpa #guid-egpa .guidance-head__ill {
  display: block;
  position: absolute;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__ill {
    position: relative;
  }
}
.body-egpa #guid-egpa .guidance-head__ill--01 {
  width: 160px;
  left: 42px;
  top: 130px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__ill--01 {
    width: 136px;
    top: 0;
    left: 0;
  }
}
.body-egpa #guid-egpa .guidance-head__ill--02 {
  width: 84px;
  right: 96px;
  top: 135px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-head__ill--02 {
    width: 70px;
    top: 0;
    right: 0;
  }
}
.body-egpa #guid-egpa .guidance-contents__title {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.body-egpa #guid-egpa .guidance-contents__title img {
  width: 100px;
  vertical-align: middle;
}

.body-egpa #guid-egpa .guidance-book {
  margin: 30px auto;
  width: 535px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-book {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.body-egpa #guid-egpa .guidance-book img {
  width: 100%;
}

.body-egpa #guid-egpa .guidance-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 50px;
}

@media all and (max-width: 767px) {
  .body-egpa #guid-egpa .guidance-bottom {
    display: block;
    padding: 0 15px;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: -0.05em;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1_text {
    font-size: 16px;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1_logo {
  width: 116px;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1_logo {
    width: 94px;
  }
}
@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1__box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1__card {
  margin: 30px auto;
  width: 100%;
}

.body-egpa #popup-egpa-1 .popup-egpa-1__card img {
  width: 100%;
}

.body-egpa #popup-egpa-1 .popup-egpa-1__phone {
  box-sizing: border-box;
  padding: 25px 20px;
  background: #fff;
  border: 2px solid #ae2573;
  width: 440px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1__phone {
    width: 100%;
    padding: 12px;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1__free {
  width: 46px;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1__free {
    width: 34px;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1__number {
  font-size: 46px;
  margin: 0;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1__number {
    font-size: 32px;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1__number .number {
  pointer-events: none;
  display: inline-block;
  text-decoration: none;
}

.body-egpa #popup-egpa-1 .popup-egpa-1__day {
  font-size: 16px;
  margin: 16px auto 26px;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-1 .popup-egpa-1__day {
    font-size: 14px;
    margin: 12px auto;
  }
}
.body-egpa #popup-egpa-1 .popup-egpa-1__note {
  font-size: 14px;
  letter-spacing: -0.05em;
  margin: 0;
}

.body-egpa #popup-egpa-2 .popup-egpa-1_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: -0.05em;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-2 .popup-egpa-1_text {
    font-size: 16px;
  }
}
.body-egpa #popup-egpa-2 .popup-egpa-2__card {
  width: 182px;
  margin: 40px auto;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-2 .popup-egpa-2__card {
    width: 120px;
    margin: 30px auto;
  }
}
.body-egpa #popup-egpa-2 .popup-egpa-2__card img {
  width: 100%;
}

.body-egpa #popup-egpa-2 .guidance-btn {
  margin: 0 auto;
  width: 428px;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-2 .guidance-btn {
    width: 100%;
    max-width: 319px;
  }
}
.body-egpa #popup-egpa-3 .popup-egpa-3__title {
  font-size: 26px;
  margin-bottom: 45px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-3 .popup-egpa-3__title {
    font-size: 22px;
    margin-bottom: 33px;
  }
}
.body-egpa #popup-egpa-3 .popup-egpa-3__note {
  box-sizing: border-box;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.body-egpa #popup-egpa-3 table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-3 table {
    font-size: 20px;
  }
}
.body-egpa #popup-egpa-3 th,
.body-egpa #popup-egpa-3 td {
  color: #333f48;
  border: 1px solid #333f48;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.3;
}

@media all and (max-width: 767px) {
  .body-egpa #popup-egpa-3 th,
.body-egpa #popup-egpa-3 td {
    font-size: 15px;
    letter-spacing: -0.05em;
    padding: 15px 5px;
  }
}
.body-egpa #popup-egpa-3 th {
  background-color: #fce3ea;
}/*# sourceMappingURL=style.css.map */