/*body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}*/



/*======================================================
page parts
======================================================*/

#heder-swiper .swiper-slide {
}

#heder-swiper .swiper-slide a div h2 {
    color: #0068b6;
}

#heder-index-nav a {
    color: #0068b6;
}

@media screen and (min-width: 769px) {
  /*PC*/
body {
    background-image: url(../img/index/bg-pc.jpg?date=20220228);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#index-wrap {
    background: #fff;
}

#header {
  height: 983px;
  position: relative;
	border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 1300px){
  #header {
    height: 1262px;
  }
}
#header .overlay {
    display: block;
    width: 100%;
    padding: 90px 0 0 0;
    position: relative;
    top: auto !important;
	border-top: none;
    border-bottom: none;
}
#header header {
    margin: 0 239px 0 0;
}
#header-nav {
    right: 240px;
}
#menu {
    min-width: 961px;
    height: 70px;
    overflow: hidden;
	  border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 1300px){
  #menu {
    min-width: auto;
    height: 140px;
    border-top: none;
  }
}
#heder-swiper.swiper-container {
    width: 100%;
    /* min-width: 960px; */
    height: 400px;
}
#heder-swiper .swiper-slide {
	width: 100%;
    text-align: right;
	background:  #fff;
	position: relative;
}
#heder-swiper .swiper-slide a {
	display: block;
    width: 100%;
	position: absolute;
	top: 0;
}
#heder-swiper .swiper-slide a img {
	/* display: block;
    /* width: auto; */
    height: 100%;
    margin: 0;
}
#heder-swiper .swiper-slide a div img {
	margin-top: 10%;
}
#heder-swiper .swiper-slide.caution a h2 {
	color: #ff0000;
}
#heder-swiper .swiper-slide.caution a .slide-link {
	border-color: #ff0000;
	background: #ff0000;
	color: #ffffff;
}
#heder-swiper .swiper-slide.caution a div .slide-link:before {
	border-color: #ffffff;
}
  
  
  
/* 特設ページ用スライド */
#heder-swiper .swiper-slide.feature {
	background: url(/img/index/slide-mascot-bg.png) repeat;
}
#heder-swiper .swiper-slide.feature a {
  display: block;
  width: 100%;
  height: 100%;
	background: url(/img/index/slide-mascot.png) center no-repeat;
}
  
  

#heder-swiper .swiper-button-prev {
    background: #656565;
    background-image: none;
    height: 70px;
    width: 25px;
    left: 2px;
    top: 185px;
}
#heder-swiper .swiper-button-prev:after {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 9px;
    height: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#heder-swiper .swiper-button-next {
    background: #656565;
    background-image: none;
    height: 70px;
    width: 25px;
    right: 1px;
    top: 185px;
}
#heder-swiper .swiper-button-next:after {
    position: absolute;
    left: 20%;
    top: 42%;
    width: 9px;
    height: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#heder-swiper .swiper-slide a div {
    position: absolute;
    top: 0;
    left: 70px;
	text-align: left;
}
#heder-swiper .swiper-slide a div h2 {
    font-size: 1.8em;
    font-weight: normal;
    line-height: 180%;
    color: #0068b6;
    margin-top: 50px;
}
#heder-swiper .swiper-slide a div .slide-text {
    line-height: 150%;
    margin-top: 20px;
}
#heder-swiper .swiper-slide a div .slide-link {
    font-size: 0.9em;
    display: table;
    position: relative;
    color: #004cc2;
    border: 2px solid #004cc2;
    padding: 15px 60px;
    margin-top: 25px;
}
#heder-swiper .swiper-slide a div .slide-link:before {
    position: absolute;
    right: 20px;
    top: 41%;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #004cc2;
    border-right: 2px solid #004cc2;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}
  /*header-index-nav*/
