<br class="sp_only"><br class="sp_only"><br class="sp_only"><br class="sp_only"><br class="sp_only"><br class="sp_only">@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

.fs-l-header {
	margin-bottom: 0;
	padding-bottom: 0;
}

#shopify-section-header {
    display: none;
}

.banner02 {
	display: none;
}

.topics_area {
	line-height: 1.9;
}
.topics_area h2 {
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.topics_area {
		padding-top: 60px;
	}
	.topics_area h2 {
		margin-bottom: 30px;
	}
}

.topics_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: left;
}
.topics_htext {
	margin-bottom: 50px;
}
.topics_item {
	margin: 0 0 40px;
}
.topics_item h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 26px;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0;
}
@media screen and (max-width: 768px) {
	.topics_item h3 {
		font-size: 21px;
		line-height: 1.6;
	}
}

.topics_item_img {
  display: inline-flex;
	margin: 20px 0;
}
.topics_item_ttl {
	font-weight: bold;
}
.topics_item_link {
	margin: 50px auto 30px;
	width: 35%;
	text-align: center;
	
}
.topics_item_link a {
	padding: 25px 15px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	background: #e5b42c;
	display: inline-block;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.topics_item_link {
		width: 100%;
		margin-top: 30px;
	}
	.topics_item_link a {
		padding: 20px 15px;
	}
}

.fs-l-footer {
	padding-bottom: 50px;
}