@charset "UTF-8";

.about .anchor {
	margin-bottom: 60px;
}
.about-title {
	margin-bottom: 60px;
}
.about section > p,
.about .box .text > p {
	text-indent: 1em;
}


.about .box-group {
	margin-top: 40px;
}
.about .box-group .box .text {
	margin-top: 0.5em;
}
.about .box-group .box .text p {
	text-indent: 0;
}

.about .link.button {
	margin-top: 30px;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.about .anchor {
		margin-bottom: 30px;
	}
	.about-title {
		margin-bottom: 30px;
	}
	.about .anchor li {
		width: calc(100% / 3);
	}
	.about .anchor-button a {
		min-height: 62px;
	}
	.about .anchor li:nth-child(3) {
		margin-top: 0;
	}
	.about .link.button {
		margin-top: 20px;
	}
}