@charset "UTF-8";
/**
 * shinbun20 メイン SCSS エントリポイント
 *
 * 出力先: assets/css/main.css（npm run build / npm run watch）
 * テーマヘッダーはここに含めない（style.css が担当）
 */
/**
 * デザイントークン エイリアス
 *
 * 色は theme.json の var(--wp--preset--color--*) を参照。
 * カラーコードのハードコード禁止。
 */
:root {
	--color-red: var(--wp--preset--color--red);
	--color-gold: var(--wp--preset--color--gold);
	--color-red-on: var(--wp--preset--color--red-on);
	--color-red-alert: var(--wp--preset--color--red-alert);
	--color-text-base: var(--wp--preset--color--text-base);
	--color-text-dark: var(--wp--preset--color--text-dark);
	--color-text-gray: var(--wp--preset--color--text-gray);
	--color-bg-gray: var(--wp--preset--color--bg-gray);
	--color-bg-orange: var(--wp--preset--color--bg-orange);
	--color-bg-neutral: var(--wp--preset--color--bg-neutral);
	--color-white: var(--wp--preset--color--white);
	--color-black: var(--wp--preset--color--black);
	--color-gold-dark: var(--wp--preset--color--gold-dark);
	--color-tag-red: var(--wp--preset--color--tag-red);
	--color-tag-new: var(--wp--preset--color--tag-new);
	--color-tag-recommended: var(--wp--preset--color--tag-recommended);
	--color-tag-hurry: var(--wp--preset--color--tag-hurry);
	--color-tag-free: var(--wp--preset--color--tag-free);
	--color-tag-free-case: var(--wp--preset--color--tag-free-case);
	--color-search-ttl: var(--wp--preset--color--search-ttl);
	--color-toc-border: var(--wp--preset--color--toc-border);
	--color-text-sub: var(--wp--preset--color--text-sub);
	--color-link: var(--wp--preset--color--link-blue);
	--font-serif: "Noto Serif JP", serif;
	--font-sans: "Noto Sans JP", sans-serif;
	--font-system: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
	--content-width: 680px;
	--wide-width: 1100px;
	--container-max: 1440px;
	--container-px: 20px;
	--border-color-gray: var(--wp--preset--color--text-gray);
	--border-color-dark: var(--wp--preset--color--text-base);
	--border-color-red: var(--wp--preset--color--red);
}

/**
 * ベーススタイル
 *
 * body ルートパディング / p / リンク / 外部CSS上書き
 */
body {
	--wp--style--root--padding-right: 10px;
	--wp--style--root--padding-left: 10px;
}

p {
	margin: 1rem 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	font-weight: 700;
}
main a {
	color: var(--color-link);
	text-decoration: underline;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.1em;
}
main a:hover {
	text-decoration: none;
}
main img.aligncenter {
	margin-inline: auto;
}

.has-text-align-center {
	text-align: center !important;
}

.wp-block-post.type-column a::before {
	content: "";
	position: absolute;
	inset: 0;
}

.fs-clientInfo:not(.is-ready) {
	display: block !important;
}

.header .mypage {
	display: none !important;
}

/**
 * 見出しスタイル
 *
 * h2/h3 デフォルト + is-style-simple + is-style-bottom-border
 * ゴールドは var(--color-gold) = var(--wp--preset--color--gold) を参照
 */
.wp-singular h1.wp-block-post-title,
.wp-block-heading.is-h1,
h1.wp-block-heading {
	font-size: 2.5rem;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.wp-singular h1.wp-block-post-title::after,
.wp-block-heading.is-h1::after,
h1.wp-block-heading::after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, var(--color-red) 80px, var(--color-gold) 80px);
}

