@charset "utf-8";

#tokudai-panel.cyounaikai-renewal {
	color: #333;
}

#tokudai-panel.cyounaikai-renewal h2 {
	position: relative;
	margin: 0;
	border-radius: 18px;
	min-height: 92px;
	padding: 0;
	font-weight: bold;
	font-size: 34px;
	background: linear-gradient(135deg, #116b58 0%, #1f8a70 60%, #4fb88d 100%);
	box-shadow: 0 14px 30px rgba(17, 107, 88, .18);
}

#tokudai-panel.cyounaikai-renewal h2 img {
	position: absolute;
	left: 20px;
	bottom: 0;
}

#tokudai-panel.cyounaikai-renewal h2 span {
	display: block;
	padding: 20px 28px 18px 110px;
	line-height: 1.45;
	color: #fff;
}

#tokudai-panel.cyounaikai-renewal .tokudai-panel-inner {
	padding: 28px 0 14px;
}

#tokudai-panel.cyounaikai-renewal .cy-hero {
	margin: 20px 0 0;
	padding: 28px 28px 26px;
	border: 1px solid #dbe9e4;
	border-radius: 22px;
	background: linear-gradient(180deg, #f7fcfa 0%, #ffffff 100%);
}

#tokudai-panel.cyounaikai-renewal .cy-hero-lead {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e4f3ee;
	color: #116b58;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .08em;
}

#tokudai-panel.cyounaikai-renewal .cy-hero-text {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.95;
}

#tokudai-panel.cyounaikai-renewal .cy-point-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel.cyounaikai-renewal .cy-point-list li {
	float: left;
	width: 31.6%;
	margin: 0 2.6% 0 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #e6efeb;
	line-height: 1.8;
	font-weight: bold;
}

#tokudai-panel.cyounaikai-renewal .cy-point-list li:last-child {
	margin-right: 0;
}

#tokudai-panel.cyounaikai-renewal .cy-cta-row {
	margin: 22px 0 0;
}

#tokudai-panel.cyounaikai-renewal .cy-btn {
	float: left;
	margin: 0 12px 0 0;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	transition: .2s ease;
}

#tokudai-panel.cyounaikai-renewal .cy-btn-primary {
	background: #116b58;
	color: #fff;
}

#tokudai-panel.cyounaikai-renewal .cy-btn-secondary {
	background: #fff;
	color: #116b58;
	border: 1px solid #116b58;
}

#tokudai-panel.cyounaikai-renewal .cy-btn:hover,
#tokudai-panel.cyounaikai-renewal .cy-link-btn:hover {
	opacity: .85;
}

#tokudai-panel.cyounaikai-renewal .cy-anchor-nav {
	margin: 18px 0 0;
}

#tokudai-panel.cyounaikai-renewal .cy-anchor-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel.cyounaikai-renewal .cy-anchor-nav li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
}

#tokudai-panel.cyounaikai-renewal .cy-anchor-nav li:last-child {
	margin-right: 0;
}

#tokudai-panel.cyounaikai-renewal .cy-anchor-nav a {
	display: block;
	padding: 12px 10px;
	border-radius: 14px;
	background: #f1f7f4;
	color: #116b58;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

#tokudai-panel.cyounaikai-renewal .cy-section {
	margin: 0 0 44px;
}

#tokudai-panel.cyounaikai-renewal .cy-section-kicker {
	margin: 0 0 8px;
	color: #116b58;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .18em;
}

#tokudai-panel.cyounaikai-renewal h3 {
	margin: 0;
	padding: 0 0 12px;
	font-weight: bold;
	font-size: 31px;
	border-bottom: 3px solid #116b58;
	color: #1b2d29;
}

#tokudai-panel.cyounaikai-renewal .cy-section-intro {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.9;
}

#tokudai-panel.cyounaikai-renewal .cy-card-grid,
#tokudai-panel.cyounaikai-renewal .cy-tip-grid,
#tokudai-panel.cyounaikai-renewal .cy-check-wrap {
	margin-top: 22px;
}

#tokudai-panel.cyounaikai-renewal .cy-card {
	float: left;
	width: 48.2%;
	margin: 0 3.6% 22px 0;
	padding: 22px;
	border: 1px solid #e3ece8;
	border-radius: 22px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 12px 24px rgba(20, 44, 36, .06);
}

#tokudai-panel.cyounaikai-renewal .cy-card:nth-child(2n),
#tokudai-panel.cyounaikai-renewal .cy-tip-box:nth-child(2n),
#tokudai-panel.cyounaikai-renewal .cy-check-box:nth-child(2n) {
	margin-right: 0;
}

#tokudai-panel.cyounaikai-renewal .cy-card-label {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .16em;
	color: #116b58;
}

#tokudai-panel.cyounaikai-renewal h4 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: #1b2d29;
}

#tokudai-panel.cyounaikai-renewal .cy-card p,
#tokudai-panel.cyounaikai-renewal .cy-tip-box p,
#tokudai-panel.cyounaikai-renewal .cy-check-box li,
#tokudai-panel.cyounaikai-renewal .cy-ranking-body p {
	font-size: 15px;
	line-height: 1.9;
}

