/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2024 | 05:10:49 */
/* 特集ブロックに .esx-list-style-b6 を追加 */

/* .esx-list-style-b6 */
.esx-list-style-b6 {
	padding: 20px 0;
}
.esx-list-style-b6 .es-list-item a {
	position: relative;
/* 	border: 16px solid #fff; */
	border-radius: 4px;
	box-shadow: var(--b-box-shadow-gray-4);
	transition: .35s ;
}
.esx-list-style-b6 .es-list-item a:hover {
	box-shadow: var(--b-box-shadow-off);
	transform: translate3d(0, 4px, 0);
}
.esx-list-style-b6 .es-list a .es-list-figure::after{
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .35s ;
}
.esx-list-style-b6 .es-list a .es-list-figure::before{
	background-color: #fff;
}
.esx-list-style-b6 .es-list .es-list-content h3.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	background-color:  #fff;
}
.esx-list-style-b6 .es-list a:hover img {
	transform: none;
}
.esx-list-style-b6 .es-list a:hover h3.wrap {
	text-decoration: none;
}
.esx-list-style-b6 .es-list a:hover {
	opacity: 0.75;
	cursor: pointer;
}
@media (max-width: 480px) {
	.esx-list-style-b6 {
		padding: 20px 10px;
	}
	.esx-list-style-b6 .es-list .es-list-content h3.wrap {
		font-size: 0.9rem;
	}
}

/* 特集画像がPC3列時のレイアウト調整 */ 
.esx-list-style-b6 .has-3-columns {
	justify-content: center;
}
.esx-list-style-b6 .has-3-columns>* {
	width: 25%;
}

/* 特集画像がPC3列時、SP2列に */
@media (max-width: 480px) {
	.esx-list-style-b6 .has-3-columns {
		justify-content: space-between;
	}
	.esx-list-style-b6 .has-3-columns>* {
		width: calc(50% - 10px);
	}
	.esx-list-style-b6 .has-3-columns>*:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
}
