<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------------------------------------------------------
school
------------------------------------------------------------------------------ */

.footer {
background-image: url(../img_common/foot_img01.jpg);
}
.schBrand {
margin-bottom: 20px;
}
.schMtit01 {
padding-bottom: 8px;
border-bottom: 1px solid #CCC;
margin-bottom: 18px;
}
.schTxt01 {
font-size: 85%;
margin-bottom: 35px;
}
.schCont01 {
font-size: 85%;
}
.schCont01 li {
margin-bottom: 35px;
}
.schPh {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.schContTxtBox {
padding: 15px;
border: 3px solid #CCC;
font-size: 85%;
margin-bottom: 50px;
line-height: 120%;
}
.schTxtTit {
text-align: center;
margin-bottom: 12px;
}
.schCont02 {
background-image: url(../school/img/bg01.jpg);
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 45px;
}
.schCont02Mtit {
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px dotted #FFF;
padding-left: 30px;
}
.schCont02Txt01 {
font-size: 85%;
padding-left: 30px;
margin-bottom: 30px;
}
.schCont02TxtBox {
background-color: #FFF;
padding: 18px;
border: 3px solid #CCC;
width: 568px;
margin-right: auto;
margin-bottom: 25px;
margin-left: auto;
}
.schCont02Stit {
font-size: 93%;
font-weight: bold;
}
.schCont02TxtBox li {
margin-bottom: 20px;
}
.schCont02Txt02 {
font-size: 85%;
}
.schTbl01 {
width: 610px;
margin-right: auto;
margin-left: auto;
border-style: none;
}
.schTbl01 tr td {
padding: 0px;
border-style: none;
font-size: 85%;
}
.schTxt03 {
font-weight: bold;
text-align: center;
}
.schContTxtBox2 {
padding: 15px;
border: 3px solid #CCC;
font-size: 85%;
line-height: 120%;
}

/* ------------------------------------------------------------------------------
responsive
------------------------------------------------------------------------------ */

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

	.schBrand img {
		margin-top: 50px;
		width: 100%;
	}

	.schCont01 {
		font-size: 100%;
	}

	.schMtit01 {
		font-size: 116%;
		font-weight: bold;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-top: 2px;
		border-left: 4px solid #ac1000;
	}

	.schPh {
		float: none;
		margin-right: 0;
	}

	.schPh img {
		width: 100%;
		height: auto;
	}

	.schContTxtBox {
		font-size: 100%;
	}

	.schTxtTit {
		font-size: 116%;
		font-weight: bold;
		color: #c87100;
		line-height: 1.5em;
	}

	.schMtit02 {
		font-size: 116%;
		color: #fff;
		background-color: #000;
		padding: 5px 0 3px 10px;
		border-bottom: 4px solid #ff0000;
		box-shadow: 0 6px 0 6px #ffe200;
	}

	.schCont02 {
		margin-top: 6px;
		background-image: none;
		background-color: #f3eee8;
		padding-bottom: 0;
	}

	.schCont02Mtit {
		padding-left: 15px;
		font-weight: bold;
		color: #c82f00;
	}

	.schCont02Txt01 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.schCont02TxtBox {
		width: calc(100% - 20px);
		box-sizing: border-box;
		margin-left: 10px;
		margin-right: 10px;
	}

	.schTbl01 {
		width: 100%;
	}

	.schTbl01 tr td {
		display: block;
		padding: 0 15px 25px 15px;
		margin: 0 auto;
	}

	.schTxt03 {
		line-height: 1.5em;
	}

	.footer {
		background-image: none;
	}

}</pre></body></html>