@charset "UTF-8";

/*==================================================
# font
===================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

body {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  overflow-x: hidden;
  height: auto
}

/*==================================================
# KV
===================================================*/
.lp_kv{
  font-family: "Noto Sans SC", sans-serif;
  position: relative;
  height: 960px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
}

.lp_kv .lp_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/lp/kv_img.png') no-repeat center/cover;
  z-index: 0;
}

.lp_kv_inner {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* PC用は上下中央 */
  align-items: center;
  height: 680px;
  margin: 30px auto;
  padding: 0 40px;
  gap: 270px;
}

/* ボタン */
.lp_kv .btn_wrap {
  margin: 15px auto 0;
}

.lp_kv .lp_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 150px;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  font-size: 22px;
  overflow: hidden;
  transition: all 0.3s;
  border: 2px solid #fff;
  font-weight: 700;
}

/* ホバー時 */
.lp_kv .lp_btn:hover {
  background-color: #fff;       /* 背景白 */
  color: #1d2087;               /* 文字青 */
  border-color: #1d2087;        /* 枠線も青に変更 */
}

.lp_kv .lp_btn:hover .arw {
  content: url('../img/lp/arw.png');  /* ホバー時に青アイコンに切替 */
}

.btn_note {
  color: #c6c8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
}

/* テキスト */
.kv_bottom {
  position: relative;
}

.lp_skip {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  z-index: 1;
}

.lp_kv .lp_text_wrap {
  color: #fff;
  font-weight: 700;
}

.lp_kv .lp_text_wrap p {
  font-size: 20px;
}

.lp_kv .lp_text_wrap h1 {
  font-size: 32px;
  line-height: 1.5;
  color: #a8a9be;
  margin: 30px auto 60px; 
}

.lp_kv .lp_text_wrap strong {
  color: #fff;
  font-size: 32px;
  position: relative;
}

.lp_kv .lp_text_wrap .sub_text p {
  font-size: 18px;
  line-height: 1.55;
  color: #c6c8e0;
  font-weight: 500;
}


/*
# モバイル対応
=====================================*/
@media screen and (max-width: 768px) {
  .lp_kv{
    height: auto;
    min-height: 700px;
    overflow-y: auto;
  }

  .lp_kv_inner {
    top:0;
    margin: 20px 0;
    gap: 200px; /* kv_top と kv_bottom 間隔 */
    padding: 0 20px;
    height: auto;
    min-height: 600px;
  }

  .lp_kv .lp_bg {
    background: url('../img/lp/kv_img_sp.png') no-repeat center/cover;
  }

  /*ボタン*/
  .lp_kv  .btn_wrap {
      margin: 0 auto;
    }

  .lp_kv .lp_btn {
    padding: 20px 60px;
    background-color: transparent;
    color: #fff;
    border-radius: 14px;
    font-size: 16px;
    overflow: hidden;
  }

  .lp_kv .lp_btn::before {
    border: 1px solid #fff;
    border-radius: 14px;
  }

  .lp_kv .lp_btn:hover::before {
    border-width: 2px;
  }

  .btn_note {
    display: none;
  }
  /*テキスト*/
  .lp_skip {
    top: -31%;
    max-width: 80%;
  }

  .lp_kv .lp_text_wrap p {
    font-size: 16px;
  }

  .lp_kv .lp_text_wrap h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 15px auto 50px;
    letter-spacing: -0.0em;
  }

  .lp_kv .lp_text_wrap strong {
    font-size: 21px;
  }


  .lp_kv .lp_text_wrap .sub_text p {
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  .lp_kv .lp_text_wrap .sub_text span {
    display: block;
  }
}

/*==================================================
# fee-section
===================================================*/
.fee-section {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
  background-color: #f3f5f7;
}

.lp_main .inner_s {
  box-sizing: border-box;
  padding: 0 20px;
}

/* 上部画像 */
.fee-top-wrapper {
  position: relative;
  margin-top: -54px;
  margin-left: -14px;
  overflow-x: hidden;
}

