@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/* housing-type */
.housing-type-area {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  font-size: 1.05rem; }

.housing-type-area fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.housing-type-area legend {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.55rem; }

.housing-type-area label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .housing-type-area label {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .housing-type-area label {
      font-size: 1.3rem;
      line-height: 1.5;
      margin: 0 0 10px; } }
  @media screen and (max-width: 768px) {
    .housing-type-area label br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .housing-type-area label br {
      display: block; } }

.housing-type-area label + label {
  margin-top: 10px; }

.housing-type-area input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #f5f5f;
  cursor: pointer;
  flex-shrink: 0; }
  @media screen and (max-width: 600px) {
    .housing-type-area input[type="radio"] {
      width: 20px;
      height: 20px;
      min-width: 20px;
      min-height: 20px; } }

.housing-type-area input[type="radio"]:checked {
  background: #333333;
  box-shadow: inset 0 0 0 4px #fff; }

/* select */
.box {
  border: 2px solid #333333;
  padding: 10px 5px 10px 15px;
  min-width: 70px;
  text-align: center;
  background: #fff;
  font-size: 2rem;
  display: inline-block;
  margin: 0 0 -25px; }
  @media screen and (max-width: 600px) {
    .box {
      padding: 5px 5px 5px 5px;
      min-width: 70px; } }

.box.input-box {
  border: 2px solid #333333; }

.box.input-box select {
  border: none;
  background: transparent;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  min-width: 70px;
  cursor: pointer;
  font-family: inherit; }

.box.input-box select:focus {
  outline: none; }

/* shisan */
#simulator {
  padding: 100px 0 50px; }
  @media screen and (max-width: 768px) {
    #simulator {
      padding: 100px 0 50px; } }
  @media screen and (max-width: 600px) {
    #simulator {
      padding: 50px 0 20px; } }

.simulator__box {
  border: 3px solid #042275;
  border-radius: 15px;
  font-weight: bold;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .simulator__box {
      border-radius: 10px;
      border: 1px solid #042275; } }
  .simulator__box .inner {
    padding: 30px 50px; }
    @media screen and (max-width: 768px) {
      .simulator__box .inner {
        padding: 0 30px 30px; } }
    @media screen and (max-width: 600px) {
      .simulator__box .inner {
        padding: 0 15px 20px; } }
  .simulator__box .ttl {
    margin: -60px 0 0; }
    @media screen and (max-width: 1100px) {
      .simulator__box .ttl {
        margin: -45px 50px 0; } }
    @media screen and (max-width: 768px) {
      .simulator__box .ttl {
        margin: -45px 50px 0; } }
    @media screen and (max-width: 600px) {
      .simulator__box .ttl {
        margin: -25px 20px 0; } }
    .simulator__box .ttl img {
      max-width: 724px;
      width: 100%;
      height: auto; }
  .simulator__box .sub__txt {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px; }
    @media screen and (max-width: 600px) {
      .simulator__box .sub__txt {
        font-size: 1.5rem !important; } }
  .simulator__box .simulator__item {
    border: 1px solid #ddd;
    display: flex;
    margin: 0 0 15px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .simulator__box .simulator__item {
        display: block; } }
    .simulator__box .simulator__item .left {
      width: 37%;
      font-size: 2.3rem;
      font-weight: bold;
      line-height: 1.4;
      background: #f5f5f5;
      padding: 30px 20px 30px 35px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .simulator__box .simulator__item .left {
          font-size: 2rem;
          width: 100%;
          padding: 20px 20px; } }
      @media screen and (max-width: 600px) {
        .simulator__box .simulator__item .left {
          width: 100%;
          font-size: 1.6rem;
          padding: 10px 20px; } }
      .simulator__box .simulator__item .left .ttl__indent {
        text-indent: -1.0em;
        padding-left: 1.0em;
        font-size: 2.3rem;
        font-weight: bold;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .simulator__box .simulator__item .left .ttl__indent {
            font-size: 2rem; } }
        @media screen and (max-width: 600px) {
          .simulator__box .simulator__item .left .ttl__indent {
            font-size: 1.6rem; } }
    .simulator__box .simulator__item .right {
      width: 63%;
      padding: 30px 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .simulator__box .simulator__item .right {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .simulator__box .simulator__item .right {
          padding: 18px 20px; } }
      .simulator__box .simulator__item .right .radio__box {
        font-size: 2rem;
        font-weight: bold; }
      .simulator__box .simulator__item .right .txt__box {
        margin: 0 0 30px; }
        @media screen and (max-width: 600px) {
          .simulator__box .simulator__item .right .txt__box {
            margin: 0 0 15px; } }
  .simulator__box .simulator__item--last {
    border-bottom: 1px solid #ddd; }
  .simulator__box #result {
    display: none;
    opacity: 0;
    transition: opacity .3s ease; }
  .simulator__box #result.is-visible {
    display: block;
    opacity: 1;
    animation: resultFadeIn .3s ease; }
  .simulator__box .result__box {
    background: #FFEEEE;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    margin: 15px 0 50px;
    position: relative;
    border-radius: 10px; }
    @media screen and (max-width: 600px) {
      .simulator__box .result__box {
        padding: 20px; } }
    .simulator__box .result__box .fs01 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .simulator__box .result__box .fs01 {
          font-size: 2.4rem; } }
      @media screen and (max-width: 600px) {
        .simulator__box .result__box .fs01 {
          font-size: 1.8rem; } }
    .simulator__box .result__box .value {
      font-size: 9rem;
      font-weight: bold;
      line-height: 1.0; }
    .simulator__box .result__box .fs02 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.4; }
    .simulator__box .result__box .fukurou {
      position: absolute;
      bottom: -20px;
      left: 10px; }
      @media screen and (max-width: 600px) {
        .simulator__box .result__box .fukurou {
          bottom: -20px;
          left: -5px; } }
      @media screen and (max-width: 768px) {
        .simulator__box .result__box .fukurou img {
          width: 120px;
          height: auto; } }
      @media screen and (max-width: 600px) {
        .simulator__box .result__box .fukurou img {
          width: 80px;
          height: auto; } }

