@charset "utf-8";

#teiyosan {
	color: #333;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
}

#teiyosan * {
	box-sizing: border-box;
}

#teiyosan a {
	transition: opacity .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

#teiyosan a:hover {
	opacity: .82;
}

/********** パンくず **********/
#teiyosan .breadcrumb ul,
#teiyosan ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

#teiyosan .breadcrumb li {
	float: none;
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
}

#teiyosan .breadcrumb a {
	color: #137502;
	font-weight: bold;
	text-decoration: none;
}

/********** 内側 **********/
#teiyosan .teiyosan-inner {
	padding: 0 20px 35px;
	background: #fff;
}

/********** ヒーロー **********/
#teiyosan .hero {
	position: relative;
	overflow: hidden;
	margin: 0 0 28px;
	padding: 34px 36px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f3faea 0%, #ffffff 58%, #fff5ec 100%);
	border: 1px solid #d8edc7;
	box-shadow: 0 8px 24px rgba(19, 117, 2, .08);
	color: #333;
}

#teiyosan .hero:after {
	content: "";
	position: absolute;
	right: -46px;
	bottom: -70px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(25, 159, 2, .08);
}

#teiyosan .hero__eyebrow {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .08em;
	color: #fe6601;
}

#teiyosan h2,
#teiyosan .hero h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 16px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.35;
	color: #137502;
}

#teiyosan h2 span {
	color: #199f02;
}

#teiyosan .hero__lead {
	position: relative;
	z-index: 1;
	width: auto;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.9;
}

#teiyosan .hero__cta {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 24px 0 0;
}

#teiyosan .hero__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #199f02;
	color: #fff;
	border: 2px solid #199f02;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
}

#teiyosan .hero__cta a:nth-child(n+2) {
	background: #fff;
	color: #137502;
	border-color: #8bcf58;
}

/********** 共通セクション **********/
#teiyosan .section {
	margin: 0 0 34px;
	padding: 0;
}

#teiyosan h3,
#teiyosan .section h3,
#teiyosan .contents h3 {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: solid 3px #6bb600;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	color: #199f02;
}

#teiyosan h3:before {
	content: none;
}

#teiyosan h4 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	color: #137502;
}

#teiyosan .txt p,
#teiyosan .section-heading p,
#teiyosan .point-card p,
#teiyosan .advice-list__item p,
#teiyosan .cta-box p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.9;
}

#teiyosan .txt p .mark1 {
	padding: 0 2px;
	background: linear-gradient(transparent 62%, rgba(250, 210, 31, .65) 62%);
	color: #333;
	font-weight: bold;
}

/********** この記事でわかること **********/
#teiyosan .summary-box {
	margin: 0 0 32px;
	padding: 22px 24px;
	border-radius: 14px;
	background: #fff;
	border: 2px solid #e3f1d7;
}

#teiyosan .summary-box h3 {
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: solid 3px #6bb600;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	color: #199f02;
}

#teiyosan .summary-box ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#teiyosan .summary-box li {
	position: relative;
	padding: 10px 12px 10px 30px;
	border-radius: 10px;
	background: #f7fbf1;
	color: #137502;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}

#teiyosan .summary-box li:before {
	content: "✓";
	position: absolute;
	left: 12px;
	top: 10px;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: #fe6601;
	font-size: 14px;
	line-height: 1.7;
}

/********** 導入・ポイント **********/
#teiyosan .lead-section .txt,
#teiyosan .advice-section {
	padding: 22px 24px;
	border-radius: 14px;
	background: #fffdf4;
	border: 1px solid #f1df9b;
}

#teiyosan .point-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 34px;
}

#teiyosan .point-card {
	position: relative;
	min-height: 170px;
	padding: 20px 18px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dfead7;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

#teiyosan .point-card__num {
	display: inline-block;
	margin: 0 0 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff0e6;
	color: #fe6601;
	font-size: 12px;
	font-weight: bold;
}

/********** 比較表 **********/
#teiyosan .comparison-table {
	overflow-x: auto;
	border-radius: 12px;
	border: 1px solid #d9e8cf;
	background: #fff;
}

#teiyosan .comparison-table table {
	width: 100%;
	border-collapse: collapse;
}

#teiyosan .comparison-table th,
#teiyosan .comparison-table td {
	padding: 14px 12px;
	border: 1px solid #d9e8cf;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}