.fee-top-wrapper .fee-img-top {
  display: block;
  height: 56px;
  width: 320px;
  margin: 0 auto 0 0;
  z-index: 1;
}

/* タイトルを上画像内に配置 */
.fee-top-wrapper .fee-title {
  position: absolute;
  top: 14px;
  left: 30px;
  margin: 0;
  font-size:18px;
  color: #9393a6;
  z-index: 2;
  font-weight: 500;
}

.fee-bottom-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.fee-bottom-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: auto;           /* ← これが重要！ */
  display: block;         /* ← 余白防止 */
  object-fit: contain;    /* ← 横伸び防止の保険 */
}

.fee-bottom-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /* ← 透明部分に合わせて調整 */
  background: #fff;
  z-index: 1; /* ← 白帯は後ろに */
}

.fee-bottom-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;  /* ←画像の透明部分の高さに合わせて調整 */
  background: #fff;
  z-index: 1;
}

.head-text {
  margin: 80px auto 0;
  text-align: center;
  font-size: 28px;
  color: #52547d;
  line-height: 1.5;
  font-weight: 700;
}

.head-text strong {
  color: #1d2087;
}


/* コンテンツコンテナ */
.fee-container {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 20px;
  margin: 45px auto;
}

/* 左メニュー */
.fee-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 21%;
}

.menu-btn {
  font-family: "Noto Sans SC", sans-serif;
  background: none;
  border: none;
  font-size: 22px;
  text-align: left;
  cursor: pointer;
  opacity: 0.2;
  padding: 12px 0;
  transition: 0.3s ease;
  color: #1d2087;
  position: relative;
  font-weight: 700;
}

.menu-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-image: repeating-linear-gradient(
    to right,
    #1d2087 0,
    #1d2087 2px,
    transparent 2px,
    transparent 4px
  );    
  transition: opacity 0.3s ease;
}

.menu-btn.active::after {
  opacity: 1;
}

.menu-btn strong {
  font-size: 22px;
  font-weight: 700;
}

.menu-btn:hover {
  opacity: 0.9;
}

.menu-btn.active {
  opacity: 1;
}

/* カード 2枚縦並び */
.fee-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* カード全体 */
.fee-card {
  background: #fff;
  padding: 40px 30px 40px 40px;
  border-radius: 14px;
  border: 0.25px solid #1d2087;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  opacity: 0.2;
}

.fee-card:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

/* PC：fee-block が active のときだけカードを強調 */
@media (min-width: 769px) {
  .fee-block .fee-card {
    opacity: 0.2;
    transition: opacity .3s ease;
  }

  .fee-block.active .fee-card {
    opacity: 0.99;
  }
}

/* カード右上の JPY バッジ（背景用） */
.fee-card::after {
  content: "JPY";
  position: absolute;
  top: 24px;   /* 位置は後で調整 */
  right: 24px; /* 位置は後で調整 */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #1d2087;  /* ← 点線（破線） */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #1d2087;  
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  pointer-events: none;        /* クリック無効で完全背景化 */
  z-index: 1;
}

/* fee-card に position を追加（必須） */
.fee-card {
    position: relative;
}

/* 全体 */
.fee-items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

/* 各ステップ */
.item {
  position: relative;
  padding: 0px 0px 24px 30px;
  display: grid;
  grid-template-columns: 59% auto;
  gap: 5px;
}

.item.last {
  padding-bottom: 0;
}

/* ===== マーカー（丸） ===== */
.marker {
  position: absolute;
  left: 2px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e2973;
  transform: translate(-50%, 0);
  z-index: 3;
}

.item.first .marker,
.item.last .marker {
  width: 12px;
  height: 12px;
}

.item.first .marker {
  margin-top: -2px;
}

.item.same .marker {
  display: none;
}

/* ===== 縦ライン ===== */
.line {
  position: absolute;
  left: 0;
  width: 4px;
  background: #1e2973;
  z-index: 1;
}

