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

main {
    width: 100%;
	margin: 0 auto;
}
#image_turn {
    width: 100%;
	height: 25000px;
}
.trans-l {
	width: 20%;
}
.trans-r {
	width: 20%;
}
ul {
    margin-top: 2em;
}
.prevpage, .nextpage, .totop {
	font-size: 30px;
}
.prevpage::before {
	top: -0.4em;
    left: 0.2em;

}
.nextpage::after {
	top: -0.4em;
    right: 0.2em;
}
.totop::before {
	top: -1.2em;
    left: 1.35em;
}


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