#teiyosan .comparison-table thead th {
	background: #199f02;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#teiyosan .comparison-table tbody th {
	width: 22%;
	background: #f3faea;
	color: #137502;
	font-weight: bold;
}

/********** 商品セクション **********/
#teiyosan .product-section {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

#teiyosan .section-heading {
	margin: 0 0 18px;
}

#teiyosan .section-heading__label {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff0e6;
	color: #fe6601;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .06em;
}

#teiyosan .section-heading h3 {
	margin-bottom: 10px;
}

#teiyosan .product-cards ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#teiyosan .product-cards li {
	float: none;
	width: auto;
}

#teiyosan .product-cards li a {
	display: block;
	height: 100%;
	padding: 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dfead7;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
	color: #333;
	text-decoration: none;
}

#teiyosan .product-cards li a:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

#teiyosan .product-cards li img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	margin: 0 0 12px;
	background: #fff;
	border-radius: 0;
}

#teiyosan .product-cards li p {
	width: auto;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.55;
	color: #137502;
}

/********** 注意点 **********/
#teiyosan .advice-section {
	background: #f7fbf1;
	border: 1px solid #d8edc7;
}

#teiyosan .advice-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

#teiyosan .advice-list__item {
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #dfead7;
	border-left: 5px solid #6bb600;
}

/********** CTA **********/
#teiyosan .cta-box {
	margin: 0 0 34px;
	padding: 26px 28px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f7fbf1 0%, #ffffff 64%, #fff5ec 100%);
	border: 1px solid #d8edc7;
	box-shadow: 0 8px 24px rgba(19, 117, 2, .08);
	text-align: center;
}

#teiyosan .cta-box h3 {
	display: inline-block;
	margin: 0 0 12px;
	padding: 0 0 10px;
	border-bottom: solid 3px #6bb600;
}

#teiyosan .cta-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 0;
	min-width: 220px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #199f02;
	color: #fff;
	border: 2px solid #199f02;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
}

/********** iframe **********/
#teiyosan .iframe-wrap {
	overflow: hidden;
	max-width: 100%;
	border-radius: 12px;
	background: #fff;
}

#teiyosan .iframe-wrap iframe {
	display: block;
	max-width: 100%;
}

/* その他のお役立ちコンテンツ */
#teiyosan .related,
#teiyosan .contents-related {
	margin: 0 0 34px;
	padding: 26px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f7fbf1 0%, #ffffff 64%, #fff5ec 100%);
	border: 1px solid #d8edc7;
	box-shadow: 0 8px 24px rgba(19, 117, 2, .08);
}

#teiyosan .related__head {
	margin: 0 0 18px;
}

#teiyosan .related__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .08em;
	color: #fe6601;
}

#teiyosan .related .related__lead,
#teiyosan .contents-related .related__lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

#teiyosan .related__grid,
#teiyosan .contents-reco.related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#teiyosan .related-card {
	display: block;
	position: relative;
	min-height: 112px;
	padding: 16px 44px 16px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dfead7;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .05);
	color: #333;
	text-decoration: none;
}

#teiyosan .related-card:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #199f02 url(/images/common/icon-arr1.png) no-repeat 50% 50%;
}

#teiyosan .related-card__category {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff0e6;
	color: #fe6601;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

#teiyosan .related-card strong {
	display: block;
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.55;
	color: #137502;
}

#teiyosan .related-card>span:last-child {
	display: block;
	font-size: 13px;
	line-height: 1.7;
	color: #555;
}

/* 戻るリンク */
#teiyosan .gt-back-link {
	margin: 18px 0 0;
	text-align: right;
}

#teiyosan .gt-back-link a {
	display: inline-block;
	position: relative;
	padding: 8px 26px 8px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #137502;
	text-decoration: none;
}

#teiyosan .gt-back-link a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: url(/images/common/icon-arr1.png) no-repeat 50% 50%;
}

/********** 旧要素互換 **********/
#teiyosan .clearfix-2 {
	margin: 10px 0 20px;
	float: right;
}

#teiyosan .clearfix-2 p {
	padding: 0 25px 0 0;
	vertical-align: middle;
	background: url(/images/common/icon-arr1.png) no-repeat 95% 50%;
}

#teiyosan .clearfix-2 p .mark2 {
	margin-right: 5px;
	line-height: 2.0;
	font-size: 130%;
	font-weight: bold;
	color: #137502;
}