.item .line {
  top: 15px;
  height: calc(100% - 13px);
}

.item.first .line {
  top: 11px;
  height: calc(100% - 9px);
}

.item.penultimate .line {
  bottom: 0;
  height: calc(100% - 5px);
}

.item.last .line {
  display: none;
}

.item.same .line {
  height: 100%;
  top: 2px;
}

.item-text {
  color: #52547d;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.item .small {
  font-size: 10px;
}


.item-price {
  margin-left: 0;
  font-weight: 700;
  font-size: 15px;
  color: #1d2087;
  line-height: 1.5;
}

.item-price.line02 {
  margin-top: 16px;
} 

/* スマホ専用の見出し */
.sp-title {
  display: none;
}

@media (max-width: 825px) {
  .menu-btn {
    font-size: 18px;
  }

  .menu-btn strong {
    font-size: 20px;
  }
}



/*=========================
  スマホ用（max-width:768px）
=========================*/
@media (max-width: 768px) {
  .inner_s {
    padding: 0 20px;
  }

  .fee-container {
    display: block;
    margin: 30px auto;
  }

  .fee-menu {
    display: none;
  }

  .sp-title,
  .sptitle.patentititle {
    display: block;
    font-size: 24px;
    color: #1d2087;
    margin: auto;
    text-align: center; /* ← これで中央寄せ確実 */
    padding-bottom: 2px;
    position: relative;
  }
  
  .sp-title::after,
  .sptitle.patentititle::after {
    content: "";
    position: absolute;
    left: 50%;           /* 横中央 */
    top: 100%;           /* タイトルの下から開始 */
    transform: translateX(-50%);
    width: 1px;           /* 線の太さ */
    height: 24px;        /* カードまでの高さに合わせる */
    background-image: repeating-linear-gradient(
      to bottom,
      #1d2087 0,
      #1d2087 2px,
      transparent 2px,
      transparent 4px
    );
    z-index: 1;
  }

  .sp-title.trademark-title {
    margin-top: 40px;  
    margin-bottom: 0;
  }


  /* 上部画像 */
  .fee-top-wrapper {
    margin:-39px auto 0;
    position: relative;
    
  }

  .fee-top-wrapper .fee-img-top {
    height: 40px;
    width: 310px;
    margin: 0 auto 0;
    position: relative;
  }

  .fee-top-wrapper .fee-title {
    position: absolute;
    top: 14px;
    left: 50%; 
    transform: translateX(-50%); 
    margin-left: 0;
    font-size: 16px;
    white-space: nowrap;
  }

  .head-text {
    margin: 30px auto 0;
    font-size: 20px;
  }

  .fee-cards {
    gap:0;
  }

  .fee-card {
    padding: 90px 30px 30px;
    opacity: 0.99;
  }

  .fee-card::after {
      top: 24px;   /* 位置は後で調整 */
      left: 50%; /* 位置は後で調整 */
      border-radius: 50%;
      border: 1px dashed #a8a9be;  /* ← 点線（破線） */
      transform: translateX(-50%);
  }

  .card-item {
    margin-top: 24px;
  }

  /* 各ステップ */
  .item {
    position: relative;
    display: block;
    padding: 20px 0 0 0px;
  }

  .item.first {
    padding-top: 0px;
  }

  .fee-card.trademark .item.first + .item.same {
    padding-top: 0;
    margin-top: -6px;
  }

  .item.last {
    padding-bottom: 8px;
  }

  .fee-card.trademark .item.first  {
    margin-bottom: 4px;
  }

  .item-price {
    display: block;
    padding-top: 0px;
    font-size:15px ;
  }

  .item-price.line02 {
    margin-top: -24px;
  }

  .item-text {
    font-size: 13px;
    line-height: 1.7;
  }

  .item .small {
    font-size: 13px;
  }

  .fee-img-bottom {
    height: 50px;
    overflow-y: visible;
  }


  /* ===== マーカー（丸） ===== */
  .marker {
    display: none;
  }

  /* ===== 縦ライン ===== */
  .line {
    display: none;
  }
}




