
/*共通
-----------------------------------*/
.hero-bg {
	background-image: url('../../images/hero.jpg');
}
.topicsSelect {
	max-width: 960px;
	margin: 50px auto;
	padding: 0 10px;
}
.category {
	margin-right: 1em;
	padding: 2px 10px;
	border-radius: 5px;
	color: #ffffff;
}
.topicsTitle {
	margin: 20px 0;
	font-size: 25px;
	font-weight: 600;
}
/*.topicsBox {
	width: 100%;
	display: flex;
	margin-bottom: 70px;
}*/
.topicsImages {
	padding-left: 16px;
}
.topicsImages > li {
	margin-bottom: 16px;
}
.detailBox p {
	line-height: 1.8em;
}
.under {
	text-decoration: underline;
}
.topics-btn {
	margin-top: 65px;
	display: flex;
	justify-content: center;
}



@media screen and (max-width: 767px) {
	.topicsBox {
		width: 100%;
		margin-bottom: 70px;
	}
	.topicsSelect {
		margin: 50px auto 100px;
	}
}
@media screen and (min-width: 767px) {
	.topicsBox {
		width: 100%;
		display: flex;
		margin-bottom: 70px;
	}
}

/*
@media screen and (min-width: 940px) 
*/