#teiyosan .overwhite a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/********** SP最適化 **********/
#teiyosan {
	width: 100%;
	padding: 0;
	overflow: hidden;
	color: #333;
}

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

#teiyosan .breadcrumb ul,
#teiyosan ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 10px 12px 12px;
	padding: 0;
}

#teiyosan .breadcrumb li {
	font-size: 12px;
	line-height: 1.6;
}

#teiyosan .teiyosan-inner {
	padding: 0 12px 28px;
}

#teiyosan .hero {
	margin: 0 0 22px;
	padding: 24px 18px;
	border-radius: 16px;
}

#teiyosan .hero:after {
	right: -70px;
	bottom: -85px;
	width: 170px;
	height: 170px;
}

#teiyosan .hero__eyebrow {
	font-size: 11px;
}

#teiyosan h2,
#teiyosan .hero h2 {
	margin: 0 0 14px;
	padding: 0;
	background: none;
	font-size: 22px;
	line-height: 1.45;
	color: #137502;
}

#teiyosan .hero__lead {
	font-size: 14px;
	line-height: 1.85;
}

#teiyosan .hero__cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 18px;
}

#teiyosan .hero__cta a {
	width: 100%;
	min-width: 0;
	padding: 11px 14px;
	font-size: 14px;
}

#teiyosan .section {
	margin: 0 0 26px;
}

#teiyosan h3,
#teiyosan .section h3,
#teiyosan .contents h3,
#teiyosan .summary-box h3 {
	margin: 0 0 14px;
	padding: 0 0 9px;
	font-size: 20px;
	line-height: 1.45;
}

#teiyosan h4 {
	font-size: 16px;
}

#teiyosan .txt p,
#teiyosan .section-heading p,
#teiyosan .point-card p,
#teiyosan .advice-list__item p,
#teiyosan .cta-box p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.85;
}

#teiyosan .summary-box,
#teiyosan .lead-section .txt,
#teiyosan .advice-section,
#teiyosan .cta-box,
#teiyosan .related,
#teiyosan .contents-related {
	margin-bottom: 24px;
	padding: 18px 14px;
	border-radius: 14px;
}

#teiyosan .summary-box ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

#teiyosan .summary-box li {
	padding: 9px 10px 9px 30px;
	font-size: 13px;
	line-height: 1.65;
}

#teiyosan .summary-box li:before {
	left: 12px;
	top: 9px;
}

#teiyosan .point-grid {
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0 0 26px;
}

#teiyosan .point-card {
	min-height: 0;
	padding: 17px 15px 15px;
	border-radius: 13px;
}

#teiyosan .comparison-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#teiyosan .comparison-table table {
	min-width: 620px;
}

#teiyosan .comparison-table th,
#teiyosan .comparison-table td {
	padding: 11px 9px;
	font-size: 13px;
	line-height: 1.65;
}

#teiyosan .product-cards ul {
	grid-template-columns: 1fr;
	gap: 12px;
}

#teiyosan .product-cards li a {
	display: grid;
	grid-template-columns: 38% 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border-radius: 13px;
}

#teiyosan .product-cards li img {
	margin: 0;
	aspect-ratio: 1 / 1;
}

#teiyosan .product-cards li p {
	font-size: 14px;
	line-height: 1.55;
}

#teiyosan .advice-list__item {
	padding: 14px 13px;
}

#teiyosan .cta-box {
	text-align: left;
}

#teiyosan .cta-box h3 {
	display: block;
}

#teiyosan .cta-box a {
	width: 100%;
	min-width: 0;
	padding: 12px 16px;
	font-size: 14px;
}

#teiyosan .related__lead {
	font-size: 14px;
	line-height: 1.75;
}

#teiyosan .related__grid,
#teiyosan .contents-reco.related__grid {
	grid-template-columns: 1fr;
	gap: 10px;
}

#teiyosan .related-card {
	min-height: 0;
	padding: 14px 40px 14px 14px;
	border-radius: 13px;
}

#teiyosan .related-card:after {
	right: 14px;
}

#teiyosan .related-card strong {
	font-size: 15px;
}

#teiyosan .related-card>span:last-child {
	font-size: 12px;
}

#teiyosan .gt-back-link {
	text-align: right;
}

#teiyosan .gt-back-link a {
	font-size: 14px;
}

@media screen and (max-width: 360px) {
	#teiyosan .product-cards li a {
		grid-template-columns: 1fr;
	}
}