#heder-index-nav {
    min-width: 900px;
}
@media screen and (max-width: 1300px){
  #heder-index-nav {
    min-width: auto;
  }
}
#heder-index-nav ul {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1300px){
  #heder-index-nav ul {
    border-top: 1px solid #e0e0e0;
  }
}
#heder-index-nav li {
    width: 25%;
    height: 210px;
    position: relative;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center 35%;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;

}
@media screen and (max-width: 1300px){
  #heder-index-nav li {
    width: 33.33333%;
    height: 210px;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
}
#heder-index-nav li:after {
    padding-top: 72%;
    display: block;
    content: "";
}
#heder-index-nav a {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #8c8c8c;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 1.2em;
    text-align: center;
    padding-top: 125px;
    transition: all 0.5s ease-out;
}
#heder-index-nav a:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #0068b6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#heder-index-nav a span {
    display: block;
    font-size: 0.7em;
    margin: 8px 0 0 0;
}
#heder-index-nav a:hover {
    color: #fff;
    background-color: rgba(19,121,222,0.5);
}
#heder-index-nav li:nth-child(1) {
   background-image: url(../img/index/ico-hn-1.png);
   order:1;
}
#heder-index-nav li:nth-child(2) {
   background-image: url(../img/index/ico-hn-2.png);
   order:5;
}
#heder-index-nav li:nth-child(3) {
   background-image: url(../img/index/ico-hn-3.png);
   order:2;
}
#heder-index-nav li:nth-child(4) {
   background-image: url(../img/index/ico-hn-4.png);
   order:6;
}
#heder-index-nav li:nth-child(5) {
   background-image: url(../img/index/ico-hn-5.png);
   order:3;
}
#heder-index-nav li:nth-child(6) {
   background-image: url(../img/index/ico-hn-6.png);
   order:7;
}
#heder-index-nav li:nth-child(7) {
   background-image: url(../img/index/ico-hn-7.png);
   order:4;
}
#heder-index-nav li:nth-child(8) {
   background-image: url(../img/index/ico-hn-8.png);
   order:8;
}

#header-index-pc-nav-box {
    width: 240px;
	height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #0053cf;
	overflow: hidden;
    z-index: 3;
}
#header-index-pc-nav-box h2 {
    color: #fff;
    height: 190px;
    text-align: center;
    background-image: url(../img/index/ico-list.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 62px;
    background-color: #006edb;
    margin: 0 0 1px 0;
    line-height: 285px;
    font-size: 18px;
}
#header-index-pc-nav {
}
#header-index-pc-nav ul {
    display: flex;
    flex-wrap: wrap;
}
#header-index-pc-nav li {
    width: 50%;
    padding: 10px 0 10px 5px;
    min-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #0053cf;
    background: #006edb;
    position: relative;
    transition: all 0.5s ease-out;
}
#header-index-pc-nav li:hover {
    background: #cae7ff;
}
#header-index-pc-nav li:nth-child(2n+1) {
    border-right: 1px solid #0053cf;
}
#header-index-pc-nav li:last-child {
    width: 100%;
    border-right: none;
}
#header-index-pc-nav li.double {
    width: 100%;
    border-right: none;
}
#header-index-pc-nav li a {
    color: #fff;
    font-size: 0.7em;
	line-height: 130%;
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header-index-pc-nav li a:before {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border-color 0.5s ease-out;
}
#header-index-pc-nav li a:hover {
    color: #ff5252;
}
#header-index-pc-nav li a:hover:before {
    border-color: #ff5252;
}

#header-index-pc-nav-box h3 {
    font-size: 0.8em;
    color: #fff;
    /*padding: 40px 20px 0;*/
	padding: 20px 20px 0;
}
#header-index-pc-nav-box dl {
	padding: 5px 20px 10px;
  vertical-align: top;
}
#header-index-pc-nav-box dt {
    color: #fff;
    display: inline-block;
    font-size: 0.65em;
    border: 1px solid #fff;
    margin: 7px 0;
    padding: 4px 3px;
    width: 20%;
    text-align: center;
}
#header-index-pc-nav-box dd {
    color: #fff;
    display: inline-block;
    width: 70%;
    margin: 7px 0;
    text-align: right;
}
#header-index-pc-nav-box dd.subtext {
    width: 100%;
    margin-top: 0px;
    display: block;
}
#header-index-pc-nav-box dd.subtext span {
    font-size: 12px;
    text-align: left;
}
#header-index-pc-nav-box dd.gozen {
    position: relative;
    margin-bottom: 30px;
}
#header-index-pc-nav-box dd.gozen span {
    display: block;
    font-size: 12px;
    position: absolute;
    left: -52px;
    margin-top: 12px;
    text-align: left;
    width: 120%;
}

