/* ==================================================
 * 環境組合概要：フロント
 * ================================================== */

.swcc-outline-page {
	--outline-navy: #0a4165;
	--outline-blue: #267da8;
	--outline-pale-blue: #eef7fb;
	--outline-line: #cfdce4;
	--outline-text: #1f2f3d;
	--outline-muted: #425767;
	--outline-white: #ffffff;
	--outline-red: #b42323;

	color: var(--outline-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-outline-page,
.swcc-outline-page *,
.swcc-outline-page *::before,
.swcc-outline-page *::after {
	box-sizing: border-box;
}

.swcc-outline-page h2,
.swcc-outline-page h3,
.swcc-outline-page p,
.swcc-outline-page ul {
	margin-top: 0;
}

.swcc-outline-page h2,
.swcc-outline-page h3 {
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-transform: none;
}

.swcc-outline-kicker {
	margin: 0 0 10px;
	color: var(--outline-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-outline-intro {
	margin-bottom: 34px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--outline-navy) 0%, #07334f 100%);
	color: var(--outline-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-outline-intro .swcc-outline-kicker {
	color: #bde2f2;
}

.swcc-outline-intro h2 {
	margin-bottom: 16px;
	color: var(--outline-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-outline-intro p:last-child {
	max-width: 900px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	font-weight: 600;
}

.swcc-outline-section {
	margin-bottom: 54px;
}

.swcc-outline-section > h2 {
	margin-bottom: 18px;
	color: var(--outline-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-outline-section-lead {
	margin-bottom: 26px;
	color: var(--outline-muted);
}

.swcc-outline-definition-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-bottom: 0;
}

.swcc-outline-definition-row {
	display: block;
	padding: 20px 22px;
	border: 2px solid var(--outline-line);
	border-radius: 12px;
	background: var(--outline-white);
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.swcc-outline-definition-row:hover,
.swcc-outline-definition-row:focus-within {
	transform: translateY(-1px);
	border-color: #9fc4d7;
	box-shadow: 0 12px 28px rgba(10, 65, 101, 0.09);
}

.swcc-outline-definition-title {
	margin: 0 0 12px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid var(--outline-line);
	background: none;
	color: var(--outline-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.55;
}

.swcc-outline-definition-title::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 1.05em;
	margin-right: 10px;
	border-radius: 999px;
	background: var(--outline-blue);
	vertical-align: -0.12em;
}

.swcc-outline-definition-content {
	margin: 0;
	padding: 0;
	color: var(--outline-text);
	font-size: 18px;
	line-height: 1.95;
}

.swcc-outline-definition-content > strong {
	display: block;
	margin-bottom: 8px;
	color: var(--outline-navy);
	font-size: 20px;
}

.swcc-outline-definition-content p:last-child {
	margin-bottom: 0;
}

.swcc-outline-area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.swcc-outline-area-list li {
	padding: 7px 14px;
	border: 1px solid #b9cfdc;
	border-radius: 999px;
	background: #f7fbfd;
	color: var(--outline-navy);
	font-size: 16px;
	font-weight: 700;
}

.swcc-outline-organization p {
	margin-bottom: 18px;
}

.swcc-outline-organization p:last-child {
	margin-bottom: 0;
}

.swcc-outline-organization strong {
	color: var(--outline-navy);
	font-size: 18px;
}

.swcc-outline-document-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.swcc-outline-document {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 20px 22px;
	border: 2px solid var(--outline-line);
	border-radius: 10px;
	background: var(--outline-white);
	color: var(--outline-text);
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
}

.swcc-outline-document:hover,
.swcc-outline-document:focus {
	border-color: var(--outline-blue);
	background: var(--outline-pale-blue);
}

.swcc-outline-document-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 42px;
	border-radius: 6px;
	background: var(--outline-red);
	color: var(--outline-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.swcc-outline-document-body {
	display: block;
}

.swcc-outline-document-body strong {
	display: block;
	margin-bottom: 4px;
	color: var(--outline-navy);
	font-size: 19px;
	line-height: 1.6;
}

.swcc-outline-document-body small {
	display: block;
	color: var(--outline-muted);
	font-size: 14px;
	line-height: 1.6;
}





@media (max-width: 700px) {

	.swcc-outline-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-outline-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-outline-intro h2 {
		font-size: 29px;
	}

	.swcc-outline-intro p:last-child {
		font-size: 18px;
	}

	.swcc-outline-section > h2 {
		font-size: 27px;
	}

	.swcc-outline-definition-row {
		padding: 18px;
		border-radius: 10px;
	}

	.swcc-outline-definition-title {
		margin-bottom: 10px;
		padding-bottom: 9px;
		font-size: 18px;
	}

	.swcc-outline-definition-content {
		font-size: 17px;
	}

	.swcc-outline-area-list li {
		font-size: 15px;
	}

	.swcc-outline-document {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.swcc-outline-document-type {
		width: 58px;
	}

	.swcc-outline-document-body strong {
		font-size: 18px;
	}

}


/* ==================================================
 * 施設概要：フロント
 * ================================================== */

.swcc-facility-page {
	--facility-navy: #0a4165;
	--facility-blue: #267da8;
	--facility-pale-blue: #eef7fb;
	--facility-line: #cfdce4;
	--facility-text: #1f2f3d;
	--facility-muted: #425767;
	--facility-white: #ffffff;
	--facility-red: #b42323;

	color: var(--facility-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-facility-page,
.swcc-facility-page *,
.swcc-facility-page *::before,
.swcc-facility-page *::after {
	box-sizing: border-box;
}

.swcc-facility-page h2,
.swcc-facility-page h3,
.swcc-facility-page p {
	margin-top: 0;
}

.swcc-facility-page h2,
.swcc-facility-page h3 {
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-transform: none;
}

.swcc-facility-kicker {
	margin: 0 0 10px;
	color: var(--facility-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-facility-intro {
	margin-bottom: 46px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--facility-navy) 0%, #07334f 100%);
	color: var(--facility-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-facility-intro .swcc-facility-kicker {
	color: #bde2f2;
}

.swcc-facility-intro h2 {
	margin-bottom: 16px;
	color: var(--facility-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-facility-intro p:last-child {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	font-weight: 600;
}

.swcc-facility-section {
	margin-bottom: 58px;
}

.swcc-facility-section-title {
	margin-bottom: 22px;
	color: var(--facility-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-facility-section-lead {
	margin-bottom: 26px;
	color: var(--facility-muted);
}

.swcc-facility-definition-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-bottom: 0;
}

.swcc-facility-definition-row {
	display: block;
	padding: 20px 22px;
	border: 2px solid var(--facility-line);
	border-radius: 12px;
	background: var(--facility-white);
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.swcc-facility-definition-row:hover,
.swcc-facility-definition-row:focus-within {
	transform: translateY(-1px);
	border-color: #9fc4d7;
	box-shadow: 0 12px 28px rgba(10, 65, 101, 0.09);
}

.swcc-facility-definition-title {
	margin: 0 0 12px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid var(--facility-line);
	background: none;
	color: var(--facility-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.55;
}

.swcc-facility-definition-title::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 1.05em;
	margin-right: 10px;
	border-radius: 999px;
	background: var(--facility-blue);
	vertical-align: -0.12em;
}

.swcc-facility-definition-content {
	margin: 0;
	padding: 0;
	color: var(--facility-text);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.95;
}

.swcc-facility-brochure-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.swcc-facility-brochure {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 20px 22px;
	border: 2px solid var(--facility-line);
	border-radius: 10px;
	background: var(--facility-white);
	color: var(--facility-text);
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
}

.swcc-facility-brochure:hover,
.swcc-facility-brochure:focus {
	border-color: var(--facility-blue);
	background: var(--facility-pale-blue);
}

.swcc-facility-brochure-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 42px;
	border-radius: 6px;
	background: var(--facility-red);
	color: var(--facility-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.swcc-facility-brochure-body {
	display: block;
}

.swcc-facility-brochure-body strong {
	display: block;
	margin-bottom: 4px;
	color: var(--facility-navy);
	font-size: 19px;
	line-height: 1.6;
}

.swcc-facility-brochure-body small {
	display: block;
	color: var(--facility-muted);
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 700px) {

	.swcc-facility-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-facility-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-facility-intro h2 {
		font-size: 29px;
	}

	.swcc-facility-intro p:last-child {
		font-size: 18px;
	}

	.swcc-facility-section-title {
		font-size: 27px;
	}

	.swcc-facility-definition-row {
		padding: 18px;
		border-radius: 10px;
	}

	.swcc-facility-definition-title {
		margin-bottom: 10px;
		padding-bottom: 9px;
		font-size: 18px;
	}

	.swcc-facility-definition-content {
		font-size: 17px;
	}

	.swcc-facility-brochure {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.swcc-facility-brochure-type {
		width: 58px;
	}

	.swcc-facility-brochure-body strong {
		font-size: 18px;
	}

}


/* ==================================================
 * 施設見学：フロント
 * ================================================== */

.swcc-visit-page {
	--visit-navy: #0a4165;
	--visit-blue: #267da8;
	--visit-green: #176b48;
	--visit-pale-blue: #eef7fb;
	--visit-pale-green: #eff8f3;
	--visit-line: #cad9e2;
	--visit-text: #1f2f3d;
	--visit-muted: #3e5362;
	--visit-white: #ffffff;
	--visit-red: #b42323;
	--visit-word: #185abd;

	color: var(--visit-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-visit-page,
.swcc-visit-page *,
.swcc-visit-page *::before,
.swcc-visit-page *::after {
	box-sizing: border-box;
}

.swcc-visit-page h2,
.swcc-visit-page h3,
.swcc-visit-page p,
.swcc-visit-page ol,
.swcc-visit-page figure {
	margin-top: 0;
}

.swcc-visit-page h2,
.swcc-visit-page h3 {
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-transform: none;
}

.swcc-visit-kicker {
	margin: 0 0 10px;
	color: var(--visit-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-visit-intro {
	margin-bottom: 48px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--visit-navy) 0%, #07334f 100%);
	color: var(--visit-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-visit-intro .swcc-visit-kicker {
	color: #bde2f2;
}

.swcc-visit-intro h2 {
	margin-bottom: 16px;
	color: var(--visit-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-visit-intro p:last-child {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.95);
	font-size: 19px;
	font-weight: 600;
}

.swcc-visit-section {
	margin-bottom: 58px;
}

.swcc-visit-section-title {
	margin-bottom: 24px;
	color: var(--visit-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-visit-section-lead {
	margin-bottom: 26px;
	color: var(--visit-muted);
	font-size: 18px;
}

.swcc-visit-procedure-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: visit-procedure;
}

.swcc-visit-procedure-list li {
	position: relative;
	margin-bottom: 16px;
	padding: 24px 24px 24px 82px;
	border: 1px solid var(--visit-line);
	border-radius: 11px;
	background: var(--visit-white);
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
	counter-increment: visit-procedure;
}

.swcc-visit-procedure-list li::before {
	content: counter(visit-procedure);
	position: absolute;
	left: 24px;
	top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--visit-navy);
	color: var(--visit-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.swcc-visit-procedure-list strong {
	display: block;
	margin-bottom: 7px;
	color: var(--visit-navy);
	font-size: 21px;
	line-height: 1.55;
}

.swcc-visit-procedure-list p {
	margin-bottom: 0;
	color: var(--visit-text);
}

.swcc-visit-document-section {
	padding: clamp(28px, 5vw, 44px);
	border-radius: 13px;
	background: var(--visit-pale-green);
}

.swcc-visit-document-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.swcc-visit-document {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 20px 22px;
	border: 2px solid var(--visit-line);
	border-radius: 10px;
	background: var(--visit-white);
	color: var(--visit-text);
	text-decoration: none;
}

.swcc-visit-document:hover,
.swcc-visit-document:focus {
	border-color: var(--visit-blue);
	background: var(--visit-pale-blue);
}

.swcc-visit-document-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	height: 42px;
	border-radius: 6px;
	background: var(--visit-red);
	color: var(--visit-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
}

.swcc-visit-document-type-word {
	background: var(--visit-word);
}

.swcc-visit-document-body {
	display: block;
}

.swcc-visit-document-body strong {
	display: block;
	margin-bottom: 4px;
	color: var(--visit-navy);
	font-size: 19px;
	line-height: 1.6;
}

.swcc-visit-document-body small {
	display: block;
	color: var(--visit-muted);
	font-size: 15px;
	line-height: 1.6;
}

.swcc-visit-contact {
	margin-bottom: 58px;
	padding: clamp(28px, 5vw, 44px);
	border: 3px solid var(--visit-navy);
	border-radius: 13px;
	background: var(--visit-white);
	text-align: center;
}

.swcc-visit-contact h2 {
	margin-bottom: 18px;
	color: var(--visit-navy);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-visit-address {
	margin-bottom: 20px;
	font-weight: 700;
}

.swcc-visit-phone {
	margin-bottom: 8px;
}

.swcc-visit-phone span,
.swcc-visit-fax span {
	display: inline-block;
	margin-right: 10px;
	color: var(--visit-muted);
	font-size: 16px;
	font-weight: 800;
}

.swcc-visit-phone a {
	color: var(--visit-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 5vw, 44px);
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
}

.swcc-visit-fax {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 800;
}

.swcc-visit-access-link-wrap {
	margin-bottom: 28px;
}

.swcc-visit-access-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 12px 22px;
	border: 2px solid var(--visit-navy);
	border-radius: 8px;
	background: var(--visit-white);
	color: var(--visit-navy);
	font-weight: 800;
	text-decoration: none;
}

.swcc-visit-access-link:hover,
.swcc-visit-access-link:focus {
	background: var(--visit-navy);
	color: var(--visit-white);
}

.swcc-visit-route-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.swcc-visit-route-step {
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid var(--visit-line);
	border-radius: 13px;
	background: var(--visit-white);
	box-shadow: 0 10px 30px rgba(10, 65, 101, 0.07);
}

.swcc-visit-route-heading {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
	margin-bottom: 22px;
}

.swcc-visit-route-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--visit-blue);
	color: var(--visit-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 800;
}

.swcc-visit-route-heading h3 {
	margin-bottom: 7px;
	color: var(--visit-navy);
	font-size: clamp(24px, 3vw, 31px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-visit-route-heading p {
	margin-bottom: 0;
	color: var(--visit-text);
}

.swcc-visit-route-step figure {
	margin-bottom: 0;
}

.swcc-visit-route-step img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 9px;
}

.swcc-visit-map-section {
	margin-bottom: 0;
}

.swcc-visit-map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: 1px solid var(--visit-line);
	border-radius: 12px;
	overflow: hidden;
}

.swcc-visit-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 700px) {

	.swcc-visit-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-visit-intro,
	.swcc-visit-document-section,
	.swcc-visit-contact,
	.swcc-visit-route-step {
		padding: 26px 20px;
		border-radius: 10px;
	}

	.swcc-visit-intro h2 {
		font-size: 29px;
	}

	.swcc-visit-intro p:last-child {
		font-size: 18px;
	}

	.swcc-visit-section-title {
		font-size: 27px;
	}

	.swcc-visit-procedure-list li {
		padding: 70px 20px 22px;
	}

	.swcc-visit-procedure-list li::before {
		left: 20px;
		top: 18px;
	}

	.swcc-visit-document {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.swcc-visit-document-type {
		width: 62px;
	}

	.swcc-visit-phone a {
		font-size: 31px;
	}

	.swcc-visit-access-link {
		width: 100%;
	}

	.swcc-visit-route-heading {
		grid-template-columns: 1fr;
	}

	.swcc-visit-map {
		padding-top: 75%;
	}

}


/* ==================================================
 * 情報公開：フロント
 * ================================================== */

.swcc-information-page {
	--information-navy: #0a4165;
	--information-blue: #267da8;
	--information-pale-blue: #eef7fb;
	--information-line: #cfdce4;
	--information-text: #1f2f3d;
	--information-muted: #354b5b;
	--information-white: #ffffff;
	--information-red: #b42323;

	color: var(--information-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-information-page,
.swcc-information-page *,
.swcc-information-page *::before,
.swcc-information-page *::after {
	box-sizing: border-box;
}

.swcc-information-page h2,
.swcc-information-page p {
	margin-top: 0;
}

.swcc-information-page h2 {
	border: 0;
	background: none;
}

.swcc-information-kicker {
	margin: 0 0 10px;
	color: var(--information-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
}

.swcc-information-intro {
	margin-bottom: 48px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--information-navy) 0%, #07334f 100%);
	color: var(--information-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-information-intro .swcc-information-kicker {
	color: #bde2f2;
}

.swcc-information-intro h2 {
	margin-bottom: 16px;
	color: var(--information-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-information-intro p:last-child {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.96);
	font-size: 19px;
	font-weight: 600;
}

.swcc-information-section {
	margin-bottom: 58px;
}

.swcc-information-section-title {
	margin-bottom: 16px;
	color: var(--information-navy);
	font-size: clamp(27px, 3.4vw, 37px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-information-section-lead {
	margin-bottom: 24px;
	color: var(--information-muted);
	font-size: 18px;
}

.swcc-information-document-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 13px;
}

.swcc-information-document {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	padding: 20px 22px;
	border: 2px solid var(--information-line);
	border-radius: 10px;
	background: var(--information-white);
	color: var(--information-text) !important;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
}

.swcc-information-document:hover,
.swcc-information-document:focus {
	border-color: var(--information-blue);
	background: var(--information-pale-blue);
}

.swcc-information-document-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	height: 43px;
	border-radius: 6px;
	background: var(--information-red);
	color: var(--information-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.swcc-information-document-body {
	display: block;
	min-width: 0;
}

.swcc-information-document-body strong {
	display: block;
	margin-bottom: 4px;
	color: var(--information-navy);
	font-size: 19px;
	line-height: 1.65;
}

.swcc-information-document-body small {
	display: block;
	color: var(--information-muted);
	font-size: 15px;
	line-height: 1.6;
}




@media (max-width: 700px) {

	.swcc-information-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-information-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-information-intro h2 {
		font-size: 29px;
	}

	.swcc-information-intro p:last-child {
		font-size: 18px;
	}

	.swcc-information-section-title {
		font-size: 27px;
	}

	.swcc-information-document {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.swcc-information-document-type {
		width: 60px;
	}

	.swcc-information-document-body strong {
		font-size: 18px;
	}

}


/* ==================================================
 * 組合議会：フロント
 * ================================================== */

.swcc-council-page {
	--council-navy: #0a4165;
	--council-blue: #267da8;
	--council-pale-blue: #eef7fb;
	--council-line: #cfdce4;
	--council-text: #1f2f3d;
	--council-muted: #354b5b;
	--council-white: #ffffff;
	--council-red: #b42323;
	color: var(--council-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-council-page,
.swcc-council-page *,
.swcc-council-page *::before,
.swcc-council-page *::after {
	box-sizing: border-box;
}

.swcc-council-page h2,
.swcc-council-page h3,
.swcc-council-page p {
	margin-top: 0;
}

.swcc-council-page h2,
.swcc-council-page h3 {
	border: 0;
	background: none;
}

.swcc-council-kicker {
	margin: 0 0 10px;
	color: var(--council-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-council-intro {
	margin-bottom: 54px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--council-navy) 0%, #07334f 100%);
	color: var(--council-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-council-intro .swcc-council-kicker {
	color: #bde2f2;
}

.swcc-council-intro h2 {
	margin-bottom: 16px;
	color: var(--council-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-council-intro p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.96);
	font-size: 19px;
	font-weight: 600;
}

.swcc-council-section {
	margin-bottom: 58px;
}

.swcc-council-section-title {
	margin-bottom: 18px;
	color: var(--council-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-council-section-lead {
	margin-bottom: 26px;
	color: var(--council-muted);
}

.swcc-council-meeting-list {
	display: grid;
	gap: 16px;
}

.swcc-council-meeting {
	border: 2px solid var(--council-line);
	border-radius: 12px;
	background: var(--council-white);
	overflow: hidden;
	box-shadow: 0 8px 26px rgba(10, 65, 101, 0.06);
}

.swcc-council-meeting[open] {
	border-color: #9abfd2;
}

.swcc-council-meeting summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 20px 24px;
	background: var(--council-pale-blue);
	color: var(--council-navy);
	cursor: pointer;
	list-style: none;
}

.swcc-council-meeting summary::-webkit-details-marker {
	display: none;
}

.swcc-council-meeting summary::after {
	content: "";
	display: inline-block;
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--council-navy);
	background-image:
		linear-gradient(var(--council-white), var(--council-white)),
		linear-gradient(var(--council-white), var(--council-white));
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: 14px 2px, 2px 14px;
}

.swcc-council-meeting[open] summary::after {
	background-image: linear-gradient(var(--council-white), var(--council-white));
	background-size: 14px 2px;
}

.swcc-council-meeting-title {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.55;
}

.swcc-council-meeting-date {
	grid-column: 1;
	color: var(--council-muted);
	font-size: 15px;
	font-weight: 700;
}

.swcc-council-proposal-table {
	padding: 18px;
}

.swcc-council-proposal-header,
.swcc-council-proposal {
	display: grid;
	grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr) minmax(130px, 0.22fr);
}

.swcc-council-proposal-header {
	background: var(--council-navy);
	color: var(--council-white);
	font-size: 15px;
	font-weight: 800;
}

.swcc-council-proposal-header span,
.swcc-council-proposal > span {
	padding: 14px 16px;
	border-right: 1px solid var(--council-line);
	border-bottom: 1px solid var(--council-line);
}

.swcc-council-proposal-header span:last-child,
.swcc-council-proposal > span:last-child {
	border-right: 0;
}

.swcc-council-proposal {
	border-left: 1px solid var(--council-line);
	border-right: 1px solid var(--council-line);
	background: var(--council-white);
}

.swcc-council-proposal:nth-child(odd) {
	background: #f8fbfd;
}

.swcc-council-proposal-number,
.swcc-council-proposal-result {
	font-weight: 800;
	text-align: center;
}

.swcc-council-proposal-result {
	color: var(--council-navy);
}

.swcc-council-empty {
	margin: 0;
	padding: 22px;
}

.swcc-council-minute-year {
	margin-bottom: 34px;
}

.swcc-council-minute-year h3 {
	margin-bottom: 14px;
	padding: 10px 16px;
	border-left: 6px solid var(--council-blue);
	background: var(--council-pale-blue);
	color: var(--council-navy);
	font-size: 23px;
	font-weight: 800;
}

.swcc-council-minute-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.swcc-council-minute {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px 20px;
	border: 2px solid var(--council-line);
	border-radius: 10px;
	background: var(--council-white);
	color: var(--council-text) !important;
	text-decoration: none !important;
}

.swcc-council-minute:hover,
.swcc-council-minute:focus {
	border-color: var(--council-blue);
	background: var(--council-pale-blue);
}

.swcc-council-minute-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 42px;
	border-radius: 6px;
	background: var(--council-red);
	color: var(--council-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.swcc-council-minute-body strong {
	display: block;
	margin-bottom: 3px;
	color: var(--council-navy);
	font-size: 18px;
	line-height: 1.6;
}

.swcc-council-minute-body small {
	display: block;
	color: var(--council-muted);
	font-size: 14px;
}




@media (max-width: 700px) {

	.swcc-council-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-council-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-council-intro h2 {
		font-size: 29px;
	}

	.swcc-council-intro p:last-child {
		font-size: 18px;
	}

	.swcc-council-section-title {
		font-size: 27px;
	}

	.swcc-council-meeting summary {
		padding: 18px;
	}

	.swcc-council-meeting-title {
		font-size: 19px;
	}

	.swcc-council-proposal-header {
		display: none;
	}

	.swcc-council-proposal-table {
		display: grid;
		gap: 12px;
		padding: 14px;
	}

	.swcc-council-proposal {
		display: block;
		border: 1px solid var(--council-line);
		border-radius: 8px;
		overflow: hidden;
	}

	.swcc-council-proposal > span {
		display: grid;
		grid-template-columns: 105px minmax(0, 1fr);
		gap: 10px;
		padding: 12px 14px;
		border-right: 0;
		text-align: left;
	}

	.swcc-council-proposal > span::before {
		content: attr(data-label);
		color: var(--council-navy);
		font-size: 14px;
		font-weight: 800;
	}

	.swcc-council-minute {
		grid-template-columns: 1fr;
		padding: 17px;
	}

	.swcc-council-minute-type {
		width: 58px;
	}

}

/* ==================================================
 * アクセス・地図：フロント
 * ================================================== */

.swcc-map-page {
	--map-navy: #0a4165;
	--map-blue: #267da8;
	--map-pale-blue: #eef7fb;
	--map-line: #cfdce4;
	--map-text: #1f2f3d;
	--map-muted: #425767;
	--map-white: #ffffff;
	--map-red: #a61b1b;
	--map-pale-red: #fff4f4;

	color: var(--map-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-map-page,
.swcc-map-page *,
.swcc-map-page *::before,
.swcc-map-page *::after {
	box-sizing: border-box;
}

.swcc-map-page h2,
.swcc-map-page p,
.swcc-map-page figure {
	margin-top: 0;
}

.swcc-map-page h2 {
	border: 0;
	background: none;
}

.swcc-map-kicker {
	margin: 0 0 10px;
	color: var(--map-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-map-intro {
	margin-bottom: 52px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--map-navy) 0%, #07334f 100%);
	color: var(--map-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-map-intro .swcc-map-kicker {
	color: #bde2f2;
}

.swcc-map-intro h2 {
	margin-bottom: 16px;
	color: var(--map-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-map-intro p:last-child {
	max-width: 900px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	font-weight: 600;
}

.swcc-map-image-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 52px;
}

.swcc-map-section {
	margin-bottom: 52px;
}

.swcc-map-image-list .swcc-map-section {
	margin-bottom: 0;
}

.swcc-map-section-title {
	margin-bottom: 20px;
	color: var(--map-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-map-figure {
	margin-bottom: 0;
	padding: 18px;
	border: 1px solid var(--map-line);
	border-radius: 12px;
	background: var(--map-white);
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-map-figure a {
	display: block;
	border-radius: 8px;
	outline-offset: 5px;
}

.swcc-map-figure a:focus-visible {
	outline: 3px solid var(--map-blue);
}

.swcc-map-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.swcc-map-figure figcaption {
	margin-top: 12px;
	color: var(--map-muted);
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

.swcc-map-notice {
	margin: 52px 0;
	padding: 22px 24px;
	border: 2px solid #d99292;
	border-left: 7px solid var(--map-red);
	border-radius: 8px;
	background: var(--map-pale-red);
	color: #761515;
	font-weight: 800;
}

.swcc-map-notice p:last-child {
	margin-bottom: 0;
}

.swcc-map-google-section {
	margin-bottom: 0;
}

.swcc-map-google {
	position: relative;
	width: 100%;
	padding-top: 62%;
	border: 1px solid var(--map-line);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-map-google iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 700px) {

	.swcc-map-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-map-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-map-intro h2 {
		font-size: 29px;
	}

	.swcc-map-intro p:last-child {
		font-size: 18px;
	}

	.swcc-map-section-title {
		font-size: 27px;
	}

	.swcc-map-figure {
		padding: 10px;
		border-radius: 9px;
	}

	.swcc-map-notice {
		padding: 18px;
	}

	.swcc-map-google {
		padding-top: 82%;
	}
}



/* ==================================================
 * よくある質問：フロント
 * ================================================== */

.swcc-faq-page {
	--faq-navy: #0a4165;
	--faq-blue: #267da8;
	--faq-pale-blue: #eef7fb;
	--faq-line: #cfdce4;
	--faq-text: #1f2f3d;
	--faq-muted: #425767;
	--faq-white: #ffffff;
	--faq-red: #a61b1b;
	--faq-green: #1f6a4a;

	color: var(--faq-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-faq-page,
.swcc-faq-page *,
.swcc-faq-page *::before,
.swcc-faq-page *::after {
	box-sizing: border-box;
}

.swcc-faq-page h2,
.swcc-faq-page p,
.swcc-faq-page ul,
.swcc-faq-page ol {
	margin-top: 0;
}

.swcc-faq-page h2 {
	border: 0;
	background: none;
}

.swcc-faq-kicker {
	margin: 0 0 10px;
	color: var(--faq-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
}

.swcc-faq-intro {
	margin-bottom: 52px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--faq-navy) 0%, #07334f 100%);
	color: var(--faq-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-faq-intro .swcc-faq-kicker {
	color: #bde2f2;
}

.swcc-faq-intro h2 {
	margin-bottom: 16px;
	color: var(--faq-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-faq-intro p:last-child {
	max-width: 900px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	font-weight: 600;
}

.swcc-faq-section {
	margin-bottom: 0;
}

.swcc-faq-section-title {
	margin-bottom: 16px;
	color: var(--faq-navy);
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-faq-section-lead {
	margin-bottom: 26px;
	color: var(--faq-muted);
}

.swcc-faq-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.swcc-faq-item {
	border: 2px solid var(--faq-line);
	border-radius: 10px;
	background: var(--faq-white);
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
}

.swcc-faq-item[open] {
	border-color: #9dbdce;
	box-shadow: 0 12px 30px rgba(10, 65, 101, 0.09);
}

.swcc-faq-item summary {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 24px;
	gap: 14px;
	align-items: center;
	padding: 20px 22px;
	background: var(--faq-white);
	color: var(--faq-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.6;
	cursor: pointer;
	list-style: none;
}

.swcc-faq-item summary::-webkit-details-marker {
	display: none;
}

.swcc-faq-item summary::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image:
		linear-gradient(var(--faq-blue), var(--faq-blue)),
		linear-gradient(var(--faq-blue), var(--faq-blue));
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: 15px 2px, 2px 15px;
}

.swcc-faq-item[open] summary {
	border-bottom: 1px solid var(--faq-line);
	background: var(--faq-pale-blue);
}

.swcc-faq-item[open] summary::after {
	background-image: linear-gradient(var(--faq-blue), var(--faq-blue));
	background-size: 15px 2px;
}

.swcc-faq-item summary:hover {
	background: var(--faq-pale-blue);
}

.swcc-faq-item summary:focus-visible {
	outline: 3px solid var(--faq-blue);
	outline-offset: -3px;
}

.swcc-faq-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: var(--faq-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
}

.swcc-faq-mark-question {
	background: var(--faq-blue);
}

.swcc-faq-mark-answer {
	background: var(--faq-green);
}

.swcc-faq-answer-wrap {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 24px 22px 26px;
}

.swcc-faq-answer {
	min-width: 0;
}

.swcc-faq-answer > :last-child {
	margin-bottom: 0;
}

.swcc-faq-answer p,
.swcc-faq-answer ul,
.swcc-faq-answer ol {
	margin-bottom: 18px;
}

.swcc-faq-answer ul,
.swcc-faq-answer ol {
	padding-left: 1.5em;
}

.swcc-faq-answer li {
	margin-bottom: 8px;
}

.swcc-faq-answer a {
	color: #075f91;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.swcc-faq-answer a:hover,
.swcc-faq-answer a:focus {
	color: var(--faq-navy);
}

.swcc-faq-answer strong {
	color: inherit;
}

.swcc-faq-answer .swcc-faq-alert {
	color: var(--faq-red);
}

@media (max-width: 700px) {

	.swcc-faq-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-faq-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-faq-intro h2 {
		font-size: 29px;
	}

	.swcc-faq-intro p:last-child {
		font-size: 18px;
	}

	.swcc-faq-section-title {
		font-size: 27px;
	}

	.swcc-faq-item summary {
		grid-template-columns: 40px minmax(0, 1fr) 22px;
		gap: 10px;
		padding: 17px 15px;
		font-size: 17px;
	}

	.swcc-faq-mark {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.swcc-faq-answer-wrap {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 10px;
		padding: 20px 15px 22px;
	}
}



/* ==================================================
 * プライバシーポリシー：フロント
 * ================================================== */

.swcc-privacy-page {
	--privacy-navy: #0a4165;
	--privacy-blue: #267da8;
	--privacy-pale-blue: #eef7fb;
	--privacy-line: #cfdce4;
	--privacy-text: #1f2f3d;
	--privacy-muted: #425767;
	--privacy-white: #ffffff;

	color: var(--privacy-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-privacy-page,
.swcc-privacy-page *,
.swcc-privacy-page *::before,
.swcc-privacy-page *::after {
	box-sizing: border-box;
}

.swcc-privacy-page h2,
.swcc-privacy-page p {
	margin-top: 0;
}

.swcc-privacy-page h2 {
	border: 0;
	background: none;
}

.swcc-privacy-kicker {
	margin: 0 0 10px;
	color: var(--privacy-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
}

.swcc-privacy-intro {
	margin-bottom: 42px;
	padding: clamp(32px, 5vw, 54px);
	border-radius: 15px;
	background: linear-gradient(135deg, var(--privacy-navy) 0%, #07334f 100%);
	color: var(--privacy-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-privacy-intro .swcc-privacy-kicker {
	color: #bde2f2;
}

.swcc-privacy-intro h2 {
	margin-bottom: 16px;
	color: var(--privacy-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-privacy-intro p:last-child {
	max-width: 980px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.96);
	font-size: 19px;
	font-weight: 600;
}

.swcc-privacy-section-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.swcc-privacy-section {
	padding: 28px 30px;
	border: 1px solid var(--privacy-line);
	border-left: 7px solid var(--privacy-blue);
	border-radius: 10px;
	background: var(--privacy-white);
	box-shadow: 0 10px 30px rgba(10, 65, 101, 0.06);
}

.swcc-privacy-section h2 {
	margin-bottom: 16px;
	color: var(--privacy-navy);
	font-size: clamp(24px, 3vw, 31px);
	font-weight: 800;
	line-height: 1.55;
}

.swcc-privacy-content > :last-child {
	margin-bottom: 0;
}

.swcc-privacy-content p,
.swcc-privacy-content ul,
.swcc-privacy-content ol {
	margin-bottom: 18px;
}

.swcc-privacy-content a {
	color: #075f91;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.swcc-privacy-content a:hover,
.swcc-privacy-content a:focus {
	color: var(--privacy-navy);
}

.swcc-privacy-enactment-date {
	margin: 28px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--privacy-line);
	color: var(--privacy-muted);
	font-weight: 700;
	text-align: right;
}

@media (max-width: 700px) {

	.swcc-privacy-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-privacy-intro {
		padding: 28px 20px;
		border-radius: 10px;
	}

	.swcc-privacy-intro h2 {
		font-size: 29px;
	}

	.swcc-privacy-intro p:last-child {
		font-size: 18px;
	}

	.swcc-privacy-section {
		padding: 23px 19px;
		border-left-width: 5px;
	}

	.swcc-privacy-section h2 {
		font-size: 25px;
	}

	.swcc-privacy-enactment-date {
		text-align: left;
	}
}

/* ==================================================
 * さが西部クリーンセンター HOME
 * 固定ページ本文を .swcc-home で囲んだ専用デザイン
 * ================================================== */

.swcc-home {
	--swcc-navy: #0a4165;
	--swcc-navy-dark: #06314d;
	--swcc-blue: #277da8;
	--swcc-green: #198754;
	--swcc-green-dark: #11663f;
	--swcc-red: #c83232;
	--swcc-yellow: #fff7dc;
	--swcc-cream: #f7f4ed;
	--swcc-pale-blue: #eef6fa;
	--swcc-line: #d7e1e7;
	--swcc-text: #1f2d38;
	--swcc-muted: #435563;
	--swcc-white: #ffffff;
	--swcc-shadow: 0 16px 42px rgba(10, 65, 101, 0.09);

	color: var(--swcc-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 17px;
	line-height: 1.9;
}

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

.swcc-home section,
.swcc-home nav {
	scroll-margin-top: 110px;
}

.swcc-home h1,
.swcc-home h2,
.swcc-home h3,
.swcc-home p,
.swcc-home ul {
	margin-top: 0;
}

.swcc-home a {
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.swcc-section-kicker,
.swcc-eyebrow {
	margin: 0 0 12px;
	color: #176f9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.18em;
}

/* -------------------------
 * ヒーロー
 * ------------------------- */

.swcc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	margin: 0 0 26px;
	padding: clamp(34px, 6vw, 68px);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.09), transparent 30%),
		linear-gradient(135deg, var(--swcc-navy) 0%, var(--swcc-navy-dark) 100%);
	color: var(--swcc-white);
	box-shadow: 0 22px 55px rgba(6, 49, 77, 0.18);
	overflow: hidden;
}

.swcc-hero .swcc-eyebrow {
	color: #b9e2f2;
}

.swcc-hero h1 {
	margin: 0 0 18px;
	color: var(--swcc-white);
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.035em;
}

.swcc-hero-lead {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.9;
}

.swcc-hero-copy > :last-child {
	margin-bottom: 0;
}

.swcc-hero-contact {
	width: 100%;
	padding: 16px 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	backdrop-filter: blur(4px);
}

.swcc-contact-label {
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-weight: 700;
}

.swcc-contact-number {
	margin-bottom: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.swcc-contact-number a {
	display: inline-block;
	color: var(--swcc-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(29px, 4vw, 42px);
	font-weight: 800;
	letter-spacing: 0.02em;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
	text-decoration: none;
}

.swcc-contact-number a:hover {
	color: #d8f4ff;
}

.swcc-contact-note {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
}







/* -------------------------
 * 基本情報カード
 * ------------------------- */

.swcc-status-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 30px;
}

.swcc-status-card {
	position: relative;
	min-height: 190px;
	padding: 26px;
	border: 1px solid var(--swcc-line);
	border-top: 5px solid var(--swcc-blue);
	border-radius: 13px;
	background: var(--swcc-white);
	box-shadow: var(--swcc-shadow);
}

.swcc-status-card-reserve {
	border-top-color: var(--swcc-green);
	background: linear-gradient(180deg, #ffffff 0%, #f2fbf6 100%);
}

.swcc-status-label {
	margin-bottom: 10px;
	color: var(--swcc-muted);
	font-size: 13px;
	font-weight: 700;
}

.swcc-status-main {
	margin-bottom: 9px;
	color: var(--swcc-navy);
	font-size: clamp(20px, 2.3vw, 27px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-status-note {
	margin-bottom: 0;
	color: var(--swcc-muted);
	font-size: 14px;
	line-height: 1.7;
}

.swcc-status-note p {
	margin: 0;
}

.swcc-status-note p + p {
	margin-top: 0.5em;
}


.swcc-status-card-reserve .swcc-status-note {
	margin-bottom: 18px;
}

/* -------------------------
 * ボタン
 * ------------------------- */

.swcc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 22px;
	border: 2px solid var(--swcc-navy);
	border-radius: 7px;
	background: var(--swcc-navy);
	color: var(--swcc-white) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
}

.swcc-button:hover {
	background: var(--swcc-navy-dark);
	border-color: var(--swcc-navy-dark);
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(6, 49, 77, 0.18);
}

.swcc-button-reserve,
.swcc-button-large {
	background: var(--swcc-green);
	border-color: var(--swcc-green);
}

.swcc-button-reserve:hover,
.swcc-button-large:hover {
	background: var(--swcc-green-dark);
	border-color: var(--swcc-green-dark);
}

.swcc-button-outline {
	background: var(--swcc-white);
	color: var(--swcc-navy) !important;
}

.swcc-button-outline:hover {
	background: var(--swcc-navy);
	color: var(--swcc-white) !important;
}

.swcc-button-large {
	min-height: 54px;
	padding: 13px 30px;
	font-size: 16px;
}

/* -------------------------
 * お知らせ
 * ------------------------- */

.swcc-news {
	display: grid;
	grid-template-columns: minmax(190px, 0.24fr) minmax(0, 1fr);
	align-items: stretch;
	margin: 0 0 30px;
	border: 1px solid #e6dcae;
	border-radius: 12px;
	background: var(--swcc-yellow);
	overflow: hidden;
}

.swcc-news-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 20px;
	background: #fff1b8;
}

.swcc-news-heading h2 {
	margin: 0;
	color: #6a5412;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.swcc-news-body {
	display: grid;
	align-content: center;
	padding: 10px 27px;
}

.swcc-news-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.swcc-news-list li {
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid #e2d49b;
	line-height: 1.7;
}

.swcc-news-list li:last-child {
	border-bottom: 0;
}

.swcc-news-list a {
	display: block;
	color: var(--swcc-navy);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.swcc-news-list span {
	display: block;
	color: var(--swcc-text);
	font-weight: 700;
}

/* -------------------------
 * 目的別ナビ
 * ------------------------- */

.swcc-purpose-nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	margin: 0 0 clamp(58px, 8vw, 90px);
}

.swcc-purpose-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 170px;
	padding: 25px 22px 22px;
	border: 1px solid var(--swcc-line);
	border-radius: 12px;
	background: var(--swcc-white);
	color: var(--swcc-text) !important;
	text-decoration: none !important;
	box-shadow: 0 10px 28px rgba(10, 65, 101, 0.06);
	overflow: hidden;
}

.swcc-purpose-card:hover {
	border-color: #9fbecd;
	transform: translateY(-4px);
	box-shadow: var(--swcc-shadow);
}

.swcc-purpose-no {
	position: absolute;
	right: 14px;
	top: 5px;
	color: rgba(10, 65, 101, 0.08);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
}

.swcc-purpose-card strong {
	position: relative;
	margin: 27px 0 8px;
	color: var(--swcc-navy);
	font-size: 18px;
	line-height: 1.5;
}

.swcc-purpose-card > span:last-child {
	position: relative;
	color: var(--swcc-muted);
	font-size: 13px;
	line-height: 1.7;
}

/* -------------------------
 * 積み込み順
 * ------------------------- */

.swcc-load-guide {
	margin: 0 0 32px;
	padding: clamp(30px, 5vw, 52px);
	border-radius: 16px;
	background: var(--swcc-pale-blue);
}

.swcc-load-guide-heading {
	max-width: 840px;
	margin: 0 auto 30px;
	text-align: center;
}

.swcc-load-guide-heading h2 {
	margin-bottom: 13px;
	color: var(--swcc-navy);
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.45;
	font-weight:bold;
}

.swcc-load-guide-heading > p:last-child,
.swcc-load-guide-lead {
	margin-bottom: 0;
	color: var(--swcc-muted);
	text-align: left;
}

.swcc-load-guide-lead > :first-child {
	margin-top: 0;
}

.swcc-load-guide-lead > :last-child {
	margin-bottom: 0;
}

.swcc-load-guide-lead [style*="color"] {
	color: revert;
}

.swcc-load-steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}

.swcc-load-step {
	padding: 27px;
	border: 2px solid transparent;
	border-radius: 13px;
	background: var(--swcc-white);
	text-align: center;
	box-shadow: 0 9px 24px rgba(10, 65, 101, 0.08);
}

.swcc-load-step-first {
	border-color: #e29b65;
}

.swcc-load-step-second {
	border-color: #7da7c2;
}

.swcc-load-badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 13px;
	border-radius: 999px;
	background: var(--swcc-cream);
	color: var(--swcc-muted);
	font-size: 12px;
	font-weight: 800;
}

.swcc-load-step strong {
	display: block;
	margin-bottom: 7px;
	color: var(--swcc-navy);
	font-size: 22px;
}

.swcc-load-step p {
	margin-bottom: 0;
	color: var(--swcc-muted);
	font-size: 13px;
}

.swcc-load-arrow {
	color: var(--swcc-blue);
	font-size: 32px;
	font-weight: 800;
}

/* -------------------------
 * 共通セクション
 * ------------------------- */

.swcc-section,
.swcc-fee-section {
	margin: 0 0 32px;
}

.swcc-section-heading {
	max-width: 840px;
	margin: 0 0 20px;
}

.swcc-section-heading h2 {
	margin: 0 0 12px !important;
	padding: 0;
	color: var(--swcc-navy);
	font-size: clamp(28px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.4;
}

/* HOME「直接搬入について」「直接搬入手数料」h2 */
.swcc-section-heading #swcc-direct-title,
.swcc-section-heading #swcc-fee-title {
	margin: 0 0 14px !important;
	padding: 13px 18px 13px 24px;
	border: 1px solid #c7dce7;
	border-left: 7px solid var(--swcc-blue);
	border-radius: 0 10px 10px 0;
	background: linear-gradient(90deg, #eef7fb 0%, #f8fbfd 72%, #ffffff 100%);
	color: var(--swcc-navy);
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.07);
}


.swcc-section-heading > p:last-child {
	margin-bottom: 0;
	color: var(--swcc-muted);
	line-height: 1.8;
}

.swcc-section-heading {
	width: 100%;
	max-width: none;
	margin: 0 0 20px;
}

/* 見出し枠だけ従来の幅にする */
.swcc-section-heading h2 {
	max-width: 840px;
}

/* 説明文は横幅いっぱいにする */
.swcc-section-heading > p {
	width: 100%;
	max-width: none;
}

.swcc-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.swcc-info-card {
	padding: 30px;
	border: 1px solid var(--swcc-line);
	border-radius: 12px;
	background: var(--swcc-white);
	box-shadow: 0 10px 30px rgba(10, 65, 101, 0.06);
}

.swcc-info-card h3 {
	margin-bottom: 14px;
	color: var(--swcc-navy);
	font-size: 21px;
	line-height: 1.5;
}

.swcc-info-card p:last-child,
.swcc-info-card ul:last-child {
	margin-bottom: 0;
}

/* 直接搬入カード内の通常リンク：常時見やすく下線を表示 */
.swcc-info-card a:not(.swcc-button) {
	color: var(--swcc-navy-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.swcc-info-card a:not(.swcc-button):visited {
	color: var(--swcc-navy-dark);
}

.swcc-info-card a:not(.swcc-button):hover,
.swcc-info-card a:not(.swcc-button):focus-visible {
	color: var(--swcc-blue);
	text-decoration-thickness: 3px;
}

.swcc-area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.swcc-area-list li {
	padding: 6px 12px;
	border: 1px solid #bdd0db;
	border-radius: 999px;
	background: var(--swcc-pale-blue);
	color: var(--swcc-navy);
	font-size: 13px;
	font-weight: 700;
}

.swcc-check-list,
.swcc-alert-list {
	margin-bottom: 24px;
	padding-left: 0;
	color: var(--swcc-text);
	font-size: 18px;
	line-height: 2;
	list-style: none;
}

.swcc-check-list li,
.swcc-alert-list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 38px;
}

/* チェックマークをCSSで描画 */
.swcc-check-list li::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 8px;
	width: 9px;
	height: 16px;
	border-right: 4px solid var(--swcc-green-dark);
	border-bottom: 4px solid var(--swcc-green-dark);
	transform: rotate(45deg);
}

.swcc-alert-list li::before {
	content: "!";
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 2px solid #d98b8b;
	border-radius: 50%;
	background: #fff5f5;
	color: #a51f1f;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.swcc-caution-text {
	padding: 13px 15px;
	border-left: 4px solid var(--swcc-red);
	background: #fff4f4;
	color: #9c2424;
	font-weight: 800;
}

.swcc-info-card-documents {
	background: linear-gradient(135deg, #ffffff 0%, #f2f8fb 100%);
}

.swcc-document-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* -------------------------
 * 休日予約
 * ------------------------- */

.swcc-reservation-section {
	display: block;
	margin: 0 0 clamp(62px, 8vw, 92px);
	padding: clamp(32px, 5vw, 55px);
	border-radius: 17px;
	background: linear-gradient(135deg, #0b6b45 0%, #14563d 100%);
	color: var(--swcc-white);
	box-shadow: 0 20px 50px rgba(20, 86, 61, 0.18);
}

.swcc-reservation-copy {
	width: 100%;
	max-width: none;
}

.swcc-reservation-section .swcc-section-kicker {
	color: #bfe9d5;
}

.swcc-reservation-copy h2 {
	margin-bottom: 15px;
	color: var(--swcc-white);
	font-size: clamp(26px, 3.5vw, 38px);
	line-height: 1.45;
}

.swcc-reservation-copy > p {
	color: rgba(255, 255, 255, 0.88);
}

.swcc-reservation-days {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.swcc-reservation-days li {
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--swcc-white);
	font-size: 13px;
	font-weight: 700;
}

.swcc-reservation-section .swcc-button-large {
	border-color: var(--swcc-white);
	background: var(--swcc-white);
	color: var(--swcc-green-dark) !important;
}

.swcc-reservation-section .swcc-button-large:hover {
	border-color: #e9fff4;
	background: #e9fff4;
}

.swcc-reservation-visual {
	width: 100%;
	max-width: none;
	margin-top: 34px;
}

.swcc-reservation-visual img {
	display: block;
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
	border-radius: 11px;
	box-shadow: 0 13px 28px rgba(0, 0, 0, 0.16);
}

/* -------------------------
 * 2カラム案内
 * ------------------------- */

.swcc-two-column {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	margin: 0 0 clamp(62px, 8vw, 92px);
}

.swcc-detail-card {
	padding: clamp(34px, 5vw, 52px);
	border: 1px solid #c8d5dd;
	border-top: 6px solid var(--swcc-blue);
	border-radius: 13px;
	background: var(--swcc-white);
	box-shadow: var(--swcc-shadow);
}

.swcc-detail-card-alert {
	border-top-color: var(--swcc-red);
}

.swcc-detail-card h2 {
	margin:-20px 0 -10px !important;
	color: var(--swcc-navy-dark);
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 700;
	line-height: 1.45;
}

.swcc-text-link {
	display: inline-block;
	color: var(--swcc-navy-dark);
	font-size: 18px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.swcc-example {
	margin: 24px 0 0;
	padding: 18px 20px;
	border: 1px solid #ddd6c7;
	border-radius: 8px;
	background: var(--swcc-cream);
	color: #344653;
	font-size: 16px;
	line-height: 1.85;
}

/* -------------------------
 * 搬入日時
 * ------------------------- */

.swcc-schedule-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.swcc-schedule-card {
	padding: 28px;
	border: 1px solid var(--swcc-line);
	border-radius: 12px;
	background: var(--swcc-white);
	box-shadow: 0 10px 28px rgba(10, 65, 101, 0.06);
}

.swcc-schedule-card span {
	display: block;
	margin-bottom: 10px;
	color: var(--swcc-blue);
	font-size: 13px;
	font-weight: 800;
}

.swcc-schedule-card strong {
	display: block;
	margin-bottom: 9px;
	color: var(--swcc-navy);
	font-size: 21px;
	line-height: 1.5;
}

.swcc-schedule-card p {
	margin-bottom: 0;
	color: var(--swcc-muted);
	font-size: 13px;
}

.swcc-schedule-card-closed {
	border-color: #edcaca;
	background: #fff8f8;
}

.swcc-schedule-card-closed span,
.swcc-schedule-card-closed strong {
	color: #a82b2b;
}

/* -------------------------
 * 料金表
 * ------------------------- */

.swcc-table-wrap {
	width: 100%;
	border: 1px solid var(--swcc-line);
	border-radius: 12px;
	background: var(--swcc-white);
	overflow-x: auto;
	box-shadow: var(--swcc-shadow);
}

.swcc-fee-table {
	width: 100%;
	min-width: 700px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.swcc-fee-table th,
.swcc-fee-table td {
	padding: 18px 20px;
	border-right: 1px solid var(--swcc-line);
	border-bottom: 1px solid var(--swcc-line);
	vertical-align: middle;
	text-align: left;
}

.swcc-fee-table th:last-child,
.swcc-fee-table td:last-child {
	border-right: 0;
}

.swcc-fee-table tbody tr:last-child td {
	border-bottom: 0;
}

.swcc-fee-table thead th {
	background: var(--swcc-navy);
	color: var(--swcc-white);
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.swcc-fee-table tbody th {
	width: 35%;
	color: var(--swcc-navy);
	font-size: 16px;
}

.swcc-fee-table tbody th small {
	display: block;
	margin-top: 4px;
	color: var(--swcc-muted);
	font-size: 12px;
	font-weight: 500;
}

.swcc-fee-home th {
	background: #eef7fc;
}

.swcc-fee-business th {
	background: #edf8f2;
}

.swcc-fee-table td strong {
	color: var(--swcc-navy);
	font-size: 18px;
}

.swcc-fee-note {
	margin-top: 18px;
	padding: 18px 20px;
	border-left: 5px solid var(--swcc-blue);
	background: var(--swcc-pale-blue);
}

.swcc-fee-note p {
	margin-bottom: 0;
}

.swcc-future-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 18px 0 -35px;
	padding: 20px 22px;
	border: 1px solid #e9d58f;
	border-radius: 9px;
	background: var(--swcc-yellow);
}

.swcc-future-notice strong {
	color: #705a11;
}

.swcc-future-notice a {
	flex: 0 0 auto;
	color: var(--swcc-navy);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* -------------------------
 * タブレット
 * ------------------------- */

@media (max-width: 980px) {

	.swcc-hero {
		grid-template-columns: 1fr;
	}

	.swcc-status-grid,
	.swcc-schedule-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swcc-status-card-reserve,
	.swcc-schedule-card-closed {
		grid-column: 1 / -1;
	}

	.swcc-purpose-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

/* -------------------------
 * スマートフォン
 * ------------------------- */

@media (max-width: 700px) {

	.swcc-home {
		font-size: 16px;
		line-height: 1.9;
	}

	.swcc-hero {
		gap: 14px;
		padding: 30px 22px;
		border-radius: 12px;
	}

	.swcc-hero h1 {
		font-size: 28px;
	}

	.swcc-hero-lead {
		font-size: 15px;
	}

	.swcc-contact-number a {
		font-size: 29px;
	}

	.swcc-status-grid,
	.swcc-purpose-nav,
	.swcc-info-grid,
	.swcc-two-column,
	.swcc-schedule-grid {
		grid-template-columns: 1fr;
	}

	.swcc-status-card-reserve,
	.swcc-schedule-card-closed {
		grid-column: auto;
	}

	.swcc-news {
		grid-template-columns: 1fr;
	}

	.swcc-purpose-card {
		min-height: 135px;
	}

	.swcc-load-guide,
	.swcc-reservation-section {
		padding: 30px 20px;
		border-radius: 12px;
	}

	.swcc-load-steps {
		grid-template-columns: 1fr;
	}

	.swcc-load-arrow {
		transform: rotate(90deg);
		text-align: center;
	}

	.swcc-info-card,
	.swcc-detail-card,
	.swcc-schedule-card {
		padding: 28px 22px;
	}

	.swcc-document-buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.swcc-document-buttons .swcc-button {
		width: 100%;
	}

	.swcc-future-notice {
		display: block;
	}

	.swcc-future-notice a {
		display: inline-block;
		margin-top: 10px;
	}

}

/* -------------------------
 * 小型スマートフォン
 * ------------------------- */

@media (max-width: 430px) {

	.swcc-contact-number a {
		font-size: 25px;
	}

	.swcc-status-main {
		font-size: 21px;
	}

	.swcc-button,
	.swcc-button-large {
		width: 100%;
	}

	.swcc-reservation-days li {
		width: calc(50% - 4px);
		text-align: center;
	}

}

.swcc-home-banner { margin: 0 0 30px; text-align: center; }
.swcc-home-banner img { display:block; width:100%; max-width:768px; height:auto; margin:0 auto; }

/* ==================================================
 * 休日等ごみ搬入事前予約ページ
 * 本文を .swcc-reserve-page で囲んだ専用CSS
 * ================================================== */

.swcc-reserve-page {
	--reserve-navy: #0a4165;
	--reserve-blue: #1976a3;
	--reserve-green: #116b47;
	--reserve-red: #b42323;
	--reserve-yellow: #fff6d9;
	--reserve-pale-blue: #eef7fb;
	--reserve-pale-green: #eef8f3;
	--reserve-pale-red: #fff1f1;
	--reserve-line: #cfdde5;
	--reserve-text: #1f2f3d;
	--reserve-muted: #425766;
	--reserve-white: #ffffff;

	color: var(--reserve-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-reserve-page,
.swcc-reserve-page *,
.swcc-reserve-page *::before,
.swcc-reserve-page *::after {
	box-sizing: border-box;
}

.swcc-reserve-page section,
.swcc-reserve-page nav {
	scroll-margin-top: 110px;
}

.swcc-reserve-page h1,
.swcc-reserve-page h2,
.swcc-reserve-page p,
.swcc-reserve-page ul,
.swcc-reserve-page ol {
	margin-top: 0;
}

.swcc-reserve-page h1,
.swcc-reserve-page h2 {
	border: 0;
	background: none;
}

.swcc-reserve-kicker {
	margin: 0 0 10px;
	color: var(--reserve-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

/* -------------------------
 * ページ上部
 * ------------------------- */

.swcc-reserve-hero {
	margin-bottom: 28px;
	padding: clamp(34px, 6vw, 60px);
	border-radius: 16px;
	background: linear-gradient(135deg, var(--reserve-navy) 0%, #07334f 100%);
	color: var(--reserve-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-reserve-hero .swcc-reserve-kicker {
	color: #bde2f2;
}

.swcc-reserve-hero h1 {
	margin-bottom: 18px;
	color: var(--reserve-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.swcc-reserve-lead {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.9;
}

/* -------------------------
 * 要点
 * ------------------------- */

.swcc-reserve-summary {
	margin-bottom: 28px;
	padding: clamp(28px, 5vw, 44px);
	border: 2px solid var(--reserve-green);
	border-radius: 14px;
	background: var(--reserve-pale-green);
}

.swcc-reserve-summary h2,
.swcc-reserve-section h2,
.swcc-reserve-final h2 {
	margin-bottom: 24px;
	color: var(--reserve-navy);
	font-size: clamp(27px, 3.3vw, 36px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-reserve-summary-item {
	padding: 20px 0;
	border-bottom: 1px solid #c9ddd3;
}

.swcc-reserve-summary-item:last-of-type {
	border-bottom: 0;
}

.swcc-reserve-summary-label {
	display: block;
	margin-bottom: 6px;
	color: var(--reserve-green);
	font-size: 15px;
	font-weight: 800;
}

.swcc-reserve-summary-item strong {
	display: block;
	color: var(--reserve-text);
	font-size: 22px;
	line-height: 1.6;
}

.swcc-reserve-summary-item p {
	margin: 7px 0 0;
	color: var(--reserve-muted);
}

.swcc-reserve-start-note {
	margin: 22px 0 0;
	padding: 16px 18px;
	border-left: 5px solid var(--reserve-green);
	background: var(--reserve-white);
	font-weight: 700;
}

/* -------------------------
 * ページ内メニュー
 * ------------------------- */

.swcc-reserve-jump {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-bottom: 54px;
}

.swcc-reserve-jump a {
	display: block;
	padding: 15px 18px;
	border: 2px solid var(--reserve-line);
	border-radius: 8px;
	background: var(--reserve-white);
	color: var(--reserve-navy);
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.swcc-reserve-jump a:hover,
.swcc-reserve-jump a:focus {
	border-color: var(--reserve-blue);
	background: var(--reserve-pale-blue);
}

/* -------------------------
 * 共通セクション
 * ------------------------- */

.swcc-reserve-section {
	margin-bottom: 54px;
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--reserve-line);
	border-top: 6px solid var(--reserve-blue);
	border-radius: 13px;
	background: var(--reserve-white);
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-reserve-section-online {
	border-top-color: var(--reserve-green);
	background: linear-gradient(180deg, #ffffff 0%, #f5fbf8 100%);
}

.swcc-reserve-section-phone {
	border-top-color: var(--reserve-navy);
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.swcc-reserve-section-notes {
	border-top-color: var(--reserve-red);
}

.swcc-reserve-section-lead,
.swcc-reserve-notes-lead {
	margin-bottom: 24px;
	color: var(--reserve-muted);
	font-size: 18px;
}

/* -------------------------
 * リスト
 * ------------------------- */

.swcc-reserve-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.swcc-reserve-check-list li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 34px;
}

.swcc-reserve-check-list li::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 9px;
	width: 8px;
	height: 14px;
	border-right: 4px solid var(--reserve-green);
	border-bottom: 4px solid var(--reserve-green);
	transform: rotate(45deg);
}

/* -------------------------
 * 案内・警告
 * ------------------------- */

.swcc-reserve-deadline-note,
.swcc-reserve-info-box,
.swcc-reserve-warning {
	margin-top: 26px;
	padding: 20px 22px;
	border-radius: 9px;
}

.swcc-reserve-deadline-note {
	border: 1px solid #e4cf84;
	background: var(--reserve-yellow);
}

.swcc-reserve-info-box {
	border-left: 6px solid var(--reserve-green);
	background: var(--reserve-white);
}

.swcc-reserve-warning {
	border: 2px solid #e6b1b1;
	background: var(--reserve-pale-red);
}

.swcc-reserve-deadline-note strong,
.swcc-reserve-info-box strong,
.swcc-reserve-warning strong {
	display: block;
	margin-bottom: 8px;
	color: var(--reserve-navy);
	font-size: 20px;
}

.swcc-reserve-warning strong {
	color: var(--reserve-red);
}

.swcc-reserve-deadline-note p,
.swcc-reserve-info-box p,
.swcc-reserve-warning p {
	margin-bottom: 0;
}

/* -------------------------
 * 予約ボタン
 * ------------------------- */

.swcc-reserve-primary-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 62px;
	margin-top: 28px;
	padding: 15px 24px;
	border: 3px solid var(--reserve-green);
	border-radius: 9px;
	background: var(--reserve-green);
	color: var(--reserve-white) !important;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
}

.swcc-reserve-primary-button:hover,
.swcc-reserve-primary-button:focus {
	background: #0c5438;
	border-color: #0c5438;
}

/* -------------------------
 * PDFリンク
 * ------------------------- */

.swcc-reserve-document-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 24px;
}

.swcc-reserve-document-list a {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 14px;
	align-items: center;
	padding: 18px 20px;
	border: 2px solid var(--reserve-line);
	border-radius: 9px;
	background: var(--reserve-white);
	color: var(--reserve-text);
	text-decoration: none;
}

.swcc-reserve-document-list a:hover,
.swcc-reserve-document-list a:focus {
	border-color: var(--reserve-blue);
	background: var(--reserve-pale-blue);
}

.swcc-reserve-document-list a > span {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 38px;
	border-radius: 5px;
	background: var(--reserve-red);
	color: var(--reserve-white);
	font-size: 13px;
	font-weight: 800;
}

.swcc-reserve-document-list strong {
	color: var(--reserve-navy);
	font-size: 18px;
}

.swcc-reserve-document-list small {
	color: var(--reserve-muted);
	font-size: 14px;
}

/* -------------------------
 * 電話番号
 * ------------------------- */

.swcc-reserve-phone-box {
	margin-top: 28px;
	padding: 26px;
	border: 3px solid var(--reserve-navy);
	border-radius: 12px;
	background: var(--reserve-white);
	text-align: center;
}

.swcc-reserve-phone-box span {
	display: block;
	margin-bottom: 8px;
	color: var(--reserve-muted);
	font-size: 16px;
	font-weight: 800;
}

.swcc-reserve-phone-box a {
	display: inline-block;
	color: var(--reserve-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

.swcc-reserve-phone-box p {
	margin: 10px 0 0;
	font-size: 17px;
	font-weight: 700;
}

.swcc-reserve-phone-note {
	margin: 22px 0 0;
	font-weight: 700;
}

/* -------------------------
 * 注意事項
 * ------------------------- */

.swcc-reserve-note-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: reserve-note;
}

.swcc-reserve-note-list li {
	position: relative;
	margin-bottom: 18px;
	padding: 24px 24px 24px 76px;
	border: 1px solid var(--reserve-line);
	border-radius: 10px;
	background: #fcfdfe;
	counter-increment: reserve-note;
}

.swcc-reserve-note-list li::before {
	content: counter(reserve-note);
	position: absolute;
	left: 22px;
	top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--reserve-navy);
	color: var(--reserve-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.swcc-reserve-note-list strong {
	display: block;
	margin-bottom: 8px;
	color: var(--reserve-navy);
	font-size: 20px;
	line-height: 1.55;
}

.swcc-reserve-note-list p {
	margin-bottom: 8px;
}

.swcc-reserve-note-list p:last-child {
	margin-bottom: 0;
}

/* -------------------------
 * 最下部
 * ------------------------- */

.swcc-reserve-final {
	padding: clamp(28px, 5vw, 44px);
	border-radius: 14px;
	background: var(--reserve-pale-green);
	text-align: center;
}

.swcc-reserve-final p {
	margin-bottom: 0;
}

/* -------------------------
 * スマートフォン
 * ------------------------- */

@media (max-width: 700px) {

	.swcc-reserve-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-reserve-hero,
	.swcc-reserve-summary,
	.swcc-reserve-section,
	.swcc-reserve-final {
		padding: 26px 20px;
		border-radius: 10px;
	}

	.swcc-reserve-hero h1 {
		font-size: 29px;
	}

	.swcc-reserve-lead {
		font-size: 18px;
	}

	.swcc-reserve-summary h2,
	.swcc-reserve-section h2,
	.swcc-reserve-final h2 {
		font-size: 26px;
	}

	.swcc-reserve-summary-item strong {
		font-size: 20px;
	}

	.swcc-reserve-primary-button {
		font-size: 18px;
	}

	.swcc-reserve-note-list li {
		padding: 68px 18px 22px;
	}

	.swcc-reserve-note-list li::before {
		left: 18px;
		top: 18px;
	}

	.swcc-reserve-phone-box {
		padding: 22px 16px;
	}

	.swcc-reserve-phone-box a {
		font-size: 32px;
	}

}

/* ==================================================
 * ごみ搬入時の注意事項
 * ================================================== */

.swcc-delivery-notes-page {
	--delivery-navy: #0a4165;
	--delivery-blue: #267da8;
	--delivery-green: #146b45;
	--delivery-red: #a51f1f;
	--delivery-pale-blue: #eef7fb;
	--delivery-pale-green: #eff8f3;
	--delivery-pale-red: #fff2f2;
	--delivery-line: #cddbe3;
	--delivery-text: #1f2f3d;
	--delivery-muted: #405665;
	--delivery-white: #ffffff;

	color: var(--delivery-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-delivery-notes-page,
.swcc-delivery-notes-page *,
.swcc-delivery-notes-page *::before,
.swcc-delivery-notes-page *::after {
	box-sizing: border-box;
}

.swcc-delivery-notes-page h1,
.swcc-delivery-notes-page h2,
.swcc-delivery-notes-page h3,
.swcc-delivery-notes-page p {
	margin-top: 0;
}

.swcc-delivery-notes-kicker {
	margin: 0 0 11px;
	color: var(--delivery-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.16em;
}

.swcc-delivery-notes-hero {
	margin-bottom: 34px;
	padding: clamp(34px, 6vw, 60px);
	border-radius: 16px;
	background: linear-gradient(135deg, var(--delivery-navy) 0%, #06314d 100%);
	color: var(--delivery-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.15);
}

.swcc-delivery-notes-hero .swcc-delivery-notes-kicker {
	color: #bde2f2;
}

.swcc-delivery-notes-hero h1 {
	margin-bottom: 18px;
	color: var(--delivery-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.4;
}

.swcc-delivery-notes-lead {
	max-width: 980px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	font-weight: 600;
}

.swcc-delivery-notes-section {
	margin-bottom: 54px;
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--delivery-line);
	border-top: 6px solid var(--delivery-blue);
	border-radius: 13px;
	background: var(--delivery-white);
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-delivery-notes-accepted {
	border-top-color: var(--delivery-green);
}

.swcc-delivery-notes-prohibited {
	border-top-color: var(--delivery-red);
}

.swcc-delivery-notes-section h2 {
	margin-bottom: 18px;
	color: var(--delivery-navy);
	font-size: clamp(27px, 3.3vw, 36px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-delivery-notes-section-lead {
	margin-bottom: 28px;
	color: var(--delivery-muted);
}

.swcc-delivery-notes-card-list,
.swcc-delivery-notes-rule-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.swcc-delivery-notes-card,
.swcc-delivery-notes-rule {
	padding: 26px;
	border: 1px solid var(--delivery-line);
	border-radius: 11px;
	background: #fcfdfe;
}

.swcc-delivery-notes-card-accepted {
	border-left: 6px solid var(--delivery-green);
	background: var(--delivery-pale-green);
}

.swcc-delivery-notes-card-prohibited {
	border-left: 6px solid var(--delivery-red);
	background: var(--delivery-pale-red);
}

.swcc-delivery-notes-card h3,
.swcc-delivery-notes-rule h3 {
	margin-bottom: 10px;
	color: var(--delivery-navy);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.55;
}

.swcc-delivery-notes-card-prohibited h3 {
	color: var(--delivery-red);
}

.swcc-delivery-notes-card p:last-child,
.swcc-delivery-notes-rule p:last-child {
	margin-bottom: 0;
}

.swcc-delivery-notes-rule-list {
	margin-top: 24px;
}

.swcc-delivery-notes-rule {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 28px;
	align-items: center;
	background: var(--delivery-white);
}

.swcc-delivery-notes-rule-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--delivery-line);
	border-radius: 8px;
	background: var(--delivery-white);
}

.swcc-delivery-notes-warning {
	margin: 18px 0 0;
	padding: 15px 17px;
	border-left: 5px solid var(--delivery-red);
	background: var(--delivery-pale-red);
	color: var(--delivery-red);
	font-weight: 800;
}

.swcc-delivery-notes-document-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	padding: 12px 16px;
	border: 2px solid var(--delivery-navy);
	border-radius: 7px;
	background: var(--delivery-white);
	color: var(--delivery-navy) !important;
	font-weight: 800;
	text-decoration: none !important;
}

.swcc-delivery-notes-document-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 30px;
	border-radius: 4px;
	background: var(--delivery-red);
	color: var(--delivery-white);
	font-size: 12px;
}

.swcc-delivery-notes-document-link:hover,
.swcc-delivery-notes-document-link:focus {
	background: var(--delivery-pale-blue);
}

.swcc-delivery-notes-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--delivery-line);
	border-radius: 10px;
}

.swcc-delivery-notes-contact-table {
	width: 100%;
	min-width: 650px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.swcc-delivery-notes-contact-table th,
.swcc-delivery-notes-contact-table td {
	padding: 16px 18px;
	border-right: 1px solid var(--delivery-line);
	border-bottom: 1px solid var(--delivery-line);
	vertical-align: middle;
	text-align: left;
}

.swcc-delivery-notes-contact-table th:last-child,
.swcc-delivery-notes-contact-table td:last-child {
	border-right: 0;
}

.swcc-delivery-notes-contact-table tbody tr:last-child th,
.swcc-delivery-notes-contact-table tbody tr:last-child td {
	border-bottom: 0;
}

.swcc-delivery-notes-contact-table thead th {
	background: var(--delivery-navy);
	color: var(--delivery-white);
	font-size: 16px;
	font-weight: 800;
}

.swcc-delivery-notes-contact-table tbody th {
	background: var(--delivery-pale-blue);
	color: var(--delivery-navy);
	font-weight: 800;
}

.swcc-delivery-notes-contact-table a {
	color: var(--delivery-navy);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.swcc-delivery-notes-prefecture {
	margin-top: 22px;
	padding: 22px;
	border-left: 6px solid var(--delivery-blue);
	background: var(--delivery-pale-blue);
}

.swcc-delivery-notes-prefecture p {
	margin-bottom: 10px;
}

.swcc-delivery-notes-prefecture strong,
.swcc-delivery-notes-prefecture a {
	display: block;
}

.swcc-delivery-notes-prefecture strong {
	color: var(--delivery-navy);
	font-size: 20px;
}

.swcc-delivery-notes-prefecture a {
	margin-top: 5px;
	color: var(--delivery-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 760px) {

	.swcc-delivery-notes-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-delivery-notes-hero,
	.swcc-delivery-notes-section {
		padding: 26px 20px;
		border-radius: 10px;
	}

	.swcc-delivery-notes-hero h1 {
		font-size: 29px;
	}

	.swcc-delivery-notes-lead {
		font-size: 18px;
	}

	.swcc-delivery-notes-section h2 {
		font-size: 26px;
	}

	.swcc-delivery-notes-card,
	.swcc-delivery-notes-rule {
		padding: 22px 18px;
	}

	.swcc-delivery-notes-rule {
		grid-template-columns: 1fr;
	}

	.swcc-delivery-notes-card h3,
	.swcc-delivery-notes-rule h3 {
		font-size: 21px;
	}

	.swcc-delivery-notes-document-link {
		width: 100%;
	}

	.swcc-delivery-notes-prefecture a {
		font-size: 23px;
	}
}

/* ==================================================
 * お問い合わせページ
 * ================================================== */

.swcc-contact-page {
	--contact-navy: #0a4165;
	--contact-navy-dark: #06314d;
	--contact-blue: #267da8;
	--contact-green: #116b47;
	--contact-red: #b42323;
	--contact-pale-blue: #eef7fb;
	--contact-pale-green: #eef8f3;
	--contact-pale-red: #fff2f2;
	--contact-line: #cfdce4;
	--contact-text: #1f2f3d;
	--contact-muted: #425767;
	--contact-white: #ffffff;

	color: var(--contact-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-contact-page,
.swcc-contact-page *,
.swcc-contact-page *::before,
.swcc-contact-page *::after {
	box-sizing: border-box;
}

.swcc-contact-page h1,
.swcc-contact-page h2,
.swcc-contact-page p,
.swcc-contact-page ul {
	margin-top: 0;
}

.swcc-contact-hero {
	margin-bottom: 28px;
	padding: clamp(34px, 6vw, 60px);
	border-radius: 16px;
	background: linear-gradient(135deg, var(--contact-navy) 0%, var(--contact-navy-dark) 100%);
	color: var(--contact-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-contact-kicker {
	margin-bottom: 10px;
	color: #bde2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.swcc-contact-hero h1 {
	margin-bottom: 18px;
	color: var(--contact-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.swcc-contact-lead {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	font-weight: 600;
}

.swcc-contact-guide,
.swcc-contact-form-section {
	margin-bottom: 34px;
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--contact-line);
	border-radius: 13px;
	background: var(--contact-white);
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-contact-guide {
	border-top: 6px solid var(--contact-blue);
	background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.swcc-contact-form-section {
	border-top: 6px solid var(--contact-green);
}

.swcc-contact-guide h2,
.swcc-contact-form-section h2 {
	margin-bottom: 22px;
	color: var(--contact-navy);
	font-size: clamp(27px, 3.3vw, 36px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-contact-guide ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.swcc-contact-guide li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 34px;
}

.swcc-contact-guide li:last-child {
	margin-bottom: 0;
}

.swcc-contact-guide li::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 9px;
	width: 8px;
	height: 14px;
	border-right: 4px solid var(--contact-green);
	border-bottom: 4px solid var(--contact-green);
	transform: rotate(45deg);
}

.swcc-contact-form-lead {
	margin-bottom: 22px;
	color: var(--contact-muted);
}

.swcc-contact-privacy-note {
	margin-bottom: 28px;
	padding: 18px 20px;
	border-left: 6px solid var(--contact-blue);
	background: var(--contact-pale-blue);
}

.swcc-contact-privacy-note p {
	margin-bottom: 6px;
}

.swcc-contact-privacy-note p:last-child {
	margin-bottom: 0;
}

.swcc-contact-privacy-note a {
	color: var(--contact-navy-dark);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.swcc-contact-form-wrap {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--contact-line);
	border-radius: 11px;
	background: #fcfdfe;
}

.swcc-contact-form-wrap .wpcf7 {
	margin: 0;
}

.swcc-contact-form-wrap p {
	margin-bottom: 24px;
}

.swcc-contact-form-wrap label {
	display: block;
	margin-bottom: 8px;
	color: var(--contact-navy-dark);
	font-size: 18px;
	font-weight: 800;
}

.swcc-contact-form-wrap input[type="text"],
.swcc-contact-form-wrap input[type="email"],
.swcc-contact-form-wrap input[type="tel"],
.swcc-contact-form-wrap input[type="url"],
.swcc-contact-form-wrap input[type="number"],
.swcc-contact-form-wrap input[type="date"],
.swcc-contact-form-wrap select,
.swcc-contact-form-wrap textarea {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 2px solid #9eafb9;
	border-radius: 7px;
	background: var(--contact-white);
	color: var(--contact-text);
	font: inherit;
	line-height: 1.6;
}

.swcc-contact-form-wrap textarea {
	min-height: 190px;
	resize: vertical;
}

.swcc-contact-form-wrap input:focus,
.swcc-contact-form-wrap select:focus,
.swcc-contact-form-wrap textarea:focus {
	border-color: var(--contact-blue);
	outline: 3px solid rgba(38, 125, 168, 0.18);
	outline-offset: 1px;
}

.swcc-contact-form-wrap .wpcf7-list-item {
	margin: 0 18px 8px 0;
}

.swcc-contact-form-wrap input[type="checkbox"],
.swcc-contact-form-wrap input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: -3px;
}

.swcc-contact-form-wrap input[type="submit"],
.swcc-contact-form-wrap button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 58px;
	padding: 14px 28px;
	border: 3px solid var(--contact-green);
	border-radius: 8px;
	background: var(--contact-green);
	color: var(--contact-white);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
}

.swcc-contact-form-wrap input[type="submit"]:hover,
.swcc-contact-form-wrap input[type="submit"]:focus,
.swcc-contact-form-wrap button[type="submit"]:hover,
.swcc-contact-form-wrap button[type="submit"]:focus {
	border-color: #0c5438;
	background: #0c5438;
}

.swcc-contact-form-wrap .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: var(--contact-red);
	font-size: 16px;
	font-weight: 800;
}

.swcc-contact-form-wrap .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 16px 18px;
	border-width: 2px;
	border-radius: 7px;
	font-weight: 700;
}

.swcc-contact-form-wrap form.invalid .wpcf7-response-output,
.swcc-contact-form-wrap form.unaccepted .wpcf7-response-output,
.swcc-contact-form-wrap form.payment-required .wpcf7-response-output {
	border-color: var(--contact-red);
	background: var(--contact-pale-red);
}

.swcc-contact-form-wrap form.sent .wpcf7-response-output {
	border-color: var(--contact-green);
	background: var(--contact-pale-green);
}

@media (max-width: 700px) {

	.swcc-contact-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-contact-hero,
	.swcc-contact-guide,
	.swcc-contact-form-section {
		padding: 26px 20px;
		border-radius: 10px;
	}

	.swcc-contact-hero h1 {
		font-size: 29px;
	}

	.swcc-contact-lead {
		font-size: 18px;
	}

	.swcc-contact-guide h2,
	.swcc-contact-form-section h2 {
		font-size: 26px;
	}

	.swcc-contact-form-wrap {
		padding: 22px 16px;
	}

	.swcc-contact-form-wrap input[type="submit"],
	.swcc-contact-form-wrap button[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}



/* ==================================================
 * センター内案内
 * ================================================== */

.swcc-center-page {
	--center-navy: #0a4165;
	--center-navy-dark: #06314d;
	--center-blue: #267da8;
	--center-pale: #eef7fb;
	--center-line: #cfdce4;
	--center-text: #1f2f3d;
	--center-muted: #425767;
	--center-white: #ffffff;

	color: var(--center-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

.swcc-center-page,
.swcc-center-page *,
.swcc-center-page *::before,
.swcc-center-page *::after {
	box-sizing: border-box;
}

.swcc-center-page h1,
.swcc-center-page h2,
.swcc-center-page h3,
.swcc-center-page p,
.swcc-center-page figure {
	margin-top: 0;
}

.swcc-center-kicker {
	margin: 0 0 10px;
	color: var(--center-blue);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.16em;
}

.swcc-center-hero {
	margin-bottom: 54px;
	padding: clamp(36px, 6vw, 64px);
	border-radius: 16px;
	background: linear-gradient(135deg, var(--center-navy) 0%, var(--center-navy-dark) 100%);
	color: var(--center-white);
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

.swcc-center-hero .swcc-center-kicker {
	color: #bde2f2;
}

.swcc-center-hero h1 {
	margin-bottom: 18px;
	color: var(--center-white);
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.4;
}

.swcc-center-lead {
	max-width: 920px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	font-weight: 600;
}

.swcc-center-section {
	margin-bottom: 64px;
}

.swcc-center-heading {
	max-width: 900px;
	margin-bottom: 26px;
}

.swcc-center-heading h2 {
	margin-bottom: 12px;
	color: var(--center-navy);
	font-size: clamp(27px, 3.5vw, 38px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-center-heading > p:last-child {
	margin-bottom: 0;
	color: var(--center-muted);
}

.swcc-center-overview {
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--center-line);
	border-top: 6px solid var(--center-blue);
	border-radius: 14px;
	background: var(--center-white);
	box-shadow: 0 12px 34px rgba(10, 65, 101, 0.07);
}

.swcc-center-overview-figure {
	margin-bottom: 0;
	padding: 18px;
	border: 1px solid var(--center-line);
	border-radius: 10px;
	background: #f9fcfd;
	text-align: center;
}

.swcc-center-overview-figure img {
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}

.swcc-center-overview-figure figcaption {
	margin-top: 14px;
	color: var(--center-muted);
	font-size: 16px;
}

.swcc-center-route-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.swcc-center-route-card {
	position: relative;
	padding: clamp(28px, 5vw, 44px);
	border: 1px solid var(--center-line);
	border-left: 7px solid var(--center-blue);
	border-radius: 12px;
	background: var(--center-white);
	box-shadow: 0 10px 30px rgba(10, 65, 101, 0.06);
}

.swcc-center-route-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 42px;
	margin-bottom: 16px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--center-navy);
	color: var(--center-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.swcc-center-route-copy h3 {
	margin-bottom: 10px;
	color: var(--center-navy-dark);
	font-size: clamp(24px, 3vw, 31px);
	font-weight: 800;
	line-height: 1.5;
}

.swcc-center-route-copy p {
	margin-bottom: 20px;
	color: var(--center-muted);
}

.swcc-center-route-card img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 22px auto 0;
	border-radius: 9px;
}

.swcc-center-map {
	padding: clamp(28px, 5vw, 46px);
	border-radius: 14px;
	background: var(--center-pale);
}

.swcc-center-map-frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 62%;
	border: 1px solid var(--center-line);
	border-radius: 11px;
	background: var(--center-white);
	overflow: hidden;
}

.swcc-center-map-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 700px) {

	.swcc-center-page {
		font-size: 17px;
		line-height: 1.9;
	}

	.swcc-center-hero,
	.swcc-center-overview,
	.swcc-center-route-card,
	.swcc-center-map {
		padding: 26px 20px;
		border-radius: 10px;
	}

	.swcc-center-hero {
		margin-bottom: 42px;
	}

	.swcc-center-hero h1 {
		font-size: 29px;
	}

	.swcc-center-lead {
		font-size: 18px;
	}

	.swcc-center-section {
		margin-bottom: 48px;
	}

	.swcc-center-heading h2 {
		font-size: 27px;
	}

	.swcc-center-overview-figure {
		padding: 10px;
	}

	.swcc-center-map-frame {
		padding-bottom: 88%;
	}
}


/* ==================================================
 * v2.3.4：HOME「最近の投稿」読みやすさ改善
 *
 * Lightning標準ウィジェット、VK系投稿リスト、
 * WordPress標準「最新の投稿」ブロックに対応します。
 * ================================================== */

body.home .widget_recent_entries,
body.home .widget_vkexunit_post_list,
body.home .widget:has(.wp-block-latest-posts),
body.home .widget:has(.veu_postList),
body.home .widget:has(.vk_posts),
body.home .wp-block-group:has(> .wp-block-heading + .wp-block-latest-posts) {
	margin-top: 52px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid #cfdce4;
	border-radius: 14px;
	background: #eef7fb;
}

body.home .widget_recent_entries .widget-title,
body.home .widget_vkexunit_post_list .widget-title,
body.home .widget:has(.wp-block-latest-posts) .widget-title,
body.home .widget:has(.veu_postList) .widget-title,
body.home .widget:has(.vk_posts) .widget-title,
body.home .wp-block-group:has(> .wp-block-heading + .wp-block-latest-posts) > .wp-block-heading {
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 14px 18px;
	border: 0;
	border-bottom: 2px solid #267da8;
	background: transparent;
	color: #0a4165;
	font-size: clamp(24px, 3vw, 31px);
	font-weight: 800;
	line-height: 1.45;
}

body.home .widget_recent_entries .widget-title::before,
body.home .widget_vkexunit_post_list .widget-title::before,
body.home .widget:has(.wp-block-latest-posts) .widget-title::before,
body.home .widget:has(.veu_postList) .widget-title::before,
body.home .widget:has(.vk_posts) .widget-title::before,
body.home .wp-block-group:has(> .wp-block-heading + .wp-block-latest-posts) > .wp-block-heading::before {
	content: "";
	position: absolute;
	top: 0.22em;
	bottom: calc(14px + 0.22em);
	left: 0;
	width: 6px;
	border-radius: 999px;
	background: #267da8;
}

body.home .widget_recent_entries ul,
body.home .wp-block-latest-posts,
body.home .veu_postList,
body.home .vk_posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .widget_recent_entries li,
body.home .wp-block-latest-posts > li,
body.home .veu_postList > article,
body.home .veu_postList .postList_item,
body.home .vk_posts > article,
body.home .vk_posts .vk_post {
	position: relative;
	margin: 0;
	padding: 20px 54px 20px 22px;
	border: 1px solid #cfdce4;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.055);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.home .widget_recent_entries li::after,
body.home .wp-block-latest-posts > li::after,
body.home .veu_postList > article::after,
body.home .veu_postList .postList_item::after,
body.home .vk_posts > article::after,
body.home .vk_posts .vk_post::after {
	content: "\203A";
	position: absolute;
	top: 50%;
	right: 20px;
	color: #267da8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

body.home .widget_recent_entries li:hover,
body.home .widget_recent_entries li:focus-within,
body.home .wp-block-latest-posts > li:hover,
body.home .wp-block-latest-posts > li:focus-within,
body.home .veu_postList > article:hover,
body.home .veu_postList > article:focus-within,
body.home .veu_postList .postList_item:hover,
body.home .veu_postList .postList_item:focus-within,
body.home .vk_posts > article:hover,
body.home .vk_posts > article:focus-within,
body.home .vk_posts .vk_post:hover,
body.home .vk_posts .vk_post:focus-within {
	border-color: #267da8;
	box-shadow: 0 12px 28px rgba(10, 65, 101, 0.11);
	transform: translateY(-2px);
}

body.home .widget_recent_entries a,
body.home .wp-block-latest-posts__post-title,
body.home .veu_postList a,
body.home .vk_posts a {
	color: #0a4165;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.65;
	text-decoration: none;
}

body.home .widget_recent_entries a:hover,
body.home .widget_recent_entries a:focus,
body.home .wp-block-latest-posts__post-title:hover,
body.home .wp-block-latest-posts__post-title:focus,
body.home .veu_postList a:hover,
body.home .veu_postList a:focus,
body.home .vk_posts a:hover,
body.home .vk_posts a:focus {
	color: #075f8d;
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.home .widget_recent_entries .post-date,
body.home .wp-block-latest-posts__post-date,
body.home .veu_postList time,
body.home .vk_posts time {
	display: inline-flex;
	align-items: center;
	margin: 0 0 7px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #e2f0f7;
	color: #0a4165;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

body.home .wp-block-latest-posts__post-excerpt,
body.home .veu_postList .postList_excerpt,
body.home .veu_postList .postList_item_excerpt,
body.home .vk_posts .vk_post_excerpt,
body.home .vk_posts .vk_post_body_excerpt {
	display: -webkit-box;
	margin: 8px 0 0;
	overflow: hidden;
	color: #425767;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.home .veu_postList .postList_item,
body.home .vk_posts .vk_post {
	border-bottom: 1px solid #cfdce4;
}

@media (max-width: 700px) {

	body.home .widget_recent_entries,
	body.home .widget_vkexunit_post_list,
	body.home .widget:has(.wp-block-latest-posts),
	body.home .widget:has(.veu_postList),
	body.home .widget:has(.vk_posts),
	body.home .wp-block-group:has(> .wp-block-heading + .wp-block-latest-posts) {
		margin-top: 38px;
		padding: 20px 16px;
		border-radius: 10px;
	}

	body.home .widget_recent_entries .widget-title,
	body.home .widget_vkexunit_post_list .widget-title,
	body.home .widget:has(.wp-block-latest-posts) .widget-title,
	body.home .widget:has(.veu_postList) .widget-title,
	body.home .widget:has(.vk_posts) .widget-title,
	body.home .wp-block-group:has(> .wp-block-heading + .wp-block-latest-posts) > .wp-block-heading {
		font-size: 25px;
	}

	body.home .widget_recent_entries li,
	body.home .wp-block-latest-posts > li,
	body.home .veu_postList > article,
	body.home .veu_postList .postList_item,
	body.home .vk_posts > article,
	body.home .vk_posts .vk_post {
		padding: 18px 42px 18px 17px;
	}

	body.home .widget_recent_entries a,
	body.home .wp-block-latest-posts__post-title,
	body.home .veu_postList a,
	body.home .vk_posts a {
		font-size: 17px;
	}

	body.home .widget_recent_entries li::after,
	body.home .wp-block-latest-posts > li::after,
	body.home .veu_postList > article::after,
	body.home .veu_postList .postList_item::after,
	body.home .vk_posts > article::after,
	body.home .vk_posts .vk_post::after {
		right: 14px;
	}
}


/* ==================================================
 * v2.3.5：HOME「最近の投稿」確実適用版
 * JavaScriptで実際の表示要素へ専用クラスを付与します。
 * ================================================== */

.swcc-recent-posts {
	margin-top: 52px !important;
	padding: clamp(24px, 4vw, 36px) !important;
	border: 1px solid #cfdce4 !important;
	border-radius: 14px !important;
	background: #f3f8fb !important;
}

.swcc-recent-posts-title {
	position: relative !important;
	margin: 0 0 24px !important;
	padding: 0 0 15px 20px !important;
	border: 0 !important;
	border-bottom: 2px solid #267da8 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #0a4165 !important;
	font-size: clamp(25px, 3vw, 32px) !important;
	font-weight: 800 !important;
	line-height: 1.45 !important;
}

.swcc-recent-posts-title::before {
	content: "";
	position: absolute;
	top: 0.2em;
	bottom: calc(15px + 0.2em);
	left: 0;
	width: 6px;
	border-radius: 999px;
	background: #267da8;
}

.swcc-recent-post-item {
	position: relative !important;
	display: block !important;
	margin: 0 0 14px !important;
	padding: 21px 58px 21px 23px !important;
	border: 1px solid #cfdce4 !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.06) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.swcc-recent-post-item:last-child {
	margin-bottom: 0 !important;
}

.swcc-recent-post-item::after {
	content: "\203A";
	position: absolute;
	top: 50%;
	right: 21px;
	color: #267da8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.swcc-recent-post-item:hover,
.swcc-recent-post-item:focus-within {
	border-color: #267da8 !important;
	box-shadow: 0 12px 28px rgba(10, 65, 101, 0.12) !important;
	transform: translateY(-2px);
}

.swcc-recent-post-date {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	margin: 0 0 8px !important;
	padding: 4px 10px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e2f0f7 !important;
	color: #0a4165 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.swcc-recent-post-link {
	display: block !important;
	margin: 0 !important;
	color: #0a4165 !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.6 !important;
	text-decoration: none !important;
}

.swcc-recent-post-link:hover,
.swcc-recent-post-link:focus {
	color: #075f8d !important;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.swcc-recent-post-excerpt {
	display: -webkit-box !important;
	margin: 9px 0 0 !important;
	overflow: hidden !important;
	color: #425767 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.75 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 700px) {
	.swcc-recent-posts {
		margin-top: 38px !important;
		padding: 20px 16px !important;
		border-radius: 10px !important;
	}

	.swcc-recent-posts-title {
		font-size: 25px !important;
	}

	.swcc-recent-post-item {
		padding: 18px 44px 18px 17px !important;
	}

	.swcc-recent-post-link {
		font-size: 17px !important;
	}

	.swcc-recent-post-item::after {
		right: 15px;
	}
}


/* ==================================================
 * v2.3.6：お知らせ表示改善
 * HOME「最近の投稿」見出し変更 + 投稿詳細ページ整形
 * ================================================== */

/* HOME：見出しを「お知らせ」として表示 */
.swcc-recent-posts-title {
	letter-spacing: 0.01em;
}

/* お知らせ詳細ページ（投稿詳細） */
body.swcc-notice-single .siteContent {
	padding-top: clamp(34px, 5vw, 58px);
	padding-bottom: clamp(50px, 7vw, 82px);
	background: #f3f8fb;
}

body.swcc-notice-single .siteContent_inner {
	background: transparent;
}

body.swcc-notice-single .mainSection {
	padding: 0 0 24px;
}

body.swcc-notice-single .mainSection .entry-body,
body.swcc-notice-single .mainSection .post-contents,
body.swcc-notice-single .mainSection .entry-content {
	color: #243b53;
	font-size: 17px;
	line-height: 2;
}

body.swcc-notice-single .mainSection article,
body.swcc-notice-single .mainSection .entry,
body.swcc-notice-single .mainSection .post,
body.swcc-notice-single .mainSection .singleArticle {
	padding: clamp(24px, 3vw, 40px);
	border: 1px solid #d7e3ea;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(10, 65, 101, 0.07);
}

body.swcc-notice-single .entry-header {
	margin-bottom: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d7e3ea;
}

body.swcc-notice-single .entry-meta,
body.swcc-notice-single .entry-header .published,
body.swcc-notice-single .entry-header .updated,
body.swcc-notice-single .entry-header time,
body.swcc-notice-single .entry-header .post-meta,
body.swcc-notice-single .entry-header .entry-meta_items {
	color: #587286;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.swcc-notice-single .entry-title,
body.swcc-notice-single h1.entry-title {
	margin: 10px 0 0;
	color: #0a4165;
	font-size: clamp(30px, 3.6vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

body.swcc-notice-single .entry-body p,
body.swcc-notice-single .post-contents p,
body.swcc-notice-single .entry-content p {
	margin: 0 0 1.2em;
}

body.swcc-notice-single .entry-body h2,
body.swcc-notice-single .post-contents h2,
body.swcc-notice-single .entry-content h2 {
	margin: 2.4em 0 1em;
	padding: 0 0 12px 18px;
	border-bottom: 2px solid #c4d9e5;
	border-left: 6px solid #267da8;
	color: #0a4165;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.5;
}

body.swcc-notice-single .entry-body h3,
body.swcc-notice-single .post-contents h3,
body.swcc-notice-single .entry-content h3 {
	margin: 2em 0 0.9em;
	padding-left: 14px;
	border-left: 5px solid #9cc6db;
	color: #0a4165;
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 800;
	line-height: 1.55;
}

body.swcc-notice-single .entry-body h4,
body.swcc-notice-single .post-contents h4,
body.swcc-notice-single .entry-content h4 {
	margin: 1.8em 0 0.8em;
	color: #123b59;
	font-size: 20px;
	font-weight: 800;
}

body.swcc-notice-single .entry-body ul,
body.swcc-notice-single .entry-body ol,
body.swcc-notice-single .post-contents ul,
body.swcc-notice-single .post-contents ol,
body.swcc-notice-single .entry-content ul,
body.swcc-notice-single .entry-content ol {
	margin: 0 0 1.4em 1.4em;
	padding: 0;
}

body.swcc-notice-single .entry-body li,
body.swcc-notice-single .post-contents li,
body.swcc-notice-single .entry-content li {
	margin-bottom: 0.45em;
}

body.swcc-notice-single .entry-body a,
body.swcc-notice-single .post-contents a,
body.swcc-notice-single .entry-content a {
	color: #0d5c88;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	word-break: break-word;
}

body.swcc-notice-single .entry-body table,
body.swcc-notice-single .post-contents table,
body.swcc-notice-single .entry-content table {
	width: 100%;
	margin: 1.4em 0 1.8em;
	border-collapse: collapse;
	background: #ffffff;
	font-size: 15px;
}

body.swcc-notice-single .entry-body th,
body.swcc-notice-single .entry-body td,
body.swcc-notice-single .post-contents th,
body.swcc-notice-single .post-contents td,
body.swcc-notice-single .entry-content th,
body.swcc-notice-single .entry-content td {
	padding: 12px 14px;
	border: 1px solid #bfd0da;
	vertical-align: top;
	line-height: 1.75;
}

body.swcc-notice-single .entry-body th,
body.swcc-notice-single .post-contents th,
body.swcc-notice-single .entry-content th {
	background: #eaf4fa;
	color: #0a4165;
	font-weight: 800;
}

body.swcc-notice-single .entry-body img,
body.swcc-notice-single .post-contents img,
body.swcc-notice-single .entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.6em auto;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(10, 65, 101, 0.10);
}

body.swcc-notice-single .entry-body iframe,
body.swcc-notice-single .post-contents iframe,
body.swcc-notice-single .entry-content iframe {
	width: 100%;
	max-width: 100%;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
}

body.swcc-notice-single .subSection .widget,
body.swcc-notice-single #secondary .widget,
body.swcc-notice-single .sideSection .widget {
	margin-bottom: 22px;
	padding: 18px;
	border: 1px solid #d7e3ea;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.06);
}

body.swcc-notice-single .subSection .widget-title,
body.swcc-notice-single #secondary .widget-title,
body.swcc-notice-single .sideSection .widget-title {
	margin: 0 0 14px;
	padding: 0 0 10px 12px;
	border-bottom: 2px solid #c4d9e5;
	border-left: 4px solid #267da8;
	color: #0a4165;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.45;
}

body.swcc-notice-single .nav-links,
body.swcc-notice-single .postNextPrev,
body.swcc-notice-single .pagination-single,
body.swcc-notice-single .vk_postNextPrev {
	margin-top: 30px;
}

body.swcc-notice-single .veu_relatedPosts,
body.swcc-notice-single .vk_related_posts,
body.swcc-notice-single .related_posts {
	margin-top: 38px;
	padding: 22px;
	border: 1px solid #d7e3ea;
	border-radius: 16px;
	background: #f7fbfe;
}

@media (max-width: 991px) {
	body.swcc-notice-single .mainSection article,
	body.swcc-notice-single .mainSection .entry,
	body.swcc-notice-single .mainSection .post,
	body.swcc-notice-single .mainSection .singleArticle {
		padding: 22px 18px;
		border-radius: 14px;
	}

	body.swcc-notice-single .entry-title,
	body.swcc-notice-single h1.entry-title {
		font-size: 30px;
	}

	body.swcc-notice-single .entry-body,
	body.swcc-notice-single .post-contents,
	body.swcc-notice-single .entry-content {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	body.swcc-notice-single .entry-title,
	body.swcc-notice-single h1.entry-title {
		font-size: 27px;
	}

	body.swcc-notice-single .entry-body h2,
	body.swcc-notice-single .post-contents h2,
	body.swcc-notice-single .entry-content h2 {
		padding-left: 14px;
		font-size: 24px;
	}

	body.swcc-notice-single .entry-body h3,
	body.swcc-notice-single .post-contents h3,
	body.swcc-notice-single .entry-content h3 {
		font-size: 21px;
	}

	body.swcc-notice-single .entry-body table,
	body.swcc-notice-single .post-contents table,
	body.swcc-notice-single .entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	body.swcc-notice-single .subSection .widget,
	body.swcc-notice-single #secondary .widget,
	body.swcc-notice-single .sideSection .widget {
		padding: 16px 14px;
		border-radius: 14px;
	}
}


/* Lightning / VK ExUnit のお知らせ本文構造へ確実に適用 */
body.swcc-notice-single .mainSection > article,
body.swcc-notice-single .mainSection .entry-main,
body.swcc-notice-single .mainSection .entryBody {
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid #d3e1e9;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 15px 36px rgba(10, 65, 101, 0.08);
}

body.swcc-notice-single .entryBody,
body.swcc-notice-single .entry-body,
body.swcc-notice-single .entry-content {
	color: #243b53;
	font-size: 17px;
	line-height: 2;
}

body.swcc-notice-single .entryBody > p:first-of-type,
body.swcc-notice-single .entry-body > p:first-of-type,
body.swcc-notice-single .entry-content > p:first-of-type {
	font-size: 18px;
	font-weight: 500;
}

body.swcc-notice-single .entry-footer,
body.swcc-notice-single .entry-meta-dataList {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid #d7e3ea;
}

@media (max-width: 767px) {
	body.swcc-notice-single .siteContent {
		padding-top: 24px;
	}

	body.swcc-notice-single .mainSection > article,
	body.swcc-notice-single .mainSection .entry-main,
	body.swcc-notice-single .mainSection .entryBody {
		padding: 22px 17px;
		border-radius: 14px;
	}
}


/* ==================================================
 * v2.3.8：お知らせカテゴリー・一覧ページのデザイン
 * ================================================== */
body.swcc-notice-archive .siteContent {
	padding-top: clamp(30px, 4.5vw, 56px);
	padding-bottom: clamp(54px, 7vw, 86px);
	background: #f3f8fb;
}

body.swcc-notice-archive .siteContent_inner {
	display: block !important;
	background: transparent;
}

/* お知らせ一覧はサイドバーを使わず、中央の1カラムで表示します。 */
body.swcc-notice-archive .mainSection,
body.swcc-notice-archive .swcc-notice-archive-main {
	float: none !important;
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 980px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 0 24px;
}

body.swcc-notice-archive .subSection,
body.swcc-notice-archive #secondary,
body.swcc-notice-archive .sideSection {
	display: none !important;
}

body.swcc-notice-archive .page-header,
body.swcc-notice-archive .archive-header,
body.swcc-notice-archive header.page-header {
	margin: 0 0 28px;
	padding: clamp(24px, 3.2vw, 34px);
	border: 1px solid #d4e2ea;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fcfe 100%);
	box-shadow: 0 12px 30px rgba(10, 65, 101, 0.06);
}

body.swcc-notice-archive .page-header_pageTitle,
body.swcc-notice-archive .archive-header_title,
body.swcc-notice-archive .page-header h1,
body.swcc-notice-archive .archive-header h1 {
	margin: 0;
	color: #0a4165;
	font-size: clamp(31px, 3.8vw, 44px);
	font-weight: 800;
	line-height: 1.4;
}

body.swcc-notice-archive .archive-description,
body.swcc-notice-archive .page-header_pageSummary,
body.swcc-notice-archive .archive-header p {
	margin: 14px 0 0;
	color: #4a6477;
	font-size: 16px;
	line-height: 1.9;
}

body.swcc-notice-archive .postList,
body.swcc-notice-archive .vk_postList,
body.swcc-notice-archive .entries,
body.swcc-notice-archive .archiveList {
	display: grid;
	gap: 22px;
}

body.swcc-notice-archive .postList_item,
body.swcc-notice-archive .vk_postList_item,
body.swcc-notice-archive .posts > article,
body.swcc-notice-archive .archiveList > article,
body.swcc-notice-archive .mainSection article.type-post,
body.swcc-notice-archive .mainSection article.type-info {
	position: relative;
	margin: 0 0 22px;
	padding: clamp(22px, 2.8vw, 30px);
	border: 1px solid #d7e3ea;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(10, 65, 101, 0.06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.swcc-notice-archive .postList_item:hover,
body.swcc-notice-archive .postList_item:focus-within,
body.swcc-notice-archive .vk_postList_item:hover,
body.swcc-notice-archive .vk_postList_item:focus-within,
body.swcc-notice-archive .posts > article:hover,
body.swcc-notice-archive .posts > article:focus-within,
body.swcc-notice-archive .archiveList > article:hover,
body.swcc-notice-archive .archiveList > article:focus-within,
body.swcc-notice-archive .mainSection article.type-post:hover,
body.swcc-notice-archive .mainSection article.type-post:focus-within,
body.swcc-notice-archive .mainSection article.type-info:hover,
body.swcc-notice-archive .mainSection article.type-info:focus-within {
	transform: translateY(-2px);
	border-color: #bfd6e3;
	box-shadow: 0 18px 34px rgba(10, 65, 101, 0.10);
}

body.swcc-notice-archive .postList_title,
body.swcc-notice-archive .vk_postList_title,
body.swcc-notice-archive .entry-title,
body.swcc-notice-archive h2.entry-title,
body.swcc-notice-archive h3.entry-title {
	margin: 0 0 12px;
	color: #0a4165;
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.5;
}

body.swcc-notice-archive .postList_title a,
body.swcc-notice-archive .vk_postList_title a,
body.swcc-notice-archive .entry-title a,
body.swcc-notice-archive h2.entry-title a,
body.swcc-notice-archive h3.entry-title a,
body.swcc-notice-archive article h2 a,
body.swcc-notice-archive article h3 a {
	color: #0a4165;
	text-decoration: none;
}

body.swcc-notice-archive .postList_title a:hover,
body.swcc-notice-archive .vk_postList_title a:hover,
body.swcc-notice-archive .entry-title a:hover,
body.swcc-notice-archive article h2 a:hover,
body.swcc-notice-archive article h3 a:hover,
body.swcc-notice-archive .postList_title a:focus,
body.swcc-notice-archive .vk_postList_title a:focus,
body.swcc-notice-archive .entry-title a:focus {
	color: #0d5c88;
}

body.swcc-notice-archive .postList_date,
body.swcc-notice-archive .vk_postList_date,
body.swcc-notice-archive .entry-meta,
body.swcc-notice-archive .published,
body.swcc-notice-archive time {
	display: inline-block;
	margin-bottom: 12px;
	color: #587286;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.swcc-notice-archive .postList_excerpt,
body.swcc-notice-archive .vk_postList_excerpt,
body.swcc-notice-archive .entry-summary,
body.swcc-notice-archive .entry-content,
body.swcc-notice-archive .postList_item p,
body.swcc-notice-archive .vk_postList_item p,
body.swcc-notice-archive .mainSection article.type-post p,
body.swcc-notice-archive .mainSection article.type-info p {
	color: #243b53;
	font-size: 16px;
	line-height: 1.95;
}

body.swcc-notice-archive .postList_thumbnail,
body.swcc-notice-archive .vk_postList_thumbnail,
body.swcc-notice-archive .entry-thumbnail,
body.swcc-notice-archive .postList img,
body.swcc-notice-archive .vk_postList img {
	overflow: hidden;
	border-radius: 12px;
}

body.swcc-notice-archive .postList img,
body.swcc-notice-archive .vk_postList img,
body.swcc-notice-archive .entry-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

body.swcc-notice-archive .subSection .widget,
body.swcc-notice-archive #secondary .widget,
body.swcc-notice-archive .sideSection .widget {
	margin-bottom: 22px;
	padding: 18px;
	border: 1px solid #d7e3ea;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.06);
}

body.swcc-notice-archive .subSection .widget-title,
body.swcc-notice-archive #secondary .widget-title,
body.swcc-notice-archive .sideSection .widget-title {
	margin: 0 0 14px;
	padding: 0 0 10px 12px;
	border-bottom: 2px solid #c4d9e5;
	border-left: 4px solid #267da8;
	color: #0a4165;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.45;
}

body.swcc-notice-archive .pagination,
body.swcc-notice-archive .page-link,
body.swcc-notice-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

body.swcc-notice-archive .page-numbers,
body.swcc-notice-archive .pagination a,
body.swcc-notice-archive .pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #c9d8e2;
	border-radius: 999px;
	background: #ffffff;
	color: #0a4165;
	font-weight: 700;
	text-decoration: none;
}

body.swcc-notice-archive .page-numbers.current,
body.swcc-notice-archive .pagination .current {
	border-color: #0a4165;
	background: #0a4165;
	color: #ffffff;
}

body.swcc-notice-archive .page-numbers:hover,
body.swcc-notice-archive .pagination a:hover,
body.swcc-notice-archive .page-numbers:focus,
body.swcc-notice-archive .pagination a:focus {
	border-color: #267da8;
	background: #eef7fb;
	color: #0a4165;
}

@media (max-width: 767px) {
	body.swcc-notice-archive .page-header,
	body.swcc-notice-archive .archive-header,
	body.swcc-notice-archive header.page-header {
		padding: 22px 18px;
		border-radius: 14px;
	}

	body.swcc-notice-archive .postList_item,
	body.swcc-notice-archive .vk_postList_item,
	body.swcc-notice-archive .posts > article,
	body.swcc-notice-archive .archiveList > article,
	body.swcc-notice-archive .mainSection article.type-post,
	body.swcc-notice-archive .mainSection article.type-info {
		padding: 20px 17px;
		border-radius: 14px;
	}

	body.swcc-notice-archive .postList_title,
	body.swcc-notice-archive .vk_postList_title,
	body.swcc-notice-archive .entry-title,
	body.swcc-notice-archive h2.entry-title,
	body.swcc-notice-archive h3.entry-title {
		font-size: 22px;
	}
}


/* ==================================================
 * v2.3.9：お知らせ一覧ページ再設計
 * 実際の一覧要素へJavaScriptで専用クラスを付与します。
 * ================================================== */

body.swcc-notice-archive .swcc-notice-archive-hero {
	margin: 0 !important;
	padding: clamp(34px, 5vw, 54px) 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #0a4165 0%, #267da8 100%) !important;
	box-shadow: none !important;
	text-align: center;
}

body.swcc-notice-archive .swcc-notice-archive-heading {
	margin: 0 !important;
	color: #ffffff !important;
	font-size: clamp(31px, 4vw, 43px) !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.02em;
}

body.swcc-notice-archive .swcc-notice-archive-heading::before {
	content: "NEWS & INFORMATION";
	display: block;
	margin-bottom: 8px;
	color: #d9effa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

body.swcc-notice-archive .siteContent {
	background: #eef5f9 !important;
}

body.swcc-notice-archive .swcc-notice-archive-main {
	padding-bottom: 20px;
}

body.swcc-notice-archive .swcc-notice-card {
	position: relative !important;
	display: block !important;
	margin: 0 0 18px !important;
	padding: 24px 66px 24px 27px !important;
	border: 1px solid #cddde6 !important;
	border-left: 6px solid #267da8 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	box-shadow: 0 9px 24px rgba(10, 65, 101, 0.07) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.swcc-notice-archive .swcc-notice-card::after {
	content: "\203A";
	position: absolute;
	top: 50%;
	right: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #bdd4e0;
	border-radius: 50%;
	background: #eef7fb;
	color: #267da8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1;
	transform: translateY(-50%);
}

body.swcc-notice-archive .swcc-notice-card:hover,
body.swcc-notice-archive .swcc-notice-card:focus-within {
	border-color: #9dc5d9 !important;
	border-left-color: #0a4165 !important;
	box-shadow: 0 15px 32px rgba(10, 65, 101, 0.12) !important;
	transform: translateY(-2px);
}

body.swcc-notice-archive .swcc-notice-card-date {
	display: inline-flex !important;
	align-items: center;
	min-height: 28px;
	margin: 0 0 10px !important;
	padding: 4px 11px !important;
	border-radius: 999px;
	background: #e8f3f9;
	color: #0a4165 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em;
}

body.swcc-notice-archive .swcc-notice-card-title {
	display: block !important;
	margin: 0 0 9px !important;
	color: #0a4165 !important;
	font-size: clamp(21px, 2.1vw, 27px) !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
	text-decoration: none !important;
}

body.swcc-notice-archive .swcc-notice-card-title:hover,
body.swcc-notice-archive .swcc-notice-card-title:focus {
	color: #0d5c88 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.2em;
}

body.swcc-notice-archive .swcc-notice-card-excerpt {
	display: -webkit-box !important;
	overflow: hidden !important;
	margin: 0 !important;
	color: #334e62 !important;
	font-size: 16px !important;
	line-height: 1.85 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.swcc-notice-archive .swcc-notice-card > *:last-child {
	margin-bottom: 0 !important;
}

body.swcc-notice-archive .swcc-notice-archive-main + .subSection,
body.swcc-notice-archive .subSection,
body.swcc-notice-archive #secondary,
body.swcc-notice-archive .sideSection {
	display: none !important;
}

body.swcc-notice-archive .pagination,
body.swcc-notice-archive .nav-links,
body.swcc-notice-archive .page-link {
	margin-top: 36px !important;
}

@media (max-width: 767px) {
	body.swcc-notice-archive .swcc-notice-archive-hero {
		padding: 30px 18px !important;
	}

	body.swcc-notice-archive .swcc-notice-card {
		padding: 20px 49px 20px 18px !important;
		border-left-width: 5px !important;
		border-radius: 12px !important;
	}

	body.swcc-notice-archive .swcc-notice-card::after {
		right: 13px;
		width: 30px;
		height: 30px;
		font-size: 24px;
	}

	body.swcc-notice-archive .swcc-notice-card-title {
		font-size: 20px !important;
	}

	body.swcc-notice-archive .swcc-notice-card-excerpt {
		font-size: 15px !important;
		-webkit-line-clamp: 3;
	}
}

/* ==================================================
 * v2.4.0：情報量の圧縮・誘導の集約・スマホ料金表示
 * ================================================== */

/* 公開サイトでは装飾目的の英字見出しを表示しません。 */
.swcc-center-kicker,
.swcc-contact-kicker,
.swcc-council-kicker,
.swcc-delivery-notes-kicker,
.swcc-facility-kicker,
.swcc-faq-kicker,
.swcc-information-kicker,
.swcc-map-kicker,
.swcc-outline-kicker,
.swcc-privacy-kicker,
.swcc-reserve-kicker,
.swcc-visit-kicker {
	display: none !important;
}

.swcc-status-notice {
	margin: -4px 0 18px;
	padding: 12px 16px;
	border: 1px solid #cfdce4;
	border-left: 5px solid var(--swcc-blue);
	border-radius: 8px;
	background: #f7fbfd;
	line-height: 1.7;
}

.swcc-status-notice p {
	margin: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.swcc-status-notice-font-system {
	font-family: inherit;
}

.swcc-status-notice-font-yu-gothic {
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.swcc-status-notice-font-meiryo {
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.swcc-status-notice-font-yu-mincho {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.swcc-status-notice-font-serif {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/* 予約と申請書を一か所にまとめます。 */
.swcc-procedures {
	display: grid;
	grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
	gap: 24px;
	align-items: center;
	margin: 0 0 30px;
	padding: 24px 26px;
	border: 1px solid #cfdce4;
	border-left: 6px solid var(--swcc-blue);
	background: #fff;
}

.swcc-procedures-heading h2 {
	margin: 0 0 6px;
	color: var(--swcc-navy);
	font-size: 24px;
	line-height: 1.45;
}

.swcc-procedures-heading p {
	margin: 0;
	color: var(--swcc-muted);
	font-size: 14px;
	line-height: 1.7;
}

.swcc-procedures-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.swcc-procedure-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 72px;
	padding: 12px 15px;
	border: 1px solid #b8ceda;
	border-radius: 8px;
	background: #f7fbfd;
	color: var(--swcc-navy) !important;
	text-decoration: none !important;
}

.swcc-procedure-link-reserve {
	border-color: #97c8ae;
	background: #f1faf5;
}

.swcc-procedure-link:hover,
.swcc-procedure-link:focus {
	border-color: var(--swcc-blue);
	background: #edf7fb;
	transform: translateY(-2px);
}

.swcc-procedure-link strong {
	font-size: 15px;
	line-height: 1.5;
}

.swcc-procedure-link span {
	margin-top: 3px;
	color: var(--swcc-muted);
	font-size: 11px;
	font-weight: 700;
}


/* 予約・申請書の直下に表示するリンク画像 */
.swcc-procedures-banner {
	margin: -10px 0 30px;
	text-align: center;
}

.swcc-procedures-banner-text {
	max-width: 768px;
	margin: 0 auto 14px;
	color: var(--swcc-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	text-align: left;
}

.swcc-procedures-banner a {
	display: inline-block;
	max-width: 100%;
	border-radius: 18px;
	outline-offset: 5px;
}

.swcc-procedures-banner a:focus-visible {
	outline: 3px solid var(--swcc-blue);
}

.swcc-procedures-banner img {
	display: block;
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
}

.swcc-procedures-banner a:hover img,
.swcc-procedures-banner a:focus img {
	opacity: 0.92;
}

/* 一般廃棄物受入基準 */
.swcc-acceptance-standard {
	margin: 0 0 30px;
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid var(--swcc-line);
	border-top: 5px solid var(--swcc-blue);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(10, 65, 101, 0.07);
}

.swcc-acceptance-standard-heading {
	max-width: 880px;
}

.swcc-acceptance-standard h2 {
	margin: -35px 0 -20px !important;
	color: var(--swcc-navy);
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-acceptance-standard-heading > p {
	margin: 0;
	color: var(--swcc-muted);
	font-size: 16px;
	line-height: 1.9;
}

.swcc-acceptance-standard-page-link-wrap {
	margin: 5px 0 0 !important;
}

.swcc-acceptance-standard-page-link {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 11px 20px;
	border: 2px solid var(--swcc-navy);
	border-radius: 8px;
	background: var(--swcc-navy);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none !important;
}

.swcc-acceptance-standard-page-link:hover,
.swcc-acceptance-standard-page-link:focus {
	background: #07334f;
	color: #fff !important;
}

.swcc-acceptance-standard-page-link span {
	font-size: 20px;
	line-height: 1;
}

.swcc-acceptance-standard-pdfs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.swcc-acceptance-standard-pdf {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 16px 18px;
	border: 2px solid var(--swcc-line);
	border-radius: 10px;
	background: #fff;
	color: var(--swcc-text) !important;
	text-decoration: none !important;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.swcc-acceptance-standard-pdf:hover,
.swcc-acceptance-standard-pdf:focus {
	transform: translateY(-1px);
	border-color: var(--swcc-blue);
	background: var(--swcc-pale-blue);
}

.swcc-acceptance-standard-pdf-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 40px;
	border-radius: 6px;
	background: #b42323;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.swcc-acceptance-standard-pdf-body {
	display: block;
	min-width: 0;
}

.swcc-acceptance-standard-pdf-body strong {
	display: block;
	color: var(--swcc-navy);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	word-break: break-word;
}

.swcc-acceptance-standard-pdf-body small {
	display: block;
	margin-top: 3px;
	color: var(--swcc-muted);
	font-size: 12px;
	line-height: 1.5;
}

.swcc-info-grid-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* コンパクト表示：余白と箱の高さを抑えます。 */
.swcc-home-compact {
	line-height: 1.75;
}

.swcc-home-compact .swcc-hero {
	gap: 10px;
	margin-bottom: 18px;
	padding: clamp(27px, 4vw, 42px);
	border-radius: 13px;
}

.swcc-home-compact .swcc-hero h1 {
	margin-bottom: 10px;
}

.swcc-home-compact .swcc-hero-lead {
	font-size: 16px;
	line-height: 1.7;
}

.swcc-home-compact .swcc-hero-contact {
	width: 100%;
	padding: 14px 18px;
}

.swcc-home-compact .swcc-status-grid {
	gap: 12px;
	margin-bottom: 18px;
}

.swcc-home-compact .swcc-status-card {
	min-height: 0;
	padding: 18px 20px;
	border-top-width: 4px;
}

.swcc-home-compact .swcc-status-label {
	margin-bottom: 5px;
}

.swcc-home-compact .swcc-status-main {
	margin-bottom: 5px;
	font-size: clamp(20px, 2.1vw, 25px);
	line-height: 1.35;
}

.swcc-home-compact .swcc-status-note {
	font-size: 13px;
	line-height: 1.55;
}

.swcc-home-compact .swcc-news {
	margin-bottom: 18px;
	border-radius: 8px;
}

.swcc-home-compact .swcc-news-heading {
	padding: 14px 18px;
}

.swcc-home-compact .swcc-news-body {
	padding: 8px 22px;
}

.swcc-home-compact .swcc-news-list li {
	padding: 10px 0;
}

.swcc-home-compact .swcc-procedures,
.swcc-home-compact .swcc-procedures-banner,
.swcc-home-compact .swcc-acceptance-standard {
	margin-bottom: 24px;
}

.swcc-home-compact .swcc-load-guide {
	margin-bottom: 24px;
	padding: 26px 28px;
	border-radius: 10px;
}

.swcc-home-compact .swcc-load-guide-heading {
	margin-bottom: 20px;
}

.swcc-home-compact .swcc-load-step {
	padding: 19px;
}

.swcc-home-compact .swcc-section,
.swcc-home-compact .swcc-fee-section,
.swcc-home-compact .swcc-two-column,
.swcc-home-compact .swcc-reservation-section {
	margin-bottom: 28px;
}

.swcc-home-compact .swcc-section-heading {
	margin: 0 0 18px;
	padding-bottom: 0;
	border-bottom: 0;
}

.swcc-home-compact .swcc-section-heading h2,
.swcc-home-compact .swcc-detail-card h2 {
	margin-bottom: 10px;
}

.swcc-home-compact .swcc-info-grid {
	gap: 14px;
}

.swcc-home-compact .swcc-info-card,
.swcc-home-compact .swcc-detail-card,
.swcc-home-compact .swcc-schedule-card {
	padding: 21px;
}

.swcc-home-compact .swcc-check-list,
.swcc-home-compact .swcc-alert-list {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.75;
}

.swcc-home-compact .swcc-check-list li,
.swcc-home-compact .swcc-alert-list li {
	margin-bottom: 9px;
}

/* HOME「来場時のお願い」：！マークを1行目の文字位置に揃える */
.swcc-home-compact .swcc-alert-list li::before {
	top: 2px;
}

.swcc-home-compact .swcc-schedule-grid {
	gap: 12px;
}

.swcc-home-compact .swcc-fee-note,
.swcc-home-compact .swcc-future-notice {
	margin-top: 12px;
	padding: 14px 17px;
}

/* デスクトップは従来の表、スマホはカード表示。 */
.swcc-fee-mobile-list {
	display: none;
}

@media (max-width: 980px) {
	.swcc-procedures {
		grid-template-columns: 1fr;
	}

	.swcc-procedures-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swcc-info-grid-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swcc-info-grid-compact .swcc-info-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {

	/* HOME：スマホではh2の上下余白と行間を十分に確保 */
	.swcc-home-compact .swcc-section-heading {
		margin: 0 0 24px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.swcc-section-heading #swcc-direct-title,
	.swcc-section-heading #swcc-fee-title {
		margin: 0 0 14px !important;
		padding: 15px 14px 15px 18px;
		border-left-width: 6px;
		border-radius: 0 8px 8px 0;
		font-size: 27px;
		line-height: 1.45;
		letter-spacing: 0;
	}

	.swcc-section-heading > p:last-child {
		font-size: 16px;
		line-height: 1.8;
	}

	.swcc-procedures {
		grid-template-columns: 1fr;
		padding: 20px 17px;
	}

	.swcc-procedures-links {
		grid-template-columns: 1fr;
	}

	.swcc-procedures-banner {
		margin-top: -8px;
		margin-bottom: 24px;
	}

	.swcc-procedures-banner-text {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 1.75;
	}

	.swcc-procedures-banner a {
		border-radius: 12px;
	}

	.swcc-acceptance-standard {
		padding: 22px 17px;
		border-radius: 10px;
	}

	.swcc-acceptance-standard h2 {
		font-size: 25px;
	}

	.swcc-acceptance-standard-page-link {
		width: 100%;
	}

	.swcc-acceptance-standard-pdfs {
		grid-template-columns: 1fr;
	}

	.swcc-acceptance-standard-pdf {
		padding: 15px;
	}

	.swcc-info-grid-compact {
		grid-template-columns: 1fr;
	}

	.swcc-info-grid-compact .swcc-info-card:last-child {
		grid-column: auto;
	}

	.swcc-home-compact .swcc-hero {
		padding: 25px 19px;
	}

	.swcc-home-compact .swcc-status-card,
	.swcc-home-compact .swcc-info-card,
	.swcc-home-compact .swcc-detail-card,
	.swcc-home-compact .swcc-schedule-card {
		padding: 19px 17px;
	}

	.swcc-home-compact .swcc-load-guide {
		padding: 23px 17px;
	}

	.swcc-table-wrap {
		display: none;
	}

	.swcc-fee-mobile-list {
		display: grid;
		gap: 14px;
	}

	.swcc-fee-mobile-group {
		overflow: hidden;
		border: 1px solid var(--swcc-line);
		border-radius: 10px;
		background: #fff;
	}

	.swcc-fee-mobile-group h3 {
		margin: 0;
		padding: 14px 16px;
		background: #eef7fc;
		color: var(--swcc-navy);
		font-size: 17px;
		line-height: 1.5;
	}

	.swcc-fee-mobile-group.swcc-fee-business h3 {
		background: #edf8f2;
	}

	.swcc-fee-mobile-group h3 small {
		display: block;
		margin-top: 2px;
		color: var(--swcc-muted);
		font-size: 12px;
		font-weight: 500;
	}

	.swcc-fee-mobile-group dl {
		margin: 0;
	}

	.swcc-fee-mobile-group dl > div {
		display: grid;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
		gap: 12px;
		align-items: center;
		padding: 13px 16px;
		border-top: 1px solid var(--swcc-line);
	}

	.swcc-fee-mobile-group dt,
	.swcc-fee-mobile-group dd {
		margin: 0;
	}

	.swcc-fee-mobile-group dt {
		color: var(--swcc-muted);
		font-size: 13px;
	}

	.swcc-fee-mobile-group dd {
		color: var(--swcc-navy);
		font-size: 15px;
		font-weight: 800;
		text-align: right;
	}
}


/* ==================================================
 * v2.4.7：一般廃棄物受入基準 固定ページ
 * ================================================== */
body.swcc-acceptance-page .siteContent {
	padding-top: clamp(30px, 4vw, 52px);
	padding-bottom: clamp(50px, 6vw, 78px);
	background: #f5f9fc;
}

body.swcc-acceptance-page .siteContent_inner {
	background: transparent;
}

body.swcc-acceptance-page .mainSection {
	padding-bottom: 20px;
}

body.swcc-acceptance-page .swcc-acceptance-content {
	color: #1f2f3d;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.95;
}

body.swcc-acceptance-page .swcc-acceptance-intro {
	margin: 0 0 34px;
	padding: clamp(30px, 4.6vw, 48px);
	border-radius: 16px;
	background: linear-gradient(135deg, #0a4165 0%, #07334f 100%);
	color: #fff;
	box-shadow: 0 18px 42px rgba(10, 65, 101, 0.14);
}

body.swcc-acceptance-page .swcc-acceptance-intro h2 {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.45;
}

body.swcc-acceptance-page .swcc-acceptance-intro p {
	max-width: 900px;
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.9;
}

body.swcc-acceptance-page .swcc-acceptance-documents {
	margin: 0;
}

body.swcc-acceptance-page .swcc-acceptance-documents-title {
	margin: 0 0 18px;
	padding: 0 0 12px 16px;
	border: 0;
	border-bottom: 2px solid #c8dce7;
	border-left: 6px solid #267da8;
	background: none;
	color: #0a4165;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 800;
	line-height: 1.5;
}

body.swcc-acceptance-page .swcc-acceptance-document-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

body.swcc-acceptance-page .swcc-acceptance-document {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-width: 0;
	padding: 20px 22px;
	border: 2px solid #cfdce4;
	border-radius: 12px;
	background: #fff;
	color: #1f2f3d !important;
	text-decoration: none !important;
	box-shadow: 0 10px 28px rgba(10, 65, 101, 0.06);
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.swcc-acceptance-page .swcc-acceptance-document:hover,
body.swcc-acceptance-page .swcc-acceptance-document:focus {
	transform: translateY(-2px);
	border-color: #267da8;
	background: #eef7fb;
	box-shadow: 0 16px 32px rgba(10, 65, 101, 0.11);
}

body.swcc-acceptance-page .swcc-acceptance-document-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 43px;
	border-radius: 7px;
	background: #b42323;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

body.swcc-acceptance-page .swcc-acceptance-document-body {
	display: block;
	min-width: 0;
}

body.swcc-acceptance-page .swcc-acceptance-document-body strong {
	display: block;
	color: #0a4165;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.65;
	word-break: break-word;
}

body.swcc-acceptance-page .swcc-acceptance-document-body small {
	display: block;
	margin-top: 4px;
	color: #425767;
	font-size: 14px;
	line-height: 1.6;
}

body.swcc-acceptance-page .subSection .widget,
body.swcc-acceptance-page #secondary .widget,
body.swcc-acceptance-page .sideSection .widget {
	margin-bottom: 22px;
	padding: 18px;
	border: 1px solid #d7e3ea;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.06);
}

@media (max-width: 700px) {
	body.swcc-acceptance-page .swcc-acceptance-content {
		font-size: 17px;
	}

	body.swcc-acceptance-page .swcc-acceptance-intro {
		padding: 28px 20px;
		border-radius: 12px;
	}

	body.swcc-acceptance-page .swcc-acceptance-intro h2 {
		font-size: 29px;
	}

	body.swcc-acceptance-page .swcc-acceptance-document {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	body.swcc-acceptance-page .swcc-acceptance-document-type {
		width: 60px;
	}

	body.swcc-acceptance-page .swcc-acceptance-document-body strong {
		font-size: 18px;
	}
}


/* ==================================================
 * v2.4.8：一般廃棄物受入基準 管理画面対応
 * ================================================== */
body.swcc-acceptance-page .swcc-acceptance-managed > section + section {
	margin-top: 38px;
}

body.swcc-acceptance-page .swcc-acceptance-section-title {
	margin: 0 0 18px;
	padding: 0 0 12px 16px;
	border: 0;
	border-bottom: 2px solid #c8dce7;
	border-left: 6px solid #267da8;
	background: none;
	color: #0a4165;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 800;
	line-height: 1.5;
}

body.swcc-acceptance-page .swcc-acceptance-link-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

body.swcc-acceptance-page .swcc-acceptance-text-link {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 16px 20px;
	border: 2px solid #cfdce4;
	border-radius: 11px;
	background: #fff;
	color: #0a4165 !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(10, 65, 101, 0.05);
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.swcc-acceptance-page .swcc-acceptance-text-link:hover,
body.swcc-acceptance-page .swcc-acceptance-text-link:focus {
	transform: translateY(-2px);
	border-color: #267da8;
	background: #eef7fb;
	box-shadow: 0 14px 28px rgba(10, 65, 101, 0.10);
}

body.swcc-acceptance-page .swcc-acceptance-text-link span:last-child {
	color: #267da8;
	font-size: 24px;
	line-height: 1;
}

body.swcc-acceptance-page .swcc-acceptance-image-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.swcc-acceptance-page .swcc-acceptance-image-card {
	margin: 0;
	padding: 12px;
	border: 1px solid #cfdce4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(10, 65, 101, 0.06);
}

body.swcc-acceptance-page .swcc-acceptance-image-card a {
	display: block;
}

body.swcc-acceptance-page .swcc-acceptance-image-card img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 8px;
	box-shadow: none;
}

@media (max-width: 700px) {
	body.swcc-acceptance-page .swcc-acceptance-managed > section + section {
		margin-top: 30px;
	}

	body.swcc-acceptance-page .swcc-acceptance-text-link {
		padding: 15px 17px;
		font-size: 17px;
	}

	body.swcc-acceptance-page .swcc-acceptance-image-list {
		grid-template-columns: 1fr;
	}
}


/* ==================================================
 * v2.4.9：一般廃棄物受入基準 本文エディター
 * ================================================== */
body.swcc-acceptance-page .swcc-acceptance-body {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #cfdce4;
	border-radius: 14px;
	background: #ffffff;
	color: #1f2f3d;
	font-size: 18px;
	line-height: 1.95;
	box-shadow: 0 12px 32px rgba(10, 65, 101, 0.07);
}

body.swcc-acceptance-page .swcc-acceptance-body > :first-child {
	margin-top: 0;
}

body.swcc-acceptance-page .swcc-acceptance-body > :last-child {
	margin-bottom: 0;
}

body.swcc-acceptance-page .swcc-acceptance-body h2 {
	margin: 1.8em 0 0.8em;
	padding: 0 0 12px 16px;
	border-bottom: 2px solid #c8dce7;
	border-left: 6px solid #267da8;
	background: none;
	color: #0a4165;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.5;
}

body.swcc-acceptance-page .swcc-acceptance-body h3 {
	margin: 1.6em 0 0.7em;
	padding-left: 13px;
	border-left: 5px solid #8fc1d8;
	color: #0a4165;
	font-size: clamp(21px, 2.5vw, 27px);
	font-weight: 800;
	line-height: 1.55;
}

body.swcc-acceptance-page .swcc-acceptance-body p {
	margin: 0 0 1.2em;
}

body.swcc-acceptance-page .swcc-acceptance-body ul,
body.swcc-acceptance-page .swcc-acceptance-body ol {
	margin: 0 0 1.4em 1.4em;
	padding: 0;
}

body.swcc-acceptance-page .swcc-acceptance-body li {
	margin-bottom: 0.45em;
}

body.swcc-acceptance-page .swcc-acceptance-body a {
	color: #0d5c88;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	word-break: break-word;
}

body.swcc-acceptance-page .swcc-acceptance-body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.5em auto;
	border-radius: 10px;
}

body.swcc-acceptance-page .swcc-acceptance-body blockquote {
	margin: 1.5em 0;
	padding: 18px 22px;
	border-left: 6px solid #267da8;
	background: #eef7fb;
	color: #243b53;
}

@media (max-width: 700px) {
	body.swcc-acceptance-page .swcc-acceptance-body {
		padding: 21px 18px;
		border-radius: 11px;
		font-size: 17px;
	}
}


/* ==================================================
 * 休日等ごみ搬入事前予約：注意事項の文字装飾
 * ================================================== */
.swcc-reserve-rich-text > :first-child {
	margin-top: 0;
}

.swcc-reserve-rich-text > :last-child {
	margin-bottom: 0;
}

.swcc-reserve-note-content {
	margin-top: 8px;
}

.swcc-reserve-note-content p {
	margin: 0 0 10px;
}

.swcc-reserve-note-content ul,
.swcc-reserve-note-content ol {
	margin: 8px 0 10px 1.4em;
	padding: 0;
}

.swcc-reserve-note-content a,
.swcc-reserve-notes-lead a {
	color: #0d5c88;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.swcc-reserve-note-content img,
.swcc-reserve-notes-lead img {
	max-width: 100%;
	height: auto;
}


/* ==================================================
 * v2.5.4：FAQの文字色と矢印表示を修正
 * ================================================== */

/* ビジュアルエディターで指定した文字色を公開画面でも優先する */
.swcc-faq-answer strong {
	color: inherit;
}

.swcc-faq-answer [style*="color"] strong,
.swcc-faq-answer strong[style*="color"] {
	color: inherit;
}

/* FAQ・組合議会の開閉記号は、文字ではなくCSSの線で描画します。 */
/* 文字コードやフォントの影響で「?」へ変わることを防ぎます。 */

/* HOME・お知らせ一覧：右側はリンクを示す＞で表示 */
body.home .widget_recent_entries li::after,
body.home .wp-block-latest-posts > li::after,
body.home .veu_postList > article::after,
body.home .veu_postList .postList_item::after,
body.home .vk_posts > article::after,
body.home .vk_posts .vk_post::after,
.swcc-recent-post-item::after,
body.swcc-notice-archive .swcc-notice-card::after {
	content: "\203A";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}


/* ==================================================
 * v2.5.9：HOME 予約・申請書の説明をリッチテキスト対応
 * ================================================== */
.swcc-procedures-heading .swcc-procedures-lead {
	margin: 0;
	color: var(--swcc-muted);
	font-size: 14px;
	line-height: 1.7;
}

.swcc-procedures-heading .swcc-procedures-lead p,
.swcc-procedures-banner-text p {
	margin: 0 0 0.75em;
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.swcc-procedures-heading .swcc-procedures-lead p:last-child,
.swcc-procedures-banner-text p:last-child {
	margin-bottom: 0;
}

.swcc-home-rich-text [style*="color"] {
	color: revert;
}


/* HOME 10番：リッチテキスト項目内の段落余白を整える */
.swcc-two-column .swcc-home-rich-text p {
	margin: 0;
}


/* ==================================================
 * v2.7.0：HOME自由ブロック
 * ================================================== */
.swcc-home-custom-block {
	margin: 0 0 26px;
	padding: 24px 32px;
	border: 1px solid #cfdce4;
	border-left: 6px solid #267da8;
	border-radius: 13px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(10, 65, 101, 0.07);
}

.swcc-home-custom-block > h2 {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #c7dce7;
	background: none;
	color: #0a4165;
	font-size: clamp(23px, 2.4vw, 26px);
	font-weight: 800;
	line-height: 1.4;
}

.swcc-home-custom-block-content {
	color: #243b53;
	font-size: 17px;
	line-height: 1.9;
}

.swcc-home-custom-block-content > :first-child {
	margin-top: 0;
}

.swcc-home-custom-block-content > :last-child {
	margin-bottom: 0;
}

.swcc-home-custom-block-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.swcc-home-custom-block-content a {
	color: #0d5c88;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

@media (max-width: 700px) {
	.swcc-home-custom-block {
		margin-bottom: 22px;
		padding: 18px 16px;
		border-radius: 10px;
	}

	.swcc-home-custom-block > h2 {
		margin-bottom: 12px;
		padding-bottom: 7px;
		font-size: 22px;
		line-height: 1.45;
	}

	.swcc-home-custom-block-content {
		font-size: 16px;
		line-height: 1.8;
	}
}

/* ==================================================
 * HOME「積み込み順」手順カード：PC表示切替
 * ================================================== */

@media (min-width: 701px) {

	.swcc-load-steps.swcc-load-steps-desktop-hidden {
		display: none !important;
	}

}

/* ==================================================
 * HOME「積み込み順」手順カード：スマートフォン表示切替
 * ================================================== */

@media (max-width: 700px) {

	.swcc-load-steps.swcc-load-steps-mobile-hidden {
		display: none !important;
	}

}












/* お知らせの記事タイトル */
body.swcc-notice-single h1.entry-title {
	font-size: clamp(18px, 3vw, 28px) !important;
}

/* お知らせ本文内のh2 */
body.swcc-notice-single .entryBody h2,
body.swcc-notice-single .entry-body h2,
body.swcc-notice-single .entry-content h2,
body.swcc-notice-single .post-contents h2 {
	font-size: clamp(16px, 3vw, 27px) !important;
}

/* お知らせ本文内のh3 */
body.swcc-notice-single .entryBody h3,
body.swcc-notice-single .entry-body h3,
body.swcc-notice-single .entry-content h3,
body.swcc-notice-single .post-contents h3 {
	font-size: clamp(16px, 3vw, 26px) !important;
}


/* =========================================================
	お知らせ欄：お盆期間中のごみ搬入案内
========================================================= */

.swcc-obon-new {
	color: #1f2f3d;
	font-size: 17px;
	line-height: 1.9;
	writing-mode: horizontal-tb !important;
}

.swcc-obon-new *,
.swcc-obon-new *::before,
.swcc-obon-new *::after {
	box-sizing: border-box;
	writing-mode: horizontal-tb !important;
}

.swcc-obon-new-intro {
	margin: 0 0 22px;
	padding: 20px 22px;
	border-left: 6px solid #267da8;
	background: #eef7fb;
}

.swcc-obon-new-summary {
	display: flex;
	gap: 16px;
	margin: 0 0 38px;
}

.swcc-obon-new-summary > div {
	flex: 1 1 0;
	padding: 18px 20px;
	border: 1px solid #cfdce4;
	border-radius: 8px;
	background: #fff;
}

.swcc-obon-new-summary span {
	display: block;
	margin-bottom: 4px;
	color: #536875;
	font-size: 14px;
	font-weight: 700;
}

.swcc-obon-new-summary strong {
	display: block;
	color: #0a4165;
	font-size: 20px;
}

.swcc-obon-new .swcc-obon-new-title {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 42px 0 22px !important;
	padding: 10px 0 10px 16px !important;
	border: 0 !important;
	border-left: 6px solid #267da8 !important;
	border-bottom: 1px solid #cfdce4 !important;
	background: transparent !important;
	color: #0a4165 !important;
	font-size: 27px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	white-space: normal !important;
	transform: none !important;
}

.swcc-obon-new-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.swcc-obon-new-card {
	flex: 0 0 calc(50% - 8px);
	overflow: hidden;
	border: 1px solid #cfdce4;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(10, 65, 101, 0.06);
}

.swcc-obon-new-card.is-reservation {
	border-left: 6px solid #b42323;
}

.swcc-obon-new-card.is-closed {
	border-color: #aeb7bd;
	background: #f0f2f3;
}

.swcc-obon-new-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 15px 17px;
	border-bottom: 1px solid #cfdce4;
	background: #eef7fb;
}

.swcc-obon-new-card.is-reservation .swcc-obon-new-card-head {
	background: #fff3f1;
}

.swcc-obon-new-card.is-closed .swcc-obon-new-card-head {
	background: #dfe3e5;
}

.swcc-obon-new-card-head > strong {
	color: #0a4165;
	font-size: 19px;
}

.swcc-obon-new-card-body {
	padding: 16px 17px;
}

.swcc-obon-new-card-body p {
	margin: 0;
}

.swcc-obon-new-card-body p + p {
	margin-top: 3px;
}

.swcc-obon-new-badge {
	flex: 0 0 auto;
	padding: 4px 10px;
	border-radius: 100px;
	background: #e7f3eb;
	color: #237348;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.swcc-obon-new-badge.is-red {
	background: #b42323;
	color: #fff;
}

.swcc-obon-new-badge.is-gray {
	background: #5b6770;
	color: #fff;
}

.swcc-obon-new-note {
	margin: 20px 0 0;
	padding: 15px 18px;
	background: #f7fbfd;
	font-weight: 600;
}

.swcc-obon-new-reservation {
	padding: 24px;
	border: 1px solid #e2ada8;
	border-radius: 9px;
	background: #fff6f4;
}

.swcc-obon-new-reservation-lead {
	margin: 0 0 20px;
}

.swcc-obon-new-reservation-lead > span {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 10px;
	border-radius: 100px;
	background: #b42323;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.swcc-obon-new-web-button {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	padding: 14px 20px;
	border-radius: 6px;
	background: #0a4165;
	color: #fff !important;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.swcc-obon-new-web-button:hover {
	background: #062f49;
	color: #fff !important;
}

.swcc-obon-new-phone {
	margin: 0 0 16px;
}

.swcc-obon-new-phone a {
	color: #0a4165;
	font-size: 20px;
	font-weight: 800;
}

.swcc-obon-new-reservation ul {
	margin: 0;
	padding-left: 1.4em;
}

.swcc-obon-new-reservation li {
	margin-bottom: 6px;
}

.swcc-obon-new-cautions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.swcc-obon-new-caution {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid #cfdce4;
	border-radius: 8px;
	background: #fff;
}

.swcc-obon-new-caution > span {
	display: flex;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #267da8;
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

.swcc-obon-new-caution > p,
.swcc-obon-new-caution > div {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

.swcc-obon-new-caution p {
	margin: 0;
}

.swcc-obon-new-caution p + p {
	margin-top: 10px;
}

.swcc-obon-new-pdf {
	display: inline-block;
	margin-top: 13px;
	padding: 10px 16px;
	border: 2px solid #0a4165;
	border-radius: 5px;
	color: #0a4165 !important;
	font-weight: 800;
	text-decoration: none !important;
}

.swcc-obon-new-pdf:hover {
	background: #0a4165;
	color: #fff !important;
}

@media screen and (max-width: 767px) {

	.swcc-obon-new {
		font-size: 16px;
	}

	.swcc-obon-new-summary {
		display: block;
	}

	.swcc-obon-new-summary > div + div {
		margin-top: 10px;
	}

	.swcc-obon-new .swcc-obon-new-title {
		margin-top: 34px !important;
		padding-left: 12px !important;
		font-size: 22px !important;
	}

	.swcc-obon-new-cards {
		display: block;
	}

	.swcc-obon-new-card {
		width: 100%;
		margin-bottom: 12px;
	}

	.swcc-obon-new-card-head {
		padding: 14px 15px;
	}

	.swcc-obon-new-card-head > strong {
		font-size: 17px;
	}

	.swcc-obon-new-card-body {
		padding: 14px 15px;
	}

	.swcc-obon-new-reservation {
		padding: 19px 16px;
	}

	.swcc-obon-new-caution {
		gap: 12px;
		padding: 16px 14px;
	}

	.swcc-obon-new-caution > span {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.swcc-obon-new-pdf {
		display: block;
		width: 100%;
		text-align: center;
	}

}



/* =========================================================
	お知らせ欄：モバイルバッテリー・ライター発火事故 注意喚起
========================================================= */

.swcc-fire-alert {
	--swcc-fire-navy: #0a4165;
	--swcc-fire-blue: #267da8;
	--swcc-fire-pale-blue: #eef7fb;
	--swcc-fire-line: #cfdce4;
	--swcc-fire-text: #1f2f3d;
	--swcc-fire-muted: #536875;
	--swcc-fire-red: #b42323;
	--swcc-fire-red-pale: #fff3f1;
	--swcc-fire-yellow: #fff8df;

	color: var(--swcc-fire-text);
	font-size: 17px;
	line-height: 1.9;
}

.swcc-fire-alert,
.swcc-fire-alert *,
.swcc-fire-alert *::before,
.swcc-fire-alert *::after {
	box-sizing: border-box;
}

.swcc-fire-alert h2,
.swcc-fire-alert h3,
.swcc-fire-alert h4,
.swcc-fire-alert p,
.swcc-fire-alert figure {
	margin-top: 0;
}

.swcc-fire-alert h2,
.swcc-fire-alert h3,
.swcc-fire-alert h4 {
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

/* リード */
.swcc-fire-alert-lead {
	margin: 0 0 28px;
	padding: 28px 30px;
	border: 1px solid var(--swcc-fire-line);
	border-top: 6px solid var(--swcc-fire-navy);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(10, 65, 101, 0.08);
}

.swcc-fire-alert-kicker {
	margin: 0 0 8px;
	color: var(--swcc-fire-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.swcc-fire-alert .swcc-fire-alert-lead h2 {
	margin: 0 0 16px;
	color: var(--swcc-fire-navy);
	font-size: clamp(18px, 3vw, 26px);
	font-weight: 800;
	line-height: 1.45;
}

.swcc-fire-alert-lead p:last-child {
	margin-bottom: 0;
}

/* 警告 */
.swcc-fire-alert-warning {
	margin: 0 0 34px;
	padding: 22px 24px;
	border-left: 6px solid var(--swcc-fire-red);
	border-radius: 0 10px 10px 0;
	background: var(--swcc-fire-red-pale);
}

.swcc-fire-alert .swcc-fire-alert-warning h3 {
	margin: 0 0 10px;
	color: var(--swcc-fire-red);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.5;
}

.swcc-fire-alert-warning p {
	margin-bottom: 0;
	font-weight: 600;
}

/* セクション */
.swcc-fire-alert-section {
	margin: 0 0 42px;
}

.swcc-fire-alert .swcc-fire-alert-section h3 {
	margin: 0 0 16px;
	padding: 0 0 10px 14px;
	border-left: 5px solid var(--swcc-fire-blue);
	border-bottom: 1px solid var(--swcc-fire-line);
	color: var(--swcc-fire-navy);
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 800;
	line-height: 1.5;
}

/* 行動カード */
.swcc-fire-alert-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.swcc-fire-alert-action-card {
	padding: 22px 22px 20px;
	border: 1px solid var(--swcc-fire-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(10, 65, 101, 0.05);
}

.swcc-fire-alert .swcc-fire-alert-action-card h4 {
	margin: 0 0 10px;
	color: var(--swcc-fire-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.5;
}

.swcc-fire-alert-action-card p:last-child {
	margin-bottom: 0;
}

.swcc-fire-alert-request {
	margin: 20px 0 0;
	padding: 16px 18px;
	border-left: 6px solid var(--swcc-fire-blue);
	border-radius: 0 8px 8px 0;
	background: var(--swcc-fire-pale-blue);
	font-weight: 700;
}

/* ボタン */
.swcc-fire-alert-button-wrap {
	margin: 20px 0 0;
}

.swcc-fire-alert-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	padding: 14px 22px;
	border-radius: 8px;
	background: var(--swcc-fire-navy);
	color: #fff !important;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.swcc-fire-alert-button:hover,
.swcc-fire-alert-button:focus {
	color: #fff !important;
	opacity: 0.9;
	transform: translateY(-1px);
}

/* 写真 */
.swcc-fire-alert-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.swcc-fire-alert-photo {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--swcc-fire-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(10, 65, 101, 0.05);
}

.swcc-fire-alert-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* スマホ */
@media screen and (max-width: 767px) {

	.swcc-fire-alert {
		font-size: 16px;
		line-height: 1.85;
	}

	.swcc-fire-alert-lead {
		padding: 22px 18px;
		margin-bottom: 22px;
	}

	.swcc-fire-alert-warning {
		padding: 18px 16px;
		margin-bottom: 28px;
	}

	.swcc-fire-alert .swcc-fire-alert-warning h3 {
		font-size: 20px;
	}

	.swcc-fire-alert-section {
		margin-bottom: 34px;
	}

	.swcc-fire-alert .swcc-fire-alert-section h3 {
		padding-left: 11px;
		font-size: 21px;
	}

	.swcc-fire-alert-actions {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.swcc-fire-alert-action-card {
		padding: 18px 16px;
	}

	.swcc-fire-alert-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.swcc-fire-alert-button {
		display: flex;
		width: 100%;
		min-width: 0;
	}

}





/* =========================================================
	お知らせ欄：直接搬入手数料のお知らせ
========================================================= */

.saga-fee-notice {
	--saga-fee-green: #28734a;
	--saga-fee-green-dark: #185737;
	--saga-fee-green-light: #edf7f1;
	--saga-fee-green-pale: #f7fbf8;
	--saga-fee-yellow: #f3a800;
	--saga-fee-yellow-light: #fff8e5;
	--saga-fee-red: #c33b2e;
	--saga-fee-text: #26332c;
	--saga-fee-muted: #5e6b63;
	--saga-fee-line: #d5e2da;

	margin: 0;
	color: var(--saga-fee-text);
	font-size: 16px;
	line-height: 1.9;
}

.saga-fee-notice *,
.saga-fee-notice *::before,
.saga-fee-notice *::after {
	box-sizing: border-box;
}

.saga-fee-notice h2,
.saga-fee-notice h3,
.saga-fee-notice p,
.saga-fee-notice dl,
.saga-fee-notice dt,
.saga-fee-notice dd {
	margin-top: 0;
}

.saga-fee-intro {
	margin-bottom: 36px;
	padding: 24px 26px;
	border-left: 6px solid var(--saga-fee-green);
	border-radius: 0 10px 10px 0;
	background: var(--saga-fee-green-pale);
	font-size: 1.05rem;
}

/* 見出し
----------------------------------------- */

.saga-fee-section {
	margin: 0 0 40px;
}

.saga-fee-heading {
	margin-bottom: 24px;
}

.saga-fee-heading-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 14px;
	border-radius: 100px;
	background: var(--saga-fee-green);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.saga-fee-notice .saga-fee-heading h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 3px solid var(--saga-fee-green);
	background: transparent;
	color: var(--saga-fee-green-dark);
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	line-height: 1.45;
}

.saga-fee-heading p {
	margin-bottom: 0;
	color: var(--saga-fee-muted);
}

/* 料金カード
----------------------------------------- */

.saga-fee-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.saga-fee-card {
	overflow: hidden;
	border: 1px solid var(--saga-fee-line);
	border-top: 6px solid var(--saga-fee-green);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(24, 87, 55, 0.08);
}

.saga-fee-card-header {
	padding: 24px 24px 20px;
	background: var(--saga-fee-green-light);
	text-align: center;
}

.saga-fee-type {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 13px;
	border: 1px solid var(--saga-fee-green);
	border-radius: 100px;
	background: #fff;
	color: var(--saga-fee-green-dark);
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.5;
}

.saga-fee-notice .saga-fee-card h3 {
	margin: 0 0 6px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--saga-fee-green-dark);
	font-size: clamp(1.15rem, 2.5vw, 1.4rem);
	font-weight: 700;
	line-height: 1.45;
}

.saga-fee-card-header p {
	margin: 0;
	color: var(--saga-fee-muted);
	font-size: 0.94rem;
}

.saga-fee-list {
	margin: 0;
	padding: 0 24px;
}

.saga-fee-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 22px 0;
	border-top: 1px solid var(--saga-fee-line);
}

.saga-fee-row:first-child {
	border-top: 0;
}

.saga-fee-row dt {
	margin: 0;
	font-weight: 700;
	line-height: 1.6;
}

.saga-fee-row dd {
	margin: 0;
	text-align: right;
	line-height: 1.6;
}

.saga-fee-row dd strong {
	display: inline-block;
	color: var(--saga-fee-red);
	font-size: 1.3rem;
	font-weight: 700;
}

.saga-fee-row dd span {
	display: inline-block;
	margin-left: 3px;
	font-size: 0.9rem;
}

/* 令和9年4月から
----------------------------------------- */

.saga-fee-future {
	margin: 40px 0 30px;
	overflow: hidden;
	border: 2px solid var(--saga-fee-yellow);
	border-radius: 12px;
	background: #fff;
}

.saga-fee-future-heading {
	padding: 22px 26px;
	background: var(--saga-fee-yellow-light);
}

.saga-fee-future-heading > span {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 14px;
	border-radius: 100px;
	background: #9a6800;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.saga-fee-notice .saga-fee-future-heading h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #604500;
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	line-height: 1.5;
}

.saga-fee-future-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.saga-fee-future-item {
	padding: 24px 26px;
	text-align: center;
}

.saga-fee-future-item + .saga-fee-future-item {
	border-left: 1px solid #eadcae;
}

.saga-fee-future-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.saga-fee-future-item p {
	margin: 0;
}

.saga-fee-future-item strong {
	color: var(--saga-fee-red);
	font-size: 1.35rem;
	font-weight: 700;
}

.saga-fee-future-item p span {
	font-size: 0.9rem;
}

/* 注意事項
----------------------------------------- */

.saga-fee-caution {
	position: relative;
	margin: 30px 0;
	padding: 24px 26px 24px 64px;
	border: 1px solid #e5d6a3;
	border-radius: 10px;
	background: #fffdf5;
}

.saga-fee-caution::before {
	position: absolute;
	top: 23px;
	left: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--saga-fee-yellow);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	content: "!";
}

.saga-fee-notice .saga-fee-caution h2 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #604500;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.5;
}

.saga-fee-caution p {
	margin: 0;
}

.saga-fee-closing {
	margin: 30px 0 0;
	font-weight: 500;
}

/* スマートフォン
----------------------------------------- */

@media screen and (max-width: 767px) {

	.saga-fee-notice {
		font-size: 15px;
		line-height: 1.85;
	}

	.saga-fee-intro {
		margin-bottom: 28px;
		padding: 19px 18px;
		border-left-width: 5px;
	}

	.saga-fee-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.saga-fee-card-header {
		padding: 20px 16px 17px;
	}

	.saga-fee-list {
		padding: 0 18px;
	}

	.saga-fee-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
		padding: 18px 0;
	}

	.saga-fee-row dd {
		text-align: left;
	}

	.saga-fee-future {
		margin-top: 30px;
	}

	.saga-fee-future-heading {
		padding: 19px 18px;
	}

	.saga-fee-future-content {
		grid-template-columns: minmax(0, 1fr);
	}

	.saga-fee-future-item {
		padding: 19px 18px;
		text-align: left;
	}

	.saga-fee-future-item + .saga-fee-future-item {
		border-top: 1px solid #eadcae;
		border-left: 0;
	}

	.saga-fee-caution {
		padding: 58px 18px 20px;
	}

	.saga-fee-caution::before {
		top: 18px;
		left: 18px;
	}

}



/* =========================================================
	お知らせ欄　圧縮切断機施設 完成記事
========================================================= */

.swcc-compression {
	--compression-navy: #0a4165;
	--compression-blue: #267da8;
	--compression-pale: #eef7fb;
	--compression-light: #f7fbfd;
	--compression-line: #cfdce4;
	--compression-text: #243b53;
	--compression-muted: #536875;

	color: var(--compression-text);
	font-size: 17px;
	line-height: 1.95;
}

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

.swcc-compression p,
.swcc-compression figure,
.swcc-compression dl,
.swcc-compression dt,
.swcc-compression dd {
	margin-top: 0;
}


/* 導入部分
----------------------------------------- */

.swcc-compression-intro {
	margin: 0 0 42px;
	padding: 25px 28px;
	border: 1px solid var(--compression-line);
	border-left: 7px solid var(--compression-blue);
	border-radius: 0 12px 12px 0;
	background: var(--compression-light);
}

.swcc-compression-intro p {
	margin: 0 0 16px;
}

.swcc-compression-intro p:last-child {
	margin-bottom: 0;
}

.swcc-compression-date {
	display: flex;
	gap: 18px;
	align-items: center;
	margin: 22px 0;
	padding: 16px 20px;
	border-radius: 9px;
	background: var(--compression-navy);
	color: #ffffff;
}

.swcc-compression-date span {
	font-size: 14px;
	font-weight: 700;
}

.swcc-compression-date strong {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.5;
}


/* セクション
----------------------------------------- */

.swcc-compression-section {
	margin: 0 0 48px;
}

.swcc-compression .swcc-compression-section > h2 {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 22px;
	padding: 8px 0 10px 16px;
	border: 0;
	border-bottom: 2px solid #c4d9e5;
	border-left: 6px solid var(--compression-blue);
	background: transparent;
	color: var(--compression-navy);
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	writing-mode: horizontal-tb;
}

.swcc-compression-section-note {
	margin: -12px 0 20px;
	color: var(--compression-muted);
	font-weight: 700;
}


/* 落成式写真
----------------------------------------- */

.swcc-compression-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.swcc-compression-photo {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--compression-line);
	border-radius: 11px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.07);
}

.swcc-compression .swcc-compression-photo img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: 0;
	object-fit: cover;
	box-shadow: none;
}

.swcc-compression-photo figcaption {
	padding: 13px 16px;
	color: var(--compression-navy);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.6;
}


/* 設備詳細カード
----------------------------------------- */

.swcc-compression-detail {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	overflow: hidden;
	border: 1px solid var(--compression-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(10, 65, 101, 0.07);
}

.swcc-compression-detail-image {
	min-height: 100%;
	background: var(--compression-pale);
}

.swcc-compression .swcc-compression-detail-image img {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 300px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	box-shadow: none;
}

.swcc-compression-detail-content {
	padding: 25px;
}

.swcc-compression .swcc-compression-detail-content h3 {
	margin: 0 0 17px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 2px solid var(--compression-line);
	color: var(--compression-navy);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.5;
}


/* 仕様
----------------------------------------- */

.swcc-compression-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.swcc-compression-specs > div {
	overflow: hidden;
	border: 1px solid var(--compression-line);
	border-radius: 8px;
	background: #ffffff;
}

.swcc-compression-specs dt {
	margin: 0;
	padding: 8px 13px;
	background: var(--compression-pale);
	color: var(--compression-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.swcc-compression-specs dd {
	margin: 0;
	padding: 11px 13px;
	color: var(--compression-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.65;
}

.swcc-compression-specs-wide {
	padding: 22px;
	border: 1px solid var(--compression-line);
	border-radius: 12px;
	background: var(--compression-light);
}


/* スマートフォン
----------------------------------------- */

@media screen and (max-width: 767px) {

	.swcc-compression {
		font-size: 16px;
		line-height: 1.9;
	}

	.swcc-compression-intro {
		margin-bottom: 34px;
		padding: 20px 17px;
		border-left-width: 6px;
	}

	.swcc-compression-date {
		display: block;
		padding: 15px 17px;
	}

	.swcc-compression-date span {
		display: block;
		margin-bottom: 3px;
	}

	.swcc-compression-date strong {
		display: block;
		font-size: 20px;
	}

	.swcc-compression-section {
		margin-bottom: 40px;
	}

	.swcc-compression .swcc-compression-section > h2 {
		margin-bottom: 18px;
		padding-left: 12px;
		font-size: 23px;
	}

	.swcc-compression-gallery {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	.swcc-compression-detail {
		grid-template-columns: minmax(0, 1fr);
	}

	.swcc-compression .swcc-compression-detail-image img {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.swcc-compression-detail-content {
		padding: 19px 16px;
	}

	.swcc-compression-specs {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.swcc-compression-specs-wide {
		padding: 15px;
	}

}


/* =========================================================
	お知らせ欄：ポスター・標語コンクール
========================================================= */

.swcc-contest {
	--contest-navy: #0a4165;
	--contest-blue: #267da8;
	--contest-pale: #eef7fb;
	--contest-light: #f7fbfd;
	--contest-line: #cfdce4;
	--contest-text: #243b53;
	--contest-muted: #536875;
	--contest-red: #b42323;
	--contest-gold: #9a6800;
	--contest-gold-pale: #fff8e5;

	color: var(--contest-text);
	font-size: 17px;
	line-height: 1.95;
	writing-mode: horizontal-tb !important;
}

.swcc-contest,
.swcc-contest *,
.swcc-contest *::before,
.swcc-contest *::after {
	box-sizing: border-box;
	writing-mode: horizontal-tb !important;
}

.swcc-contest p,
.swcc-contest figure {
	margin-top: 0;
}


/* 導入
----------------------------------------- */

.swcc-contest-intro {
	margin: 0 0 38px;
	padding: 24px 27px;
	border: 1px solid var(--contest-line);
	border-left: 7px solid var(--contest-blue);
	border-radius: 0 12px 12px 0;
	background: var(--contest-light);
}

.swcc-contest-intro p {
	margin: 0 0 14px;
}

.swcc-contest-intro p:last-child {
	margin-bottom: 0;
}


/* セクション
----------------------------------------- */

.swcc-contest-section {
	margin: 0 0 50px;
}

.swcc-contest .swcc-contest-heading {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 20px !important;
	padding: 8px 0 10px 15px !important;
	border: 0 !important;
	border-bottom: 2px solid #c4d9e5 !important;
	border-left: 6px solid var(--contest-blue) !important;
	background: transparent !important;
	color: var(--contest-navy) !important;
	font-size: clamp(25px, 3vw, 32px) !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	white-space: normal !important;
	transform: none !important;
}


/* 展示会場
----------------------------------------- */

.swcc-contest-exhibition-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.swcc-contest-exhibition-card {
	padding: 21px 19px;
	border: 1px solid var(--contest-line);
	border-top: 5px solid var(--contest-blue);
	border-radius: 10px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.06);
}

.swcc-contest-exhibition-label {
	display: inline-block;
	margin: 0 0 10px;
	padding: 3px 11px;
	border-radius: 100px;
	background: var(--contest-pale);
	color: var(--contest-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.swcc-contest .swcc-contest-exhibition-card h3 {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--contest-navy) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

.swcc-contest-exhibition-date {
	margin: 0;
	padding-top: 13px;
	border-top: 1px solid var(--contest-line);
	font-weight: 700;
	line-height: 1.7;
}

.swcc-contest-exhibition-date span {
	color: var(--contest-blue);
}


/* コンクールタイトル
----------------------------------------- */

.swcc-contest-main-title {
	margin: 50px 0;
	padding: 28px 24px;
	border-radius: 12px;
	background: var(--contest-navy);
	color: #ffffff;
	text-align: center;
}

.swcc-contest-main-title p {
	margin: 0 0 6px;
	color: #d6ecf7;
	font-size: 15px;
	font-weight: 700;
}

.swcc-contest .swcc-contest-main-title h2 {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #ffffff !important;
	font-size: clamp(24px, 3.4vw, 34px) !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

.swcc-contest-main-title span {
	display: inline-block;
	margin-top: 9px;
	font-size: 13px;
}


/* 賞ラベル
----------------------------------------- */

.swcc-contest-award {
	display: inline-block;
	padding: 4px 13px;
	border-radius: 100px;
	background: var(--contest-blue);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.swcc-contest-award.is-grand {
	background: var(--contest-gold);
}

.swcc-contest-award.is-excellence {
	background: var(--contest-red);
}


/* ポスター
----------------------------------------- */

.swcc-contest-image-note {
	margin: -7px 0 20px;
	color: var(--contest-muted);
	font-size: 15px;
}

.swcc-contest-poster-featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}

.swcc-contest-poster-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.swcc-contest-poster-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--contest-line);
	border-radius: 11px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.06);
}

.swcc-contest-poster-card.is-top-prize {
	border-top: 5px solid var(--contest-gold);
}

.swcc-contest-poster-card.is-top-prize + .is-top-prize {
	border-top-color: var(--contest-red);
}

.swcc-contest-poster-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 285px;
	padding: 15px;
	background: var(--contest-light);
	text-decoration: none !important;
}

.swcc-contest-poster-featured .swcc-contest-poster-image {
	height: 340px;
}

.swcc-contest .swcc-contest-poster-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 !important;
	border-radius: 0 !important;
	object-fit: contain;
	box-shadow: none !important;
	transition: opacity 0.2s ease;
}

.swcc-contest-poster-image:hover img,
.swcc-contest-poster-image:focus img {
	opacity: 0.86;
}

.swcc-contest-poster-info {
	flex: 1 1 auto;
	padding: 17px;
	text-align: center;
}

.swcc-contest .swcc-contest-poster-info h3 {
	margin: 10px 0 4px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--contest-navy) !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-align: center !important;
}

.swcc-contest-poster-info p {
	margin: 0;
	color: var(--contest-muted);
	font-size: 14px;
	line-height: 1.6;
}


/* 標語
----------------------------------------- */

.swcc-contest-slogan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.swcc-contest-slogan-card {
	padding: 20px;
	border: 1px solid var(--contest-line);
	border-left: 6px solid var(--contest-blue);
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.05);
}

.swcc-contest-slogan-card.is-grand {
	border-left-color: var(--contest-gold);
	background: var(--contest-gold-pale);
}

.swcc-contest-slogan-card.is-excellence {
	border-left-color: var(--contest-red);
	background: #fff5f3;
}

.swcc-contest-slogan {
	margin: 15px 0 17px;
	color: var(--contest-navy);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.8;
}

.swcc-contest-slogan-person {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	align-items: baseline;
	padding-top: 12px;
	border-top: 1px solid var(--contest-line);
}

.swcc-contest-slogan-person strong {
	color: var(--contest-navy);
	font-size: 16px;
}

.swcc-contest-slogan-person span {
	color: var(--contest-muted);
	font-size: 14px;
}


/* 講評
----------------------------------------- */

.swcc-contest-commentary {
	margin-top: 34px;
	padding: 25px 27px;
	border: 1px solid var(--contest-line);
	border-left: 7px solid var(--contest-blue);
	border-radius: 0 11px 11px 0;
	background: var(--contest-light);
}

.swcc-contest .swcc-contest-commentary h3 {
	margin: 0 0 18px !important;
	padding: 0 0 10px !important;
	border: 0 !important;
	border-bottom: 2px solid var(--contest-line) !important;
	background: none !important;
	color: var(--contest-navy) !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
}

.swcc-contest-commentary p {
	margin: 0 0 15px;
}

.swcc-contest-commentary p:last-child {
	margin-bottom: 0;
}

.swcc-contest-commentary-author {
	padding-top: 8px;
	color: var(--contest-navy);
	font-weight: 800;
	text-align: right;
}


/* タブレット
----------------------------------------- */

@media screen and (max-width: 900px) {

	.swcc-contest-exhibition-grid,
	.swcc-contest-poster-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* スマートフォン
----------------------------------------- */

@media screen and (max-width: 767px) {

	.swcc-contest {
		font-size: 16px;
		line-height: 1.85;
	}

	.swcc-contest-intro {
		margin-bottom: 32px;
		padding: 19px 17px;
		border-left-width: 6px;
	}

	.swcc-contest-section {
		margin-bottom: 42px;
	}

	.swcc-contest .swcc-contest-heading {
		margin-bottom: 17px !important;
		padding-left: 11px !important;
		font-size: 22px !important;
	}

	.swcc-contest-exhibition-grid,
	.swcc-contest-poster-featured,
	.swcc-contest-poster-grid,
	.swcc-contest-slogan-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.swcc-contest-exhibition-card {
		padding: 18px 16px;
	}

	.swcc-contest .swcc-contest-exhibition-card h3 {
		min-height: 0;
	}

	.swcc-contest-main-title {
		margin: 38px 0;
		padding: 23px 17px;
	}

	.swcc-contest .swcc-contest-main-title h2 {
		font-size: 22px !important;
	}

	.swcc-contest-poster-image,
	.swcc-contest-poster-featured .swcc-contest-poster-image {
		height: 300px;
		padding: 13px;
	}

	.swcc-contest-poster-info {
		padding: 15px;
	}

	.swcc-contest-slogan-card {
		padding: 18px 16px;
	}

	.swcc-contest-slogan {
		font-size: 18px;
	}

	.swcc-contest-slogan-person {
		display: block;
	}

	.swcc-contest-slogan-person strong,
	.swcc-contest-slogan-person span {
		display: block;
	}

	.swcc-contest-slogan-person span {
		margin-top: 3px;
	}

	.swcc-contest-commentary {
		margin-top: 27px;
		padding: 20px 17px;
		border-left-width: 6px;
	}

	.swcc-contest .swcc-contest-commentary h3 {
		font-size: 20px !important;
	}

}



/* =========================================================
	お知らせ欄：グラウンド・ゴルフ交流大会
========================================================= */

.swcc-groundgolf {
	--groundgolf-navy: #0a4165;
	--groundgolf-blue: #267da8;
	--groundgolf-pale: #eef7fb;
	--groundgolf-light: #f7fbfd;
	--groundgolf-line: #cfdce4;
	--groundgolf-text: #243b53;
	--groundgolf-muted: #536875;
	--groundgolf-gold: #9a6800;
	--groundgolf-gold-pale: #fff8e5;
	--groundgolf-silver: #667680;
	--groundgolf-silver-pale: #f0f3f5;
	--groundgolf-bronze: #8a5a34;
	--groundgolf-bronze-pale: #fbf3ec;

	color: var(--groundgolf-text);
	font-size: 17px;
	line-height: 1.95;
}

.swcc-groundgolf,
.swcc-groundgolf *,
.swcc-groundgolf *::before,
.swcc-groundgolf *::after {
	box-sizing: border-box;
	writing-mode: horizontal-tb !important;
}

.swcc-groundgolf p,
.swcc-groundgolf figure {
	margin-top: 0;
}


/* 導入
----------------------------------------- */

.swcc-groundgolf-intro {
	margin: 0 0 22px;
	padding: 23px 26px;
	border: 1px solid var(--groundgolf-line);
	border-left: 7px solid var(--groundgolf-blue);
	border-radius: 0 11px 11px 0;
	background: var(--groundgolf-light);
}

.swcc-groundgolf-intro p {
	margin: 0 0 14px;
}

.swcc-groundgolf-intro p:last-child {
	margin-bottom: 0;
}


/* 大会概要
----------------------------------------- */

.swcc-groundgolf-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin: 0 0 30px;
}

.swcc-groundgolf-summary-item {
	padding: 18px 19px;
	border: 1px solid var(--groundgolf-line);
	border-top: 5px solid var(--groundgolf-blue);
	border-radius: 9px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 7px 18px rgba(10, 65, 101, 0.05);
}

.swcc-groundgolf-summary-item span {
	display: block;
	margin-bottom: 7px;
	color: var(--groundgolf-muted);
	font-size: 13px;
	font-weight: 700;
}

.swcc-groundgolf-summary-item strong {
	display: block;
	color: var(--groundgolf-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
}

.swcc-groundgolf-description {
	margin-bottom: 46px;
}

.swcc-groundgolf-description p {
	margin: 0 0 15px;
}

.swcc-groundgolf-description p:last-child {
	margin-bottom: 0;
}

.swcc-groundgolf-note {
	display: inline-block;
	margin-left: 5px;
	color: var(--groundgolf-muted);
	font-size: 14px;
}


/* 見出し
----------------------------------------- */

.swcc-groundgolf-section {
	margin: 0 0 48px;
}

.swcc-groundgolf .swcc-groundgolf-heading {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 22px !important;
	padding: 8px 0 10px 15px !important;
	border: 0 !important;
	border-bottom: 2px solid #c4d9e5 !important;
	border-left: 6px solid var(--groundgolf-blue) !important;
	background: transparent !important;
	color: var(--groundgolf-navy) !important;
	font-size: clamp(25px, 3vw, 32px) !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	white-space: normal !important;
	transform: none !important;
}


/* 団体上位3チーム
----------------------------------------- */

.swcc-groundgolf-team-grid {
	display: grid;
	gap: 15px;
}

.swcc-groundgolf-result-card {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--groundgolf-line);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.05);
}

.swcc-groundgolf-rank {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 12px;
	background: var(--groundgolf-pale);
}

.swcc-groundgolf-rank span {
	color: var(--groundgolf-navy);
	font-size: 18px;
	font-weight: 800;
}

.swcc-groundgolf-result-card.is-first {
	border-left: 7px solid var(--groundgolf-gold);
}

.swcc-groundgolf-result-card.is-first .swcc-groundgolf-rank {
	background: var(--groundgolf-gold-pale);
}

.swcc-groundgolf-result-card.is-first .swcc-groundgolf-rank span {
	color: var(--groundgolf-gold);
}

.swcc-groundgolf-result-card.is-second {
	border-left: 7px solid var(--groundgolf-silver);
}

.swcc-groundgolf-result-card.is-second .swcc-groundgolf-rank {
	background: var(--groundgolf-silver-pale);
}

.swcc-groundgolf-result-card.is-third {
	border-left: 7px solid var(--groundgolf-bronze);
}

.swcc-groundgolf-result-card.is-third .swcc-groundgolf-rank {
	background: var(--groundgolf-bronze-pale);
}

.swcc-groundgolf-result-card.is-third .swcc-groundgolf-rank span {
	color: var(--groundgolf-bronze);
}

.swcc-groundgolf-result-content {
	padding: 18px 21px;
}

.swcc-groundgolf-result-title {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 9px;
}

.swcc-groundgolf .swcc-groundgolf-result-title h3 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--groundgolf-navy) !important;
	font-size: 21px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
}

.swcc-groundgolf-result-title > strong {
	flex: 0 0 auto;
	color: var(--groundgolf-navy);
	font-size: 20px;
	font-weight: 800;
}

.swcc-groundgolf-members {
	margin: 0;
	color: var(--groundgolf-muted);
	font-size: 15px;
	line-height: 1.75;
}


/* 団体4位以下
----------------------------------------- */

.swcc-groundgolf-other-results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.swcc-groundgolf-other-results > div {
	display: grid;
	grid-template-columns: 75px minmax(0, 1fr) auto;
	gap: 11px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid var(--groundgolf-line);
	border-radius: 8px;
	background: var(--groundgolf-light);
}

.swcc-groundgolf-other-results span {
	color: var(--groundgolf-blue);
	font-size: 14px;
	font-weight: 800;
}

.swcc-groundgolf-other-results strong {
	color: var(--groundgolf-navy);
	font-size: 16px;
}

.swcc-groundgolf-other-results em {
	color: var(--groundgolf-text);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
}


/* 個人の部
----------------------------------------- */

.swcc-groundgolf-person-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.swcc-groundgolf-person-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 17px 18px;
	border: 1px solid var(--groundgolf-line);
	border-left: 6px solid var(--groundgolf-blue);
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 7px 18px rgba(10, 65, 101, 0.05);
}

.swcc-groundgolf-person-card.is-first {
	border-left-color: var(--groundgolf-gold);
	background: var(--groundgolf-gold-pale);
}

.swcc-groundgolf-person-card.is-second {
	border-left-color: var(--groundgolf-silver);
	background: var(--groundgolf-silver-pale);
}

.swcc-groundgolf-person-card.is-third {
	border-left-color: var(--groundgolf-bronze);
	background: var(--groundgolf-bronze-pale);
}

.swcc-groundgolf-person-rank {
	color: var(--groundgolf-blue);
	font-size: 14px;
	font-weight: 800;
}

.swcc-groundgolf-person-card.is-first .swcc-groundgolf-person-rank {
	color: var(--groundgolf-gold);
}

.swcc-groundgolf-person-card.is-third .swcc-groundgolf-person-rank {
	color: var(--groundgolf-bronze);
}

.swcc-groundgolf .swcc-groundgolf-person-card h3 {
	margin: 0 0 2px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--groundgolf-navy) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
}

.swcc-groundgolf-person-card p {
	margin: 0;
	color: var(--groundgolf-muted);
	font-size: 14px;
}

.swcc-groundgolf-person-score {
	text-align: right;
}

.swcc-groundgolf-person-score strong {
	display: block;
	color: var(--groundgolf-navy);
	font-size: 19px;
	font-weight: 800;
}

.swcc-groundgolf-person-score span {
	display: block;
	color: var(--groundgolf-muted);
	font-size: 13px;
	line-height: 1.5;
}


/* 写真
----------------------------------------- */

.swcc-groundgolf-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.swcc-groundgolf-gallery figure {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--groundgolf-line);
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(10, 65, 101, 0.06);
}

.swcc-groundgolf .swcc-groundgolf-gallery img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	border-radius: 0 !important;
	object-fit: cover;
	box-shadow: none !important;
}


/* タブレット
----------------------------------------- */

@media screen and (max-width: 900px) {

	.swcc-groundgolf-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swcc-groundgolf-person-grid,
	.swcc-groundgolf-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* スマートフォン
----------------------------------------- */

@media screen and (max-width: 767px) {

	.swcc-groundgolf {
		font-size: 16px;
		line-height: 1.85;
	}

	.swcc-groundgolf-intro {
		padding: 19px 17px;
		border-left-width: 6px;
	}

	.swcc-groundgolf-summary,
	.swcc-groundgolf-person-grid,
	.swcc-groundgolf-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.swcc-groundgolf-summary-item {
		padding: 16px;
		text-align: left;
	}

	.swcc-groundgolf-summary-item strong br {
		display: none;
	}

	.swcc-groundgolf-section {
		margin-bottom: 40px;
	}

	.swcc-groundgolf .swcc-groundgolf-heading {
		margin-bottom: 18px !important;
		padding-left: 11px !important;
		font-size: 22px !important;
	}

	.swcc-groundgolf-result-card {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.swcc-groundgolf-rank {
		padding: 17px 8px;
	}

	.swcc-groundgolf-rank span {
		font-size: 15px;
	}

	.swcc-groundgolf-result-content {
		padding: 16px 14px;
	}

	.swcc-groundgolf-result-title {
		display: block;
	}

	.swcc-groundgolf-result-title > strong {
		display: block;
		margin-top: 4px;
		font-size: 18px;
	}

	.swcc-groundgolf-other-results {
		grid-template-columns: minmax(0, 1fr);
	}

	.swcc-groundgolf-other-results > div {
		grid-template-columns: 65px minmax(0, 1fr) auto;
		padding: 13px 14px;
	}

	.swcc-groundgolf-person-card {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 10px;
		padding: 15px 14px;
	}

	.swcc-groundgolf-person-score {
		grid-column: 2;
		text-align: left;
	}

	.swcc-groundgolf-person-score strong,
	.swcc-groundgolf-person-score span {
		display: inline;
	}

	.swcc-groundgolf-person-score span {
		margin-left: 7px;
	}

}



/* =========================================================
	お知らせ欄：爆発・火災事故と市町別処分方法
========================================================= */

.swcc-danger-page {
	--danger-navy: #0a4165;
	--danger-blue: #267da8;
	--danger-pale: #eef7fb;
	--danger-light: #f7fbfd;
	--danger-line: #cfdce4;
	--danger-text: #243b53;
	--danger-muted: #536875;
	--danger-red: #b42323;
	--danger-red-dark: #8f1919;
	--danger-red-pale: #fff3f1;

	color: var(--danger-text);
	font-size: 17px;
	line-height: 1.95;
}

.swcc-danger-page,
.swcc-danger-page *,
.swcc-danger-page *::before,
.swcc-danger-page *::after {
	box-sizing: border-box;
	writing-mode: horizontal-tb !important;
}

.swcc-danger-page p,
.swcc-danger-page figure {
	margin-top: 0;
}


/* 導入
----------------------------------------- */

.swcc-danger-intro {
	margin: 0 0 44px;
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid #e0ada8;
	border-top: 7px solid var(--danger-red);
	border-radius: 12px;
	background: var(--danger-red-pale);
}

.swcc-danger-intro > p {
	margin: 0 0 17px;
}

.swcc-danger-intro > p:last-child {
	margin-bottom: 0;
}

.swcc-danger-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.swcc-danger-stat {
	padding: 20px;
	border: 1px solid #dfaaa5;
	border-radius: 9px;
	background: #ffffff;
	text-align: center;
}

.swcc-danger-stat span {
	display: block;
	margin-bottom: 4px;
	color: var(--danger-muted);
	font-size: 13px;
	font-weight: 700;
}

.swcc-danger-stat strong {
	display: block;
	color: var(--danger-red);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(32px, 5vw, 44px);
	font-weight: 800;
	line-height: 1.2;
}

.swcc-danger-stat em {
	display: block;
	margin-top: 4px;
	color: var(--danger-red-dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
}


/* 共通セクション
----------------------------------------- */

.swcc-danger-section {
	margin: 0 0 50px;
}

.swcc-danger-page .swcc-danger-heading {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 22px !important;
	padding: 8px 0 10px 15px !important;
	border: 0 !important;
	border-bottom: 2px solid #c4d9e5 !important;
	border-left: 6px solid var(--danger-blue) !important;
	background: transparent !important;
	color: var(--danger-navy) !important;
	font-size: clamp(23px, 3vw, 28px) !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-align: left !important;
	white-space: normal !important;
	transform: none !important;
}

.swcc-danger-heading-note {
	margin: -14px 0 20px;
	color: var(--danger-muted);
	font-size: 15px;
	font-weight: 700;
}


/* 事故写真
----------------------------------------- */

.swcc-danger-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.swcc-danger-photo {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--danger-line);
	border-radius: 11px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.07);
}

.swcc-danger-page .swcc-danger-photo img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	border-radius: 0 !important;
	object-fit: cover;
	box-shadow: none !important;
}

.swcc-danger-photo figcaption {
	padding: 14px 16px;
	color: var(--danger-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.65;
}


/* 注意
----------------------------------------- */

.swcc-danger-warning {
	margin: 0 0 25px;
	padding: 19px 21px;
	border-left: 7px solid var(--danger-red);
	border-radius: 0 9px 9px 0;
	background: var(--danger-red-pale);
}

.swcc-danger-warning > strong {
	display: block;
	margin-bottom: 4px;
	color: var(--danger-red);
	font-size: 18px;
}

.swcc-danger-warning p {
	margin: 0;
}


/* 市町ナビ
----------------------------------------- */

.swcc-danger-city-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 34px;
}

.swcc-danger-city-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #bcd2df;
	border-radius: 7px;
	background: var(--danger-pale);
	color: var(--danger-navy) !important;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
}

.swcc-danger-city-nav a:hover,
.swcc-danger-city-nav a:focus {
	border-color: var(--danger-blue);
	background: var(--danger-navy);
	color: #ffffff !important;
}


/* 市町別
----------------------------------------- */

.swcc-danger-city {
	margin: 0 0 34px;
	padding: 24px;
	border: 1px solid var(--danger-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(10, 65, 101, 0.05);
	scroll-margin-top: 30px;
}

.swcc-danger-page .swcc-danger-city > h3 {
	display: block !important;
	margin: 0 0 17px !important;
	padding: 0 0 10px 13px !important;
	border: 0 !important;
	border-bottom: 2px solid var(--danger-line) !important;
	border-left: 5px solid var(--danger-blue) !important;
	background: transparent !important;
	color: var(--danger-navy) !important;
	font-size: clamp(19px, 2.5vw, 23px) !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-align: left !important;
}


/* PCの表
----------------------------------------- */

.swcc-danger-page table.swcc-disposal-table {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: #ffffff;
	font-size: 15px;
	white-space: normal !important;
}

.swcc-danger-page table.swcc-disposal-table tr:first-child th {
	background: var(--danger-navy) !important;
	color: #ffffff !important;
	font-weight: 800;
	text-align: center;
}

.swcc-danger-page table.swcc-disposal-table th,
.swcc-danger-page table.swcc-disposal-table td {
	height: auto !important;
	padding: 13px 15px !important;
	border: 0 !important;
	border-right: 1px solid #bfd0da !important;
	border-bottom: 1px solid #bfd0da !important;
	line-height: 1.75;
	vertical-align: top;
	white-space: normal !important;
}

.swcc-danger-page table.swcc-disposal-table tr > *:first-child {
	width: 31% !important;
	border-left: 1px solid #bfd0da !important;
}

.swcc-danger-page table.swcc-disposal-table tr:first-child > * {
	border-top: 1px solid var(--danger-navy) !important;
}

.swcc-danger-page table.swcc-disposal-table tr:first-child > *:first-child {
	border-radius: 7px 0 0 0;
}

.swcc-danger-page table.swcc-disposal-table tr:first-child > *:last-child {
	border-radius: 0 7px 0 0;
}

.swcc-danger-page table.swcc-disposal-table tr:last-child > *:first-child {
	border-radius: 0 0 0 7px;
}

.swcc-danger-page table.swcc-disposal-table tr:last-child > *:last-child {
	border-radius: 0 0 7px 0;
}

.swcc-danger-page table.swcc-disposal-table tr:not(:first-child) th {
	background: var(--danger-pale) !important;
	color: var(--danger-navy) !important;
	font-weight: 800;
	text-align: left;
}

.swcc-danger-page table.swcc-disposal-table td {
	background: #ffffff !important;
	color: var(--danger-text) !important;
	font-weight: 400;
}


/* タブレット
----------------------------------------- */

@media screen and (max-width: 900px) {

	.swcc-danger-city-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* スマートフォン
----------------------------------------- */

@media screen and (max-width: 767px) {

	.swcc-danger-page {
		font-size: 16px;
		line-height: 1.85;
	}

	.swcc-danger-intro {
		margin-bottom: 36px;
		padding: 20px 17px;
		border-top-width: 6px;
	}

	.swcc-danger-stats {
		grid-template-columns: minmax(0, 1fr);
		gap: 11px;
		margin: 20px 0;
	}

	.swcc-danger-stat {
		padding: 16px;
	}

	.swcc-danger-section {
		margin-bottom: 40px;
	}

	.swcc-danger-page .swcc-danger-heading {
		margin-bottom: 18px !important;
		padding-left: 11px !important;
		font-size: 22px !important;
	}

	.swcc-danger-gallery {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.swcc-danger-warning {
		padding: 17px 15px;
		border-left-width: 6px;
	}

	.swcc-danger-city-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 26px;
	}

	.swcc-danger-city-nav a {
		min-height: 44px;
		padding: 8px 10px;
		font-size: 15px;
	}

	.swcc-danger-city {
		margin-bottom: 24px;
		padding: 18px 14px;
		border-radius: 10px;
	}

	.swcc-danger-page .swcc-danger-city > h3 {
		margin-bottom: 15px !important;
		padding-left: 10px !important;
		font-size: 20px !important;
	}

	/*
	 * 表本体のカード化は、すでに追加した
	 * .swcc-card-table の共通CSSが担当します。
	 */
	body.swcc-notice-single .swcc-danger-city table.swcc-card-table {
		margin: 0 !important;
	}

}



/* =========================================================
	お知らせ本文：スマホで自動的に、通常テーブルのスマホカード表示
========================================================= */

@media screen and (max-width: 767px) {

	body.swcc-notice-single table.swcc-card-table {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 1.4em 0 1.8em !important;
		overflow: visible !important;
		border: 0 !important;
		border-collapse: separate !important;
		background: transparent !important;
		white-space: normal !important;
	}

	body.swcc-notice-single table.swcc-card-table colgroup {
		display: none !important;
	}

	body.swcc-notice-single table.swcc-card-table thead {
		display: none !important;
	}

	body.swcc-notice-single table.swcc-card-table tbody {
		display: grid !important;
		width: 100% !important;
		gap: 14px;
	}

	body.swcc-notice-single table.swcc-card-table tr {
		display: block !important;
		width: 100% !important;
		overflow: hidden;
		border: 1px solid #cfdce4 !important;
		border-left: 6px solid #267da8 !important;
		border-radius: 10px;
		background: #ffffff !important;
		box-shadow: 0 7px 20px rgba(10, 65, 101, 0.06);
	}

	body.swcc-notice-single table.swcc-card-table tr.swcc-card-head-row {
		display: none !important;
	}

	body.swcc-notice-single table.swcc-card-table tr > th,
	body.swcc-notice-single table.swcc-card-table tr > td {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 14px 16px !important;
		border: 0 !important;
		background: #ffffff !important;
		color: #243b53 !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 1.8 !important;
		text-align: left !important;
		vertical-align: top !important;
		white-space: normal !important;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	body.swcc-notice-single table.swcc-card-table tr > * + * {
		border-top: 1px solid #d7e3ea !important;
	}

	body.swcc-notice-single table.swcc-card-table tr > th:first-child,
	body.swcc-notice-single table.swcc-card-table tr > td:first-child {
		background: #eef7fb !important;
		color: #0a4165 !important;
		font-weight: 800 !important;
	}

	body.swcc-notice-single table.swcc-card-table tr > th::before,
	body.swcc-notice-single table.swcc-card-table tr > td::before {
		display: block;
		margin: 0 0 4px;
		color: #267da8;
		font-size: 12px;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.04em;
		content: attr(data-label);
	}

}

@media screen and (max-width: 767px) {

	body.swcc-notice-single
	.swcc-danger-page
	table.swcc-disposal-table.swcc-card-table
	tr > th,
	body.swcc-notice-single
	.swcc-danger-page
	table.swcc-disposal-table.swcc-card-table
	tr > td {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
	}

}
