.category-list__item {
	margin-bottom: 30px;
}

.category-list__item > figure > figcaption {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}

.category-list__item:last-child {
	margin-bottom: 0;
}

.content--index__top_news {
	margin: 20px 5%;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

.content--index__top_news span {
	font-weight: bold;
}

.content--index__top_news span.cR {
	color: #ff0000;
}

.content--index__top_news a{
	text-decoration: underline;
}

.content--index__category-list {
	margin: 0 20px 30px 20px;
}

.content--index__guide-list-sec {
	margin: 0 20px;
}

.guide-list-sec__title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}

.guide-list-sec__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.guide-list-sec__list-item {
	width: 50%;
	padding: 10px 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.guide-list-sec__list-item--1 {
	letter-spacing: 0;
}