/*==================================================
# banlance-section
===================================================*/
.balance-section {
  padding: 50px 0;
  text-align: center;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 700;
}

.inner_s.small {
  width: 100%;       /* 画面幅に合わせる */
  max-width: 840px;  /* 最大幅は820px */
  margin: 0 auto;    /* 中央寄せ */
  box-sizing: border-box; /* パディング込みで幅計算 */
}

.balance-section h2 {
  font-size: 32px;
  color: #52547d;
  line-height: 1.47;
}

.balance-section h2 strong {
  font-size: 32px;
  color: #1d2087;
}

.balance-section h2 img {
  padding-right: 2px;
  margin-bottom: 10px;
}

.balance-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横2列 */
  gap: 10px;
  margin-top: 70px;
  align-items: stretch; /* 高さを揃える */
  grid-auto-rows: 1fr;  /* 行の高さを均等に */
}

.balance-card {
  border-radius: 14px;
  border: #1d2087 0.5px solid;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease;
  opacity: 0.3;
  min-height: 320px; /* 最大になる高さに合わせる */
}

.balance-card .card-title {
  margin-bottom: 23px;
  font-size: 20px;
  color: #1d2087;
  line-height: 1.35;
  font-weight: 700;
}

.balance-card.active .card-title {
  color: #fff;
}

.balance-card .bottom-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.balance-card .bottom-wrap p {
  color: #9393a6;
  font-size: 14px;
}

.balance-card .balance-icon {
  width: 38px;
  height: auto;
}

.balance-card p {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.66;
  color: #a8a9be;
}

/* 初期強調カード */
.balance-card.active {
  opacity: 1;
  transform: scale(1.05);
  background-color: #1d2087;
  color: #fff;
  border-color: #1d2087;
  gap: 0;
}

.balance-card.active p {
  color: #a8a9be;
}

.balance-card.active p strong {
  color: #fff;
}

.balance-card.active .card-title {
  color: #fff;
}

.balance-card.active .balance-icon {
  filter: brightness(0) invert(1);
}

/* hover時（active以外のカードだけ） */
.balance-card:not(.active):hover {
  opacity: 1;
  background-color: #1d2087;
  color: #fff;
  border-color: #1d2087;
  gap: 0;
}

.balance-card:not(.active):hover p {
  color: #a8a9be;
}

.balance-card:not(.active):hover p strong {
  color: #fff;
}

.balance-card:not(.active):hover .balance-icon {
  filter: brightness(0) invert(1);
}

/*=========================
  PC用：hover時に拡大
=========================*/
@media (min-width: 769px) {
  .balance-card:not(.active):hover {
    transform: scale(1.05);
  }

  .balance-card.active:hover {
    transform: scale(1.05);
  }
}

/*=========================
  スマホ用（max-width:768px）
=========================*/
@media (max-width: 768px) {
  .balance-section h2 {
    font-size: 26px;
  }

  .balance-section h2 strong {
    font-size: 26px;
  }

  .balance-section h2 .br {
    display: block;
  }

  .balance-section h2 img {
    width: 58px;
    height: auto;
    margin-bottom: 6px;
  }

  .balance-cards {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 35px;
  }

  .balance-card {
    padding: 35px;
    gap: 30px;
    min-height: 250px; /* 最大になる高さに合わせる */
  }

  .balance-card .balance-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  /* モバイルでは拡大しない */
  .balance-card,
  .balance-card.active,
  .balance-card:hover,
  .balance-card:not(.active):hover {
    transform: none !important;
  }

  /* アニメーションによる一瞬のズレ防止 */
  .balance-card {
    transition: none !important;
  }
}



/*==================================================
# cta-section
===================================================*/
.cta-section {
  font-family: "Noto Sans SC", sans-serif;
  padding: 50px 0;
  text-align: center;
}

.cta-box {
  position: relative;
  background-color: #f3f5f7;
  border-radius: 14px;
  padding: 70px 0px;
  box-sizing: border-box;
}