.wp-singular main h2,
.wp-singular h2.wp-block-heading {
	font-size: 1.75rem;
	margin-top: 3.5em;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.wp-singular main h2::after,
.wp-singular h2.wp-block-heading::after {
	content: "";
	display: block;
	margin: 12px auto 0;
	width: 60%;
	height: 2px;
	background: linear-gradient(to right, var(--color-red) 35%, var(--color-gold) 35%);
}
.wp-singular main h3,
.wp-singular h3.wp-block-heading,
.wp-singular h3.lower_ttl02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	gap: 24px;
	margin-bottom: 1rem;
	margin-top: 2em;
	text-align: center;
}
.wp-singular main h3::before, .wp-singular main h3::after,
.wp-singular h3.wp-block-heading::before,
.wp-singular h3.wp-block-heading::after,
.wp-singular h3.lower_ttl02::before,
.wp-singular h3.lower_ttl02::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: var(--color-text-gray);
}
.wp-singular h3.wp-block-heading.is-style-bottom-border {
	display: block;
}
.wp-singular h3.wp-block-heading.is-style-bottom-border::before {
	content: none;
}
.wp-singular h3.wp-block-heading.is-style-bottom-border::after {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	height: 3px;
	background: linear-gradient(to right, var(--color-red) 35%, var(--color-gold) 35%);
}
.wp-singular main h4,
.wp-singular h4.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
	color: var(--color-text-dark);
}
.wp-singular main .wp-block-heading.is-style-simple {
	border: none;
	color: var(--color-text-dark);
	display: block;
	padding-left: 0;
	position: relative;
}
.wp-singular main .wp-block-heading.is-style-simple::before, .wp-singular main .wp-block-heading.is-style-simple::after {
	content: none;
}
.wp-singular main .wp-block-heading.is-style-simple em,
.wp-singular main .wp-block-heading.is-style-simple .kodawari_title_number {
	color: #908e87;
	text-align: center;
	font-family: "Petit Formal Script", cursive;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-right: 1rem;
	position: relative;
}
.wp-singular main .wp-block-heading.is-style-simple em::after,
.wp-singular main .wp-block-heading.is-style-simple .kodawari_title_number::after {
	content: "";
	height: 1px;
	width: 52px;
	background: #b2b2b2;
	display: block;
	-webkit-transform: rotate(116.19deg);
	transform: rotate(116.19deg);
	position: absolute;
	right: -32px;
	bottom: 16px;
}
.wp-singular main h2.wp-block-heading.is-style-simple,
.wp-singular main h3.wp-block-heading.is-style-simple {
	text-align: left;
}

.is-root-container h1,
.is-root-container h2,
.is-root-container h3,
.is-root-container h4,
.is-root-container h5,
.is-root-container h6 {
	font-weight: 700;
}
.is-root-container h2.wp-block-heading {
	font-size: 1.75rem;
	margin-top: 3.5em;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.is-root-container h2.wp-block-heading::after {
	content: "";
	display: block;
	margin: 12px auto 0;
	width: 60%;
	height: 2px;
	background: linear-gradient(to right, var(--color-red) 35%, var(--color-gold) 35%);
}
.is-root-container h3.wp-block-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	gap: 24px;
	margin-bottom: 1rem;
	margin-top: 2em;
	text-align: center;
}
.is-root-container h3.wp-block-heading::before, .is-root-container h3.wp-block-heading::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: var(--color-text-gray);
}
.is-root-container h3.wp-block-heading.is-style-bottom-border {
	display: block;
}
.is-root-container h3.wp-block-heading.is-style-bottom-border::before {
	content: none;
}
.is-root-container h3.wp-block-heading.is-style-bottom-border::after {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	height: 3px;
	background: linear-gradient(to right, var(--color-red) 35%, var(--color-gold) 35%);
}
.is-root-container h4.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
	color: var(--color-text-dark);
}
.is-root-container .wp-block-heading.is-style-simple {
	border: none;
	color: var(--color-text-dark);
	display: block;
	padding-left: 0;
	text-align: left;
	position: relative;
}
.is-root-container .wp-block-heading.is-style-simple::before, .is-root-container .wp-block-heading.is-style-simple::after {
	content: none;
}
.is-root-container .wp-block-heading.is-style-simple em,
.is-root-container .wp-block-heading.is-style-simple .kodawari_title_number {
	color: #908e87;
	text-align: center;
	font-family: "Petit Formal Script", cursive;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-right: 1rem;
	position: relative;
}
.is-root-container .wp-block-heading.is-style-simple em::after,
.is-root-container .wp-block-heading.is-style-simple .kodawari_title_number::after {
	content: "";
	height: 1px;
	width: 52px;
	background: #b2b2b2;
	display: block;
	-webkit-transform: rotate(116.19deg);
	transform: rotate(116.19deg);
	position: absolute;
	right: -32px;
	bottom: 16px;
}

.wp-block-heading.is-style-bottom-border {
	border: none;
	display: block;
	padding-left: 0;
	text-align: center;
	padding-bottom: 16px;
	position: relative;
}
.wp-block-heading.is-style-bottom-border::after {
	content: "";
	display: block;
	margin: 12px auto 0;
	width: 60%;
	height: 3px;
	background: linear-gradient(to right, var(--color-red) 35%, var(--color-gold) 35%);
}
.wp-block-heading.is-style-bottom-border::before {
	content: none;
}

