/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2024 | 09:10:52 */
@charset "UTF-8";
/**
 * サイトマップページ
 * ルール
 * ・セレクタの最初に body.es-page-whiteboard を付ける
 */


body.es-page-whiteboard #content{
	padding-top: 60px;
	padding-bottom: 60px;
}

body.es-page-whiteboard .entry-content h2{
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width: 767px) {
	body.es-page-whiteboard .entry-content h2{
		font-size: 20px;
	}
}

body.es-page-whiteboard .entry-content h2::after{
	content: "";
	display: block;
	width: 97px;
	height: 2px;
	margin: 7px auto 85px;
	background: transparent linear-gradient(90deg, #9CE2AF 0%, #9AE7F7 100%) 0% 0% !important;
}
@media screen and (max-width: 767px) {
	body.es-page-whiteboard .entry-content h2::after{
		margin:7px auto 32px;
	}
}

body.es-page-whiteboard .es-list-wrapper{
	padding-top: 0 !important;
}

body.es-page-whiteboard .es-list-items{
	gap: 40px 41px;
	max-width: 880px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
	body.es-page-whiteboard .es-list-items{
		gap: 40px 20px;
	}
}

body.es-page-whiteboard .es-list-items > li{
	width: 266px;
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	body.es-page-whiteboard .es-list-items > li{
		width: 80%;
		margin: 0 auto !important;
	}
}

body.es-page-whiteboard .es-list-items > li .thumb img{
	border-radius: 20px;
}

body.es-page-whiteboard .es-list-items .list_content{
	margin-top: 10px;
}
