.customerguide-ichiran {
	width  : 560px;
	margin : 0 auto;
}

.customerguide-ichiran .header-customerguide {
	font-size      : 1rem;
	font-weight    : bold;
	line-height    : 1;
	margin-bottom  : 30px;
	padding-bottom : 30px;
	border-bottom  : 1px solid #000000;
	text-align     : center;
}

.customerguide-ichiran .grid {
	grid-template-columns : repeat(4, auto);
	grid-column-gap       : 20px;
	text-align            : center;
}

.customerguide-ichiran .grid div {
	display     : inline-block;
	font-size   : 13px;
	font-size   : 0.8125rem;
	line-height : 1;
}

.customerguide-ichiran .grid div a:hover {
	text-decoration : underline;
}