@keyframes resultFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* plan */
.plan__box {
  margin: 0 0 30px; }
  .plan__box h3 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #042275; }
    @media screen and (max-width: 600px) {
      .plan__box h3 {
        font-size: 2rem;
        margin: 0 0 -10px; } }
  .plan__box .icon {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .plan__box .icon img {
        width: 30px;
        height: auto; } }

.plan-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
  padding-top: 20px; }

.plan-comparison-bg {
  position: relative;
  width: 100%;
  min-width: 300px;
  aspect-ratio: 10 / 7.9;
  background-image: url("../images/plan_bg.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat; }

.plan-bubbles {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  pointer-events: none; }

.plan-bubbles .plan-bubble-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

.plan-bubbles .recommend-bubble {
  display: none;
  background: #dc2626;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 16px;
  position: relative;
  margin: 0 auto 3px;
  font-size: 2.0rem; }
  @media screen and (max-width: 768px) {
    .plan-bubbles .recommend-bubble {
      border-radius: 8px;
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 8px 16px;
      text-align: center; } }
  @media screen and (max-width: 600px) {
    .plan-bubbles .recommend-bubble {
      border-radius: 8px;
      font-size: 1.0rem;
      line-height: 1.3;
      padding: 8px 6px;
      text-align: center; } }

.plan-bubbles .recommend-bubble.is-visible {
  display: inline-block; }

.plan-bubbles .recommend-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #dc2626; }

.plan-bubbles .unavailable-bubble {
  display: none;
  background: #062276;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 16px;
  position: relative;
  margin: 0 auto 3px;
  font-size: 2rem; }
  @media screen and (max-width: 768px) {
    .plan-bubbles .unavailable-bubble {
      border-radius: 8px;
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 8px 16px;
      text-align: center; } }
  @media screen and (max-width: 600px) {
    .plan-bubbles .unavailable-bubble {
      border-radius: 8px;
      font-size: 1.0rem;
      line-height: 1.3;
      padding: 8px 6px;
      text-align: center; } }

.plan-bubbles .unavailable-bubble.is-visible {
  display: inline-block; }

.plan-bubbles .unavailable-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #062276; }

/* plan boader */
.plan-comparison-overlays {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 8.3%; }

.plan-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  border: 5px solid transparent;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .plan-overlay {
      border: 3px solid transparent; } }

.plan-overlay-20 {
  left: 0;
  width: calc((101.5% - 2px) / 3);
  border: 5px solid transparent;
  display: block; }

.plan-overlay-20.is-highlight {
  border-color: #dc2626; }

.plan-overlay-35 {
  left: calc((100% - 2px) / 3 + 3px);
  width: calc((100% - 2px) / 3);
  border: 5px solid #dc2626;
  display: none; }
  @media screen and (max-width: 600px) {
    .plan-overlay-35 {
      left: calc((100% - 2px) / 3 + 2px); } }

.plan-overlay-35.is-highlight {
  display: block; }

.plan-overlay-50 {
  left: calc(2 * (100% - 2px) / 3 + 2px);
  width: calc((100% - 2px) / 3);
  border: 5px solid #dc2626;
  display: none; }

.plan-overlay-50.is-highlight {
  display: block; }

.plan-overlay.is-highlight {
  border-color: #dc2626; }

/* plan link */
.plan-comparison-overlays-link {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 8.3%;
  z-index: 99; }

.plan-overlay-link {
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box; }

.plan-overlay-20-link {
  left: 0;
  width: calc((101.5% - 2px) / 3);
  background: none; }

.plan-overlay-35-link {
  left: calc((100% - 2px) / 3 + 2px);
  width: calc((100% - 2px) / 3);
  background: none; }

.plan-overlay-50-link {
  left: calc(2 * (100% - 2px) / 3 + 2px);
  width: calc((100% - 2px) / 3);
  background: none; }

.link__on {
  background: none; }

.link__dim {
  background: rgba(0, 0, 0, 0.5); }

/* 全オーバーレイ共通: ロールオーバーで少し白く、ロールアウトで元の色に戻る */
.plan-overlay-link:hover {
  background: rgba(255, 255, 255, 0.5); }

@media (hover: none), (pointer: coarse) {
  .plan-overlay-link.link__on:hover {
    background: none; }

  .plan-overlay-link.link__dim:hover {
    background: rgba(0, 0, 0, 0.5); } }
/* simu attention */
.simu-attention__box {
  background: #fffce1;
  padding: 5px 20px 15px;
  border-radius: 6px;
  margin: 20px 0 0; }
  @media screen and (max-width: 600px) {
    .simu-attention__box {
      padding: 1px 20px 10px; } }
  .simu-attention__box ul {
    display: none;
    margin: 10px 0 0; }

.simu-attention {
  margin: 10px 0 0; }
  .simu-attention .attention__ttl {
    display: block;
    cursor: pointer;
    text-align: left;
    background: url("../images/icon_arrow_blue-down.svg") center right 0px no-repeat;
    background-size: 10px auto; }
    .simu-attention .attention__ttl span {
      font-weight: bold;
      background: url("../images/icon_attention.svg") center left no-repeat;
      background-size: 25px auto;
      padding: 0 0 0 33px; }
      @media screen and (max-width: 600px) {
        .simu-attention .attention__ttl span {
          font-size: 1.4rem;
          background: url("../images/icon_attention.svg") center left no-repeat;
          background-size: 20px auto;
          padding: 0 0 0 25px; } }
  .simu-attention .attention__ttl.active {
    background: url("../images/icon_arrow_blue-up.svg") center right 0px no-repeat;
    background-size: 10px auto; }
  .simu-attention li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.2rem !important;
    color: #666; }
    @media screen and (max-width: 600px) {
      .simu-attention li {
        font-size: 1.0rem !important; } }
    .simu-attention li a {
      text-decoration: underline; }
    .simu-attention li div {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 1.2rem !important; }
      @media screen and (max-width: 600px) {
        .simu-attention li div {
          font-size: 1.0rem !important; } }

.simu-attention02 {
  margin: 5px 0 0; }
  .simu-attention02 li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.3rem !important;
    color: #666; }
    @media screen and (max-width: 600px) {
      .simu-attention02 li {
        font-size: 1.0rem !important; } }
    .simu-attention02 li a {
      text-decoration: underline; }

.simu-attention03 {
  font-size: 1.3rem !important;
  color: #666; }
  @media screen and (max-width: 600px) {
    .simu-attention03 {
      font-size: 1.0rem !important; } }