/*===== こだわり =====*/
.kodawari_title_number {
	color: var(--color-red);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 80% */
}

.kodawari_title_sub {
	font-size: 1em;
	margin: 1em 0 0.5em;
}

.kodawari_title {
	font-size: 2em;
}

.kodawari_title_big {
	font-size: 2.5em;
}

/**
 * テーブルスタイル
 *
 * is-style-regular  : ボーダー型
 * is-style-shinbun20-stripe  : 縦ストライプ（ヘッダー＋奇数列背景）
 */
table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	background-color: var(--color-red-on);
	color: var(--color-white);
	padding: 9px 20px;
	border-right: 1px solid var(--color-white);
	text-align: center;
	font-family: var(--font-serif);
	font-weight: 600;
}
table th:last-child {
	border-right: none;
}

.wp-block-table table,
.wp-block-table.is-style-regular table {
	border-collapse: collapse;
	width: 100%;
}
.wp-block-table thead,
.wp-block-table.is-style-regular thead {
	background-color: var(--color-red-on);
	color: var(--color-white);
}
.wp-block-table thead th,
.wp-block-table.is-style-regular thead th {
	padding: 9px 20px;
	border-right: 1px solid var(--color-white);
	text-align: center;
	font-family: var(--font-serif);
	font-weight: 600;
}
.wp-block-table thead th:last-child,
.wp-block-table.is-style-regular thead th:last-child {
	border-right: none;
}
.wp-block-table tbody td,
.wp-block-table.is-style-regular tbody td {
	padding: 10px 20px;
	border-top: none;
	border-bottom: 1px solid var(--border-color-gray);
	border-left: none;
	border-right: 1px solid var(--border-color-gray);
}
.wp-block-table tbody td:last-child,
.wp-block-table.is-style-regular tbody td:last-child {
	border-right: none;
}

.wp-block-table.is-style-shinbun20-stripe table {
	border-collapse: collapse;
	width: 100%;
}
.wp-block-table.is-style-shinbun20-stripe thead {
	background-color: var(--color-red-on);
	color: var(--color-white);
}
.wp-block-table.is-style-shinbun20-stripe thead th {
	padding: 9px 20px;
	border-right: 1px solid var(--color-white);
	text-align: center;
	font-family: var(--font-serif);
	font-weight: 600;
}
.wp-block-table.is-style-shinbun20-stripe thead th:last-child {
	border-right: none;
}
.wp-block-table.is-style-shinbun20-stripe tbody td {
	padding: 10px 20px;
	border-top: none;
	border-bottom: 1px solid var(--border-color-gray);
	border-left: none;
	border-right: none;
}
.wp-block-table.is-style-shinbun20-stripe tbody td:nth-child(odd) {
	background-color: var(--color-bg-gray);
}

/**
 * リストスタイル
 *
 * is-style-shinbun20-bullet   : 箇条書き（ゴールド枠＋アイコン）
 * is-style-shinbun20-numbered : 番号付き（ゴールド丸数字）
 */
main ul,
ul.wp-block-list {
	list-style: disc;
	padding-left: 1.5em;
}
main ul li,
ul.wp-block-list li {
	margin-bottom: 0;
	line-height: 1.7;
}

main ol,
ol.wp-block-list {
	list-style: decimal;
	padding-left: 1.5em;
}
main ol li,
ol.wp-block-list li {
	margin-bottom: 0;
	line-height: 1.7;
}

.wp-block-list.is-style-shinbun20-bullet {
	padding-left: 0;
	list-style: none;
}
.wp-block-list.is-style-shinbun20-bullet li {
	position: relative;
	padding: 0.5em 0.75em 0.5em 2.25em;
	margin-bottom: 0.5em;
	border: 1px solid var(--color-gold);
}
.wp-block-list.is-style-shinbun20-bullet li::before {
	content: "●";
	position: absolute;
	left: 0.6em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--color-gold);
	font-size: 0.75em;
}

.wp-block-list.is-style-shinbun20-numbered {
	padding-left: 0;
	list-style: none;
	counter-reset: shinbun20-counter;
}
.wp-block-list.is-style-shinbun20-numbered li {
	position: relative;
	padding: 0.5em 0.75em 0.5em 3em;
	margin-bottom: 0.5em;
	counter-increment: shinbun20-counter;
}
.wp-block-list.is-style-shinbun20-numbered li::before {
	content: counter(shinbun20-counter);
	position: absolute;
	left: 0.4em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.75em;
	height: 1.75em;
	background-color: var(--color-gold);
	color: var(--color-white);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.85em;
	font-weight: bold;
}