#tokudai-panel.cyounaikai-renewal .cy-card-note {
	margin: 10px 0 16px;
	color: #5e716d;
	font-weight: bold;
}

#tokudai-panel.cyounaikai-renewal .cy-link-btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #116b58;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#tokudai-panel.cyounaikai-renewal .cy-scene-card {
	background: linear-gradient(180deg, #fff 0%, #f9fcfb 100%);
}

#tokudai-panel.cyounaikai-renewal .cy-tip-box,
#tokudai-panel.cyounaikai-renewal .cy-check-box {
	float: left;
	width: 48.2%;
	margin: 0 3.6% 18px 0;
	padding: 20px 22px;
	border-radius: 20px;
	background: #f7fbf9;
	box-sizing: border-box;
	border: 1px solid #dfebe6;
}

#tokudai-panel.cyounaikai-renewal .cy-tip-box h4,
#tokudai-panel.cyounaikai-renewal .cy-check-box h4 {
	font-size: 21px;
	margin-bottom: 8px;
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-list {
	margin-top: 24px;
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-item {
	margin: 0 0 22px;
	padding: 22px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid #e3ece8;
	box-shadow: 0 12px 24px rgba(20, 44, 36, .06);
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb {
	float: left;
	width: 240px;
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 240px;
	padding: 14px;
	box-sizing: border-box;
	border: 1px solid #e3ece8;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
}

#tokudai-panel.cyounaikai-renewal .cy-ranking-body {
	float: right;
	width: 616px;
}

#tokudai-panel.cyounaikai-renewal .cy-rank-no {
	display: inline-block;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff4d6;
	color: #8a5f00;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .12em;
}

#tokudai-panel.cyounaikai-renewal .cy-badges {
	margin: 16px 0 0;
}

#tokudai-panel.cyounaikai-renewal .cy-badges span {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 7px 12px;
	border-radius: 999px;
	background: #eef7f3;
	color: #116b58;
	font-size: 12px;
	font-weight: bold;
}

#tokudai-panel.cyounaikai-renewal .cy-check-box ul {
	margin: 0;
	padding-left: 18px;
}

#tokudai-panel.cyounaikai-renewal .cy-bottom-cta {
	margin-top: 14px;
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f7fcfa 0%, #eef7f3 100%);
}

#tokudai-panel.cyounaikai-renewal .cy-bottom-cta p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

#tokudai-panel.cyounaikai-renewal .cy-bottom-cta .cy-cta-row {
	margin-top: 16px;
}

