@charset "utf-8";
/* CSS Document */


body {
	line-height: 1.6;
}

.br-pc {
	display: none;
}

.br-sp {
	display: block;
}


/* sp-menu -------------------------------------------------- */

main {
    width: 100%;
	margin: 0 auto;
}
#image_turn {
    width: 100%;
	height: 10500px;
}

ul {
    margin-top: 1em;
}
.prevpage, .nextpage, .totop {
	font-size: 16px;
}
.prevpage::before {
	top: -0.32em;
    left: 0.2em;
	font-size: 24px;
}
.nextpage::after {
	top: -0.32em;
    right: 0.2em;
	font-size: 24px;
}
.totop::before {
	top: -1.2em;
    left: 1.45em;
    font-size: 24px;
}


@media (orientation: landscape) and (max-width: 845px){
#image_turn {
    width: 100%;
	height: 15200px;
}
.link01 {
	font-size: 20px;
	top: 10%;
}
.link-school {
	margin: -5em 0 0 1em;
}
ul {
    margin-top: 2em;
}
}