/**
 * 引用スタイル
 *
 * 背景・パディング・ボーダーは theme.json の styles.blocks.core/quote で定義。
 * flexbox は theme.json 非対応のため SCSS で定義。
 */
.wp-block-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.wp-block-quote p {
	margin: 0;
}
.wp-block-quote cite {
	display: block;
	margin-top: 0.75em;
	font-size: 0.875em;
	color: var(--color-text-gray);
	font-style: normal;
}

/**
 * ボタンスタイル
 *
 * is-style-shinbun20-with-arrow   : グレーアウトライン + 右矢印（ホバー薄グレー）
 * is-style-shinbun20-circle-arrow : グレーアウトライン + 丸囲み矢印（ホバー薄グレー）
 */
.wp-block-button__link.wp-element-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	background-color: transparent;
	border: 1px solid var(--color-text-gray);
	border-radius: 0;
	color: var(--color-text-dark);
	padding: 16px 40px;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.wp-block-button__link.wp-element-button::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 5px;
	background-image: url("../svg/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wp-block-button__link.wp-element-button:hover, .wp-block-button__link.wp-element-button:focus {
	background-color: var(--color-bg-neutral);
}

.wp-block-button.is-style-shinbun20-circle-arrow .wp-block-button__link {
	gap: 40px;
	padding: 10px 20px 10px 40px;
}
.wp-block-button.is-style-shinbun20-circle-arrow .wp-block-button__link::after {
	width: 28px;
	height: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url("../svg/arrow-circle.svg");
}

/**
 * shinbun20 メイン SCSS エントリポイント
 *
 * 出力先: assets/css/main.css（npm run build / npm run watch）
 * テーマヘッダーはここに含めない（style.css が担当）
 */
/**
 * Single Post
 *
 * This file contains styles for the single post page.
 */
.breadcrumb li:not(:last-child)::after {
	content: ">";
	padding: 0 0.5em;
}

.single main .breadcrumb {
	display: none;
}
.single .message_sample {
	padding-bottom: 100px;
}
.single .message_sample .lower_ttl01 {
	margin: 40px 0;
}
.single .message_sample .lower_ttl02 {
	margin-bottom: 30px;
}
.single .message_sample .list li {
	line-height: 1.7;
	margin-bottom: 1.7em;
	border-radius: 10px;
	border: 1px solid var(--border-color-gray);
	background-color: var(--color-bg-neutral);
	padding: 5%;
}

/* search_list */
.search_list > .ttl {
	background: var(--color-search-ttl);
	color: var(--color-white);
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
}
.search_list > .ttl:before, .search_list > .ttl:after {
	content: none;
}

.search_list > .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1.5%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
}

.search_list > .list > li {
	list-style: none;
	width: 48%;
}

.search_list img {
	width: 100%;
}

.search_list a {
	display: block;
}

.search_list .img {
	position: relative;
}

.search_list .img > .tag {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.search_list .img > .tag li {
	width: 32%;
	background: var(--color-tag-red);
	color: var(--color-white);
	text-align: center;
	font-size: 14px;
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search_list .img > .tag li.new {
	background: var(--color-tag-new);
	color: var(--color-white);
}

.search_list .img > .tag li.recommended {
	background: var(--color-tag-recommended);
	color: var(--color-white);
}

.search_list .img > .tag li.hurry-derivery {
	background: var(--color-tag-hurry);
	color: var(--color-white);
}

.search_list .img > .tag li.free-shipping {
	background: var(--color-tag-free);
	color: var(--color-white);
}

.search_list .img > .tag li.free-shipping-in-case {
	background: var(--color-tag-free-case);
	color: var(--color-white);
}

.search_list .txt {
	line-height: 1.5;
	font-size: 15px;
	margin: 1em 0;
}

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

.search_list .price span {
	color: var(--color-tag-red);
	font-size: 22px;
}

.search_list a > .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 20px;
	padding-left: 0;
}

.search_list a > .tag li {
	width: 49%;
	text-align: center;
	border: 1px solid var(--color-black);
	font-size: 11px;
	padding: 3px;
	margin-bottom: 1%;
}

.search_list a > .tag li.none {
	opacity: 0.2;
}

.search_list .list > li {
	line-height: normal;
	margin-bottom: 1.5em;
	border: none;
	padding: 0;
}
.search_list .list .img > .tag > li {
	line-height: normal;
	margin-bottom: 0;
	border: 0;
}

.lower_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1.5%;
}
.lower_link li {
	text-align: center;
	width: 45%;
	margin-bottom: 20px;
	font-size: 19px;
}
@media (min-width: 768px) {
	.lower_link li {
		width: 30%;
		margin-bottom: 30px;
	}
}

