@charset "utf-8";
/*-------------------------------
feature
--------------------------------*/

.feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature > dl {
	width: 100%;
	margin-bottom: 30px;
}
.feature dt {
	position: relative;
	padding: 2em 0 0;
	line-height: 1;
	margin-bottom: 10px;
}
.feature dt span {
	display: flex;
	align-items: center;
	justify-content: center;	
	background: #07a32b;
	color: #fff;
	width: 100%;
	height: 4em;
	min-height: 40px;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	padding: 0 1em;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.feature dt img {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 80%;
	z-index: 1;
}

.feature.atm {
	background: transparent url(/ir/digest/img/digest_bg_01.jpg) center center no-repeat;
	background-size: 90%;
	font-size: 1.6vw;
	position: relative;
}
.feature.atm > dl {
	width: 35%;
}
.feature.atm > dl:nth-child(even) {
	margin-left: 20%;
}
.feature.atm > dl dt {
	padding: 10% 0 0;
}
.feature.atm > dl:nth-child(n + 3) dt {
	padding: 0 0 10%;
}
.feature.atm > dl:nth-child(n + 3) dt span {
	top: auto;
	bottom: 0;
}
.feature.atm dt br {
	display: none;
}

.feature_arrow {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 292px;
	height: 29px;
}
.feature_arrow::after {
	content: "";
	position: absolute;
	width: 207px;
	height: 207px;
	background: linear-gradient(135deg, rgba(7, 163, 43, 0.10), rgba(7, 163, 43, 0.10), #07a32b);
	top: -104px;
	left: 42px;
	transform: scaleY(.2)
	rotate(45deg);
}

@media all and (min-width: 1000px) {
	.feature.atm {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 769px) {
	.feature > dl {
		width: 47%;
	}
	.feature.atm {
		background-position: center top;
	}
	.feature.atm dt br {
		display: block;
	}
	.feature_arrow {
		margin: 20px auto 0;
		overflow: hidden;
		position: relative;
		width: 444px;
		height: 44px;
	}
	.feature_arrow::after {
		content: "";
		position: absolute;
		width: 314px;
		height: 314px;
		background: linear-gradient(135deg, rgba(7, 163, 43, 0.10), rgba(7, 163, 43, 0.10), #07a32b);
		top: -158px;
		left: 65px;
		transform: scaleY(.2)
		rotate(45deg);
	}

}
@media all and (max-width: 440px) {
	.feature.atm > dl dt {
		padding: 36px 0 0;
	}
	.feature.atm > dl:nth-child(n + 3) dt {
		padding: 0 0 36px;
	}
}