body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-faq {
	margin-top: 3rem;
}

.layout-footer {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.layout-intro {
	margin-top: 3rem;
}

.layout-intro {
	margin-top: 1.25rem;
}

.layout-merit-demerit {
	margin-top: 3rem;
}

.layout-ranking {
	margin-top: 3rem;
}

.layout-rinks {
	margin-top: 3rem;
}

.layout-summary {
	margin-top: 3rem;
}

.layout-toc {
	margin-top: 3rem;
}

/* 全体レイアウト調整 */

.faq {
	color: #5D4A46;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 56.25rem;
}

/* 見出し帯 */

.faq__title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* Q&A 全体ボックス */

.faq__list {
	background: #fff;
	border: 2px solid #e8e8e8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	padding: 40px 16px;
}

/* 各Q&A項目 */

.faq__item {
	margin-bottom: 30px;
}

/* Q（質問） */

.faq__q {
	color: #F0AB4B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 1.5em; /* Q. のスペース */
	position: relative; /* ← Q の表示に必須 */
}

.faq__q::before {
	content: "Q";
	left: 0;
	position: absolute;
	top: 0;
}

/* A（回答） */

.faq__a {
	color: #5D4A46;
	font-size: 16px;
	margin-left: 0;
	padding-left: 2em;
	position: relative;
}

/* A. の装飾（丸アイコンではなくテキストだけ） */

.faq__a::before {
	color: #F04B7A; /* Q と同じオレンジ */
	content: "A.";
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 0;
}

/* 余白調整 */

.faq-inner {
	padding: 20px;
}

.filter-result {
	color: #a33;
	font-size: 14px;
	margin-top: 8px;
	min-height: 1.2em;
}

/* 変化したときにちょっと光るアニメーション */

.filter-result--flash {
	animation: filterFlash 0.4s ease-out;
}

.footer__copy {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.guide-card {
	background: #fffdf9;
	border: 2px solid #f2d8c2;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	padding: 30px 35px;
}

/* 見出し（丸数字） */

.guide-card__title {
	align-items: center;
	color: #E9C558;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.guide-card__number {
	align-items: center;
	background: #E9C558;
	border-radius: 50%;
	color: white;
	display: inline-flex;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	justify-content: center;
	margin-right: 8px;
	width: 28px;
}

/* 本文 */

.guide-card__text {
	color: #5D4A46;
	font-size: 15px;
}

/* ---------------------------------------------
   スマホ対応
--------------------------------------------- */

/* 全体レイアウト調整 */

.guide {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

/* ---------------------------------------------
   ガイドセクション全体
--------------------------------------------- */

.guide {
	color: #5D4A46;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	line-height: 1.9;
}

.guide__inner {
	margin: 0 auto;
	max-width: 900px;
	padding: 20px;
}

/* タイトル帯 */

.guide__header {
	border-radius: 6px;
	text-align: center;
}

.guide__title {
	font-size: 24px;
	font-weight: bold;
}

.guide__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* ============================
   Intro section variables
   ============================ */

.intro {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.intro__title {
	color: #C1982A;
	font-family: "Shippori Mincho", serif;
	font-size: 1.25rem;
	font-style: 400;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.intro__card {
	background: url("../images/common/section-bg-2.webp") center/cover no-repeat;
	margin: 1.625rem auto 0;
	padding: 1.5rem 1.5rem;
	width: 90%;
}

.intro__cord-inner {
	background-color: rgba(255, 255, 255, 0.5450980392);
	padding-bottom: 1rem;
}

.intro__card-title {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	padding: 12px 0;
	padding-top: 1.75rem;
	position: relative;
	text-align: center;
}

.intro__card-title::before,
.intro__card-title::after {
	background: linear-gradient(to right, #b68d48, #f7e7b3 40%, #fff5d6 50%, #f7e7b3 60%, #b68d48);
	content: "";
	height: 2px;
	left: 2rem;
	position: absolute;
	right: 2rem;
}

.intro__card-title::before {
	top: 1rem;
}

.intro__card-title::after {
	bottom: 0;
}

.intro__list {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5rem;
	margin-top: 1.5rem;
	padding-left: 1.5em;
	text-align: left;
}

.intro__list-item {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding-right: 1.5rem;
}

.intro__text {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-top: 2rem;
	padding: 12px 0;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}

.intro__text {
	line-height: 1.8;
	padding: 24px 0;
	position: relative;
}

/* 疑似要素で上下ライン */

.intro__text::before,
.intro__text::after {
	background: linear-gradient(to right, #b68d48, #f7e7b3 40%, #fff5d6 50%, #f7e7b3 60%, #b68d48);
	border-radius: 2px;
	content: "";
	height: 3px;
	left: 2rem;
	position: absolute;
	right: 2rem;
}

.intro__text::before {
	top: 0;
}

.intro__text::after {
	bottom: 0;
}

/* 全体レイアウト調整 */

.merit-demerit {
	color: #5D4A46;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

/* タイトル帯（背景色で再現） */

.merit-demerit__header {
	border-radius: 6px;
	text-align: center;
}

.merit-demerit__title {
	font-size: 24px;
	font-weight: bold;
}

/* メリット・デメリットの2カラム */

.merit-demerit__boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

/* ボックス共通 */

.merit-demerit__box {
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	flex: 1;
	padding: 25px 30px;
}

/* メリットボックス */

.merit-demerit__box--merit {
	background: #e8f7d7; /* 明るい黄緑 */
}

/* デメリットボックス */

.merit-demerit__box--demerit {
	background: #f7e3de; /* 淡いピンク */
}

/* 見出し */

.merit-demerit__subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.merit-demerit__subtitle--merit {
	color: #5D4A46;
}

.merit-demerit__subtitle--demerit {
	color: #5D4A46;
}

/* リスト */

.merit-demerit__list {
	list-style: none;
	padding-left: 0;
}

.merit-demerit__item {
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 1.6em;
	position: relative;
}

/* メリットはチェックアイコン風 */

.merit-demerit__list--merit .merit-demerit__item::before {
	color: #4a7f3a;
	content: "✔";
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 2px;
}

/* デメリットは星アイコン風 */

.merit-demerit__list--demerit .merit-demerit__item::before {
	color: #b65b4c;
	content: "✖";
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 2px;
}

/* スマホ対応 */

.official-btn {
	-webkit-text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding: 10px 16px;
	text-decoration: none;
	transition: 0.2s;
}

.official-btn:hover {
	background-color: #f7f7f7;
}

.official-links {
	display: flex;
	flex-wrap: wrap; /* スマホ時に折り返し可 */
	gap: 12px; /* ボタン間の余白 */
	justify-content: center; /* 中央揃え */
	margin: 24px 0;
}

/* ======================================================
   ランキングカード（共通）
====================================================== */

.ranking-card {
	background: #fff;
	border: 1px solid #e4e4e4;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	margin-top: 3.75rem;
	overflow: hidden;
	padding: 0 0 40px;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.ranking-card.hide {
	opacity: 0;
	transform: scale(0.98);
}

/* ======================================================
   タイトル帯
====================================================== */

.ranking-card__header {
	background: url("../images/common/title-bg.webp") center/cover no-repeat;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.ranking-card__title {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.8px;
}

/* ======================================================
   メインブロック（画像 + おすすめポイント）
====================================================== */

.ranking-card__inner {
	padding: 0 16px;
}

.ranking-card__main {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding: 30px 0 10px;
}

/* --- 画像枠 --- */

.ranking-card__image {
	max-width: 100%;
	width: 100%;
}

.ranking-card__image img {
	border: 1px solid #ddd;
	display: block;
	height: auto;
	width: 100%;
}

.ranking-card__points {
	flex: none;
	max-width: 100%;
	padding-left: 1rem;
	width: 100%;
}

.ranking-card__points-title {
	color: #E36F4F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-style: 400;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding-right: 0.75rem;
}

.ranking-card__points-list {
	margin-top: 0.875rem;
}

.ranking-card__points-item {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	list-style: disc;
	padding-right: 0.75rem;
}

/* ======================================================
   サービス詳細テーブル
====================================================== */

.ranking-card__detail {
	color: #5D4A46;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 1rem;
}

.ranking-card__detail-title {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding-right: 0.75rem;
}

/* テーブル全体 */

.ranking-card__table {
	border: 1px solid #CCC9C9; /* 外枠 */
	border-collapse: collapse;
	font-size: 0.9375rem;
	margin-top: 0.5rem;
	width: 100%;
}

/* 行 */

.ranking-card__table-row {
	border-bottom: 1px solid #CCC9C9;
}

/* 左のラベル帯 */

.ranking-card__table-label {
	background: #f7d7c9; /* 薄いオレンジ帯 */
	border-right: 1px solid #e5dcd5;
	color: #5D4A46; /* ダークブラウン */
	font-weight: normal;
	padding: 12px 14px;
	vertical-align: top;
	width: 28%;
}

/* 右のセル（データ） */

.ranking-card__table-cell {
	background: #fff;
	color: #5a3e36;
	font-weight: normal;
	padding: 12px 16px;
	vertical-align: top;
}

/* ======================================================
   説明文
====================================================== */

.ranking-card__description {
	padding: 0;
}

.ranking-card__text {
	color: #5D4A46;
	font-size: 15px;
	line-height: 1.9;
}

/* ======================================================
   口コミ
====================================================== */

.ranking-card__reviews {
	padding: 20px 0 10px;
}

.ranking-card__reviews-title {
	color: #5D4A46;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 14px;
}

.ranking-card__review-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* 背景柄＋白レイヤー構造 */

.ranking-card__review {
	background: url("../images/common/voice-bg.webp") center/cover no-repeat;
	border: 1px solid #e0d8c5;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

/* 背景柄を40%濃度にする */

.ranking-card__review::before {
	background: rgba(255, 255, 255, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* 白い内側レイヤー */

.ranking-card__review::after {
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	background: rgba(255, 255, 255, 0.6);
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.ranking-card__review-text {
	color: #5D4A46;
	font-size: 15px;
	line-height: 1.85;
	padding: 12px 12px;
	position: relative;
	z-index: 3;
}

/* ======================================================
   ボタン
====================================================== */

.ranking-card__footer {
	margin-top: 30px;
	text-align: center;
}

.ranking-card__button {
	-webkit-text-decoration: none;
	background: linear-gradient(to bottom, #ffe3d1 0%, #ff8a47 100%);
	border: 1px solid #f5b08a;
	border-radius: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s;
	width: calc(100% - 40px);
}

.ranking-card__button:hover {
	opacity: 0.85;
}

.ranking-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

/* 「絞り込み検索：」ラベル */

.ranking-filter__label {
	color: #5D4A46;
	font-size: 14.5px;
	font-weight: 600;
	margin-right: 6px;
}

.ranking-filter__item {
	align-items: center;
	color: #5D4A46;
	display: flex;
	font-size: 14px;
	gap: 6px;
}

/* チェックボックス（デフォルト表示でOK） */

input[type=checkbox].ranking-filter__checkbox {
	-webkit-appearance: checkbox !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
	display: inline-block !important;
}

input[type=checkbox].ranking-filter__checkbox {
	cursor: pointer;
	height: 16px;
	margin-right: 6px;
	width: 16px;
}

.ranking-filter__checkbox:checked {
	background: #ff9090;
	border-color: #ff9090;
}

.ranking-filter__checkbox:checked::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 9px;
	left: 5px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	width: 4px;
}

/* -------------------------------------------------
   レチェック（チェックボックスを正方形の塗りつぶしに）
------------------------------------------------- */

/* チェック時（黒塗り） */

.ranking-filter__checkbox:checked {
	background: #444;
	border-color: #444;
}

/* スマホ対応 */

/* -------------------------------------------------
   ▼ 並べ替えボタン
------------------------------------------------- */

.ranking-sort {
	position: relative;
}

.ranking-sort__button {
	align-items: center;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	color: #5D4A46;
	cursor: pointer;
	display: flex;
	font-size: 14.5px;
	gap: 6px;
	padding: 9px 18px;
	transition: background 0.15s, border 0.15s;
}

.ranking-sort__button:hover {
	background: #fafafa;
	border-color: #c8c8c8;
}

.ranking-sort__icon {
	color: #888;
	font-size: 12px;
}

/* -------------------------------------------------
   ▼ ドロップダウンメニュー
------------------------------------------------- */

.ranking-sort__menu {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	display: none; /* JSで表示切替 */
	left: 0;
	margin-top: 6px;
	padding: 6px 0;
	position: absolute;
	top: 100%;
	width: 170px;
	z-index: 20;
}

.ranking-sort__item {
	color: #5D4A46;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 14px;
	transition: background 0.15s;
}

.ranking-sort__item:hover {
	background: #f8f8f8;
}

/* テーブル基本設定 */

.ranking-table {
	background: #fff;
	border-collapse: collapse;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	min-width: 900px;
	width: 100%;
}

/* 見出し行 */

.ranking-table__heading {
	background: #f9cfc4; /* 薄い和風ピンク */
	border: 1px solid #e5b8aa;
	color: #5D4A46;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 10px;
	text-align: center;
	white-space: nowrap;
}

.ranking-table__heading a {
	-webkit-text-decoration: underline;
	color: #5D4A46; /* Googleブルー系：リンクっぽく見える */
	text-decoration: underline;
}

.ranking-table__heading a:hover {
	opacity: 0.8;
}

/* 左の項目ラベル */

.ranking-table__label {
	border: 1px solid #f0d6cd;
	color: #5D4A46;
	font-weight: bold;
	padding: 12px;
	text-align: left;
	white-space: nowrap;
	width: 150px;
}

/* 通常セル */

.ranking-table__cell {
	border: 1px solid #f0d6cd;
	min-width: 130px;
	padding: 10px 12px;
	text-align: center;
}

/* 行の高さ調整 */

.ranking-table__row {
	height: 48px;
}

/* アイコン基本（中央に配置） */

.ranking-table__cell.icon--circle,
.ranking-table__cell.icon--triangle,
.ranking-table__cell.icon--cross {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 36px; /* 適宜調整 */
}

/* アイコン画像パスを指定 */

.icon--circle {
	background-image: url("../images/common/design3.png");
}

.icon--triangle {
	background-image: url("../images/common/design1.png");
}

.icon--cross {
	background-image: url("../images/common/design2.png");
}

/* 全体レイアウト調整 */

.ranking {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

/* 横スクロールコンテナ */

.ranking__table-wrapper {
	overflow-x: auto;
	padding-bottom: 10px;
}

/* -------------------------------------------------
   並べ替え + フィルター（全体）
------------------------------------------------- */

.ranking__controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	gap: 22px;
	margin: 32px 0 28px;
}

.rinks {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.section-title {
	align-items: center; /* ▼ スマホ（～599px）：上下に背景） */
	background-image: url("../images/common/title-sp-s.png"), url("../images/common/title-sp-e.png");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto;
	color: #5D4A46;
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.2;
	margin-top: 0.5rem;
	padding: 2.5rem 0;
	text-align: center;
	width: 100%; /* ▼ タブレット（600px〜） */ /* ▼ PC（768px〜）：左右に背景） */
}

/* ▼ 375px〜599px（スマホ大・タブレット小）専用 */

.summary {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.summary__card {
	background: url("../images/common/section-bg-2.webp") center/cover no-repeat;
	margin: 0 auto;
	padding: 1.5rem 1.5rem;
}

.summary__cord-inner {
	background-color: rgba(255, 255, 255, 0.5450980392);
	padding: 1rem;
}

.to-top {
	background: linear-gradient(to bottom, #ffe3d1 0%, #ff8a47 100%);
	border: none;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: none; /* 最初は非表示 */
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	position: fixed;
	right: 20px;
	transition: opacity 0.3s ease;
	width: 50px;
	z-index: 999;
}

.to-top.show {
	display: block;
	opacity: 1;
}

.to-top:hover {
	opacity: 0.85;
}

.toc {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.toc__title {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.toc__card {
	border: 0.625rem solid rgba(240, 142, 105, 0.431372549);
	margin: 1.625rem auto 0;
	padding: 2rem 1.5rem;
	width: 100%;
}

.toc__item {
	color: #5D4A46;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: bold;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding-right: 0.75rem;
}

.toc__sublist {
	margin-left: 1.25rem;
	margin-top: 1rem;
}

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media screen and (min-width: 375px) and (max-width: 599px) {

.section-title {
	padding: 60px 0;
}

}

@media screen and (min-width: 600px) {

.ranking-card__button {
	width: 320px;
}

.section-title {
	background-image: url("../images/common/title-tab-s.png"), url("../images/common/title-tab-e.png");
	background-position: top center, bottom center;
	padding: 3.75rem 0;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.layout-faq {
	margin-top: 5rem;
}

.layout-footer {
	margin-bottom: 2.5rem;
	margin-top: 5rem;
}

.layout-intro {
	margin-top: 5rem;
}

.layout-intro {
	margin-top: 5rem;
}

.layout-merit-demerit {
	margin-top: 5rem;
}

.layout-ranking {
	margin-top: 5rem;
}

.layout-rinks {
	margin-top: 5rem;
}

.layout-summary {
	margin-top: 5rem;
}

.layout-toc {
	margin-top: 5rem;
}

.faq__list {
	padding: 40px 50px;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.intro__title {
	font-size: 1.75rem;
}

.intro__card {
	margin-top: 1.5rem;
	max-width: 75rem;
	padding: 1.75rem 1.75rem;
	width: 100%;
}

.intro__card-title {
	font-size: 1.375rem;
	padding-top: 2rem;
}

.intro__card-title::before,
.intro__card-title::after {
	left: 6.25rem;
	right: 6.25rem;
}

.intro__list {
	margin-left: 12.5rem;
}

.intro__list-item {
	font-size: 1.25rem;
}

.intro__text {
	font-size: 1.25rem;
	padding-bottom: 0.75rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.intro__text::before,
.intro__text::after {
	left: 6.25rem;
	right: 6.25rem;
}

.ranking-card {
	margin-bottom: 60px;
}

.ranking-card__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.8px;
}

.ranking-card__inner {
	padding: 0 24px;
}

.ranking-card__main {
	align-items: flex-start; /* ← 縦中央寄せ */
	flex-wrap: nowrap;
	gap: 40px;
}

.ranking-card__points {
	flex: 1;
	max-width: 40%;
}

.ranking-card__points-title {
	font-size: 1.25rem;
	font-style: 700;
	margin-top: 1.5rem;
	padding-right: 1.5rem;
}

.ranking-card__points-item {
	font-size: 1rem;
	font-style: normal;
	padding-right: 1.5rem;
}

.ranking-card__detail-title {
	font-size: 1.25rem;
	margin-top: 1.5rem;
	padding-right: 1.5rem;
}

.ranking-card__description {
	padding: 0 26px;
}

.ranking-card__reviews {
	padding: 20px 26px 10px;
}

.ranking-card__review-text {
	padding: 12px 16px;
}

.section-title {
	background-image: url("../images/common/title-pc-st.png"), url("../images/common/title-pc-end.png");
	background-position: left center, right center;
	background-size: auto 100%, auto 100%;
	font-size: 1.75rem;
	padding: 4.375rem 0;
}

.summary__card {
	padding: 1.75rem 1.75rem;
}

.summary__cord-inner {
	padding: 3.75rem;
}

.toc__title {
	font-size: 1.75rem;
}

.toc__card {
	margin-top: 4.875rem;
	max-width: 56.25rem;
	padding: 2.5rem 9.375rem;
}

.toc__item {
	font-size: 1.25rem;
	font-style: bold;
	margin-top: 1.5rem;
	padding-right: 1.5rem;
}

}

@media (min-width: 768px) {

.ranking-card__image {
	flex: 0 0 60%;
	max-width: 100%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 768px) {

.guide-card {
	padding: 25px 20px;
}

.merit-demerit__boxes {
	flex-direction: column;
}

.ranking-filter {
	gap: 12px;
}

.ranking-filter__label {
	margin-bottom: 4px;
}

.ranking__controls {
	align-items: flex-start;
	flex-direction: column;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes filterFlash {

from {
	background-color: #fff3cd;
}

to {
	background-color: transparent;
}

}


/*# sourceMappingURL=style.css.map */