#tokudai-panel.cyounaikai-renewal:after,
#tokudai-panel.cyounaikai-renewal .cy-point-list:after,
#tokudai-panel.cyounaikai-renewal .cy-cta-row:after,
#tokudai-panel.cyounaikai-renewal .cy-anchor-nav ul:after,
#tokudai-panel.cyounaikai-renewal .cy-card-grid:after,
#tokudai-panel.cyounaikai-renewal .cy-tip-grid:after,
#tokudai-panel.cyounaikai-renewal .cy-ranking-item:after,
#tokudai-panel.cyounaikai-renewal .cy-check-wrap:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------------------------------------------------------
	SP override
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	html,
	body {
		width: 100%;
		overflow-x: hidden;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#container,
	#wrapper,
	#main {
		width: auto !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#sub1 {
		display: none !important;
	}

	#header,
	#footer {
		width: 100% !important;
		min-width: 0 !important;
	}

	#header .headline,
	#header .logo-fax,
	#header .h-nav ul,
	#footer .sitemap,
	#footer .shop-information,
	#footer .bnrs ul {
		width: auto !important;
		min-width: 0 !important;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
	}

	#header .headline .h-txt,
	#header .headline .h-menu,
	#header .logo-fax .h-logo,
	#header .logo-fax .h-txt-fax,
	#footer .sitemap-box,
	#footer .shop-information>div,
	#footer .bnrs li {
		float: none !important;
		width: 100% !important;
		margin: 0 0 10px !important;
	}

	#header .headline .h-menu {
		font-size: 11px;
		line-height: 1.6;
	}

	#header .logo-fax .h-logo,
	#header .logo-fax .h-txt-fax {
		text-align: center;
	}

	#header .h-nav li {
		float: left !important;
		width: 50% !important;
		margin: 0 !important;
	}

	#header .h-nav li a {
		display: block;
		padding: 2px;
	}

	#footer .copyright {
		padding: 0 12px 18px;
		text-align: center;
		font-size: 11px;
	}

	#tokudai-panel.cyounaikai-renewal {
		padding: 0 12px 24px;
		box-sizing: border-box;
	}

	#tokudai-panel.cyounaikai-renewal .breadcrumb {
		display: none;
	}

	#tokudai-panel.cyounaikai-renewal h2 {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 0;
		border-radius: 18px;
		padding: 14px 14px 14px 16px;
	}

	#tokudai-panel.cyounaikai-renewal h2 img {
		position: static;
		flex: 0 0 52px;
		display: block;
		width: 52px;
		margin: 0;
	}

	#tokudai-panel.cyounaikai-renewal h2 span {
		padding: 0;
		font-size: 24px;
		line-height: 1.45;
		text-align: left;
		flex: 1 1 auto;
	}

	#tokudai-panel.cyounaikai-renewal .tokudai-panel-inner {
		padding: 20px 0 8px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-hero {
		margin-top: 14px;
		padding: 18px 16px 20px;
		border-radius: 18px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-hero-lead {
		font-size: 11px;
		line-height: 1.5;
	}

	#tokudai-panel.cyounaikai-renewal .cy-hero-text,
	#tokudai-panel.cyounaikai-renewal .cy-section-intro,
	#tokudai-panel.cyounaikai-renewal .cy-card p,
	#tokudai-panel.cyounaikai-renewal .cy-tip-box p,
	#tokudai-panel.cyounaikai-renewal .cy-check-box li,
	#tokudai-panel.cyounaikai-renewal .cy-ranking-body p,
	#tokudai-panel.cyounaikai-renewal .cy-bottom-cta p {
		font-size: 14px;
		line-height: 1.8;
	}

	#tokudai-panel.cyounaikai-renewal .cy-point-list {
		margin-top: 14px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-point-list li,
	#tokudai-panel.cyounaikai-renewal .cy-card,
	#tokudai-panel.cyounaikai-renewal .cy-tip-box,
	#tokudai-panel.cyounaikai-renewal .cy-check-box,
	#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb,
	#tokudai-panel.cyounaikai-renewal .cy-ranking-body {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#tokudai-panel.cyounaikai-renewal .cy-point-list li {
		margin: 0 0 10px;
		padding: 12px 14px;
		border-radius: 14px;
		font-size: 13px;
		line-height: 1.7;
	}

	#tokudai-panel.cyounaikai-renewal .cy-cta-row {
		margin-top: 16px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-btn,
	#tokudai-panel.cyounaikai-renewal .cy-link-btn {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 13px 16px;
		text-align: center;
		box-sizing: border-box;
		font-size: 14px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-anchor-nav {
		margin-top: 14px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-anchor-nav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-anchor-nav li {
		float: none;
		width: calc(50% - 4px);
		margin: 0;
	}

	#tokudai-panel.cyounaikai-renewal .cy-anchor-nav a {
		padding: 10px 8px;
		border-radius: 12px;
		font-size: 12px;
		line-height: 1.5;
	}

	#tokudai-panel.cyounaikai-renewal .cy-section {
		margin-bottom: 32px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-section-kicker {
		font-size: 10px;
		margin-bottom: 6px;
	}

	#tokudai-panel.cyounaikai-renewal h3 {
		padding-bottom: 10px;
		font-size: 22px;
		line-height: 1.45;
	}

	#tokudai-panel.cyounaikai-renewal h4 {
		font-size: 18px;
		line-height: 1.5;
	}

	#tokudai-panel.cyounaikai-renewal .cy-card-grid,
	#tokudai-panel.cyounaikai-renewal .cy-tip-grid,
	#tokudai-panel.cyounaikai-renewal .cy-check-wrap,
	#tokudai-panel.cyounaikai-renewal .cy-ranking-list {
		margin-top: 16px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-card,
	#tokudai-panel.cyounaikai-renewal .cy-tip-box,
	#tokudai-panel.cyounaikai-renewal .cy-check-box,
	#tokudai-panel.cyounaikai-renewal .cy-ranking-item {
		margin-bottom: 14px;
		padding: 16px;
		border-radius: 18px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-card-label {
		font-size: 11px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-ranking-item {
		position: relative;
	}

	#tokudai-panel.cyounaikai-renewal .cy-rank-no {
		position: absolute;
		top: 24px;
		left: 24px;
		z-index: 2;
		margin: 0;
		padding: 5px 10px;
		font-size: 11px;
		line-height: 1.2;
		box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
	}

	#tokudai-panel.cyounaikai-renewal .cy-card-note {
		margin: 8px 0 12px;
		font-size: 13px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-tip-box h4,
	#tokudai-panel.cyounaikai-renewal .cy-check-box h4 {
		font-size: 17px;
		margin-bottom: 6px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb {
		position: relative;
		margin-bottom: 14px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb a {
		height: auto;
		min-height: 0;
		padding: 12px;
		aspect-ratio: 1 / 1;
		border-radius: 16px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-ranking-thumb img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	#tokudai-panel.cyounaikai-renewal .cy-badges {
		margin-top: 12px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-badges span {
		margin: 0 6px 6px 0;
		padding: 6px 10px;
		font-size: 11px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-check-box ul {
		padding-left: 16px;
	}

	#tokudai-panel.cyounaikai-renewal .cy-bottom-cta {
		margin-top: 10px;
		padding: 18px 16px;
		border-radius: 18px;
	}
}