@charset "utf-8";

/* initialize */
#feature-list a,
#feature-list a:link,
#feature-list a:visited,
#feature-list a:hover,
#feature-list a:active {
	text-decoration: none;
}
#feature-list img {
	display: inline-block;
	max-width: 100%;
}
#feature-list img:hover {
	opacity: 0.7;
}

/* contents */
#feature-list img[loading='lazy'] {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#feature-list img.no-loading {
	background: none;
}
#feature-list .section-inner {
	width: 980px;
	margin: 0 auto;
}
#feature-list .title-lv1-wrap {
	text-align: center;
}
#feature-list .title-lv1 {
	display: inline-block;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
#feature-list .title-lv2 {
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 15px;
	border-bottom: 1px solid #888;
	font-size: 18px;
	text-align: center;
}
#feature-list .list-type-banner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 40px;
	text-align: left;
}
#feature-list .banner-link {
	display: block;
	margin-bottom: 10px;
}
#feature-list .banner-image {
	width: 313px;
	height: 197px;
}
#feature-list .category-nav {
	padding: 50px 0;
	text-align: center;
}
#feature-list .category-nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -10px;
	margin-right: -5px;
}
#feature-list .category-nav-list-item {
	width: calc(100% / 4 - 5px);
	margin-right: 5px;
	margin-bottom: 10px;
}
#feature-list .category-nav-link {
	display: block;
	padding: 15px 25px;
	border: #999 solid 3px;
	border-radius: 30px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#feature-list .category-nav-link * {
	pointer-events: none;
}
#feature-list .category-nav-link-text {
	display: inline-block;
	position: relative;
	margin-left: -20px;
}
#feature-list .category-nav-link-text::after {
	display: inline-block;
	position: absolute;
	top: calc(50% - 2px);
	right: -20px;
	width: 10px;
	height: 10px;
	transform: rotate(90deg) translateX(-50%);
	content: '＞';
}
#feature-list .attention {
	margin-top: 15px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
