@charset "utf-8";
/* ================================================================
   よくある質問 ヘルプページ専用
   （/faq/ 一覧・/faq/category/〜 カテゴリー・/faq/〜 各項目）
   header.php で victory_is_faq_page() のときのみ読み込み
   質問アコーディオン自体の見た目は common.css の #result_faq 〜 を共用
   ================================================================ */

/* ---------- 2カラム（左：カテゴリーナビ／右：本文） ---------- */
.faqhelp { display: flex; justify-content: space-between; align-items: flex-start; padding: 0 4% 6em; }
.faqhelp_nav { width: 300px; flex: none; position: sticky; top: 110px; }
.faqhelp_main { width: calc(100% - 350px); min-width: 0; }

/* ---------- 左ナビ ---------- */
.faqhelp_navtoggle { display: none; }
.faqhelp_navtitle { margin: 0 0 .8em; font-weight: 900; font-size: 110%; }
.faqhelp_navtitle a { display: block; padding: .8em 1em; background: #001b3c; color: #fff; text-decoration: none; transition: .2s; }
.faqhelp_navtitle a:hover { opacity: .8; }
.faqhelp_tree > ul > li { border: 1px solid #dfe7ee; background: #fff; }
.faqhelp_tree > ul > li + li { margin-top: .8em; }
.faqhelp_tree .catlink { display: block; padding: .8em 1em; font-weight: 900; color: #002c7b; background: #ecf3f9; border-left: 6px solid #002c7b; text-decoration: none; line-height: 1.4; transition: .2s; }
.faqhelp_tree a.catlink:hover { background: #dfe9f5; }
.faqhelp_tree li.cat.current > .catlink { background: #002c7b; color: #fff; }
.faqhelp_tree ul ul { padding: .4em 0; }
.faqhelp_tree ul ul li a { display: block; position: relative; padding: .55em 1em .55em 2.2em; font-size: 92%; line-height: 1.5; text-decoration: none; color: #001b3c; transition: .2s; }
.faqhelp_tree ul ul li a:before { content: ""; position: absolute; left: 1.1em; top: 1.15em; width: .45em; height: .45em; border-top: 2px solid #002c7b; border-right: 2px solid #002c7b; transform: rotate(45deg); }
.faqhelp_tree ul ul li a:hover { background: #f4f7fb; }
.faqhelp_tree ul ul li.current > a { background: #f4f7fb; font-weight: 700; color: #002c7b; }

/* ---------- 本文 共通 ---------- */
.faqhelp_bread { font-size: 85%; margin-bottom: 1em; color: #90a1b5; line-height: 1.6; }
.faqhelp_bread a { color: #90a1b5; }
.faqhelp_bread > * + *:before { content: "›"; margin: 0 .6em; color: #90a1b5; }
.faqhelp_title { font-size: 220%; font-weight: 900; line-height: 1.3; color: #001b3c; margin-bottom: .6em; padding-bottom: .4em; border-bottom: 4px solid #001b3c; word-break: auto-phrase; }
.faqhelp_lead { margin-bottom: 2em; line-height: 2; }

/* ---------- 一覧ページ：カテゴリーごとの項目カード ---------- */
.faqhelp_section + .faqhelp_section { margin-top: 3.5em; }
.faqhelp_section .midashi_line2 { color: #002c7b; }
.faqhelp_section {margin-top:3em;}
.faqhelp_cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faqhelp_cards li a { display: flex; align-items: center; justify-content: space-between; gap: 1em; height: 100%; padding: 1.1em 3em 1.1em 1.4em; background: #fff; border: 1px solid #dfe7ee; border-radius: .4em; position: relative; text-decoration: none; color: #001b3c; font-weight: 700; line-height: 1.5; transition: .2s; }
.faqhelp_cards li a:after {content: "";position: absolute;right: 1.2em;top: 50%;width: .4em;height: .4em;margin-top: -.3em;border-top: 2px solid #0a2e76;border-right: 2px solid #0a2e76;transform: rotate(45deg);}
.faqhelp_cards li a:hover { border-color: #002c7b;}
.faqhelp_cards .count { flex: none; font-size: 80%; font-weight: 400; color: #002c7b; background: #ecf3f9; padding: .2em .8em; border-radius: 999px; white-space: nowrap; }
.faqhelp_more { margin-top: 1em; text-align: right; font-size: 90%; }
.faqhelp_more a { color: #002c7b; text-decoration: underline; }
.faqhelp_more a:hover { text-decoration: none; }

/* ---------- 質問一覧（カテゴリーページ／各項目ページ） ---------- */
.faqhelp_anchor { display: flex; flex-wrap: wrap; gap: .6em; margin: 0 0 2em; }
.faqhelp_anchor li a { display: inline-block; padding: .4em 1em .4em 1.8em; position: relative; border: 1px solid #002c7b; border-radius: 999px; color: #002c7b; font-size: 88%; line-height: 1.5; text-decoration: none; transition: .2s; }
.faqhelp_anchor li a:before { content: ""; position: absolute; left: .8em; top: 45%; width: .4em; height: .4em; border-right: 2px solid #002c7b; border-bottom: 2px solid #002c7b; transform: translateY(-50%) rotate(45deg); }
.faqhelp_anchor li a:hover { background: #002c7b; color: #fff; }
.faqhelp_anchor li a:hover:before { border-color: #fff; }
.faqhelp_qbox { margin: 0 0 1.5em; padding: 1.2em 1.5em; background: #fff; border: 1px solid #dfe7ee; }
.faqhelp_qbox_title { font-weight: 900; color: #002c7b; margin-bottom: .5em; }
.faqhelp_qlist li { position: relative; padding: .35em 0 .35em 2.2em; font-size: 92%; line-height: 1.6; }
.faqhelp_qlist li:before { content: "Q."; position: absolute; left: 0; top: .3em; font-family: 'Oswald', sans-serif; font-weight: 700; color: #002c7b; font-size: 110%; }
.faqhelp_qlist li + li { border-top: 1px dashed #dfe7ee; }
.faqhelp_qlist li a { color: #001b3c; text-decoration: none; }
.faqhelp_qlist li a:hover { color: #002c7b; text-decoration: underline; }
.faqhelp_tools { display: flex; justify-content: flex-end; margin-bottom: .8em; }
.faqhelp_openall { appearance: none; -webkit-appearance: none; border: 1px solid #001b3c; background: #fff; color: #001b3c; font-size: 85%; padding: .4em 1.2em; border-radius: 999px; cursor: pointer; transition: .2s; }
.faqhelp_openall:hover { background: #001b3c; color: #fff; }
.faqhelp #result_faq { background: #edf3f8; padding: 30px; }
.faqhelp #result_faq .midashi2 { font-size: 160%; }
.faqhelp #result_faq .midashi2 a { color: inherit; text-decoration: none; }
.faqhelp #result_faq .midashi2 a:hover { color: #002c7b; }

/* ---------- 解決しない場合のお問い合わせ ---------- */
.faqhelp_cta { margin-top: 4em; padding: 2.5em 4%; background: #fff; border: 3px solid #ecf3f9; text-align: center; }
.faqhelp_cta_title { font-size: 130%; font-weight: 900; color: #001b3c; margin-bottom: .6em; line-height: 1.5; }
.faqhelp_cta_txt { margin-bottom: 1em; }
.faqhelp_cta_list { display: flex; justify-content: center; align-items: stretch; gap: 30px; margin-top: 1.5em; }
.faqhelp_cta_list > li { width: calc(50% - 15px); padding: 1.5em 1em; background: #ecf3f9; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.faqhelp_cta_label { font-weight: 700; margin-bottom: .5em; }
.faqhelp_cta .teltxt { font-size: 200%; font-weight: 700; line-height: 1.2; }
.faqhelp_cta .teltxt a { color: #001b3c; text-decoration: none; display: inline-flex; align-items: center; gap: .2em; }
.faqhelp_cta .teltxt img { height: .8em; width: auto; }
.faqhelp_cta_time { font-size: 90%; margin-top: .4em; }
.faqhelp_cta .btm { margin: 0; }
.faqhelp_cta .btm.one { margin: 1em auto 0; }
.faqhelp_cta .btm.one a { min-width: 0; }

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 1080px) {
.faqhelp { display: block; }
.faqhelp_nav { width: 100%; position: static; margin-bottom: 2.5em; }
.faqhelp_main { width: 100%; }
.faqhelp_tree > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8em; align-items: start; }
.faqhelp_tree > ul > li + li { margin-top: 0; }
}
@media only screen and (max-width: 850px) {
.faqhelp { padding: 0 6% 4em; }
.faqhelp_navtoggle { display: flex; align-items: center; justify-content: space-between; width: 100%; appearance: none; -webkit-appearance: none; border: 0; background: #001b3c; color: #fff; font-weight: 700; font-size: 100%; padding: .9em 1.2em; cursor: pointer; text-align: left; }
.faqhelp_navtoggle:after { content: ""; width: .6em; height: .6em; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); transition: .2s; margin-top: -.3em; }
.faqhelp_nav.open .faqhelp_navtoggle:after { transform: rotate(-135deg); margin-top: .3em; }
.faqhelp_nav .faqhelp_tree { display: none; padding-top: .8em; }
.faqhelp_nav.open .faqhelp_tree { display: block; }
.faqhelp_tree > ul { display: block; }
.faqhelp_tree > ul > li + li { margin-top: .8em; }
.faqhelp_title { font-size: 170%; }
.faqhelp_cards { grid-template-columns: 1fr; }
.faqhelp #result_faq { padding: 4%; }
.faqhelp #result_faq .midashi2 { font-size: 130%; }
.faqhelp_cta { padding: 2em 4%; }
.faqhelp_cta_list { display: block; }
.faqhelp_cta_list > li { width: 100%; }
.faqhelp_cta_list > li + li { margin-top: 1em; }
.faqhelp_cta .teltxt { font-size: 160%; }
}
