.section__wrapper--read--06 .section__ttl{
	margin-bottom: 67px;
}
.content__block--read--06{
	position: relative;
}
.content__subttl--read--06{
	text-align: center;
	display: flex;
	background: #0B4109;
	color: #fff;
	border-radius: 26px;
	width: 300px;
	height: 52px;
	position: absolute;
	top: -22px;
	right: 0;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
}
.content__block--read--06 .content__list--vertical{
	border: 1px solid #DBDBDB;
	padding: 64px 120px 25px;
	margin-bottom: 19px;
	gap: 15px 40px;
}
	.content__items--read--06{
		display: flex;
		gap: 8px;
		align-items: center;
	}
	.content__block--read--06 .content__txt--read--06{
		text-align: inherit;
		line-height: 2;
	}

@media screen and (max-width: 1080px){
	.section__wrapper--read--06 .section__ttl{
		margin-bottom: 5.333vw;
	}
	.section__wrapper--read--06 .content__block--read--06{
		position: relative;
		padding-top: 4vw;
	}
	.section__wrapper--read--06 .content__block--read--06 .content__list--vertical{
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 2.667vw;
		background: #fff;
		border: 1px solid #DBDBDB;
		padding: 8vw 5.333vw 5.333vw;
		margin-bottom: 2.667vw;
	}
	.section__wrapper--read--06 .content__subttl--read--06,
	.section__wrapper--read--06 .content__block--read--06 .content__subttl--read--06{
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-width: 0;
		max-width: calc(100% - 10.667vw);
		height: 8vw;
		margin: 0 auto;
		padding: 0 4vw;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: #7D7D7D;
		color: #fff;
		border-radius: 9999px;
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.7;
		text-align: center;
		box-sizing: border-box;
	}
	.section__wrapper--read--06 .content__items--read--06{
		display: flex;
		align-items: flex-start;
		gap: 1.333vw;
	}
	.section__wrapper--read--06 .content__icon--chrck{
		width: 6.4vw;
		height: 6.4vw;
		padding: 1.3vw;
		border: 1px solid #333;
		color: #333;
		flex-shrink: 0;
	}
	.section__wrapper--read--06 .content__description--read--06{
		flex: 1;
		min-width: 0;
		font-size: 4.533vw;
		font-weight: 400;
		line-height: 1.5;
		color: #333;
	}
	.section__wrapper--read--06 .content__block--read--06 .content__txt--read--06{
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.7;
		color: #333;
		text-align: left;
	}
}
