@charset "UTF-8";

#voice .block-action {
	display: none;
}

.point-list,
#point-list {
	margin-bottom: 40px;
}
.point-list li,
#point-list li {
	margin-left: 10px;
	margin-bottom: 15px;
}
.title-underblock {
	margin-bottom: 30px;
}
.icon-check {
	margin-right: 5px;
}

#enable-list {
	padding-top: 0;
}

.customer-box {
	width: 140px;
  float: left;
  margin-top: 10px;
}
.testimonial figure {
	clear: left;
	height: 80px;
	margin-top: 0;
}
.customer-letter {
	padding-top: 140px;
	cursor: pointer;
}
.customer-letter:nth-of-type(2) {
	padding-top: 0;
}
.customer-letter img {
	width: 140px;
  height: 140px;
  object-fit: cover;
	margin: 0 0 30px 0;
}
.customer-modal {}
.customer-modal img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 700px;
}


@media (max-width: 767px) {
	.customer-box {
		float: none;
    margin-top: 0;
    height: auto;
    font-size: 42px;
		width: 100%;
	}
	.testimonial figure {
		height: 96px;
		margin: 0 auto 40px;
	}
	.testimonial figure.voice-figure {
		margin: 0 auto;
	}
	.customer-letter {
		padding-top: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.customer-letter img {
		width: 150px;
		height: auto;
		margin: 5px;
	}
	.customer-modal {}
	.customer-modal img {
		width: 100%;
	}
	.testimonial-content {
		margin-top: 40px;
	}
}