@charset "UTF-8";
/*
Theme Name: SWELL CHILD
Template: swell
Theme URI: https://swell-style.com/
Description: SWELL専用の子テーマ（supokan）。カスタムCSSはこのファイルに追記する。
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swell_child
*/

/* ===== supokan 独自CSS（必要に応じてここに追記） ===== */

/* ===== FAQブロック：Q/Aアイコンの配色（レッド×グレー） ===== */
.swell-block-faq .faq_q::before,
.swell-block-faq .faq_a::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.7em;
	height: 1.7em;
	padding: 0 0.4em;
	border-radius: 6px;
	color: #fff !important;
	font-weight: 700;
}
.swell-block-faq .faq_q::before {
	background-color: #d93025 !important; /* Q＝レッド */
}
.swell-block-faq .faq_a::before {
	background-color: #444444 !important; /* A＝グレー */
}
/* 質問文を少し強調 */
.swell-block-faq .faq_q {
	font-weight: 700;
}