#header-index-pc-link ul {
    padding: 10px 10px 40px 10px;
}
#header-index-pc-link li {
    margin: 0 0 12px 0;
}
#header-index-pc-link li a {
    color: #fff;
    font-size: 0.85em;
    display: block;
    background: #006edb;
    text-align: center;
    padding: 20px 0;
    position: relative;
    transition: all 0.5s ease-out;
}
#header-index-pc-link li a:before {
    position: absolute;
    right: 17px;
    top: 42%;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border-color 0.5s ease-out;
}
#header-index-pc-link li a:hover:before {
    border-color: #ff5252;
}
#header-index-pc-link li a:hover {
    color: #ff5252;;
    background: #cae7ff;
}

  /*main-index*/
#main-index {
    border-top: 1px solid #e0e0e0;
    margin: -1px 0 0 0;
}

#top-information {
    padding: 30px 0;
}
#top-information article {
    width: 1250px;
    margin: 0 auto;
}
@media screen and (max-width: 1250px){
  #top-information article {
    width: 90%;
    margin: 0 auto;
  }
}
#top-information h2 {
    margin: 10px 0 30px 0;
    text-align: center;
}
@media screen and (max-width: 1250px){
  #top-information h2 {
    margin: 10px 0 0 0;
  }
}
#top-information h2.i-info:after {
    top: -0.4em;
    left: 525px;
}
#top-information ul {
	  display: table;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0 !important;
    justify-content: space-between;
}
#top-information li {
	display: table-cell;
  width: 18%;
  position: relative;
	vertical-align: top;
	padding: 0 1%;
}
#top-information figure {
    width: 100%;
    /* height: 12vh; */
    margin: 0 0 30px 0;
    overflow: hidden;
}
/* #top-information figure {
    width: 100%;
    height: 12vh;
    margin: 0 0 30px 0;
    overflow: hidden;
} */
@media screen and (max-width: 1250px){
  #top-information li {
    display: inline-block;
    width: 29%;
    padding: 0 2%;
    margin-top: 30px;
  }
  #top-information figure {
    width: auto;
    height: 100%;
  }
}
#top-information figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
#top-information figure img[src="/img/dummy.png"] {
    width: auto;
    height: 130%; 
}
/* #top-information figure img {
    width: 100%;
    margin: -25% 0 0 0;
} */
#top-information figure a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 130px;
    position: relative;
}
/* #top-information figure a  {
} */
#top-information time {
    font-size: 0.9em;
    margin: 0 0 0;
    padding: 0 1em 0 0;
}
#top-information li div {
    font-size: 0.7em;
    font-weight: bold;
    background: #cae7ff;
    height: 2em;
    margin: -4px 10px 0 0;
    padding: 0 1em 0 1em;
    border-radius: 5px;
    float: right;
}
#top-information li div:before {
    content: "";
    display: block;
    height: 5px;
}
#top-information h3 {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 150%;
    padding: 20px 0 0 0;
    clear: both;
}
#top-information h3 a {
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#top-information li p {
    padding: 16px 40px;
}
#top-information li p a {
    color: #006edb;
    font-size: 0.85em;
    display: block;
    border: 1px solid #006edb;
    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: all 0.5s ease-out;
}
#top-information li p a:before {
    position: absolute;
    left: 20px;
    top: 36%;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #006edb;
    border-right: 1px solid #006edb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border-color 0.5s ease-out;
}
#top-information li p a:hover:before {
    border-color: #fff;
}
#top-information li p a:hover {
    color: #fff;;
    background: #006edb;
}

#top-information .top-information-sp-list {
    
}
#top-information .top-information-sp-list a {
	position: relative;
    display: block;
	width: 480px;
	margin: 40px auto 20px;
	padding: 20px 0;
	background: #0071df;
	text-align: center;
	color: #fff;
}
#top-information .top-information-sp-list a:hover {
	background: #0056A9;
}
#top-information .top-information-sp-list a:before {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border-color 0.5s ease-out;
}
#top-class-event-box {
    margin: 10px 0 0 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#top-class-event-box .sp-toggle {
}
#top-class-event-box article {
    width: 1250px;
    margin: 0 auto;
    display: flex;
}
@media screen and (max-width: 1250px){
  #top-class-event-box article {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}
#top-classroom-info {
    width: 50%;
    padding: 30px auto;
    border-right: 1px solid #e0e0e0;
}
#top-classroom-info h2 {
    font-size: 1.2em;
    color: #004cc2;
    cursor: pointer;
    padding: 30px 20px 30px 75px;
    background-image: url(../img/index/ico-classroom.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 45px;
    position: relative;
}
#top-classroom-info h2 span {
    font-size: 0.65em;
    position: absolute;
    display: block;
    top: 33px;
    right: 75px;
}
#top-classroom-info h2 span a {

}
#top-classroom-info .sp-toggle {
    padding: 20px 50px 50px 20px;
}
#top-classroom-info ul {
}
#top-classroom-info li {
    font-size: 0.85em;
    padding: 15px 3px;
}
#top-classroom-info time {
}
#top-classroom-info h3 {
    font-weight: normal;
    line-height: 150%;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#top-classroom-info h3 a {
    color: #1379de;
}
#top-classroom-info h3 a:hover {
    color: #ff5252;
}

