@charset "utf-8";

.business01 .contentItem,
.business02 .businessItem {
	margin-bottom: 20px;
}
.business01 .contentItem:last-child,
.business02 .contentItem:last-child {
	margin-bottom: 0px;
}
.business01 figure,
.business02 flgure {
	line-height: 0;
}
.business01 h3,
.business02 h3 {
	font-size: 18px;
	padding: 20px 0 8px;
	background-color: unset;
}
.business01 h3::before,
.business02 h3::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
	background: url(../img/common/line.png) center top / cover no-repeat;
}
.business02 h3::before {
	background-color: #0ec700;

}
.business02 {
	background-color: #f7f6f5;
}
@media (min-width: 768px) {
	.business01 .inner,
	.business02 .inner {
		width: 90%;
	}
	.business01 h3, .business02 h3 {
		font-size: 24px;
		padding: 20px 0 8px;
	}
	.business01 h3::before,
	.business02 h3::before {
		width: 22px;
	}
}
@media (min-width: 900px) {
	.business01 .inner,
	.business02 .inner {
		width: calc(100% - 40px);
	}
	.featuresBox {
		display: flex;
		justify-content: space-between;
	}
	.featuresBox .contentItem {
		width: calc((100% - 20px) / 3);
	}
	.business01 h3, .business02 h3 {
		font-size: 18px;
	}
	.business02 .businessItem {
		display: flex;
		justify-content: space-between;	
		height: 260px;
	}
	.business02 .businessItem.reverse {
		display: flex;
		flex-direction:row-reverse;
		justify-content: space-between;		
	}
	.business02 .businessItem .image,
	.business02 .businessItem .text {
		width: 49%;
	}
	.business02 .businessItem .text h3 {
		padding-top: 0;
	}
}
@media (min-width: 1024px) {
	.business01 h3, .business02 h3 {
		font-size: 20px;
	}
	.business02 .businessItem {
		height: 100%;
		margin-bottom: 48px;
	}
}
@media (min-width: 1200px) {
	.business01 h3, .business02 h3 {
		font-size: 24px;
	}
}	
@media (min-width: 1300px) {
	.business01 .inner,
	.business02 .inner {
		width: 1200px;
	}
	.featuresBox .contentItem {
		width: calc((100% - 32px) / 3);
	}
	.business02 .businessItem .image, .business02 .businessItem .text {
		width: 48%;
	}
}