@charset "UTF-8";

/* SYNCHRO WEATHER 特集 */

#generic.sw_feature {
	background-color: #fff;
}

#generic.sw_feature #generic_header h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#generic.sw_feature #generic_header img {
	display: block;
	width: 100%;
	height: auto;
}

#generic.sw_feature .sw_pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5em;
	margin: 0;
	padding: 1em;
	list-style: none;
	background-color: #eef6f0;
}

#generic.sw_feature .sw_pagenavi a {
	display: block;
	padding: 0.55em 1em;
	font-weight: 700;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #379c57;
	border-radius: 999px;
	transition: background-color 0.3s, color 0.3s;
}

#generic.sw_feature .sw_pagenavi a:hover {
	background-color: #379c57;
	color: #fff;
}

#generic.sw_feature .sw_section {
	margin-bottom: 4em;
}

#generic.sw_feature .sw_section--alt {
	padding: 2.5em 0;
	background-color: #f4faf6;
}

#generic.sw_feature .sw_section h2 {
	text-align: center;
	font-size: 1.75em;
	font-weight: 900;
	margin: 0 auto 1.5em;
	padding: 0 0 0.5em;
	color: #1a1a1a;
	position: relative;
}

#generic.sw_feature .sw_section h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #379c57;
	border-radius: 2px;
}

#generic.sw_feature .sw_section h3 {
	font-size: 1.15em;
	font-weight: 700;
	margin: 2em 0 1em;
	text-align: center;
	color: #333;
}

#generic.sw_feature .sw_catch {
	margin: 0 0 1em;
	font-size: 1.25em;
	font-weight: 900;
	text-align: center;
	color: #379c57;
	line-height: 1.6;
}

#generic.sw_feature .sw_lead {
	margin: 0;
	text-align: center;
	line-height: 1.9;
	color: #333;
}

#generic.sw_feature .sw_figure {
	margin: 1.5em 0 0;
	text-align: center;
}

#generic.sw_feature .sw_figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#generic.sw_feature .sw_arrow {
	margin: 1.5em 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #379c57;
	line-height: 1;
}

#generic.sw_feature .sw_activet {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
	margin: 2em 0;
}

#generic.sw_feature .sw_activet_logo {
	flex: 0 0 140px;
	max-width: 140px;
}

#generic.sw_feature .sw_activet_logo img {
	display: block;
	width: 100%;
	height: auto;
}

#generic.sw_feature .sw_activet_caption {
	flex: 1 1 280px;
	max-width: 520px;
	margin: 0;
	padding: 1.25em 1.5em;
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, #2d7a46, #379c57);
	border-radius: 8px;
	box-sizing: border-box;
}

#generic.sw_feature .sw_activet_caption p {
	margin: 0;
	line-height: 1.7;
}

#generic.sw_feature .sw_activet_lead {
	font-size: 1.05em;
	font-weight: 700;
}

#generic.sw_feature .sw_activet_name {
	margin: 0.35em 0;
	font-size: 1.65em;
	font-weight: 900;
	letter-spacing: 0.05em;
}

#generic.sw_feature .sw_activet_sub {
	font-size: 0.95em;
	font-weight: 700;
}

#generic.sw_feature .sw_section--voices {
	padding-top: 0.5em;
}

#generic.sw_feature .sw_voices {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#generic.sw_feature .sw_voice {
	margin: 0;
	padding: 1.25em 1.5em;
	background-color: #f7fbf8;
	border: 1px solid #c8e6d0;
	border-left: 4px solid #379c57;
	border-radius: 0 8px 8px 0;
	box-sizing: border-box;
}

#generic.sw_feature .sw_voice_title {
	margin: 0 0 0.75em;
	font-weight: 900;
	font-size: 1.05em;
	color: #2d7a46;
	line-height: 1.5;
}

#generic.sw_feature .sw_voice_text {
	margin: 0 0 0.75em;
	line-height: 1.85;
	color: #333;
}

#generic.sw_feature .sw_voice_meta {
	margin: 0;
	font-size: 0.9em;
	color: #666;
	text-align: right;
}