.cta-circle {
  position: absolute;
  top: -40px;  /* 枠の上にはみ出す */
  right: 0px; /* 枠の右にはみ出す */
  width: 135px;
  height: 130px;
  background-color: #1d2087;
  border-radius: 50%;
  z-index: 5;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.33;
  font-weight: 700;

  display: flex;             /* flexbox */
  justify-content: center;   /* 横中央 */
  align-items: center;       /* 縦中央 */
  text-align: center;        /* 複数行の中央揃え */
  flex-direction: column;    /* 複数行の場合縦に並べる */
  padding-bottom: 5px;
}

.cta-circle p {
  font-size: 15px;
  letter-spacing: 0em;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  padding-left: 10px;
}

.cta-circle p::after {
  content: "";
  position: absolute;
  left: 50%;           /* 中央基準 */
  bottom: 0;
  width: 110%;          /* 線の幅 */
  height: 0.5px;       /* 線の太さ */
  background-color: #fff; /* 白色 */
  transform: translateX(-50%); /* 中央揃え */

}

.cta-content {
  position: relative;
  z-index: 2; /* 円より前面に表示 */
  align-items: center;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 14px;
  border: 0.25px solid #1d2087;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  width: 60%;
  height: 100px;
  margin: auto;
  box-sizing: border-box; /* ←追加: ボーダー込みで高さ計算 */
}

.cta-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  color: #1d2087;
  font-size: 20px;
  padding: 0 15px;
}

.cta-btn:hover {
  border-width: 4px;
}

.tel-wrap {
  font-size: 22px;
  color: #1d2087;
  font-weight: 700;
  margin-top: 55px;
}

/* PC用テキスト表示 */
.tel-pc {
  display: inline;
}

/* スマホ用リンク非表示 */
.cta-content .tel-wrap .tel-sp {
  display: none ;
}

.tel {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.payment-wrap {
  display: flex;
  flex-wrap: wrap;       /* 折り返す */
  justify-content: center; /* 横方向中央 */
  gap: 14px;   
  margin: 36px auto 0;          /* 余白 */
}
  
.payment-wrap.line01,
.payment-wrap.line02 {
  display: inline-flex;
}

/* 2つのwrapを横に並べる */
.payment-wrap.line01 + .payment-wrap.line02 {
  margin-left: 12px;
}

.payment {
  height: 30px;   /* ← 高さだけ固定、横幅は自動でアスペクト比維持 */
  width: auto;
  object-fit: contain;
}

/* PC：横並び（自動で6個並ぶ） */
@media screen and (min-width: 769px) {
  .payment-wrap {
    justify-content: center; /* 中央のまま */
  }
}

@media (max-width: 966px) {
  .arw {
    display: none;
  }

  .cta-content .br {
    display: block;
  }
}

/* モバイル対応 */
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0 40px;
  }

  .cta-box {
    padding: 90px 15px 50px;
  }

  .cta-circle {
    position: absolute;
    top: -65px;  /* 枠の上にはみ出す */
    left: 50%; /* 枠の右にはみ出す */
    transform: translateX(-50%); /* 中央揃え */
    width: 130px;
    height: 125px;
    background-color: #f3f5f7;
    line-height: 1.6;
    color: #1d2087;

    /* ★ 内側に4px寄せた青い丸枠 ★ */
    outline: 0.5px solid #1d2087;   /* 枠の色と太さ */
    outline-offset: -5px;   
    font-size: 15px;     
    font-weight: 400;   /* 内側へ4px */
  }

  .cta-circle p {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    line-height: 1.33;
  }

  .cta-circle p::after {
    content: "";
    position: absolute;
    left: 50%;           /* 中央基準 */
    bottom: 0;          /* 線の幅 */
    height: 0.5px;       /* 線の太さ */
    background-color: #1d2087; /* 白色 */
    transform: translateX(-50%); /* 中央揃え */

  }

  .cta-content {
    position: relative;
    z-index: 2; /* 円より前面に表示 */
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    height: 130px;
  }

  .cta-content a {
    font-size: 16px;
    padding: 0 15px;
  }

  .cta-btn p {
    padding-bottom: 4px;
    font-size: 18px;
    letter-spacing: -0.01em;
  }

  .cta-btn:hover {
    border-width: 2px;
  }

  .tel-wrap {
    font-size: 16px;
    margin-top: 35px;
  }

  /* PC用テキスト表示 */
  .tel-pc {
    display: inline;
  }

  /* スマホ用リンク非表示 */
  .cta-content .tel-wrap .tel-sp {
    display: none ;
  }

  .tel {
    margin-bottom: 10px;
    font-size: 14px;
  }

  /* スマホのみ */
  .tel-pc {
    display: none;
  }
  .cta-content .tel-wrap .tel-sp {
    display: inline;
    font-size: 18px;
  }

  .payment-wrap {
    justify-content: center;
    gap: 10px;
    max-width: 300px;
    margin: 0 auto;
  }

  .payment-wrap.line01,
  .payment-wrap.line02 {
    display: flex;      /* ← inline-flex を解除 */
  }

  .payment-wrap.line01 + .payment-wrap.line02 {
    margin: 10px auto 0;     /* ← 横並び用マージン解除 */
  }


  .payment-wrap.line01 {
    margin-top: 20px;
  }

  .payment-wrap.line02 {
    margin-top: 10px;
  }

  .payment {
    height: 20px;
    object-fit: contain;
  }

}




