<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.block{margin-top: 0px;}
h2#education{background-image: url(../images/h2_education.gif);}
#index{border-top: none;}
#index a{
	background: #208DC3;
	color: #fff;
}

#h3a h3{background-image: url(../images/h3_community_1.gif);}
#h3b h3{background-image: url(../images/h3_community_3.gif);}
#h3c h3{background-image: url(../images/h3_education_1.gif);}
#h3d h3{background-image: url(../images/h3_education_4.gif);}
#h3e h3{background-image: url(../images/h3_community_7.gif);}
#h3f h3{background-image: url(../images/h3_education_5.gif);}

.column{
	width:65%;
	width:85%;
	margin: 3em auto;
	padding: 1em;
	line-height: 1.4;
	color: #333;
}
.column--remarks{
	background: white;
	border-radius: 10px;
	border: solid 1px #cacaca;
	border-top: solid 3px #909090;
	border-bottom: solid 3px #909090;
}
.column--remarks h3{
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	}
.column--remarks a{
	display: block;
	width: 12em;
	margin: 1em auto;
	padding: 0.7em;
	border-radius: 4px;
	border: solid 1px #666;
	text-align: center;
	background: #fafafa;
}
.column--remarks a:hover{
	border: solid 1px #aaa;
	background: #f6f6f6;
	text-decoration: none;
}
.caption--feature{
	color: black;
	background: #fff8a5;
	}
.gallery{
	margin: 2em 0 0;
	padding-left: 8px;
}
.gallery li{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 14px;
	text-align: center;
}
.gallery li img{
	width: 100%;
}
.gallery p.title{
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	padding-top: 4px;
}
.gallery p.date{
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
}

/*
#h3c .links{
	float: right;
}
#h3c .link{
	display: inline-block;
	width: 16em;
	margin: 1em 0 1em auto;
	float: none;
}
*/

.photomain{
	display: block;
	width: 480px;
	margin: 0 auto 1em;
}
.photoblock{
	float: left;
	margin-right: -12em;
}
.photo{
	width: 300px;
	margin-right: 1em;
	margin-bottom: 4px;
}

/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	.column{
		width:90%;
	}
	.column--remarks h3{
		font-size: 1.2rem;
	}
	.column--remarks p{
		font-size: 1.1rem;
	}
	.column--remarks a{
		font-size: 1.4rem;
	}
	.photomain{
		width: 100%;
	}
	.photoblock{
		display: block !important;/*検証中*/
		width: 100%;/*検証中*/
		margin: 0 auto;/*検証中*/
	}
	.photo{
		width: 100%;
	}
	#h3c .link{
		display: inline-block;
		width: 100%;
		margin: 0 auto 1em;
	}
	#h3c .link a{
		padding: 1em 0;
	}
}</pre></body></html>