.des-text {
	margin-bottom: 2.8rem;
}

.body-image img {
	border-radius: 1.2rem;
}

.howto-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.howto-row .ttl {
	font-size: 2.2rem;
	letter-spacing: .05em;
	line-height: 1.5;
	width: 20.8rem;
	text-align: center;
	color: #00803a;
	font-weight: bold;
}

.howto-row .icon {
	flex: 1 1;
}

.howto-row .icon:first-child {
	padding-right: 1rem;
}

.howto-row .icon:last-child {
	text-align: right;
	padding-left: 1rem;
}

.howto-area {
	background-color: #f5f5f5;
	padding: 2.2rem 0 6rem;
}

.howto-list {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-top: 3rem;
}

.howto-list__item {
	max-width: inherit;
	width: calc(50% - 0.8rem);
	margin-right: 0;
	margin-left: 0;
}

.howto-list__item:nth-child(even) {
	margin-left: 1.6rem;
}

.howto-list__item:nth-child(n+3) {
	margin-top: 1.6rem;
}

@media (max-width: 767px) {

.howto-image {
	width: 69.7rem;
}

}
/* 
#howto .bg-fix__left {
	background: url(https://gigaplus.makeshop.jp/hellofamily5/assets/images/common/bg_howto_left.png)no-repeat 0 0 / cover;
}
#howto .bg-fix__right {
	background: url(https://gigaplus.makeshop.jp/hellofamily5/assets/images/common/bg_howto_right.png)no-repeat right 0 / cover;
} */