#top-event-calendar {
    width: 50%;
    padding: 30px auto;
}
#top-event-calendar h2 {
    font-size: 1.2em;
    color: #004cc2;
    cursor: pointer;
    padding: 30px 20px 30px 75px;
    margin: 0 0 0 20px;
    background-image: url(../img/index/ico-calendar.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 45px;
}
#top-event-calendar .sp-toggle {
    padding: 0 20px 50px 90px;
}
@media screen and (max-width: 1250px){
  #top-event-calendar .sp-toggle {
    padding: 0 10% 50px;
  }
}
#top-event-calendar ul {
    list-style: none;
    text-align: center;
    padding: 0 0 15px 0;
}
#top-event-calendar li {
    padding: 0 15px;
    display: inline-block;
}
#top-event-calendar li a {
    color: #004cc2;
}
#top-event-calendar ul li:nth-child(1) ,
#top-event-calendar ul li:nth-child(3) {
    font-size: 1.5em;
}
#top-event-calendar ul li:nth-child(2) {
    font-weight: bold;
}

#top-event-calendar table {
}
#top-event-calendar tbody {
}
#top-event-calendar tr {
}
#top-event-calendar tbody tr:first-child th {
    border-bottom: 3px solid #1576d6;
}
#top-event-calendar th ,
#top-event-calendar td {
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    width: 14.28%;
    height: 38px;
}
#top-event-calendar th {
    font-weight: normal;
}
#top-event-calendar td {
}
#top-event-calendar tr th:nth-child(6) ,
#top-event-calendar tr td:nth-child(6) {
    color: #1c96d3;
}
#top-event-calendar tr th:nth-child(7) ,
#top-event-calendar tr td:nth-child(7) {
    color: #e50012;
}
#top-event-calendar .pub-day {
}
#top-event-calendar td a {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #1576d6;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    line-height: 220%;
}
#top-event-calendar td a {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #1576d6;
    display: inline-block;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    line-height: 220%;
    transition: all 0.5s ease-out;
}
#top-event-calendar td a:hover {
    color: #ff5252;
    background: #cae7ff;
}

#top-related-links {
}
#top-related-links ul {
    width: 76%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
#top-related-links li {
    width: 49.3%;
    margin: 8px 0;
}
@media screen and (max-width: 1040px){
  #top-related-links li {
    width: 100%;
    margin: 16px 0 0;
  }
}
#top-related-links li a {
}
#top-related-links li img {
    width: 100%;
}

#index-footer-wrap {
    background: #fff;
}
#footer footer {
    margin-top: 730px;
}



}/*PC END*/

@media screen and (max-width: 768px){
  /*SP Tablet*/

#header-index-pc-nav-box {
    display: none;
}
  /*header-slide*/
#heder-swiper:before {
    content: "";
    display: block;
    /* height: 57px;*/
    height: 97px;
}
#heder-swiper .swiper-wrapper {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#heder-swiper .swiper-slide a {
    overflow: hidden;
    margin: 0;
    padding: 0;

}
#heder-swiper .swiper-slide img {
    width: 100%;
}
#heder-swiper .swiper-slide a div {
    position: absolute;
    top: 35%;
    left: 30px;
}
#heder-swiper .swiper-slide a div p {
    display: none;
}
  
  
/* 特設ページ用スライド */
#heder-swiper .swiper-slide.feature {
    position: relative;
    margin: 0;
    background: url(/img/index/slide-mascot-bg.png) repeat;
}
#heder-swiper .swiper-slide.feature a {
    display: block;
    position: relative;
    top: -15px;
    width: 100%;
    /* height: 100%; */
    margin-bottom: -15px;
    padding-bottom: 34.5%;
    /* height: 180px; */
    background: url(/img/index/slide-mascot.png) center no-repeat;
    background-size: auto 100%;
}  
  
  
#heder-swiper .swiper-button-prev {
    background: #656565;
    background-image: none;
    height: 50px;
    width: 20px;
    /*margin-top: 1px;*/
    margin-top: 20px;
    left: 2px;
    right: auto;
}
#heder-swiper .swiper-button-prev:after {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#heder-swiper .swiper-button-next {
    background: #656565;
    background-image: none;
    height: 50px;
    width: 20px;
    /*margin-top: 1px;*/
    margin-top: 20px;
    right: 2px;
    left: auto;
}
#heder-swiper .swiper-button-next:after {
    position: absolute;
    left: 20%;
    top: 40%;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  /*header-index-nav*/
