
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat center top;
	background-attachment: fixed;
	background-size: cover;
	color: #414141;
	font-family: Shin Maru Go Regular, YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2.img {
	background-image: url(images/h2_img.svg),
	url(images/h2_img.gif);
	background-position: center top 30px,
	center bottom;
	background-repeat: no-repeat;
	background-size: 25px, auto;
	color: #616161;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 28px;
	padding: 80px 0 10px 0;
}

h2.subtitle {
	border-bottom: 1px dotted #616161;
	border-top: 1px dotted #616161;
	color: #005da6;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 26px;
	line-height: 1.6em;
	padding: 8px 20px;
}

h2.subtitle em {
	background-color: #005da6;
	color: white;
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	margin: 5px auto 5px auto;
	padding: 3px;
	width: 220px;
}

h3.img {
	background: url(images/h3_img.gif) no-repeat center bottom;
	color: #616161;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: center;
}

h3.subtitle {
	border-left: 3px solid #005da6;
	color: #005da6;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 20px;
	line-height: 1.2em;
	padding: 5px 20px;
	text-align: justify;
}

p {
	line-height: 2.0em;
	margin: 15px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #005da6;
	overflow: hidden;
	transition: all .3s;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=50);
	opacity: .50;
	transition: all .3s;
}

div.page span.next a,
body#single div.body a.link-btn,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 6px;
	border-radius: 100px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	color: black;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 700;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 6px 40px 6px 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page span.next a:hover,
body#single div.body a.link-btn:hover,
a.link-btn:hover {
	background-color: #feffd9;
	background-position: right 12px center;
}

div.page span.prev a,
a.link-btn-prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 6px;
	border-radius: 100px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	color: black;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 30px 5px 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page span.prev a:hover,
a.link-btn-prev:hover {
	background-color: #feffd9;
	background-position: left 12px center;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 1.2em;
}

ol li {
	padding: 3px 0;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.large {
	font-size: 110%;
	line-height: 1.8em;
}

span.x-large {
	font-size: 125%;
	line-height: 1.8em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.red {
	color: red;
}

span.marker,
strong.marker,
div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	margin: 0 3px;
	padding: 0 2px;
}

body#single div.body ul,
ul.list {
	line-height: 1.5em;
}

body#single div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 10px;
	background-size: 6px;
	display: block;
	line-height: 1.3em;
	padding: 5px 0 5px 15px;
	text-align: left;
}

ul.notelist {
	font-size: 85%;
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .4em;
}

div.line {
	border-bottom: 1px solid #c9c9c9;
	clear: both;
	font-size: 5px;
	height: 20px;
	margin: 0 -15px 20px -15px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

div.indent {
	padding: 0 .5em;
}

ul.photos {
	display: flex;
}

ul.photos li {
	margin: 0 4px 4px 0;
}

ul.photos li:last-child {
	margin-right: 0;
}

ul.photos li em {
	display: block;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}

ul.photos li a {
	overflow: visible;
}

ul.photos li a img {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	display: block;
}

table.list-table th {
	background-color: #555555;
	border-bottom: 1px solid #939393;
	border-top: 1px solid #939393;
	color: white;
	font-size: 14px;
	padding: 10px 15px;
	text-align: center;
	white-space: nowrap;
	width: 23%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 15px;
}

table.course-table th {
	background-color: #efefef;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	font-size: 14px;
	padding: 10px 15px;
	text-align: center;
	white-space: nowrap;
	width: 130px;
}

table.course-table td {
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 15px;
	width: 290px;
}

table.course-table td ul.course-list {
	display: flex;
}

table.course-table td ul.course-list li {
	padding-right: 15px;
}

table.course-table td ul.course-list li:last-child {
	padding-right: 0;
}

/***********************************************************************/

ul.newslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -5px;
}

ul.newslist li {
	padding: 8px 0;
}

ul.newslist li a {
	background: white url(images/newslist_li.svg) no-repeat right top;
	background-size: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	color: black;
	display: block;
	font-weight: 700;
	height: 100%;
	padding: 20px 20px 30px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 208px;
}

ul.newslist li a:hover {
	background-color: #feffd9;
}

