.cy-pos-desc {
	font-size: 1rem !important;
	line-height: 1.5 !important;
	margin-bottom: 2rem !important;
}

.type_section h2 {
	font-size: 1.5rem;
}

.type_section .cy-pos__attention {
	margin-bottom: 0;
}

.product-group h2 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.product-group h2 > span {
	font-size: 0.75rem;
	font-weight: bold !important;
}

.subcategory-group {
	max-width: 60rem;
	margin: 0 auto;
}

/* MV */
.subcategory-group > img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 2rem;
}

/* セクション単位 */
.section-row {
	border-top: 1px solid #ccc;
	padding: 1rem;
}

/* 最初だけ余白調整 */
.section-row:first-of-type {
	border-top: none;
	padding-top: 0;
}

/* 見出し */
.section-row h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

/* 本文 */
.content-block p {
	margin-bottom: 1rem;
	font-size: 1rem !important;
}

.content-block ul {
	margin: 0 0 1rem 1.2rem;
	list-style: disc;
}
.content-block li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.note {
	font-size: 0.875rem;
	line-height: 1.4;
}

/* ===== Q&A専用 ===== */
.section-row.faq-title,
.section-row.qa {
	border: none;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.faq-title > h3 {
	font-size: 1.125rem !important;
	font-weight: bold;
}
.faq-title > h3:first-child {
	margin-top: 5rem;
}
.qa-q {
	position: relative;
	padding-left: 2rem !important;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #ccc !important;
	padding-bottom: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.qa-q::before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #007bc7;
}
.qa-a {
	position: relative;
	padding-left: 2rem !important;
	margin-bottom: 0 !important;
}
.qa-a::before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #e60012;
}
.qa-a em {
	font-weight: bold;
}

/* pos-flow */
.pos-flow {
	padding: 0 1rem;
}
.pos-flow_step {
	margin: 0 auto 4rem !important;
	width: 100%;
}
.pos-flow_step-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem;
	margin-top: 1rem !important;
	border-bottom: 1px solid #666;
}
.pos-flow_step-item:last-of-type {
	border: none;
}
.pos-flow_step-item h3 {
	font-size: 1.5rem;
	padding: 0 0 0.25rem;
	width: 100%;
}
.pos-flow_step-item img {
	margin: 0 auto;
	width: 12.5rem;
}
.pos-flow_step-item-txt {
	width: 100%;
	margin: 0;
}
.pos-flow_step-item-txt p {
	font-size: 1rem !important;
	line-height: 1.4 !important;
}
.step-item_txt {
	margin-bottom: 1rem !important;
}
.pos-flow_step-item-txt .step-item_attention {
	font-size: 0.7rem !important;
}

/* PC */
@media screen and (min-width: 769px) {
	.type_section h2 {
		font-size: 2.5rem;
	}
	.product-group h2 > span {
		font-size: 1rem;
	}
	.subcategory-group {
		margin: 4rem auto 3rem;
	}
	.section-row {
		display: flex;
		gap: 1rem;
		align-items: center;
	}
	.section-row h3 {
		font-size: 2rem;
		width: 35%;
		margin-bottom: 0;
	}
	.section-row .content-block {
		width: 65%;
	}

	/* ===== Q&A専用 ===== */
	.faq-title > h3:first-child {
		margin-top: 0;
	}
	.section-row.qa {
		display: block;
		align-items: flex-start;
	}
	.section-row.qa h3 {
		font-size: 1rem;
		width: auto; 
		margin-bottom: 1rem;
	}
	.section-row.qa .content-block {
		width: auto;
	}

	/* pos-flow */
	.pos-flow {
		padding: 0;
	}
	.pos-flow_step {
		width: 60rem;
	}
	.pos-flow_step-item {
		margin-top: 0;
		margin-bottom:1rem;
	}
	.pos-flow_step-item h3 {
		font-size: 2rem;
		width: 22.5rem;
	}
	.pos-flow_step-item-txt {
		margin-left: 1rem;
		width: 22rem;
	}
}