#heder-index-nav {
    background: #f0f8fc;
}
#heder-index-nav ul {
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
}
#heder-index-nav li {
    width: 46%;
    margin: 2%;
    background: #fff;
    position: relative;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center 35%;
}
#heder-index-nav li:after {
    padding-top: 80%;
    display: block;
    content: "";
}
#heder-index-nav a {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #0068b6;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 1.2em;
    text-align: center;
    padding-top: 55%;
    border: 1px solid #e0e0e0;
}
#heder-index-nav a:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #0068b6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#heder-index-nav a span {
    display: none;
}
#heder-index-nav li:nth-child(1) {
   background-image: url(../img/index/ico-hn-1.png);
}
#heder-index-nav li:nth-child(2) {
   background-image: url(../img/index/ico-hn-2.png);
}
#heder-index-nav li:nth-child(3) {
   background-image: url(../img/index/ico-hn-3.png);
}
#heder-index-nav li:nth-child(4) {
   background-image: url(../img/index/ico-hn-4.png);
}
#heder-index-nav li:nth-child(5) {
   background-image: url(../img/index/ico-hn-5.png);
}
#heder-index-nav li:nth-child(6) {
   background-image: url(../img/index/ico-hn-6.png);
}
#heder-index-nav li:nth-child(7) {
   background-image: url(../img/index/ico-hn-7.png);
   background-position: 18px 50%;
}
#heder-index-nav li:nth-child(8) {
   background-image: url(../img/index/ico-hn-8.png);
    background-position: 10px 50%;
}
#heder-index-nav li:nth-child(7) ,
#heder-index-nav li:nth-child(8) {
    width: 96%;
    margin: 2%;
}
#heder-index-nav li:nth-child(7) a ,
#heder-index-nav li:nth-child(8) a {
    position: relative;
    padding: 10% 0 10% 100px;
    text-align: left;
}
#heder-index-nav li:nth-child(7):after ,
#heder-index-nav li:nth-child(8):after {
    display: none;
}

  /*main-index*/
#main-index {

}

#top-information {
    font-size: 0.85em;
    padding: 5%;
}
#top-information article {
}
#top-information h2 {
    margin: 10px 0 30px 0;
}
#top-information h2.i-info:after {
    top: -0.4em;
}
#top-information ul {
    list-style: none;
    padding: 0 0 0 0 !important;
}
#top-information li {
    padding: 18px 15px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    position: relative;
}
#top-information li:before {
    position: absolute;
    right: 1.5em;
    bottom: 21%;
    width: 7px;
    height: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #1379de;
    border-right: 2px solid #1379de;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#top-information figure {
    width: 110px;
    height: 61px;
    margin: 0;
    overflow: hidden;
}
#top-information figure a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 61px;
    position: relative;
}
#top-information figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
#top-information figure img[src="/img/dummy.png"] {
    width: auto;
    height: 180%; 
}
/* #top-information figure {
    width: 110px;
    height: 61px;
    overflow: hidden;
}
#top-information figure img {
    width: 100%;
    margin: -25% 0 0 0;
}
#top-information figure a  {
} */
#top-information time {
    margin: 0 0 0;
    padding: 0 1em 0 0.8em;
}
#top-information li div {
    font-size: 0.7em;
    font-weight: bold;
    background: #cae7ff;
    width: 60px;
    height: 2em;
    margin: -4px 0 0;
    padding: 0;
  text-align: center;
    border-radius: 5px;
}
#top-information li div:before {
    content: "";
    display: block;
    height: 5px;
}
#top-information h3 {
    font-weight: normal;
    line-height: 110%;
    position: absolute;
    top: 45px;
    left: 137px;
    padding: 0 30px 0 0;
}
#top-information h3 a {
}
#top-information li p {
    display: none;
}
#top-information li p a {
}
#top-information .top-information-sp-list {
}
#top-information .top-information-sp-list a {
    color: #fff;
    font-size: 1em;
    display: block;
    background: #006edb;
    text-align: center;
    padding: 20px 0;
    position: relative;
    transition: all 0.5s ease-out;
}
#top-information .top-information-sp-list a:before {
    position: absolute;
    left: 30%;
    top: 41%;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border-color 0.5s ease-out;
}
#top-information .top-information-sp-list a:hover:before {
    border-color: #ff5252;
}
#top-information .top-information-sp-list a:hover {
    color: #ff5252;;
    background: #cae7ff;
}