ul.newslist li a p.date {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

ul.newslist li a p.category {
	line-height: 1.2em;
	margin: 6px 0 10px 0;
}

ul.newslist li a p.category span,
body#single span.category span a,
div.footercategory ul li span a {
	border-radius: 5px;
	color: white;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

ul.newslist li a p.category span {
	font-size: 11px;
	line-height: 1.5em;
	margin-right: 2px;
	padding: 3px 10px;
	width: 160px;
}

ul.newslist li a p.category span:last-child {
	margin-right: 0;
}

body#single span.category span a,
div.footercategory ul li span a {
	font-size: 13px;
	padding: 6px 20px;
}

body#single span.category span a {
	width: 160px;
}

ul.newslist li a h2,
ul.newslist li a h3 {
	display: table-cell;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: justify;
	vertical-align: middle;
	width: 160px;
}

ul.newslist li a p:last-child {
	background: url(images/link_btn.svg) no-repeat right 3px bottom 3px;
	background-size: 6px;
	bottom: 15px;
	font-family: YuMincho, "Yu Mincho", serif;
	line-height: 1.0em;
	margin: 0;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	transition: all .3s;
}

ul.newslist li a:hover p:last-child {
	background-position: right bottom 3px;
}

div.footercategory p {
	color: #005da6;
	font-family: YuMincho, "Yu Mincho", serif;
	text-align: center;
}

div.footercategory ul {
	display: flex;
	justify-content: center;
}

div.footercategory ul li a {
	display: inline-block;
	margin: 0 5px;
}

h2.subtitle em.elementary-junior,
a p.category span.elementary-junior,
p.category span.elementary-junior a,
span.category span.elementary-junior a {
	background: #1799be;
}

h2.subtitle em.high,
a p.category span.high,
p.category span.high a,
span.category span.high a {
	background: #a313a8;
}

ul.newslist li a p.category span.news,
a p.category span.news,
p.category span.news a,
span.category span.news a {
	background: #8e8e8e;
}

div.page {
	padding: 20px 5px 15px 5px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers {
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 700;
	line-height: 1em;
	padding: 9px 0;
	vertical-align: middle;
}

div.page span.page-numbers {
	padding: 7px;
	width: auto;
}

div.page a.page-numbers {
	background-color: white;
	border-radius: 50%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	color: black;
	height: 34px;
	margin: 0 2px;
	text-decoration: none;
	width: 34px;
}

div.page a.page-numbers:hover {
	background-color: #feffd9;
}

div.page a.next,
div.page a.prev {
	border-radius: 100px;
	height: auto;
	width: auto;
}

div.page a.next {
	background: white url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 6px;
	padding: 8px 40px 8px 30px;
}

div.page a.prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 6px;
	padding: 8px 30px 8px 40px;
}

div.page a:hover {
	background-color: #feffd9;
}

body#single p.category {
	line-height: 1em;
	margin: 20px;
	text-align: center;
}

body#single p.category span {
	display: inline-block;
	margin: 2px;
}

body#single p.category span a {
	border-radius: 5px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 40px;
	text-decoration: none;
}

body#single p.date {
	color: #616161;
	font-size: 13px;
	font-weight: 700;
	margin: 5px 0;
	text-align: center;
}

body#archive h1 {
	color: #616161;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 26px;
	line-height: 1.4em;
}

body#single h1 {
	color: #616161;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 24px;
	line-height: 1.4em;
	padding: 15px 0;
	text-align: justify;
}

body#single div.body h2 {
	border-bottom: 1px dotted #616161;
	border-top: 1px dotted #616161;
	color: #005da6;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 26px;
	line-height: 1.6em;
	padding: 8px 20px;
}

body#single div.body {
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	padding: 10px;
}

body#single div.body p {
	margin: 10px 0;
}

body#single div.body p.mn {
	margin: 0;
}

body#single div.body ul {
	margin: 10px auto;
}

body#single div.body table {
	margin: 15px 0;
}

body#single div.body table td {
	background-color: white;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 15px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

body#single div.body figure img {
	height: auto;
	max-width: 100%;
}

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

/***********************************************************************/

header {
	background-color: white;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 480px;
}

#header-logo {
	padding-bottom: 20px;
	text-align: center;
}

#header-logo em {
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	color: #1348bc;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 14px;
	padding: 1px 20px;
}

header a {
	display: inline-block;
}

#hamburger {
	height: 55px;
	position: absolute;
	right: 20px;
	top: 8px;
	width: 50px;
	z-index: 999;
}

#hamburger:hover {
	cursor: pointer;
	opacity: .7;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	background: #757575;
	border-radius: 10px;
	display: block;
	height: 2px;
	position: absolute;
	transition-duration: .3s;
	transition-property: transform;
	width: 34px;
}

#hamburger.open span,
#hamburger.open span:before,
#hamburger.open span:after {
	background: white;
}

#hamburger span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

#hamburger span:before {
	content: "";
	transform: translateY( -8px ) rotate( 0deg );
}

#hamburger span:after {
	content: "";
	transform: translateY( 8px ) rotate( 0deg );
}

#hamburger.open span {
	background: transparent !important;
}

#hamburger.open span:before {
	transform: rotate( 45deg ) !important;
}

#hamburger.open span:after {
	transform: rotate( -45deg ) !important;
}

#hamburger-menu {
	bottom: -3px;
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	width: 50px;
}

#hamburger.open #hamburger-menu {
	color: white;
}

nav#globalnav {
	background-color: #005da6;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

