.content__list--uper{
	display: flex;
	justify-content: center;
	gap: 50px 30px;
	margin-bottom: 80px;
}
	.content__list--uper .content__items--read--05{
		width: 360px;
		border: 1px solid #0B4109;
		padding: 30px 20px 40px;
	}
		.content__list--uper .content__items__inner--read--05{
			flex-wrap: wrap;
			justify-content: center;
			gap: 0;
		}
.content__items--read--05 .content__btn--read--05{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	margin: auto;
}
.content__items--read--05 .content__btn--read--05 a{
	background: #0B4109;
}
.content__block--read--05 .content__list--under{
	justify-content: center;
	gap: 60px;
}
.content__btn--read--05 .content__icon--under--arrow{
	color: #FFFFFF;
}
	.content__list--under .content__items--read--05{
		position: relative;
		width: 100%;
		border-top: 1px solid #DBDBDB;
	}
	.content__list--under .content__items--read--05 .content__count--read--05{
		background: #0B4109;
		color: #FFFFFF;
		width: 80px;
		text-align: center;
		position: absolute;
		top: -22px;
		left: -22px;
		padding: 14px 23px;
		line-height: 1;
		font-weight: 500;
	}
		.content__list--under .content__items--read--05:nth-of-type(even) .content__count--read--05{
			left: inherit;
			right: -22px;
		}
		.content__list--under .content__count--read--05::after{
			content: '0'counter(count);
			font-size: 26px;
			line-height: 1.4;
			display: inline-block;
			text-align: center;
		}
		.content__items__inner--read--05{
			display: flex;
			gap: 30px;
		}
		.content__items--read--05:nth-of-type(even) .content__items__inner--read--05{
			flex-direction: row-reverse;
		}
		.content__img--read--05{
			width: 360px;
			height: 270px;
		}
			.content__wrap--read--05{
				width: 750px;
				margin-left: auto;
				padding-top: 30px;
			}
				.content__subttl--read--05{
					color: #0B4109;
					margin-bottom: 10px;
				}