#generic.sw_feature .sw_voice_note {
	margin: 1.5em 0 0;
	font-size: 0.85em;
	line-height: 1.7;
	color: #666;
}

#generic.sw_feature .sw_shop_comment {
	margin: 2em 0 0;
	padding: 1.25em 1.5em;
	background-color: #eef6f0;
	border-radius: 8px;
}

#generic.sw_feature .sw_shop_comment_label {
	margin: 0 0 0.75em;
	font-weight: 900;
	font-size: 1.05em;
	color: #379c57;
}

#generic.sw_feature .sw_shop_comment p:last-child {
	margin: 0;
	line-height: 1.85;
	color: #333;
}

#generic.sw_feature .sw_switches {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5em;
	margin-top: 1.5em;
}

#generic.sw_feature .sw_switch {
	flex: 1 1 280px;
	max-width: 360px;
	padding: 1.5em 1.25em;
	text-align: center;
	background-color: #fff;
	border: 2px solid #c8e6d0;
	border-radius: 10px;
	box-sizing: border-box;
}

#generic.sw_feature .sw_section--alt .sw_switch {
	border-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#generic.sw_feature .sw_switch_header {
	margin: 0 0 1em;
	font-size: 1.1em;
	font-weight: 900;
	color: #2d7a46;
}

#generic.sw_feature .sw_switch_header i {
	margin-right: 0.35em;
}

#generic.sw_feature .sw_switch .with_bar {
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
	font-weight: 700;
	border-bottom: 2px solid #379c57;
}

#generic.sw_feature .sw_switch .small {
	margin: 0 0 1em;
	font-size: 0.92em;
	line-height: 1.7;
	color: #555;
}

#generic.sw_feature .sw_switch .strong {
	margin: 0;
	font-weight: 900;
	font-size: 1.05em;
	color: #2d7a46;
}

#generic.sw_feature .sw_switch .arrow {
	margin: 0.75em 0;
	font-size: 1.25em;
	font-weight: 700;
	color: #379c57;
}

#generic.sw_feature .sw_match_table img {
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}

#generic.sw_feature .sw_notes {
	margin: 1.5em 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.92em;
	line-height: 1.8;
	color: #444;
}

#generic.sw_feature .sw_notes li {
	margin: 0 0 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

#generic.sw_feature .sw_notes li.marker {
	font-weight: 700;
	color: #c00;
}

#generic.sw_feature .sw_brake_note {
	margin: 1em 0 0;
	font-size: 0.92em;
	line-height: 1.8;
	color: #555;
}

#generic.sw_feature .sw_carlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em 1.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#generic.sw_feature .sw_carlist li {
	flex: 0 0 120px;
	max-width: 140px;
}

#generic.sw_feature .sw_carlist img {
	display: block;
	width: 100%;
	height: auto;
}

#generic.sw_feature .sw_cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin: 3em 0 0;
}

#generic.sw_feature .sw_cta a {
	display: block;
	min-width: 240px;
	padding: 1em 1.5em;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	box-sizing: border-box;
	transition: opacity 0.3s;
}

#generic.sw_feature .sw_cta a:hover {
	opacity: 0.85;
}

#generic.sw_feature .sw_cta .btn-primary {
	color: #fff;
	background: linear-gradient(#43a862, #379c57);
}

#generic.sw_feature .sw_cta .btn-secondary {
	color: #379c57;
	background-color: #fff;
	border: 2px solid #379c57;
}

@media screen and (max-width: 768px) {
	#generic.sw_feature .sw_section h2 {
		font-size: 1.4em;
	}

	#generic.sw_feature .sw_pagenavi ul {
		flex-direction: column;
		align-items: stretch;
	}

	#generic.sw_feature .sw_activet {
		flex-direction: column;
	}

	#generic.sw_feature .sw_activet_name {
		font-size: 1.45em;
	}

	#generic.sw_feature .sw_cta a {
		width: 100%;
		min-width: 0;
	}
}