nav#globalnav ul {
	padding: 86px 0 30px 0;
}

nav#globalnav ul li {
	background-color: white;
	border-bottom: 1px solid #2787c1;
}

nav#globalnav ul li:first-child {
	border-top: 1px solid #2787c1;
}

nav#globalnav ul li a {
	background: #005da6 url(images/link_btn_white.svg) no-repeat right 40px center;
	background-size: 10px;
	color: white;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}
nav#globalnav ul li a:hover {
	background-position: right 36px center;
}

nav#globalnav ul li:nth-child(1) a,
nav#globalnav ul li:nth-child(2) a,
nav#globalnav ul li:nth-child(3) a {
	font-size: 18px;
}

nav#globalnav ul li a span {
	display: block;
	font-size: 13px;
}

h1#title {
	background-color: #005da6;
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	margin: 0 -30px;
	padding: 30px 0;
}

h1#title em {
	display: block;
	font-size: 15px;
}

#s-title {
	background-color: #005da6;
	margin: 0 -30px;
	padding: 5px 0;
	text-align: center;
}

#s-title a {
	color: white;
	color: white;
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 18px;
	text-decoration: none;
}

main {
	background-color: white;
	margin: 0 auto;
	padding: 0 30px;
	width: 480px;
}

div.bg-gray {
	background-color: #efefef;
	margin: 0 -30px;
	padding: 0 30px;
	position: relative;
}

div.bg-pink {
	background-color: #fff7fb;
	margin: 0 -30px;
	padding: 0 30px;
	position: relative;
}

footer {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 480px;
}

#fcontact {
	background-color: rgba(255, 255, 255, .88);
	padding: 40px 30px;
}

#fcontact p:nth-of-type(2) {
	color: #005da6;
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
}

#fcontact table {
	border-top: 1px solid #005da6;
	margin: 0;
	width: 100%;
}

#fcontact table th {
	background-color: #005da6;
	border-bottom: 1px solid white;
	color: white;
	padding: 10px 15px;
	text-align: center;
	white-space: nowrap;
}

#fcontact table tr:last-child th {
	border-bottom: 1px solid #005da6;
}

#fcontact table td {
	background-color: white;
	border-bottom: 1px solid #005da6;
	border-right: 1px solid #005da6;
	padding: 10px 15px;
	text-align: justify;
}

#fcontact table tr:not(:last-of-type) td {
	font-size: 14px;
}

#fcontact table td em {
	display: block;
	font-size: 20px;
}

#fcontact p:nth-of-type(3) {
	font-size: 13px;
}

nav#footernav {
	background-color: #efefef;
	padding: 18px 10px;
}

nav#footernav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 400px;
}

nav#footernav ul li {
	border-left: 1px solid #c9c9c9;
	line-height: 1em;
	margin: 10px 0;
	margin-bottom: 1px;
}

nav#footernav ul li:nth-child(2),
nav#footernav ul li:nth-child(5) {
	border-right: 1px solid #c9c9c9;
}

nav#footernav ul li a {
	color: #005da6;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	padding: 0 20px;
	text-decoration: none;
}

#footer-bg {
	background-color: #005da6;
	color: white;
}

h3#footer-logo {
	margin: 0 auto;
	padding: 50px 0 30px 0;
	width: 270px;
}

h3#footer-logo img {
	padding-bottom: 10px;
}

h3#footer-logo em {
	border-top: 1px solid #6c9abe;
	color: white;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
	padding: 5px 30px 0 30px;
}

#footer-address {
	margin: 0 auto;
	width: 300px;
}

#footer-address h4 {
	font-size: 13px;
}

#footer-address address {
	font-size: 13px;
	font-style: normal;
	padding: 3px 0 10px 0;
}

footer table {
	border-bottom: 1px solid #6c9abe;
	border-top: 1px solid #6c9abe;
	margin: 10px auto 0 auto;
	width: auto;
}
footer table th {
	font-weight: 500;
	padding: 0 8px 0 15px;
	text-align: right;
}

footer table td {
	padding-right: 15px;
}

footer table tr:first-child th,
footer table tr:first-child td {
	padding-top: 5px;
}

footer table tr:last-child th,
footer table tr:last-child td {
	padding-bottom: 5px;
}

footer table td span {
	font-size: 17px;
	font-weight: 700;
}

p#footer-time {
	font-size: 12px;
	line-height: 1.6em;
	margin: 5px 0;
	text-align: center;
}

p#footer-copy {
	font-size: 12px;
	margin: 0;
	padding: 50px 0;
	text-align: center;
}

a#pagetop {
	background: url(images/pagetop_arrow.svg) no-repeat center top 3px;
	background-size: 8px;
	bottom: 0;
	color: white;
	display: block;
	padding: 20px 10px 15px 10px;
	position: absolute;
	right: 0;
}

a#pagetop:hover {
	background-position: center top;
}