@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================
   フッターのプライバシーポリシー・利用規約リンク
   ============================================================ */
.l-footer .tp-footer-policy-link {
	margin: .6em 0 0;
	font-size: 12px;
	text-align: center;
	color: inherit;
}
.l-footer .tp-footer-policy-link a {
	color: inherit;
	text-decoration: none;
	opacity: .75;
	transition: opacity .2s ease;
}
.l-footer .tp-footer-policy-link a:hover {
	opacity: 1;
	text-decoration: underline;
}
.l-footer .tp-footer-policy-link__sep {
	margin: 0 .6em;
	opacity: .4;
}

/* ============================================================
   フッターの Supercell ファンコンテンツポリシー免責文（掲載必須）
   ============================================================ */
.l-footer .tp-footer-fan-notice {
	max-width: 40em;
	margin: .6em auto 0;
	padding: 0 1em;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	opacity: .7;
}
.l-footer .tp-footer-fan-notice a {
	color: inherit;
	text-decoration: underline;
}

/* ============================================================
   ホーム: 目的別の入口パネル（固定ページ「ホーム」の HTML ブロックで使う）
   色は SWELL の --color_main をそのまま参照する（独自の色は持たない）
   ============================================================ */
.crl-entry {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 1.5em 0;
}
.crl-entry__item {
	display: flex;
	flex-direction: column;
	gap: .3em;
	padding: .85em 1em;
	border: 1px solid rgba(47, 111, 214, .22);
	border-left: 4px solid var(--color_main, #2f6fd6);
	border-radius: 6px;
	background: var(--color_main_thin, rgba(59, 139, 255, .05));
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
}
.crl-entry__item:hover {
	background: rgba(47, 111, 214, .12);
	border-color: var(--color_main, #2f6fd6);
}
.crl-entry__ttl {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color_main_dark, #2353a1);
}
.crl-entry__desc {
	font-size: 12px;
	line-height: 1.5;
	opacity: .75;
}
@media (max-width: 959px) {
	.crl-entry {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.crl-entry__item {
		padding: .7em .8em;
	}
	.crl-entry__ttl {
		font-size: 14px;
	}
	.crl-entry__desc {
		font-size: 11px;
	}
}

/* ============================================================
   SP 開閉メニュー: セクション見出し（crl-nav-section）
   ============================================================ */
.p-spMenu .c-spnav > .menu-item.crl-nav-section {
	list-style: none;
	margin: 1.1em 0 .15em;
	padding: 0;
	pointer-events: none;
}
.p-spMenu .c-spnav > .menu-item.crl-nav-section:first-child {
	margin-top: .25em;
}
.p-spMenu .c-spnav > .menu-item.crl-nav-section > .crl-nav-section__label {
	display: block;
	padding: .55em .25em .35em 0;
	font-size: .72em;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.3;
	color: #667;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.p-spMenu .c-spnav > .menu-item.crl-nav-section > .crl-nav-section__label:before {
	content: none;
}