#top-class-event-box {
    margin: 10px 0 0 0;
}

#top-class-event-box .sp-toggle {
    display: none;
}
#top-class-event-box article {
}

#top-classroom-info {
    border-top: 1px solid #e0e0e0;
}
#top-classroom-info h2 {
    font-size: 1.2em;
    color: #004cc2;
    cursor: pointer;
    padding: 30px 20px 30px 75px;
    background-image: url(../img/index/ico-classroom.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 45px;
}
#top-classroom-info h2 span {
    display: none;
}
#top-classroom-info .sp-toggle {
    padding: 20px 20px 50px 20px;
}
#top-classroom-info ul {
}
#top-classroom-info li {
    font-size: 0.85em;
}
#top-classroom-info time {
}
#top-classroom-info h3 {
    font-weight: normal;
    line-height: 150%;
    width: 55%;
}
#top-classroom-info h3 a {
    color: #1379de;
}
#top-classroom-info h3 a:hover {
    color: #ff5252;
}

#top-event-calendar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#top-event-calendar h2 {
    font-size: 1.2em;
    color: #004cc2;
    cursor: pointer;
    padding: 30px 20px 30px 75px;
    background-image: url(../img/index/ico-calendar.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 45px;
}
#top-event-calendar .sp-toggle {
    padding: 20px 20px 50px 20px;
}
#top-event-calendar ul {
    list-style: none;
    text-align: center;
}
#top-event-calendar li {
    padding: 0 15px;
    display: inline-block;
}
#top-event-calendar li a {
    color: #004cc2;
}
#top-event-calendar ul li:nth-child(1) ,
#top-event-calendar ul li:nth-child(3) {
    font-size: 1.5em;
}
#top-event-calendar ul li:nth-child(2) {
    font-weight: bold;
}

#top-event-calendar table {
}
#top-event-calendar tbody {
}
#top-event-calendar tr {
}
#top-event-calendar tbody tr:first-child th {
    border-bottom: 3px solid #1576d6;
}
#top-event-calendar th ,
#top-event-calendar td {
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    width: 14.28%;
    height: 38px;
}
#top-event-calendar th {
    font-weight: normal;
}
#top-event-calendar td {
}
#top-event-calendar tr th:nth-child(6) ,
#top-event-calendar tr td:nth-child(6) {
    color: #1c96d3;
}
#top-event-calendar tr th:nth-child(7) ,
#top-event-calendar tr td:nth-child(7) {
    color: #e50012;
}
#top-event-calendar .pub-day {
}
#top-event-calendar td a {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #1576d6;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    line-height: 220%;
}
#top-event-calendar td a {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #1576d6;
    display: inline-block;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    line-height: 220%;
    transition: all 0.5s ease-out;
}
#top-event-calendar td a:hover {
    color: #ff5252;
    background: #cae7ff;
}

#top-related-links {
    padding: 40px 5%;
}
#top-related-links ul {
    list-style: none;
    /* display: flex;
    flex-wrap: wrap; */
}
#top-related-links li {
    padding: 5px 0;
}
#top-related-links li a {
}
#top-related-links li a img {
    width: 100%;
}
#top-related-links ul li:nth-child(1) {
   order:2;
}
#top-related-links ul li:nth-child(2) {
   order:1;
}
#top-related-links ul li:nth-child(3) {
   order:3;
}
#top-related-links ul li:nth-child(4) {
   order:4;
}



}/*SP Table END*/