.lower_link a {
	display: block;
	color: var(--wp--preset--color--red);
	border: 1px solid var(--wp--preset--color--red);
	padding: 15px 0;
	border-radius: 30px;
}

.lower_link > .txt {
	margin-bottom: 30px;
}

.lower_link > .ttl {
	border: 1px solid var(--color-black);
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	padding: 8px 15px;
	margin-bottom: 20px;
}

/* TOC (Table of Contents) */
/* stylelint-disable selector-id-pattern */
#toc_container {
	display: none !important;
}

/* stylelint-enable selector-id-pattern */
/* EZ Table of Contents プラグイン固有 */
#ez-toc-container {
	background: var(--color-bg-gray);
	border: 1px solid var(--color-toc-border);
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
#ez-toc-container .ez-toc-title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 4px solid var(--color-red-on);
	padding-left: 10px;
}
#ez-toc-container .ez-toc-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	color: var(--color-text-dark);
	margin: 0;
	padding: 0;
}
#ez-toc-container nav > .ez-toc-list {
	padding-left: 20px;
	list-style: none;
	margin: 0;
}
#ez-toc-container nav > .ez-toc-list > li > a.ez-toc-link {
	font-size: 16px;
	line-height: 1.7 !important;
	color: var(--color-text-dark);
}
#ez-toc-container nav > .ez-toc-list > li > ul {
	list-style: disc !important;
	padding-left: 24px;
	margin: 0;
}
#ez-toc-container nav > .ez-toc-list > li > ul li > a.ez-toc-link {
	font-size: 16px;
	line-height: 1.7 !important;
	color: var(--color-text-sub);
}
#ez-toc-container nav > .ez-toc-list > li > ul li {
	list-style: disc !important;
	overflow: visible;
}

.rank .wp-block-media-text__media {
	position: relative;
}
.rank .wp-block-media-text__media::before {
	content: "";
	position: absolute;
	inset: 0;
	left: 0;
	top: 0;
	width: 72px;
	height: 85px;
	background-repeat: no-repeat;
	background-position: center;
}
.rank .wp-block-media-text__media::after {
	background-color: var(--color-tag-free-case);
	color: var(--color-white);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 6px 12px;
	line-height: 1.2;
}
.rank.rank-01 .wp-block-media-text__media::before {
	inset: 0;
	background-image: url("/contents/wp-content/uploads/2026/04/rank1.png");
	background-size: contain;
}
.rank.rank-02 .wp-block-media-text__media::before {
	inset: 0;
	background-image: url("/contents/wp-content/uploads/2026/04/rank2.png");
	background-size: contain;
}
.rank.rank-03 .wp-block-media-text__media::before {
	inset: 0;
	background-image: url("/contents/wp-content/uploads/2026/04/rank3.png");
	background-size: contain;
}
.rank.rank-04 .wp-block-media-text__media::before {
	inset: 0;
	background-image: url("/contents/wp-content/uploads/2026/04/rank4.png");
	background-size: contain;
}
.rank.rank-05 .wp-block-media-text__media::before {
	inset: 0;
	background-image: url("/contents/wp-content/uploads/2026/04/rank5.png");
	background-size: contain;
}
.rank.joken .wp-block-media-text__media::after {
	content: "条件付き送料無料";
}
.rank.muryo .wp-block-media-text__media::after {
	content: "送料無料";
}
.rank-price {
	font-size: 1.5em;
	color: var(--color-red);
}
.rank-price sub {
	font-size: 0.7em;
	font-weight: 400;
	color: var(--color-text-base);
}

.star {
	background-image: url(../../assets/svg/star.svg);
	background-size: 23px;
	width: 115px;
	height: 23px;
	display: inline-block;
}

.star span {
	display: block;
	position: relative;
}

.star.rank05 span {
	width: 100%;
}

.star.rank04 span {
	width: 80%;
}

.star.rank03 span {
	width: 60%;
}

.star.rank02 span {
	width: 40%;
}

.star.rank01 span {
	width: 20%;
}

.star.rank00 span {
	width: 0%;
}
