/*
  Theme Name: トラストファンディングの無料オンライン見積りページ｜株式会社トラストファンディング
  Theme URI: https://◯◯◯◯/wp-content/themes/t-fun/
  Author:　株式会社トラストファンディングのランディングページ
  Version: 1.0
  Description:株式会社トラストファンディングのデザインテーマです。
  Author URI: https://t-fun.co.jp/
*/

@charset "UTF-8"; 
/* =================================
リセット
================================= */  
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&subset=japanese&font-display+swap"; 
@import"https://use.fontawesome.com/releases/v5.6.1/css/all.css"; 
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p { margin: 0; padding: 0; }
html { -ms-touch-action: manipulation; touch-action: manipulation; }
body { background: #FFF; -webkit-font-kerning: auto; font-kerning: auto; letter-spacing: .04em; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: 'Noto Sans JP', '游ゴシック Medium', 'YuGothic',z 'YuGothicM', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '-apple-system', 'BlinkMacSystemFont', 'Verdana', 'Meiryo', sans-serif;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;  
}
.t-fun_fact_view_sp { display: none; }

/* =================================
無料で資料をもらう #ENTRY
================================= */
.t-fun_fact_form { color: #111827; padding: 14px 10px 34px; scroll-margin-top: 24px; }
.t-fun_fact_form__inner { max-width: 1040px; margin: 0 auto; border: 2px solid #2b7de1; border-radius: 8px; background: rgba(255,255,255,0.92); overflow: hidden; box-shadow: 0 10px 28px rgba(0,59,155,.08); }
.t-fun_fact_form__title { margin: 0; padding: 10px 16px; background: linear-gradient(180deg, #0057bd 0%, #003B9B 100%); color: #ffffff; font-size: clamp(18px, 2.3vw, 28px); font-weight: bold; line-height: 1.35; letter-spacing: .06em; text-align: center; }
.t-fun_fact_grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; row-gap: 18px; padding: 22px 42px 24px; box-sizing: border-box; }
.t-fun_fact_field { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 12px; align-items: start; margin: 0; min-width: 0; }
.t-fun_fact_field--full { grid-column: 1 / -1; }
.t-fun_fact_field--amount { grid-template-columns: 170px minmax(0, 1fr); margin-top: 2px; align-items: center; }
.t-fun_fact_label { display: flex; min-height: 44px; align-items: center; gap: 8px; margin: 0; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.4; white-space: nowrap; }
.t-fun_fact_required { display: inline-flex; min-width: 34px; min-height: 22px; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid #ff2b22; border-radius: 3px; background: #ffffff; color: #ff2b22; font-size: 12px; font-weight: bold; line-height: 1; letter-spacing: .04em; box-sizing: border-box; }
.t-fun_fact_input, .t-fun_fact_select, .t-fun_fact_textarea { width: 100%; height: 44px; box-sizing: border-box; border: 1px solid #d8d8d8; border-radius: 4px; background: #ffffff; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.4; padding: 0 14px; outline: none; box-shadow: inset 0 1px 4px rgba(0,0,0,.06); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.t-fun_fact_input::placeholder, .t-fun_fact_textarea::placeholder { color: #b8b8b8; font-weight: bold; }
.t-fun_fact_input:focus, .t-fun_fact_select:focus, .t-fun_fact_textarea:focus { border-color: #003B9B; box-shadow: 0 0 0 3px rgba(0,59,155,.12), inset 0 1px 4px rgba(0,0,0,.04); }
.t-fun_fact_select { -webkit-appearance: none; appearance: none; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 24 16"><path d="M4 6l8 8 8-8" fill="none" stroke="%23013FA3" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 14px center/18px 12px no-repeat, #ffffff; padding-right: 48px; }
.t-fun_fact_textarea { min-height: 180px; resize: vertical; }
.select_width .t-fun_fact_select { max-width: none; }
.t-fun_fact_input_note { grid-column: 2 / 3; margin: 6px 0 0; color: #333333; font-size: 11px; font-weight: bold; line-height: 1.45; }
.radio_select .wpcf7-form-control { display: flex; min-height: 44px; align-items: center; gap: 28px; flex-wrap: wrap; }
.radio_select .wpcf7-list-item { display: inline-flex; align-items: center; margin: 0 !important; }
.radio_select .wpcf7-list-item label { display: inline-flex; align-items: center; gap: 8px; margin: 0; cursor: pointer; }
.radio_select input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: #003B9B; }
.radio_select .wpcf7-list-item-label { color: #111827; font-size: 16px; font-weight: bold; line-height: 1.4; white-space: nowrap; }
.t-fun_fact_field--amount .radio_select .wpcf7-form-control { justify-content: space-between; gap: 18px; }
.t-fun_fact_submit { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 4px 0 0; text-align: center; }
.t-fun_fact_submit_note { display: inline-block; position: relative; margin: 0 auto 10px; padding: 5px 18px; border: 2px solid #15991f; border-radius: 999px; background: #ffffff; color: #15991f; font-size: 15px; font-weight: bold; line-height: 1.4; letter-spacing: .04em; text-align: center; }
.t-fun_fact_submit_note::before { content: ""; position: absolute; left: 50%; bottom: -7px; width: 10px; height: 10px; border-right: 2px solid #15991f; border-bottom: 2px solid #15991f; background: #ffffff; transform: translateX(-50%) rotate(45deg); }
.t-fun_fact_submit input[type="submit"] { -webkit-appearance: none; appearance: none; display: block; width: min(100%, 510px); min-height: 58px; margin: 0 auto; padding: 0 58px; border: 0; border-radius: 8px; background: linear-gradient(180deg, #20b529 0%, #15991f 100%); color: #ffffff; font-size: 26px; font-weight: bold; line-height: 1.35; letter-spacing: .08em; text-align: center; cursor: pointer; box-shadow: 0 5px 0 #0b7513, 0 10px 18px rgba(21,153,31,.22); transition: transform .08s ease, filter .2s ease, box-shadow .2s ease; }
.t-fun_fact_submit input[type="submit"]:hover { filter: brightness(1.06); box-shadow: 0 6px 0 #0b7513, 0 12px 22px rgba(21,153,31,.28); }
.t-fun_fact_submit input[type="submit"]:active { transform: translateY(2px); box-shadow: 0 3px 0 #0b7513, 0 8px 16px rgba(21,153,31,.22); }
.t-fun_fact_submit input[type="submit"]:disabled { background: #cccccc; box-shadow: none; cursor: not-allowed; }
.t-fun_fact_checkline { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; color: #333333; text-align: center; }
.t-fun_fact_checkline .wpcf7-form-control-wrap { display: inline-flex; align-items: center; }
.t-fun_fact_checkline input[type="checkbox"] { display: inline-block; width: 17px; height: 17px; margin: 0; accent-color: #003B9B; appearance: auto; position: static; opacity: 1; }
.t-fun_fact_checkline label { display: inline; margin: 0; color: #333333; font-size: 13px; font-weight: bold; line-height: 1.7; }
.t-fun_fact_checkline a { color: #003B9B; font-weight: bold; text-decoration: underline; }
.t-fun_fact_note { color: #6b7280; font-size: 13px; margin-top: 6px; }
.t-fun_fact_sr { position: absolute !important; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; }
.t-fun_fact_form .wpcf7-list-item .wpcf7-list-item-label::before, .t-fun_fact_form .wpcf7-list-item .wpcf7-list-item-label::after { content: none !important; }
/* フォームバリデーション */
.wpcf7-form-control.wpcf7-not-valid { border: 2px solid #e53935 !important; background-color: #fff5f5 !important; }
.radio_select .wpcf7-form-control.wpcf7-not-valid { border: none !important; background-color: rgba(255,255,255,0) !important; }
.radio_select .wpcf7-form-control.wpcf7-not-valid input[type="radio"] { position: relative; }
.radio_select .wpcf7-form-control.wpcf7-not-valid input[type="radio"]::after { content: ""; position: absolute; top: 0; left: 0; width: 14px; height: 14px; border: 2px solid #e53935; background-color: #fff5f5; border-radius: 50%; opacity: .9; }
.wpcf7-not-valid-tip { display: block !important; position: static !important; width: 100% !important; max-width: 100% !important; margin: 7px 0 0 !important; padding: 0 !important; color: #e53935 !important; background: transparent !important; font-size: 0 !important; font-weight: bold !important; line-height: 1.55 !important; letter-spacing: 0.02em !important; text-align: left !important; white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important; writing-mode: horizontal-tb !important; }
.wpcf7-not-valid-tip::before { content: none !important; display: none !important; }
.wpcf7-not-valid-tip::after { display: block !important; position: static !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; color: #e53935 !important; background: transparent !important; font-size: 14px !important; font-weight: bold !important; line-height: 1.55 !important; letter-spacing: 0.02em !important; text-align: left !important; white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important; writing-mode: horizontal-tb !important; }
.form-1 .wpcf7-not-valid-tip::after { content: "事業区分を選択してください。" !important; }
.form-2 .wpcf7-not-valid-tip::after { content: "都道府県を選択してください。" !important; }
.form-3 .wpcf7-not-valid-tip::after { content: "会社名または屋号を入力してください。" !important; }
.form-4 .wpcf7-not-valid-tip::after { content: "ご担当者名を入力してください。" !important; }
.form-5 .wpcf7-not-valid-tip::after { content: "電話番号を入力してください。" !important; }
.form-6 .wpcf7-not-valid-tip::after { content: "メールアドレスを入力してください。" !important; }
.form-7 .wpcf7-not-valid-tip::after { content: "売掛金額を選択してください。" !important; }
.t-fun_fact_checkline .wpcf7-not-valid-tip::after { content: "プライバシーポリシーへの同意が必要です。" !important; }
.wpcf7-submit:disabled { background-color: #cccccc !important; border: 1px solid #cccccc !important; box-shadow: none !important; }
.wpcf7-submit:disabled:hover { background-color: #cccccc !important; border: 1px solid #cccccc !important; color: #ffffff !important; }
/* FV */
.trust-fv { position: relative; overflow: hidden; background-color: #f7fbff; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; color: #111827;overflow: hidden;  }
.trust-fv__inner { position: relative; max-width: 1000px; min-height: 470px; margin: 0 auto; padding: 16px 12px 22px; }
.trust-fv__person { position: absolute; right: 0; bottom: 0; z-index: 1; height: 98%; pointer-events: none; }
.trust-fv__person img { display: block; width: auto; height: 100%; max-width: none; object-fit: contain; object-position: right bottom; }
.trust-fv__content { position: relative; z-index: 2; width: 60%; }
.trust-fv__logo { width: 250px; margin: 0 0 10px; line-height: 0; }
.trust-fv__logo img { display: block; width: 100%; height: auto; }
.trust-fv__copy { color: #111827; }
.trust-fv__title { display: block; text-align: center; margin: 0; line-height: 1.2; white-space: nowrap; }
.trust-fv__title span { display: inline-block; font-size: 48px; font-weight: bold; }
.trust-fv__title strong { display: inline-block; color: #0046a8; font-size: 86px; margin: 0 -15px; font-weight: bold; letter-spacing: 0.02em; text-shadow: 0 3px 0 rgba(0, 56, 130, 0.08); }
.trust-fv__subtitle { margin: 0 0 18px; color: #111827; font-size: 30px; text-align: center; font-weight: bold; line-height: 1.2; letter-spacing: 0.04em; }
.trust-fv__badge { display: flex; width: min(100%, 650px); min-height: 42px; align-items: center; justify-content: center; margin: 0 0 12px; padding: 6px 20px; border-radius: 999px; background: linear-gradient(90deg, #0055bc 0%, #003b96 100%); color: #ffffff; font-size: 20px; font-weight: bold; line-height: 1.2; box-shadow: 0 6px 14px rgba(0, 67, 160, 0.18); text-align: center; }
.trust-fv__lead { margin: 0 0 24px; color: #0046a8; font-size: 21px; font-weight: bold; line-height: 1.4; text-align: center; }
.trust-fv__merit-list { display: grid; max-width: 670px; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.trust-fv__merit-list li { display: flex; aspect-ratio: 1 / 1; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 3px solid #c8defa; border-radius: 50%; background: rgba(255,255,255,0.92); color: #0046a8; text-align: center; box-shadow: 0 10px 26px rgba(0, 72, 168, 0.08); }
.trust-fv__merit-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; line-height: 0; }
.trust-fv__merit-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.trust-fv__merit-list strong { display: block; color: #0046a8; font-weight: bold; line-height: 1.35; }
.trust-fv__cta-wrap { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; padding: 0 40px 40px; }
.trust-fv__cta { position: relative; display: flex; min-height: 110px; align-items: center; justify-content: center; gap: 22px; overflow: hidden; border-radius: 12px; background: linear-gradient(180deg, #ff8a00 0%, #ff5a00 48%, #ff3000 100%); color: #ffffff; text-decoration: none; box-shadow: 0 10px 0 #d83a00, 0 18px 28px rgba(255, 86, 0, 0.24); animation: trust-fv-cta-bounce 2.4s ease-in-out infinite; }
.trust-fv__cta::after { content: ""; position: absolute; top: -80%; left: -30%; width: 80px; height: 240%; transform: rotate(25deg); background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.48), rgba(255,255,255,0)); animation: trust-fv-cta-shine 3s ease-in-out infinite; }
.trust-fv__cta-icon { position: relative; z-index: 2; display: flex; width: 56px; height: 56px; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-fv__cta-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.trust-fv__cta-text { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; line-height: 1.25; }
.trust-fv__cta-text strong { display: block; color: #ffffff; font-size: 30px; font-weight: bold; letter-spacing: 0.03em; }
.trust-fv__cta-text em { display: block; color: #ffffff; font-size: 22px; font-style: normal; font-weight: bold; letter-spacing: 0.03em; }
.trust-fv__cta-arrow { position: relative; z-index: 2; display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: #ffffff; font-size: 70px; line-height: 1; flex-shrink: 0; }
@keyframes trust-fv-cta-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes trust-fv-cta-shine { 0% { left: -30%; opacity: 0; } 20% { opacity: 1; } 48% { left: 120%; opacity: 0; } 100% { left: 120%; opacity: 0; } }

/* 口コミ */
.trust-review { position: relative; color: #111827; }
.trust-review__link { display: block; color: inherit; text-decoration: none; }
.trust-review__link:hover { color: inherit; text-decoration: none; }
.trust-review__inner { position: relative; display: grid; grid-template-columns: 210px 1fr; gap: 18px; align-items: center; max-width: 1000px; margin: 0 auto; padding: 22px 24px; border: 1px solid #f4e5d2; border-radius: 10px; background: linear-gradient(90deg, #fffaf3 0%, #ffffff 42%, #fffaf3 100%); box-shadow: 0 8px 24px rgba(0, 70, 168, 0.06); }
.trust-review__summary { text-align: center; }
.trust-review__label { margin: 0 0 10px; color: #111827; font-size: 18px; font-weight: bold; line-height: 1.3; }
.trust-review__score { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 8px; }
.trust-review__stars { display: inline-block; color: #ffb400; font-size: 26px; font-weight: bold; letter-spacing: 0.04em; line-height: 1; white-space: nowrap; }
.trust-review__score strong { display: inline-block; color: #111827; font-size: 42px; font-weight: bold; line-height: 1; }
.trust-review__count { margin: 0; color: #111827; font-size: 16px; font-weight: bold; line-height: 1.4; }
.trust-review__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust-review__card { display: flex; flex-direction: column; min-height: 150px; padding: 16px 16px 14px; border: 1px solid #e7edf6; border-radius: 8px; background: #ffffff; box-shadow: 0 8px 18px rgba(0, 70, 168, 0.06); }
.trust-review__card-stars { margin: 0 0 10px; color: #ffb400; font-size: 18px; font-weight: bold; letter-spacing: 0.04em; line-height: 1; }
.trust-review__text { margin: 0 0 14px; color: #111827; font-size: 13px; font-weight: bold; line-height: 1.75; }
.trust-review__name { margin: auto 0 0; color: #6b7280; font-size: 12px; font-weight: bold; line-height: 1.4; text-align: right; }
.trust-review__more { display: inline-flex; grid-column: 2 / 3; justify-self: flex-end; align-items: center; justify-content: center; min-height: 34px; margin: -4px 0 0; padding: 0 18px; border-radius: 999px; background: #003B9B; color: #ffffff; font-size: 13px; font-weight: bold; line-height: 1.4; letter-spacing: 0.04em; box-shadow: 0 5px 12px rgba(0,59,155,0.16); }

/* 共通タイトル */
.trust-section-headline { position: relative; left: 50%; width: 100vw; margin: 0 0 30px; padding: 20px 16px; transform: translateX(-50%); background: #DBE9F7; box-sizing: border-box; text-align: center; }
.trust-section-title { margin: 0; color: #003B9B; font-weight: bold; line-height: 1.35; letter-spacing: 0.04em; text-align: center; }

/* お悩み */
.trust-worries { position: relative; padding: 42px 16px 36px; background: #ffffff; color: #111827; overflow: hidden; }
.trust-worries__inner { position: relative; max-width: 1000px; margin: 0 auto; text-align: center; }
.trust-worries__title { font-size: 34px; }
.trust-worries__check-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin: 0 0 38px; padding: 0; list-style: none; }
.trust-worries__check-list li { display: flex; grid-column: span 2; min-height: 86px; align-items: center; justify-content: center; gap: 12px; padding: 14px 16px; border: 1px solid #e5edf8; border-radius: 10px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); box-shadow: 0 8px 18px rgba(0, 70, 168, 0.06); }
.trust-worries__check-list li:nth-child(4) { grid-column: 2 / span 2; }
.trust-worries__check-list li:nth-child(5) { grid-column: 4 / span 2; }
.trust-worries__check-icon { position: relative; display: block; width: 30px; height: 30px; flex-shrink: 0; border: 3px solid #111827; background: #ffffff; box-sizing: border-box; }
.trust-worries__check-icon::after { content: ""; position: absolute; left: 13px; top: 4px; width: 30px; height: 16px; border-left: 8px solid #d82929; border-bottom: 8px solid #d82929; transform: rotate(-45deg); transform-origin: left bottom; }
.trust-worries__check-list strong { display: block; color: #003B9B; font-size: 19px; font-weight: bold; line-height: 1.35; text-align: left; white-space: nowrap; }
.trust-worries__message { position: relative; display: inline-block; padding: 0 92px; }
.trust-worries__message::before { content: ""; position: absolute; left: 0; bottom: 0; width: 6px; height: 64px; background: #d5d5d5; transform: rotate(-28deg); border-radius: 999px; }
.trust-worries__message::after { content: ""; position: absolute; right: 0; bottom: 0; width: 6px; height: 64px; background: #d5d5d5; transform: rotate(28deg); border-radius: 999px; }
.trust-worries__message p { margin: 0; color: #111827; font-size: 32px; font-weight: bold; line-height: 1.55; letter-spacing: 0.04em; }
.trust-worries__message span { display: inline; background: linear-gradient(transparent 58%, #fff045 58%); font-weight: bold; }
.trust-worries .pc { display: block; }

/* 選ばれる理由 */
.trust-reason { position: relative; padding: 36px 16px 42px; background: #ffffff; color: #111827; overflow: hidden; }
.trust-reason__inner { position: relative; max-width: 1000px; margin: 0 auto; }
.trust-reason__title { font-size: 34px; }
.trust-reason__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 28px; margin: 0; padding: 0; list-style: none; }
.trust-reason__list li { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 16px; align-items: center; min-height: 128px; padding: 24px 18px 20px 24px; border: 1px solid #dce9fb; border-radius: 12px; background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); box-shadow: 0 10px 24px rgba(0, 70, 168, 0.07); overflow: hidden; }
.trust-reason__num { position: absolute; top: 0; left: 0; z-index: 3; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-right: 2px solid #003B9B; border-bottom: 2px solid #003B9B; border-radius: 0 0 10px 0; background: #ffffff; color: #003B9B; font-size: 22px; font-weight: bold; line-height: 1; box-sizing: border-box; }
.trust-reason__icon { position: relative; z-index: 2; display: flex; width: 68px; height: 68px; align-items: center; justify-content: center; border: 2px solid #c8defa; border-radius: 50%; background: #ffffff; box-shadow: 0 8px 18px rgba(0, 70, 168, 0.08); }
.trust-reason__icon img { display: block; width: 38px; height: 38px; object-fit: contain; }
.trust-reason__body { position: relative; z-index: 2; text-align: left; }
.trust-reason__body h3 { margin: 0 0 8px; color: #003B9B; font-size: 22px; font-weight: bold; line-height: 1.35; }
.trust-reason__body p { margin: 0; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.65; }

/* ご利用の流れ */
.trust-flow { position: relative; padding: 34px 16px 42px; background: #ffffff; color: #111827; overflow: hidden; }
.trust-flow__inner { position: relative; max-width: 1000px; margin: 0 auto; }
.trust-flow__title { font-size: 28px; }
.trust-flow__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 86px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.trust-flow__list li { position: relative; display: flex; min-height: 178px; flex-direction: column; align-items: center; justify-content: flex-start; padding: 28px 18px 20px; border: 1px solid #dce9fb; border-radius: 10px; background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,251,255,0.96) 100%); box-shadow: 0 8px 20px rgba(0, 70, 168, 0.06); text-align: center; }
.trust-flow__list li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -54px; width: 20px; height: 20px; border-top: 8px solid #003B9B; border-right: 8px solid #003B9B; transform: translateY(-50%) rotate(45deg); z-index: 2; }
.trust-flow__num { position: absolute; top: 18px; left: 22px; z-index: 3; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: #003B9B; color: #ffffff; font-size: 22px; font-weight: bold; line-height: 1; box-shadow: 0 4px 10px rgba(0,59,155,0.22); }
.trust-flow__list h3 { min-height: 38px; margin: 0 0 12px; padding-left: 42px; color: #003B9B; font-size: 24px; font-weight: bold; line-height: 1.35; text-align: left; }
.trust-flow__icon { display: flex; width: 74px; height: 74px; align-items: center; justify-content: center; margin: 0 0 14px; color: #003B9B; }
.trust-flow__icon img { display: block; width: 66px; height: 66px; object-fit: contain; }
.trust-flow__list p { margin: 0; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.65; }

/* 他社との違い */
.trust-section-title { margin: 0; color: #003B9B; font-weight: bold; line-height: 1.35; letter-spacing: 0.04em; text-align: center; }
.trust-compare { position: relative; padding: 34px 16px 42px; background: #ffffff; color: #111827; overflow: hidden; }
.trust-compare__inner { position: relative; max-width: 1000px; margin: 0 auto; }
.trust-compare__title { font-size: 34px; }
.trust-compare__table-wrap { overflow: hidden; border: 1px solid #dce9fb; border-radius: 12px; background: #ffffff; box-shadow: 0 10px 24px rgba(0, 70, 168, 0.07); }
.trust-compare__table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.trust-compare__table th, .trust-compare__table td { padding: 18px 16px; border-right: 1px solid #dce9fb; border-bottom: 1px solid #dce9fb; color: #111827; font-size: 16px; font-weight: bold; line-height: 1.55; text-align: center; vertical-align: middle; word-break: break-word; }
.trust-compare__table thead th { background: #eef6ff; color: #003B9B; font-size: 17px; }
.trust-compare__table thead th:first-child { width: 22%; background: #f7fbff; }
.trust-compare__table thead th:nth-child(2) { width: 39%; }
.trust-compare__table thead th:nth-child(3) { width: 39%; background: #f2f4f7; color: #4b5563; }
.trust-compare__table tbody th { background: #f7fbff; color: #003B9B; font-size: 16px; text-align: center; }
.trust-compare__table tbody td:nth-child(2) { background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%); color: #003B9B; }
.trust-compare__table tbody td:nth-child(3) { background: #ffffff; color: #4b5563; }
.trust-compare__table tr:last-child th, .trust-compare__table tr:last-child td { border-bottom: none; }
.trust-compare__table th:last-child, .trust-compare__table td:last-child { border-right: none; }
.trust-compare__main-head { position: relative; background: linear-gradient(180deg, #0055bc 0%, #003B9B 100%) !important; color: #ffffff !important; }
.trust-compare__head-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin: 0 8px 0 0; vertical-align: middle; border-radius: 50%; background: #ffffff; }
.trust-compare__head-icon img { display: block; width: 26px; height: 26px; object-fit: contain; }
.trust-compare__strong { color: #003B9B; font-size: 20px !important; }
.trust-compare__mark { display: inline-flex; align-items: center; justify-content: center; margin: 0 6px 0 0; border-radius: 50%; font-size: 25px; font-weight: bold; line-height: 1; vertical-align: middle; }
.trust-compare__mark--good { color: #D80003; }
.trust-compare__mark--normal { color: #0043FF; }
.trust-compare__mark--bad { color: #CCC; }
.trust-compare .sp { display: none; }
.trust-section-title { margin: 0; color: #003B9B; font-weight: bold; line-height: 1.35; letter-spacing: 0.04em; text-align: center; }
.trust-faq { position: relative; padding: 34px 16px 42px; background: #ffffff; color: #111827; overflow: hidden; }
.trust-faq__inner { position: relative; max-width: 1000px; margin: 0 auto; }
.trust-faq__title { font-size: 34px; }
.trust-faq__list { display: grid; gap: 10px; margin: 0; }
.trust-faq__item { border: 1px solid #dce9fb; border-radius: 8px; background: #ffffff; box-shadow: 0 6px 16px rgba(0, 70, 168, 0.05); overflow: hidden; }
.trust-faq__item summary { position: relative; display: grid; grid-template-columns: 34px 1fr 24px; gap: 10px; align-items: center; min-height: 52px; padding: 10px 16px; cursor: pointer; list-style: none; }
.trust-faq__item summary::-webkit-details-marker { display: none; }
.trust-faq__q { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 4px; background: #003B9B; color: #ffffff; font-size: 16px; font-weight: bold; line-height: 1; }
.trust-faq__question { color: #111827; font-size: 16px; font-weight: bold; line-height: 1.5; }
.trust-faq__arrow { position: relative; display: block; width: 18px; height: 18px; }
.trust-faq__arrow::before { content: ""; position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; border-right: 3px solid #003B9B; border-bottom: 3px solid #003B9B; transform: rotate(45deg); transition: transform 0.2s ease, top 0.2s ease; }
.trust-faq__item[open] .trust-faq__arrow::before { top: 7px; transform: rotate(225deg); }
.trust-faq__answer { padding: 0 16px 16px 60px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }
.trust-faq__answer p { margin: 0; color: #111827; font-size: 14px; font-weight: bold; line-height: 1.8; }
.trust-footer { position: relative; background: linear-gradient(90deg, #eef7ff 0%, #f8fcff 50%, #eef7ff 100%); color: #111827; overflow: hidden; }
.trust-footer__inner { display: grid; grid-template-columns: 300px 1fr 360px; gap: 34px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 34px 16px 28px; box-sizing: border-box; }
.trust-footer__logo-area { min-width: 0; }
.trust-footer__logo { width: 260px; max-width: 100%; line-height: 0; }
.trust-footer__logo img { display: block; width: 100%; height: auto; }
.trust-footer__company p { margin: 0 0 8px; color: #111827; font-size: 14px; font-weight: bold; line-height: 1.55; }
.trust-footer__company p:last-child { margin-bottom: 0; }
.trust-footer__right { min-width: 0; }
.trust-footer__nav { display: flex; justify-content: flex-end; gap: 12px; margin: 0 0 14px; flex-wrap: wrap; }
.trust-footer__nav a { color: #003B9B; font-size: 13px; font-weight: bold; line-height: 1.4; text-decoration: none; }
.trust-footer__nav a:not(:last-child)::after { content: "|"; display: inline-block; margin-left: 12px; color: #003B9B; }
.trust-footer__security { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid #dce9fb; border-radius: 10px; background: #ffffff; box-shadow: 0 8px 20px rgba(0, 70, 168, 0.06); }
.trust-footer__security-icon { display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 8px; background: none; line-height: 0; overflow: hidden; }
.trust-footer__security-icon img { display: block; width: 54px; height: 54px; object-fit: contain; }

.trust-footer__security-title { margin: 0 0 4px !important; color: #003B9B !important; font-size: 15px !important; }
.trust-footer__security-text p { margin: 0; color: #111827; font-size: 13px; font-weight: bold; line-height: 1.55; }
.trust-footer__copyright { padding: 12px 16px; border-top: 1px solid rgba(0,59,155,0.12); background: rgba(255,255,255,0.5); text-align: center; }
.trust-footer__copyright p { margin: 0; color: #4b5563; font-size: 12px; font-weight: bold; line-height: 1.5; }

/* CTAページ内リンク位置調整 */
#ENTRY { scroll-margin-top: 20px; }

/* header */
.trust-header { position: relative; z-index: 20; width: 100%; background: #ffffff; border-bottom: 1px solid #e5eef8; box-shadow: 0 4px 14px rgba(0, 59, 155, 0.06); }
.trust-header__inner { display: flex; max-width: 1100px; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; padding: 10px 16px; box-sizing: border-box; }
.trust-header__logo { width: 260px; max-width: 60%; line-height: 0; }
.trust-header__logo-link { display: block; line-height: 0; text-decoration: none; }
.trust-header__logo img { display: block; width: 100%; height: auto; }
.trust-header__cta { flex-shrink: 0; }
.trust-header__cta-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; background: #003B9B; color: #ffffff; font-size: 15px; font-weight: bold; line-height: 1.4; letter-spacing: 0.04em; text-decoration: none; box-shadow: 0 6px 14px rgba(0, 59, 155, 0.18); transition: filter 0.2s ease, transform 0.08s ease, box-shadow 0.2s ease; }
.trust-header__cta-link:hover { filter: brightness(1.06); box-shadow: 0 8px 18px rgba(0, 59, 155, 0.24); }
.trust-header__cta-link:active { transform: translateY(1px); }

/*page.php */
.trust-page { color: #111827; background: #ffffff; }
.trust-page__head { width: 100%; margin: 0; padding: 22px 16px; background: linear-gradient(90deg, #eef6ff 0%, #f7fbff 50%, #eef6ff 100%); box-sizing: border-box; text-align: center; }
.trust-page__head-inner { max-width: 1000px; margin: 0 auto; }
.trust-page__title { margin: 0; color: #003B9B; font-size: 34px; font-weight: bold; line-height: 1.4; letter-spacing: 0.04em; text-align: center; }
.trust-page__body { padding: 42px 16px 64px; background: #ffffff; }
.trust-page__inner { max-width: 1000px; margin: 0 auto; }
.trust-page__thumbnail { margin: 0 0 32px; line-height: 0; }
.trust-page__thumbnail img { display: block; width: 100%; height: auto; }
.trust-page__content { color: #111827; font-size: 16px; line-height: 1.9; }
.trust-page__content p { margin: 0 0 18px; }
.trust-page__content a { color: #003B9B; text-decoration: underline; }

/*サンクスページ*/
.trust-thanks { padding: 8px 0 10px; color: #111827; background: #ffffff; }
.trust-thanks__card { max-width: 760px; margin: 0 auto; padding: 44px 48px 48px; border: 1px solid #dce9fb; border-radius: 14px; background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); box-shadow: 0 12px 28px rgba(0, 70, 168, 0.08); text-align: center; box-sizing: border-box; }
.trust-thanks__icon { display: flex; width: 74px; height: 74px; align-items: center; justify-content: center; margin: 0 auto 18px; border-radius: 50%; background: #003B9B; box-shadow: 0 8px 18px rgba(0, 59, 155, 0.18); }
.trust-thanks__icon span { display: block; color: #ffffff; font-size: 42px; font-weight: bold; line-height: 1; }
.trust-thanks__title { margin: 0 0 14px; color: #003B9B; font-size: 32px; font-weight: bold; line-height: 1.4; letter-spacing: 0.05em; }
.trust-thanks__lead { margin: 0 0 22px; color: #111827; font-size: 20px; font-weight: bold; line-height: 1.6; }
.trust-thanks__message { margin: 0 0 26px; }
.trust-thanks__message p { margin: 0 0 18px; color: #111827; font-size: 16px; font-weight: bold; line-height: 1.9; }
.trust-thanks__message p:last-child { margin-bottom: 0; }
.trust-thanks__info { max-width: 520px; margin: 0 auto 30px; border: 1px solid #dce9fb; border-radius: 10px; background: #ffffff; overflow: hidden; }
.trust-thanks__info div { display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid #dce9fb; }
.trust-thanks__info div:last-child { border-bottom: none; }
.trust-thanks__info dt { display: flex; align-items: center; justify-content: center; margin: 0; padding: 13px 14px; background: #eef6ff; color: #003B9B; font-size: 14px; font-weight: bold; line-height: 1.5; }
.trust-thanks__info dd { display: flex; align-items: center; margin: 0; padding: 13px 16px; color: #111827; font-size: 14px; font-weight: bold; line-height: 1.5; text-align: left; }
.trust-thanks__btn-wrap { text-align: center; }
.trust-thanks__btn { display: inline-flex; min-width: 240px; min-height: 54px; align-items: center; justify-content: center; padding: 0 28px; border-radius: 5px; background: linear-gradient(180deg, #0057bd 0%, #003B9B 100%); color: #ffffff !important; font-size: 17px; font-weight: bold; line-height: 1.4; letter-spacing: 0.06em; text-align: center; text-decoration: none !important; box-shadow: 0 7px 0 #002c73, 0 12px 22px rgba(0, 59, 155, 0.22); transition: transform 0.08s ease, filter 0.2s ease, box-shadow 0.2s ease; }
.trust-thanks__btn:hover { filter: brightness(1.06); box-shadow: 0 8px 0 #002c73, 0 14px 26px rgba(0, 59, 155, 0.28); }
.trust-thanks__btn:active { transform: translateY(2px); box-shadow: 0 4px 0 #002c73, 0 8px 18px rgba(0, 59, 155, 0.22); }
.trust-thanks__pc { display: block; }

/*会社概要*/
.trust-company { color: #111827; }
.trust-company__inner { max-width: 960px; margin: 0 auto; }
.trust-company__table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.trust-company__table th, .trust-company__table td { padding: 18px 22px; border-bottom: 1px solid #c9c59a; color: #111827; font-size: 16px; font-weight: bold; line-height: 1.9; vertical-align: top; }
.trust-company__table th { width: 180px; text-align: center; white-space: nowrap; }
.trust-company__table td { text-align: left; }
.trust-company__official { margin: 36px 0 0; text-align: center; }
.trust-company__official-link { display: inline-flex; min-width: 280px; min-height: 52px; align-items: center; justify-content: center; padding: 0 28px; border-radius: 5px; background: #003B9B; color: #ffffff !important; font-size: 16px; font-weight: bold; line-height: 1.4; letter-spacing: 0.04em; text-decoration: none !important; box-sizing: border-box; }
.trust-company__official-link:hover { filter: brightness(1.06); }

/* プライバシーポリシー */
.trust-policy { color: #111827; }
.trust-policy__inner { max-width: 900px; margin: 0 auto; }
.trust-policy__lead { margin: 0 0 34px; padding: 24px 28px; border: 1px solid #dce9fb; border-radius: 10px; background: #f7fbff; box-sizing: border-box; }
.trust-policy__lead p { margin: 0; font-size: 16px; font-weight: bold; line-height: 1.9; }
.trust-policy__section { margin: 0 0 34px; }
.trust-policy__section:last-child { margin-bottom: 0; }
.trust-policy__section h2 { margin: 0 0 14px; padding: 0 0 10px; border-bottom: 2px solid #dce9fb; color: #003B9B; font-size: 22px; font-weight: bold; line-height: 1.45; letter-spacing: 0.04em; }
.trust-policy__section p { margin: 0 0 14px; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.9; }
.trust-policy__section ul { margin: 16px 0 0; padding: 0; list-style: none; }
.trust-policy__section li { position: relative; margin: 0 0 10px; padding: 0 0 0 24px; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.8; }
.trust-policy__section li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 10px; height: 10px; border-radius: 50%; background: #003B9B; }
.trust-policy__contact { margin: 18px 0 0; padding: 22px 24px; border: 1px solid #dce9fb; border-radius: 10px; background: #ffffff; box-sizing: border-box; }
.trust-policy__contact p { margin: 0 0 10px; }
.trust-policy__contact p:last-child { margin-bottom: 0; }
.trust-policy__contact a { color: #003B9B; font-weight: bold; text-decoration: underline; }

/*form確認画面*/
.t-fun_fact_confNoJS { color: #111827; background: #ffffff; }
.t-fun_fact_confNoJS .wrap { max-width: 900px; margin: 0 auto; padding: 10px 0 0; box-sizing: border-box; }
.t-fun_fact_confNoJS h2 { margin: 0 0 10px; color: #003B9B; font-size: 30px; font-weight: bold; line-height: 1.45; letter-spacing: 0.04em; text-align: center; }
.t-fun_fact_confNoJS .lead { margin: 0 0 28px; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.8; text-align: center; }

.t-fun_fact_confirmNoJS { display: grid; gap: 12px; margin: 0; }
.t-fun_fact_confirmNoJS .row { display: grid; grid-template-columns: 230px 1fr; margin: 0; border: 1px solid #dce9fb; border-radius: 8px; background: #ffffff; box-shadow: 0 6px 16px rgba(0, 70, 168, 0.05); overflow: hidden; }
.t-fun_fact_confirmNoJS dt { display: flex; align-items: center; margin: 0; padding: 15px 18px; background: #eef6ff; color: #003B9B; font-size: 15px; font-weight: bold; line-height: 1.6; letter-spacing: 0.03em; box-sizing: border-box; }
.t-fun_fact_confirmNoJS dd { display: flex; align-items: center; min-height: 54px; margin: 0; padding: 15px 20px; background: #ffffff; color: #111827; font-size: 15px; font-weight: bold; line-height: 1.7; word-break: break-word; box-sizing: border-box; }
.t-fun_fact_confirmNoJS dd:empty::before { content: "—"; color: #9ca3af; }

.t-fun_fact_actionsNoJS { max-width: 500px; margin: 30px auto 0;}
.t-fun_fact_btnNoJS { -webkit-appearance: none; appearance: none; display: inline-flex; min-width: 230px; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border-radius: 5px; border: 0; font-size: 16px; font-weight: bold; line-height: 1.4; letter-spacing: 0.04em; text-align: center; text-decoration: none; cursor: pointer; box-sizing: border-box; transition: transform 0.08s ease, filter 0.2s ease, box-shadow 0.2s ease; }
.t-fun_fact_btnNoJS--ghost { border: 2px solid #003B9B; background: #ffffff; color: #003B9B; box-shadow: none; }
.t-fun_fact_btnNoJS--primary { background: linear-gradient(180deg, #0057bd 0%, #003B9B 100%); color: #ffffff;}
.t-fun_fact_btnNoJS:hover { filter: brightness(1.06); }
.t-fun_fact_btnNoJS:active { transform: translateY(2px); }
.t-fun_fact_btnNoJS--primary:active { box-shadow: 0 4px 0 #002c73, 0 8px 18px rgba(0, 59, 155, 0.22); }

.t-fun_fact_confNoJS .wpcf7-spinner { display: block; margin: 16px auto 0; }
.t-fun_fact_confNoJS .wpcf7-response-output { margin: 24px 0 0 !important; padding: 14px 16px !important; border-radius: 8px; font-size: 14px; font-weight: bold; line-height: 1.7; text-align: center; }


/*メディアクエリ*/
@media screen and (max-width: 999px) {
  .t-fun_fact_view_pc { display: none; }
  .t-fun_fact_view_sp { display: block; }
  .t-fun_fact_form { padding: 12px 10px 30px; }
  .t-fun_fact_form__inner { max-width: 100%; border-radius: 7px; }
  .t-fun_fact_form__title { padding: 9px 10px; font-size: 20px; line-height: 1.4; }
  .t-fun_fact_grid { display: block; padding: 18px 12px 20px; }
  .t-fun_fact_field { display: block; margin: 0 0 16px; }
  .t-fun_fact_field--amount { margin-top: 0; }
  .t-fun_fact_label { min-height: 0; margin: 0 0 8px; font-size: 15px; white-space: normal; line-height: 1.45; }
  .t-fun_fact_required { min-width: 34px; min-height: 21px; font-size: 12px; }
  .t-fun_fact_input, .t-fun_fact_select, .t-fun_fact_textarea { height: 44px; padding: 0 12px; font-size: 16px; }
  .t-fun_fact_input_note { margin: 6px 0 0; font-size: 12px; line-height: 1.55; }
  .radio_select .wpcf7-form-control { min-height: 0; gap: 12px 18px; }
  .radio_select .wpcf7-list-item-label { font-size: 15px; line-height: 1.45; }
  .t-fun_fact_field--amount .radio_select .wpcf7-form-control { justify-content: flex-start; gap: 12px 16px; }
  .t-fun_fact_submit { margin: 20px 0 16px; }
  .t-fun_fact_submit_note { margin-bottom: 10px; padding: 5px 14px; font-size: 15px; letter-spacing: .02em; line-height: 1.45; }
  .t-fun_fact_submit_note::before { bottom: -7px; width: 10px; height: 10px; }
  .t-fun_fact_submit input[type="submit"] { width: 100%; min-height: 54px; padding: 0 14px; font-size: 21px; letter-spacing: .04em; border-radius: 7px; line-height: 1.35; }
  .t-fun_fact_checkline { display: block; margin-bottom: 0; }
  .t-fun_fact_checkline label { display: inline; font-size: 12px; line-height: 1.75; }
  .t-fun_fact_checkline .wpcf7-form-control-wrap { margin: 0 4px 0 0; vertical-align: middle; }
  .wpcf7-not-valid-tip::after { font-size: 14px !important; line-height: 1.55 !important; }
  .form-1,.form-2,.form-3,.form-4,.form-5,.form-6,.form-7 { padding: 15px 0; }
  .trust-fv { background-position: center top; background-size: 210% auto; background-attachment: fixed; }
  .trust-fv__inner { max-width: 400px; min-height: 405px; padding: 18px 12px 0; }
  .trust-fv__person { top: 188px; right: -6px; bottom: auto; height: 248px; z-index: 1; transform: none; }
  .trust-fv__person img { width: auto; height: 100%; max-width: none; object-position: right bottom; }
  .trust-fv__content { position: static; z-index: 2; width: 100%; max-width: none; }
  .trust-fv__logo { position: relative; z-index: 3; width: 205px; max-width: 70%; margin: 0 0 15px; }
  .trust-fv__copy { position: relative; z-index: 3; }
  .trust-fv__title { display: block; margin: 0 0 6px; line-height: 1.12; text-align: center; white-space: nowrap; }
  .trust-fv__title span { font-size: 30px; }
  .trust-fv__title strong { margin: 0 -6px; font-size: 52px; letter-spacing: 0; }
  .trust-fv__subtitle { margin: 0 0 12px; font-size: 20px; line-height: 1.25; letter-spacing: 0.01em; text-align: center; }
  .trust-fv__badge { width: 100%; min-height: 43px; margin: 0 0 8px; padding: 0; font-size: 14px; line-height: 1.25; border-radius: 999px; }
  .trust-fv__lead { margin: 0; font-size: 16px; line-height: 1.45; text-align: center; }
  .trust-fv__merit-list { position: absolute; left: 10px; top: 202px; z-index: 4; width: 176px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; max-width: none; margin: 0; padding: 0; }
  .trust-fv__merit-list li { width: 100px; height: 100px; aspect-ratio: auto; gap: 3px; border-width: 2px; background: rgba(255,255,255,0.94); box-shadow: 0 7px 18px rgba(0, 72, 168, 0.1); }
  .trust-fv__merit-icon { width: 30px; height: 30px; }
  .trust-fv__merit-list strong { font-size: 13px; line-height: 1.28; }
  .trust-fv__cta-wrap { max-width: none; margin: 0 auto; padding: 5px; }
  .trust-fv__cta { max-width: 400px; margin: auto; min-height: 68px; gap: 9px; border-radius: 9px; box-shadow: 0 6px 0 #d83a00, 0 12px 20px rgba(255, 86, 0, 0.22); }
  .trust-fv__cta-icon { width: 35px; height: 35px; }
  .trust-fv__cta-text strong { font-size: 16px; line-height: 1.3; letter-spacing: 0; }
  .trust-fv__cta-text em { font-size: 13px; line-height: 1.3; letter-spacing: 0; }
  .trust-fv__cta-text { line-height: 1.5; }
  .trust-fv__cta-arrow { width: 24px; height: 28px; font-size: 42px; }
  .trust-review { padding: 10px 5px 18px; }
  .trust-review a { text-decoration: none; }
  .trust-review__inner { display: block; padding: 16px 12px 14px; border-radius: 8px; }
  .trust-review__summary { margin: 0 0 14px; }
  .trust-review__label { margin-bottom: 6px; font-size: 15px; }
  .trust-review__score { gap: 8px; margin-bottom: 6px; }
  .trust-review__stars { font-size: 20px; }
  .trust-review__score strong { font-size: 34px; }
  .trust-review__count { font-size: 14px; }
  .trust-review__cards { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .trust-review__card { min-height: 132px; padding: 12px 12px 10px; border-radius: 7px; }
  .trust-review__card-stars { margin-bottom: 8px; font-size: 15px; }
  .trust-review__text { margin-bottom: 10px; font-size: 14px; line-height: 1.75; }
  .trust-review__name { font-size: 12px; }
  .trust-review__more { display: flex; width: fit-content; min-height: 34px; margin: 12px auto 0; padding: 0 18px; font-size: 13px; }
  .trust-section-headline { left: auto; width: auto; margin: 0 -12px 20px; padding: 20px 0; transform: none; }
  .trust-section-title { letter-spacing: 0.02em; }
  .trust-worries { padding: 30px 12px 28px; }
  .trust-worries__title { font-size: 22px; }
  .trust-worries__check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0 0 26px; }
  .trust-worries__check-list li { grid-column: auto; min-height: 74px; justify-content: flex-start; gap: 8px; padding: 10px 5px; border-radius: 8px; }
  .trust-worries__check-list li:nth-child(4) { grid-column: auto; }
  .trust-worries__check-list li:nth-child(5) { grid-column: 1 / 3; justify-content: center; }
  .trust-worries__check-icon { width: 24px; height: 24px; border-width: 3px; }
  .trust-worries__check-icon::after { left: 8px; top: 2px; width: 22px; height: 12px; border-left-width: 6px; border-bottom-width: 6px; }
  .trust-worries__check-list strong { font-size: 16px; line-height: 1.45; white-space: normal; }
  .trust-worries__message { display: block; padding: 0 24px; }
  .trust-worries__message::before { left: 4px; bottom: 4px; width: 4px; height: 50px; }
  .trust-worries__message::after { right: 4px; bottom: 4px; width: 4px; height: 50px; }
  .trust-worries__message p { font-size: 21px; line-height: 1.6; letter-spacing: 0.02em; }
  .trust-reason { padding: 28px 12px 34px; }
  .trust-reason__title { font-size: 22px; }
  .trust-reason__list { grid-template-columns: 1fr; gap: 12px; }
  .trust-reason__list li { grid-template-columns: 54px 1fr; gap: 12px; min-height: 106px; padding: 18px 12px 16px 16px; border-radius: 10px; }
  .trust-reason__num { width: 34px; height: 34px; border-right-width: 2px; border-bottom-width: 2px; border-radius: 0 0 8px 0; font-size: 18px; }
  .trust-reason__icon { width: 52px; height: 52px; }
  .trust-reason__icon img { width: 30px; height: 30px; }
  .trust-reason__body h3 { margin: 0 0 5px; font-size: 20px; line-height: 1.45; }
  .trust-reason__body p { font-size: 16px; line-height: 1.7; }
  .trust-flow { padding: 28px 12px 34px; }
  .trust-flow__title { font-size: 22px; }
  .trust-flow__list { grid-template-columns: 1fr; gap: 32px; }
  .trust-flow__list li { min-height: 148px; padding: 22px 14px 18px; border-radius: 10px; }
  .trust-flow__list li:not(:last-child)::after { top: auto; right: auto; left: 50%; bottom: -24px; width: 16px; height: 16px; border-top: 6px solid #003B9B; border-right: 6px solid #003B9B; transform: translateX(-50%) rotate(135deg); }
  .trust-flow__num { top: 16px; left: 18px; width: 32px; height: 32px; font-size: 18px; }
  .trust-flow__list h3 { min-height: auto; margin: 0 0 10px; padding-left: 0px; font-size: 23px; text-align: left; line-height: 1.35; }
  .trust-flow__icon { width: 58px; height: 58px; margin: 0 0 10px; }
  .trust-flow__icon img { width: 52px; height: 52px; }
  .trust-flow__list p { font-size: 16px; line-height: 1.7; }
  .trust-compare { padding: 28px 12px 34px; }
  .trust-compare__title { font-size: 22px; }
  .trust-compare__table-wrap { overflow: hidden; border-radius: 10px; }
  .trust-compare__table { width: 100%; min-width: 0; table-layout: fixed; }
  .trust-compare__table th, .trust-compare__table td { padding: 10px 0; font-size: 12px; line-height: 1.5; letter-spacing: 0; word-break: normal; overflow-wrap: anywhere; }
  .trust-compare__table thead th { font-size: 12px; line-height: 1.4; }
  .trust-compare__table thead th:first-child { width: 24%; }
  .trust-compare__table thead th:nth-child(2) { width: 38%; }
  .trust-compare__table thead th:nth-child(3) { width: 38%; }
  .trust-compare__table tbody th { font-size: 12px; line-height: 1.4; }
  .trust-compare__strong { font-size: 14px !important; }
  .trust-compare__head-icon { display: flex; width: 24px; height: 24px; margin: 0 auto 4px; }
  .trust-compare__head-icon img { width: 19px; height: 19px; }
  .trust-compare__mark { margin: 0 3px 0 0; font-size: 16px; }
  .trust-compare .sp { display: block; }
  .trust-footer__security-icon { width: 42px; height: 42px; font-size: 26px; }
  .trust-footer__security-icon img { width: 42px; height: 42px; }
  .trust-section-headline  h2 { font-size: 25px; }
  .trust-faq { padding: 28px 12px 34px; }
  .trust-faq__title { font-size: 22px; }
  .trust-faq__list { gap: 8px; }
  .trust-faq__item { border-radius: 7px; }
  .trust-faq__item summary { grid-template-columns: 28px 1fr 18px; gap: 8px; min-height: 48px; padding: 9px 10px; }
  .trust-faq__q { width: 24px; height: 24px; font-size: 14px; }
  .trust-faq__question { font-size: 14px; line-height: 1.55; }
  .trust-faq__arrow { width: 16px; height: 16px; }
  .trust-faq__arrow::before { top: 4px; left: 4px; width: 7px; height: 7px; border-right-width: 2px; border-bottom-width: 2px; }
  .trust-faq__answer { padding: 0 10px 13px 46px; }
  .trust-faq__answer p { font-size: 14px; line-height: 1.75; }
  .trust-footer__inner { display: block; padding: 28px 16px 24px; text-align: center; }
  .trust-footer__logo { width: 230px; margin: 0 auto; }
  .trust-footer__company { margin: 20px 0; }
  .trust-footer__company p { margin-bottom: 6px; font-size: 13px; line-height: 1.65; }
  .trust-footer__nav { justify-content: center; gap: 8px; margin-bottom: 14px; }
  .trust-footer__nav a { font-size: 13px; }
  .trust-footer__nav a:not(:last-child)::after { margin-left: 8px; }
  .trust-footer__security { grid-template-columns: 44px 1fr; gap: 10px; max-width: 330px; margin: 0 auto; padding: 12px; text-align: left; }
  .trust-footer__security-title { font-size: 14px !important; }
  .trust-footer__security-text p { font-size: 13px; line-height: 1.6; }
  .trust-footer__copyright { padding: 10px 12px; }
  .trust-footer__copyright p { font-size: 11px; line-height: 1.5; }
  #ENTRY { scroll-margin-top: 12px; }
  .trust-header__inner { min-height: 58px; gap: 10px; padding: 8px 12px; }
  .trust-header__logo { width: 190px; max-width: 58%; }
  .trust-header__cta-link { min-height: 34px; padding: 0 12px; font-size: 11px; letter-spacing: 0.02em; }
  .trust-page__head { padding: 16px 12px; }
  .trust-page__title { font-size: 24px; line-height: 1.45; letter-spacing: 0.02em; }
  .trust-page__body { padding: 30px 12px 46px; }
  .trust-page__content { font-size: 14px; line-height: 1.85; }
  .trust-page__thumbnail { margin-bottom: 24px; }
  .trust-thanks { padding: 0; }
  .trust-thanks__card { padding: 32px 18px 36px; border-radius: 10px; }
  .trust-thanks__icon { width: 60px; height: 60px; margin-bottom: 16px; }
  .trust-thanks__icon span { font-size: 34px; }
  .trust-thanks__title { margin-bottom: 10px; font-size: 24px; letter-spacing: 0.03em; }
  .trust-thanks__lead { margin-bottom: 18px; font-size: 17px; }
  .trust-thanks__message { margin-bottom: 22px; }
  .trust-thanks__message p { margin-bottom: 15px; font-size: 13px; line-height: 1.8; }
  .trust-thanks__info { margin-bottom: 26px; border-radius: 8px; }
  .trust-thanks__info div { grid-template-columns: 1fr; }
  .trust-thanks__info dt { padding: 9px 10px; font-size: 13px; }
  .trust-thanks__info dd { justify-content: center; padding: 11px 10px; font-size: 13px; text-align: center; }
  .trust-thanks__btn { width: 100%; min-width: 0; min-height: 50px; padding: 0 18px; font-size: 15px; box-sizing: border-box; }
  .trust-thanks__pc { display: none; }
  .trust-company__table { table-layout: auto; }
  .trust-company__table th, .trust-company__table td { display: block; width: 100%; padding: 12px 14px; font-size: 13px; line-height: 1.75; box-sizing: border-box; }
  .trust-company__table th { border-bottom: none; background: #eef6ff; color: #003B9B; text-align: left; }
  .trust-company__table td { border-bottom: 1px solid #c9c59a; }
  .trust-company__official { margin-top: 28px; }
  .trust-company__official-link { width: 100%; min-width: 0; min-height: 48px; padding: 0 18px; font-size: 14px; }
  .trust-policy__lead { margin-bottom: 26px; padding: 18px 16px; border-radius: 8px; }
  .trust-policy__lead p { font-size: 13px; line-height: 1.85; }
  .trust-policy__section { margin-bottom: 28px; }
  .trust-policy__section h2 { margin-bottom: 12px; padding-bottom: 8px; font-size: 18px; letter-spacing: 0.02em; }
  .trust-policy__section p { font-size: 13px; line-height: 1.85; }
  .trust-policy__section li { margin-bottom: 8px; padding-left: 20px; font-size: 13px; line-height: 1.75; }
  .trust-policy__section li::before { width: 8px; height: 8px; }
  .trust-policy__contact { padding: 16px 14px; border-radius: 8px; }
  .t-fun_fact_confNoJS .wrap { padding: 0; }
  .t-fun_fact_confNoJS h2 { margin-bottom: 8px; font-size: 24px; letter-spacing: 0.02em; }
  .t-fun_fact_confNoJS .lead { margin-bottom: 22px; font-size: 13px; line-height: 1.75; text-align: left; }
  .t-fun_fact_confirmNoJS { gap: 10px; }
  .t-fun_fact_confirmNoJS .row { display: block; border-radius: 8px; }
  .t-fun_fact_confirmNoJS dt { padding: 10px 13px; font-size: 13px; line-height: 1.5; }
  .t-fun_fact_confirmNoJS dd { min-height: 46px; padding: 12px 13px; font-size: 13px; line-height: 1.65; }
  .t-fun_fact_actionsNoJS { display: flex; flex-direction: column-reverse; gap: 12px; margin-top: 28px; }
  .t-fun_fact_btnNoJS { width: 100%; min-width: 0; min-height: 50px; padding: 0 16px; font-size: 14px; }
  body { font-size: 16px; }
  .trust-section-headline h2, .trust-section-title { font-size: 26px !important; line-height: 1.45; }
}