@charset "UTF-8";
/* 微調整 */

/* ==========================================================================
   PC / SP 切り替え
   ========================================================================== */
.sp {
  display: none;
}
.pc {
  display: block;
}

/* ==========================================================================
   共通パーツ
   ========================================================================== */
.br-strong {
  display: block !important;
}

.form-inner {
  position: relative;
}

.p-logo__text_s {
  display: none;
}

.c-btn__arrow {
  background: url(../img/arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: none;
}
a:hover .c-btn__arrow,
button:hover .c-btn__arrow {
  background: url(../img/arrow-h.svg) no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: none;
}

/* ==========================================================================
   レスポンシブ (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  /* PC / SP 切り替え */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /* Hero */
  .p-hero__underline {
    width: 285px;
  }
  .p-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: contain;
    position: absolute;
  }
  .p-hero__title-line--tight {
    margin-top: -4px;
    margin-left: 10px;
  }
  .p-hero__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 80px;
    height: 23px;
    padding: 0 var(--space-20) 0 var(--space-8);
    background: url(../img/badge-pennant.svg) no-repeat left center / 100% 298% !important;
    color: var(--color-text-inverse);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
  }

  /* Attention */
  .p-attention {
    justify-content: left;
  }

  /* Step progress */
  .step-progress {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 15px;
    gap: 13px;
  }
  .p-step__arrow img {
    transform: rotate(0deg);
  }

  /* Table */
  .p-table th,
  .p-table td {
    padding: var(--space-10);
  }

  /* Parties / exchange */
  .p-parties__exchange > *:nth-child(5) {
    justify-self: center;
  }

  /* Footer */
  .p-footer {
    padding-bottom: 100px;
  }

  /* ユーティリティ */
  .sp-minh90 {
    min-height: 90px;
  }
  .sp_none {
    display: none;
  }

  /* ロゴ */
  .p-logo__text_s {
    display: block;
    font-size: 20px;
    padding-top: 5px;
  }
}

.fs-tt{
  font-size: 13px;
  display: contents;
}