/*==================================================
# noted-section
===================================================*/
.note-section {
  font-family: "Noto Sans SC", sans-serif;
  padding: 10px 0 70px;
} 

.inner_s.note {
  max-width: 640px;
}

.note-wrap {
  width: 100%;
  padding: 18px 0 0;
  border-top: #d2d2e7 0.5px solid;
  border-bottom:  #d2d2e7 0.5px solid;
}

.note-wrap p {
  font-size: 10px;
  color: #9393a6;
  left: 0.05em;
  line-height: 1.6;
  margin-bottom: 18px;
}
.note-wrap span {
  margin-right: 1em; 
}
/* Trademark link — hoverで下線表示（アニメ） */
.trademark-note {
  margin: 30px auto 0;
  text-align: center;
}

/* リンクの基本スタイル */
.trademark-link {
  letter-spacing: 0.05em;
  font-size: 12px; /* 必要に応じて調整 */
  color: #52547d !important;   
  font-weight: 700;            /* 親の色を継承 */
  text-decoration: none;         /* デフォルトの下線を消す */
  position: relative;            /* 擬似要素の基準 */
  display: inline-block;
  outline: none;             /* focus時は下でアクセシブルに扱う */
}

/* 擬似要素で下線（幅80%・中央揃え・0.5px程度） */
.trademark-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;                  /* 文字との間隔（必要に応じ調整） */
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 0.5px;                 /* 細い下線 */
  background-color: #52547d;     /* 下線の色（青） */
  transition: transform 220ms ease;
  pointer-events: none;
}

/* ホバー／フォーカスで線を表示 */
.trademark-link:hover::after,
.trademark-link:focus::after {
  transform: translateX(-50%) scaleX(1);
}

/* キーボードでフォーカスしたときの視認性（任意） */
.trademark-link:focus {
  outline: 3px solid rgba(29,32,135,0.12);
  outline-offset: 4px;
  border-radius: 3px;
}


/*=========================
  スマホ用（max-width:768px）
=========================*/
@media (max-width: 768px) {
  .note-section {
    font-family: "Noto Sans SC", sans-serif;
    padding: 10px 0 0;
  } 

  .inner_s.note {
    width: 100%;
  }

  .note-wrap {
    width: 100%;
  }

  .note-wrap p {
    font-size: 11px;
  }

  /* Trademark link — hoverで下線表示（アニメ） */
  .trademark-note {
    margin: 36px auto 0;
  }

}
