


.page {
	display: block;
	position: relative;
	padding: 40px 0 40px 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 980px;
}



/* タイトル */
.page_title {
	display: block;
	position: relative;
	padding: 14px 0 14px 16px;
	margin: 18px 0 18px 0;
	width: 100%;
	height: auto;
	min-height: 60px;
	font-size: 2.1em;
	line-height: 1.3em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	color: #108b3b;
	/*background-color: #f4f4f4;*/
	border-top: 2px solid #108b3b;
	border-bottom: 2px solid #108b3b;
	letter-spacing: 0.5px;
}

/*!
 * リードテキスト
 */
 
.page_lead {
	display: block;
	position: relative;
	padding: 0 24px 0 24px;
	margin: 18px auto 40px auto;
	width: 95%;
	max-width: 1400px;
	height: auto;
	min-height: 60px;
	font-size: 1.2em;
	line-height: 2.2em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 1px;
}

.page_lead_html {
	display: block;
	position: relative;
	padding: 0 24px 0 24px;
	margin: 18px auto 40px auto;
	width: 95%;
	max-width: 1400px;
	height: auto;
	min-height: 60px;
	font-size: 1.2em;
	line-height: 2em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.page_lead_html p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 18px 0 18px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}











/**/

.page_list_index {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 80px auto;
	width: 100%;
	height: auto;
	text-align: left;
}


.page_list_index .each {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1% 18px 1%;
	width: 31%;
	border-radius: 8px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.page_list_index .each a {
	display: inline-block;
	position: relative;
	padding: 18px 18px 16px 18px;
	width: 100%;
	height: auto;
	/*background-color: #f2f2f2;*/
	overflow: hidden;
}


.page_list_index .each .each_title {
	display: block;
	position: relative;
	padding: 0 0 12px 0;
	margin: 0 0 0 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	text-align: left;
}

.page_list_index .each .each_pict {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	width: 100%;
	border-radius: 8px;
	height: auto;
	overflow: hidden;
	transition: transform 1.2s ease-in-out;
}

.cover-image {
	width: 100%;               
	height: auto;
	aspect-ratio: 19 / 5;
	object-fit: cover;
	object-position: center;
}


.page_list_index .each .each_lead {
	display: block;
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.9em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
}


.page_list_index .each a:hover .cover-image {
	transform: scale(1.14);
}


.page_list_index .each a:hover .each_title {
	text-decoration: underline;
	color: #108b3b;
}

.page_list_index .each a:hover .each_pict {
	opacity: 0.6;
}

.page_list_index .each a:hover .each_lead {
	text-decoration: underline;
	color: #108b3b;
}






@media only screen and (max-width: 1200px) {

	.page_list_index {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		height: auto;
		text-align: center;
	}

	.page_list_index .each {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 1% 18px 1%;
		width: 48%;
		max-width: 380px;
		background-color: #f2f2f2;
		overflow: hidden;
	}

}

@media only screen and (max-width: 768px) {

	.page_list_index {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		height: auto;
		text-align: center;
	}

	.page_list_index .each {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 18px auto;
		width: 95%;
		max-width: 380px;
		background-color: #f2f2f2;
		overflow: hidden;
	}

}



















