@charset "shift-jis";

/* ==========================================================================
   sitemap
   ========================================================================== */
.linkBox li{
	float: left;
	width: 33%;
	margin-bottom: 10px;
}
.linkBox li a{
	font-size: 16px;
}
.linkBox li a:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #e83928;
	border-right: 2px solid #e83928;
	transform: rotate(45deg);
	margin: 0 15px 2px 0;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.linkBox li{
		float: none;
		width: 100%;
	}
	
}