/* ====================

Reset CSS

==================== */

header, footer, main,
article, section, aside, nav,
figure, figcaption, picture{
  display:block;
}

*,
::before,
::after{
  box-sizing:border-box;
}

html, head, body,
header, footer, main,
article, section, aside, nav,
p, address, div, span,
a, b, strong, em, small, 
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
img, figure, figcaption, picture,
table, tr, th, td, thead, tbody, tfoot,
iframe,
form, label, input, button, select, textarea{
  border:none;
  font-style:normal;
  margin:0;
  padding:0;
}

img, iframe{
  vertical-align:middle;
}

body{
  background:#fff;
  color:#333;
  line-height:1.8;
  -webkit-text-size-adjust:100%;
  word-break:break-all;
}

ul[class],
ol[class]{
  list-style:none;
}

ul:not([class]),
ol:not([class]){
  margin:0 0 0 16px;
}

a{
  color:#779933;
}

img{
  height:auto;
  max-width:100%;
}

table{
  border-collapse:collapse;
}

* iframe, iframe *{
  max-width:100%!important;
}

input, button, select, textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  outline:none;
}

input[type='submit'], button{
  cursor:pointer;
}
select::-ms-expand{
  display:none;
}
textarea{
  min-height:8em;
  resize:vertical;
}









/* ====================

Base CSS

==================== */

/* WP Default */
.alignright{
  float:right;
}
.gallery{
  margin:0 -8px 24px 0;
}
.gallery-item{
  display:inline-block;
  margin:0 0 8px;
  padding:0 8px 0 0;
  text-align:left;
  vertical-align:top;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus{
  display:inline-block;
  max-width:100%;
}
@media screen and (max-width:600px){
  .alignright,
  .main-content .alignright{
    display:block;
    float:none;
    margin:0 auto 25px;
  }
}
@media screen and (min-width:480px){
  .gallery-columns-1 .gallery-item{max-width:100%;}
  .gallery-columns-2 .gallery-item{max-width:50%;}
  .gallery-columns-3 .gallery-item{max-width:33.33%;}
  .gallery-columns-4 .gallery-item{max-width:25%;}
  .gallery-columns-5 .gallery-item{max-width:20%;}
  .gallery-columns-6 .gallery-item{max-width:16.66%;}
  .gallery-columns-7 .gallery-item{max-width:14.28%;}
  .gallery-columns-8 .gallery-item{max-width:12.5%;}
  .gallery-columns-9 .gallery-item{max-width:11.11%;}
}
@media screen and (max-width:480px){
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item{max-width:50%;}
}

/* CSS Base */

html{
  font-size:62.5%;
}
body{
  font-family:'Noto Sans JP', sans-serif;
  font-size:16px;
  font-weight:400;
}

/* flex */
.flex{
  display:flex;
}
.inner-1120{
  margin:0 auto;
  max-width:1160px;
  padding:0 20px;
  width:100%;
}
.inner-960{
  margin:0 auto;
  max-width:1000px;
  padding:0 20px;
  width:100%;
}
.center{
  text-align:center;
}
.pc-br,
.sp-none,
.sp-none-600{
  display:block;
}
.sp-br,
.pc-none,
.pc-none-600{
  display:none;
}
.mobile-br{
  display:inline;
}
.sp-inline-none{
  display:inline-block;
}
.row{
  margin:0 -20px;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.col{
  padding:0 20px;
}
.col-2{
  width:50%;
}
.col-3{
  width:33.3333%;
}
.col-4{
  width:25%;
}
.border{
  border-top:1px solid #e7e7e7;
  margin:20px 20px 25px;
}
.tred{
  color:#ed606e;
}
.tblue{
  color:#5480db;
}
.tgreen{
  color:#8dc950;
}
@media screen and (max-width:840px){
  .col-4{
    width:50%;
  }
}
@media screen and (max-width:768px){
  body{
    font-size:14px;
  }

  .inner-1120,
  .inner-960{
    padding:0 15px;
  }
  .pc-br,
  .sp-none{
    display:none;
  }
  .sp-br,
  .pc-none{
    display:block;
  }
  .sp-inline-none{
    display:none;
  }
  .col{
    padding:0 16px;
  }
  .row{
    margin:0 -16px;
  }
  .col-3{
    width:50%;
  }
}
@media screen and (max-width:600px){
  .mobile-br{
    display:block;
  }
  .sp-none-600{
    display:none;
  }
  .pc-none-600{
    display:block;
  }
  .col-2,
  .col-3,
  .col-4{
    width:100%;
  }
}

/* Breadcrumb */
.breadcrumb{
  font-size:13px;
  line-height:1;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding:20px 0;
  white-space:nowrap;
}
.breadcrumb-ol{
  list-style:none;
  margin:0;
}
.breadcrumb-ol .separate{
  margin:0 6px 0 0;
}
.breadcrumb-ol li a{
  color:#333;
  display:block;
  margin:0 6px 0 0;
  text-decoration:none;
}
.breadcrumb-ol li a:hover{
  color:#779933;
  text-decoration:underline;
}

/* Pagenation */
.pagination{
  padding:20px 0;
}
.pagination-ol{
  flex-wrap:wrap;
  justify-content:center;
  line-height:1;
  list-style:none;
  text-align:center;
}
.pagination-li{
  margin:0 0 6px;
  white-space:nowrap;
}
.pagination-li a,
.pagination-li span{
  background:#efefef;
  border-radius:50%;
  color:#333;
  display:inline-block;
  font-size:14px;
  height:36px;
  margin:0 5px;
  padding:10px;
  text-decoration:none;
  width:36px;
}
.pagination-active span{
  background:#ccc;
}
.pagination-prev a,
.pagination-next a{
  background:#8cd950;
  color:#fff;
}

/* Totop of sections */
.section-totop-wrap{
  text-align:right;
}
.main-content .section-totop{
  color:#333;
  font-size:12px;
  margin:0 0 0 26px;
  padding:0 0 0 10px;
  position:relative;
  text-decoration:none;
}
.section-totop::before,
.section-totop::after{
  content:'';
  display:block;
  left:0;
  margin:0 0 0 -22px;
  position:absolute;
}
.section-totop::before{
  background:#8dc950;
  bottom:0;
  height:12px;
  width:22px;
}
.section-totop::after{
  border:11px solid transparent;
  border-bottom:9px solid #8dc950;
  bottom:12px;
}



.container{
  min-width:1023px;
}
@media screen and (max-width:768px){
  .container{
    min-width:0%;
  }
}



/* ====================

Header

==================== */
.header{
  position:relative;
  z-index:4;
}
.header a{
  display:block;
  line-height:1;
  text-decoration:none;
}
.header-inner{
  align-items:center;
  justify-content:space-between;
  margin:0 auto;
  max-width:1280px;
  padding:0 55px;
  position:relative;
}
.header-nav{
  z-index:1;
}
.hm-input,
.hm-label,
.hm-bg,
.gl-nav-sp{
  display:none;
}
.gl-nav{
  padding:30px 0;
}
.gl-nav-ul li{
  margin:0 12px;
}
.gl-nav img{
  max-width:112px;
}

/*
Header Front Page
*/
.header-top .header-inner{
  justify-content:flex-end;
}
.header-top .header-logo{
  left:11.7%;
  position:absolute;
  top:35px;
  z-index:2;
}
.header-top .header-logo img{
  width:207px;
}

/*
Header Common Page
*/
.header-common{
  position:relative;
}
.header-common::after{
  background:#8dc950;
  bottom:0;
  content:'';
  display:block;
  height:5px;
  left:0;
  position:absolute;
  width:100%;
  z-index:1;
}
.header-common .header-logo img{
  width:430px;
}

/*
Header Front Fix Nav
*/
#header-top-fix-nav{
  display:none;
}


@media screen and (max-width:768px){
  .header-inner{
    padding:0 12px;
  }
  .hm-label{
    display:block;
    margin:12px 0;
  }
  .hm-label img{
    height:43px;
    width:43px;
  }
  #hm:checked ~ .hm-label .hm-label-open,
  .hm-label-close{
    display:none;
  }
  #hm:checked ~ .hm-label .hm-label-close{
    display:block;
  }
  .hm-bg{
    background:rgba(0,0,0,.6);
    display:block;
    height:calc(100vh - 67px);
    left:0;
    opacity:0;
    position:fixed;
    top:67px;
    visibility:hidden;
    width:100%;
    z-index:1;
  }
  #hm:checked ~.hm-bg{
    opacity:1;
    visibility:visible;
  }
  .gl-nav{
    background:#fff;
    display:none;
    left:0;
    position:absolute;
    top:67px;
    width:100%;
    z-index:2;
  }
  #hm:checked ~.gl-nav{
    display:block;
  }
  .gl-nav-ul{
    flex-wrap:wrap;
    margin:40px auto 35px;
    max-width:360px;
    text-align:center;
    width:66.5%;
  }
  .gl-nav-ul li{
    margin:0 0 30px;
    width:50%;
  }
  .gl-nav-ul li:last-child{
    margin:0;
  }
  .gl-nav-sp{
    display:block;
  }
  .gl-nav-sp li:not(:last-child){
    border-bottom:solid 1px #fff;
  }
  .gl-nav-sp a{
    background:#8dc950;
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding:14px 10px;
    text-align:center;
  }


  .header-top .header-logo{
    left:50%;
    top:20px;
    transform:translateX(-50%);
  }
  .header-top .header-logo img{
    width:96px;
  }
  .header-top .gl-nav{
    padding:48px 0 0;
  }
  .header-top .gl-nav-ul{
    margin:15px auto 35px;
  }


  .header-common{
    background:#fff;
    padding:0 0 3px;
    position:fixed;
    width:100%;
    z-index:2;
  }
  .header-common::after{
    height:3px;
  }
  .header-common .header-logo img{
    width:230px;
  }
  .header-common .gl-nav{
    padding:0;
  }
  .header-common .gl-nav-ul{
    margin:35px auto;
  }


  /*
  Header Front Fix Nav
  */
  #header-top-fix-nav{
    background:#fff;
    display:block;
    left:0;
    opacity:0;
    position:fixed;
    top:0;
    transform:translateY(-67px);
    transition:.2s;
    width:100%;
    z-index:1;
  }
  #header-top-fix-nav::after{
    background:#8dc950;
    bottom:0;
    content:'';
    display:block;
    height:3px;
    left:0;
    position:absolute;
    width:100%;
    z-index:1;
  }
  #header-top-fix-nav.header-top-fix-nav-visible{
    opacity:1;
    transform:translateY(0);
  }
  #header-top-fix-nav .header-inner{
    justify-content:space-between;
  }
  #header-top-fix-nav .header-logo{
    position:static;
    transform:translateX(0);
  }
  #header-top-fix-nav .header-logo img{
    width:230px;
  }
  #hm-fix:checked ~ .hm-label .hm-label-open{
    display:none;
  }
  #hm-fix:checked ~ .hm-label .hm-label-close,
  #hm-fix:checked ~ .gl-nav{
    display:block;
  }
  #hm-fix:checked ~.hm-bg{
    opacity:1;
    visibility:visible;
  }

}







/* ====================

Footer

==================== */
.footer{
  background:#8dc950;
  color:#fff;
  font-weight:500;
  line-height:1.6;
  padding:55px 0 0;
}
.footer-left{
  padding:0 70px 0 0;
  width:29.2%;
}
.footer-right{
  width:70.8%;
}
.footer-address{
  font-size:14px;
}
.footer-address a{
  display:block;
}
.footer-address dt{
  margin:0 0 20px;
}
.footer-address dd:last-child{
  margin:24px 0;
}
.footer-right-contents-wrap{
  flex-wrap:wrap;
}
.footer-right-contents-wrap .footer-ul-wrap{
  margin:0 0 40px;
}
.footer-right-contents-wrap >.footer-ul-wrap{
  margin:0 50px 40px 0;
}
.footer-right-contents-wrap b{
  border-bottom:solid 1px #fff;
  display:block;
  margin:0 0 14px;
  padding:0 0 12px;
}
.footer-right-contents-wrap b a{
  color:#fff;
  text-decoration:none;
}
.footer-ul{
  font-size:12px;
  line-height:1.8;
}
.footer-ul li::before{
  content:'〉';
}
.footer-ul a{
  color:#fff;
  text-decoration:none;
}
.footer-ul span{
  display:block;
  font-size:10px;
}
.copyright{
  color:#fff;
  padding:0 0 20px;
  text-align:center;
}
.copyright small{
  font-size:12px;
}
@media screen and (max-width:768px){
  .footer{
    padding:40px 0 0;
  }
  .footer-left{
    margin:0 auto;
    max-width:420px;
    padding:0;
    width:75%;
  }
  .footer-address dd:last-child{
    margin:16px 0;
  }
  .footer-right{
    display:none;
  }
  .copyright{
    padding:28px 0 20px;
  }
  .copyright small{
    font-size:11px;
  }
}




















/* ====================

Contents

==================== */

.contents{
  padding:0;
}
.contents-inner{
  margin:0 0 60px;
}
@media screen and (max-width:768px){
  .header-top +.contents,
  .page-course .header-common +.contents{
    max-width:100%;
  }
  .header-common +.contents{
    margin:0 auto;
    max-width:520px;
    padding:67px 0 0;
  }
  .contents-inner{
    flex-direction:column-reverse;
    margin:0 0 48px;
  }
}





/* ====================
Side
==================== */

.side{
  margin:-30px 0 0;
  width:240px;
}
.menu-list{
  line-height:1;
  padding:30px 0 0;
  position:sticky;
  top:0;
}
.menu-list .menu-list-a{
  background:#f3faed;
  color:#8dc950;
  display:block;
  font-size:14px;
  height:32px;
  justify-content:flex-start;
  margin:0 0 8px;
  padding:9px 15px;
  position:relative;
  text-decoration:none;
}
.menu-list-a::after{
  background:#8dc950;
  content:'';
  height:100%;
  left:0;
  position:absolute;
  right:auto;
  top:0;
  width:5px;
  z-index:1;
}
.menu-list .menu-list-a span{
  position:relative;
  z-index:2;
}
.menu-list-a::after,
.menu-list .menu-list-a span{
  transition:.5s;
}
.menu-list-a.menu-active::after,
.menu-list .menu-list-a.menu-active span{
  transition:0s;
}
.menu-list-a:hover span,
.menu-list-a.menu-active span{
  color:#fff;
}
.menu-list-a:hover::after,
.menu-list-a.menu-active::after{
  width:100%;
}
.menu-list .ed-futsuka{
  background:#eef8fd;
  color:#5cbce8;
}
.ed-futsuka::after{
  background:#5cbce8;
}
.menu-list .ed-life{
  background:#fff3f8;
  color:#ff88b6;
}
.ed-life::after{
  background:#ff88b6;
}

.menu-list .ed-sweets{
  background:#fff5eb;
  color:#ff9e3d;
}
.ed-sweets::after{
  background:#ff9e3d;
}
.menu-list .ed-chouri{
  background:#ebf8f5;
  color:#3cb99d;
}
.ed-chouri::after{
  background:#3cb99d;
}
.menu-list .ed-life,
.menu-list .ed-sweets,
.menu-list .ed-chouri{
  font-size:10px;
  letter-spacing:-.05em;
  padding:11px 15px 10px;
}
.menu-list .cat-news{
  background:#e2f7da;
  color:#26b43e;
}
.cat-news::after{
  background:#26b43e;
}
.menu-list .cat-important{
  background:#ffe0e0;
  color:#e75d5d;
}
.cat-important::after{
  background:#e75d5d
}
.menu-list .cat-event{
  background:#fcf5d0;
  color:#efce2c;
}
.cat-event::after{
  background:#efce2c;
}
.menu-list .cat-intro{
  background:#dfedfa;
  color:#4592d5;
}
.cat-intro::after{
  background:#4592d5;
}
.page-access .menu-list .menu-list-li:nth-child(2) .menu-list-a{
  background:#ffe1c1;
  color:#fa8f22;
}
.page-access .menu-list .menu-list-li:nth-child(2) .menu-list-a::after{
  background:#fa8f22;
}

.side-bnr-wrap li:not(:last-child){
  margin:0 0 10px;
}
.side-bnr-wrap a{
  display:block;
}
@media screen and (max-width:768px){
  .side{
    margin:0 auto;
    max-width:420px;
    width:100%;
  }
  #menu-list{
    position:static!important;
  }
  .menu-list{
    margin:0 -15px;
  }
  .menu-list .menu-list-a{
    height:40px;
    margin:0 0 1px;
    padding:13px 15px;
    text-align:center;
  }
  .menu-list .ed-life,
  .menu-list .ed-sweets,
  .menu-list .ed-chouri{
    font-size:14px;
    letter-spacing:0;
    padding:13px 15px;
  }
  .menu-list-a::after{
    display:none!important;
  }
  .menu-list-a:hover span,
  .menu-list-a.menu-active span{
    color:inherit;
  }
  .menu-list-li .side-bnr-wrap{
    margin:48px auto 0;
    max-width:290px;
  }
}






/* ====================
Main
==================== */
.main{
  border-left:solid 1px #b4b4b4;
  margin:0 0 0 30px;
  padding:0 0 30px 29px;
  width:690px;
}
.main-content-section-content{
  padding:0 20px;
}
.section{
  padding:40px 0 0;
}
.main-content{
  line-height:1.85;
}
.main-content h1{
  line-height:1;
  margin:0 0 20px;
}
.main-content h1 span{
  border-left:solid 10px #8dc950;
  display:block;
  font-size:28px;
  letter-spacing:.08em;
  line-height:1.25;
  margin:0 0 20px;
  padding:0 0 0 6px;
}
.main-content .title{
  background:#8dc950;
  border-bottom-left-radius:10px;
  box-shadow:3px 3px 3px rgba(0,0,0,.1);
  border-top:solid 5px #afd38b;
  color:#fff;
  font-size:23px;
  font-weight:500;
  line-height:1.5;
  margin:0 0 1.8em;
  padding:10px 20px 14.5px;
}
.main-content .section-sub-title-h2,
.main-content h3,
.main-content .section-lead{
  color:#779933;
  font-size:20px;
  font-weight:700;
  margin:1.8em 0 1.2em;
}
.main-content p{
  font-size:16px;
  margin:0 0 1.8em;
}
.main-content ul,
.main-content ol{
  font-size:16px;
  margin:0 0 1.8em 20px;
}
@media screen and (max-width:768px){
  .main{
    border-left:none;
    margin:0;
    padding:0;
    width:100%;
  }
  .main-content-section-content{
    padding:0 3px;
  }
  .section{
    margin:-45px 0 0;
    padding:85px 0 0;
  }
  .main-content h1 span{
    font-size:24px;
    margin:0 0 16px;
  }
  .main-content .title{
    font-size:19px;
  }
  .main-content .section-sub-title-h2,
  .main-content h3,
  .main-content .section-lead{
    font-size:17px;
  }
  .main-content p{
    font-size:14px;
  }
  .main-content ul,
  .main-content ol{
    font-size:14px;
  }
}





/* 

Page

*/

/* Information */
.page-information .main-content ol{
  list-style:none;
}

.mission-policy h4{
  border-bottom:solid 3px #8dc950;
  font-size:18px;
  line-height:1.5;
  margin:0 0 24px;
  padding:0 4px 4px;
  white-space:nowrap;
}
.mission-policy dl{
  margin:32px 0;
}
.mission-policy dl >div:not(:last-child){
  margin:0 0 24px;
}
.mission-policy dl dt{
  font-weight:700;
  line-height:1;
  margin:0 0 0 -12px;
}
.mission-policy dl dd{
  font-size:16px;
  line-height:1.85;
  margin:8px 0 0;
}
@media screen and (max-width:767px){
  .mission-policy h4{
    font-size:16px;
    margin:0 0 24px;
    padding:0 4px 8px;
  }
  .mission-policy dl{
    margin:24px 0;
  }
  .mission-policy dl >div:not(:last-child){
    margin:0 0 20px;
  }
  .mission-policy dl dt{
    margin:0 0 0 -10px;
  }
  .mission-policy dl dd{
    font-size:14px;
    margin:10px 0 0;
  }
}


/* Education */
.page-education .main-content .inside-h3{
  color:#669a22;
  font-size:19px;
  font-weight:bold;
  margin:20px 20px 25px;
}
.page-education .main-content ul{
  font-size:15px;
  list-style:none;
  margin:0 0 1.8em;
}
.page-education .main-content ul li{
  padding:0 0 0 1.1em;
  text-indent:-1.1em;
}
.page-education .main-content ul li::before{
  content:'●';
  margin:0 5px 0 0;
}
@media screen and (max-width:600px){
  .page-education .main-content .inside-h3{
    font-size:16px;
  }
}

/* Education-child */
.page-ed_futsuka h1,
.page-ed_design_life h1,
.page-ed_design_sweets h1,
.page-ed_chouri h1{
  margin:0 0 25px;
}
.page-ed_futsuka h1 img,
.page-ed_design_life h1 img,
.page-ed_design_sweets h1 img,
.page-ed_chouri h1 img{
  max-height:52px;
}
.page-ed_futsuka .main-content ul,
.page-ed_futsuka .main-content ol,
.page-ed_design_life .main-content ul,
.page-ed_design_life .main-content ol,
.page-ed_design_sweets .main-content ul,
.page-ed_design_sweets .main-content ol,
.page-ed_chouri .main-content ul,
.page-ed_chouri .main-content ol{
  list-style:none;
  margin:0 0 1.8em;
}
.page-ed_futsuka .main-content ul li::before,
.page-ed_design_life .main-content ul li::before,
.page-ed_design_sweets .main-content ul li::before,
.page-ed_chouri .main-content ul li::before{
  content:'●';
  margin:0 5px 0 0;
}
.page-ed_design_sweets .main-content ul li div,
.page-ed_chouri .main-content ul li div{
  line-height:1.2;
  margin:.5em 0 .5em 1.2em;
}
.page-ed_design_life .main-content .attention,
.page-ed_design_sweets .main-content .attention,
.page-ed_design_chouri .main-content .attention{
  margin:0;
}
.main-content .table-comments{
  margin:0 0 25px;
}
.main-content .table-comments li::before{
  padding:0 5px 0 0;
}
.main-content .table-comments li:nth-child(1)::before{
  content:'※1';
}
.main-content .table-comments li:nth-child(2)::before{
  content:'※2';
}
.main-content .table-comments li:nth-child(3)::before{
  content:'※3';
}
.curriculum{
  border-collapse:separate;
  font-size:14px;
  margin:0 0 20px;
  width:100%;
}
.curriculum th,
.curriculum td{
  border:none;
  font-weight:normal;
  line-height:1.5;
  min-width:60px;
  padding:10px 6px;
  text-align:center;
  vertical-align:middle;
}
.curriculum tr th:nth-child(1){
  background:#dfe1e1;
}
.curriculum tr .subject{
  background:#eeefef;
}
.coruse-point-paragraph span{
  display:block;
  font-size:18px;
  font-weight:700; 
  margin:0 0 2px;
}
@media screen and (max-width:600px){
  .page-ed_futsuka h1,
  .page-ed_design_life h1,
  .page-ed_design_sweets h1,
  .page-ed_chouri h1{
    margin:0 0 14px;
  }
  .page-ed_futsuka h1 img{
    max-height:48px;
  }
  .page-ed_design_life h1 img,
  .page-ed_design_sweets h1 img,
  .page-ed_chouri h1 img{
    max-height:77px;
  }
  .curriculum{
    font-size:13px;
  }
  .curriculum th,
  .curriculum td{
    min-width:36px;
    padding:12px 2px;
  }
  .coruse-point-paragraph span{
    font-size:16px;
  }
}

/* Futsuka Education */
.page-ed_futsuka .section-totop::before{
  background:#00b5e9;
}
.page-ed_futsuka .section-totop::after{
  border-bottom-color:#00b5e9;
}
.page-ed_futsuka .main-content ul li::before{
  color:#46b4e6;
}
.page-ed_futsuka .main-content .futsuka-h2{
  background:#46b4e6;
  border-color:#b5e1f5;  
}
.curriculum-futsuka tr th{
  background:#80bcd1;
}
.curriculum-futsuka tr th:nth-child(2){
  background:#b5e1f5;
}
.curriculum-futsuka tr td{
  background:#a2d9f2;
}
.curriculum-futsuka tr .course-name{
  background:#daf0fa;
}
.page-ed_futsuka .coruse-point-paragraph span{
  color:#46b4e6;
}

/* Life Education */
.page-ed_design_life .section-totop::before{
  background:#ff84b6;
}
.page-ed_design_life .section-totop::after{
  border-bottom-color:#ff84b6;
}
.page-ed_design_life .main-content ul li::before{
  color:#ff83b3;
}
.page-ed_design_life .main-content .d-life-h2{
  background:#ff83b3;
  border-color:#ffc1d9;
}
.curriculum-d-life tr th{
  background:#ffaccb;
}
.curriculum-d-life tr th:nth-child(2){
  background:#ffcee1;
}
.curriculum-d-life tr td{
  background:#ffc1d9;
}
.curriculum-d-life tr .course-name{
  background:#ffe6f0;
}
.page-ed_design_life .coruse-point-paragraph span{
  color:#ff83b3;
}

/* Sweets Education */
.page-ed_design_sweets .section h3{
  color:#ff9933;
  font-size:17px;
  font-weight:bold;
  margin:0 0 .8em -10px;
}
.page-ed_design_sweets .section-totop::before{
  background:#fd9a22;
}
.page-ed_design_sweets .section-totop::after{
  border-bottom-color:#fd9a22;
}
.page-ed_design_sweets .main-content ul li::before{
  color:#ff9933;
}
.page-ed_design_sweets .main-content .d-sweets-h2{
  background:#ff9933;
  border-color:#ffd49b;
}
.curriculum-d-sweets tr th{
  background:#eebd7b;
}
.curriculum-d-sweets tr th:nth-child(2){
  background:#f4d6ac;
}
.curriculum-d-sweets tr td{
  background:#ffcc99;
}
.curriculum-d-sweets tr .course-name{
  background:#fff0e0;
}
.page-ed_design_sweets .coruse-point-paragraph span{
  color:#ff9933;
}

/* Chouri Education */
.page-ed_chouri .section h3{
  color:#33b699;
  font-size:17px;
  font-weight:bold;
  margin:0 0 .8em -10px;
}
.page-ed_chouri .section-totop::before{
  background:#00b799;
}
.page-ed_chouri .section-totop::after{
  border-bottom-color:#00b799;
}
.page-ed_chouri .main-content ul li::before{
  color:#33b699;
}
.page-ed_chouri .main-content .chouri-h2{
  background:#33b699;
  border-color:#99dacc;
}
.curriculum-chouri tr th{
  background:#71cab6;
}
.curriculum-chouri tr th:nth-child(2){
  background:#b1e4d8;
}
.curriculum-chouri tr td{
  background:#99dacc;
}
.curriculum-chouri tr .course-name{
  background:#d6f0eb;
}
.page-ed_chouri .coruse-point-paragraph span{
  color:#33b699;
}

/* School Life */
.page-schoollife .event-wrap{
  justify-content:space-between;
}
.event-wrap dl{
  font-size:15px;
  flex:1;
  line-height:1.65;
  margin:0 30px 0 0;
}
.page-schoollife .event-schedule{
  border-bottom:dotted 3px #efefef;
  margin:0 0 18px;
  padding:0 0 18px;
}
.page-schoollife .event-schedule dt{
  float:left;
  font-weight:normal;
}
.page-schoollife .event-schedule dd{
  margin:0 0 0 46px;
  padding-left:1em;
  text-indent:-1em;
}
.page-schoollife .event-schedule dd::before{
  color:#779933;
  content:'●';
  margin-right:3px;
}
.page-schoollife .event-schedule .red-text,
.page-schoollife .event-schedule .red-text::before{
  color:#f00;
}
.main-content .event-image p{
  margin:0 0 35px;
}

.main-content .sa-ex-h,
.main-content .sa-ex-v{
  background:#f5f9ee;
  border:1px solid #cfe3ac;
  font-size:16px;
  line-height:2;
  list-style:none;
  margin:0 0 1.8em;
  max-width:100%;
  padding:14px 16px;
}
.main-content .sa-ex-h{
  flex-wrap:wrap;
}
.main-content .sa-ex-h li,
.main-content .sa-ex-v li{
  margin:0 16px 0 0;
}
.main-content .sa-ex-v li{
  color:#779933;
}
.main-content .sa-ex-h li::before,
.main-content .sa-ex-v li::before{
  color:#779933;
  content:'●';
  margin-right:3px;
}
.page-schoollife .uniform-wrap{
  margin:0 0 30px;
}
.page-schoollife .route-section{
  border-bottom:dotted 2px #efefef;
  margin:0 0 25px;
}
.route-section .route{
  color:#fff;
  display:inline-block;
  font-size:20px;
  font-weight:bold;
  padding:2px 24px 0;
}
.route-a{
  background:#0084d0;
}
.route-b{
  background:#fd9a22;
}
.route-c{
  background:#ff84b6;
}
.route-section .route-section-ol{
  list-style:none;
  margin:0 0 1.8em;
}
.route-section-ol li:not(:last-child){
  margin:0 0 1em;
}
.route-section-ol li div{
  font-size:20px;
}
.route-section-ol li div span{
  color:#779933;
}
.route-section-ol-1 li div{
  color:#4983cc;
}
.route-section-ol-2 li div{
  color:#ff9933;
}
.route-section-ol-3 li div{
  color:#ff83b3;
}
.main-content .route-comennt{
  list-style:none;
  margin:0 0 1.8em;
}
.main-content .route-comennt li{
  padding-left:1.1em;
  text-indent:-1.1em;
}
.main-content .route-comennt li::before{
  content:'※';
  margin-right:3px;
}
@media screen and (max-width:768px){
  .page-schoollife .event-wrap{
    display:block;
    margin:0 0 1.8em;
  }
  .event-wrap dl{
    font-size:14px;
    margin:0;
  }
  .main-content .event-image-wrap{
    margin:0 auto;
    max-width:420px;
  }
  .main-content .event-image{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px;
  }
  .main-content .event-image p{
    margin:0;
    max-width:50%;
    padding:5px;
  }
  .main-content .sa-ex-h,
  .main-content .sa-ex-v{
    font-size:14px;
  }
  .main-content .sa-ex-h{
    display:block;
    padding:10px 16px;
  }
  .route-section h3{
    margin:0 0 .5em;
  }
  .route-section-ol li{
    font-size:17px;
  }
  .main-content .route-comennt{
    font-size:12px;
  }
}

/* Facility */
.page-facility p .alignright{
  margin:0 0 1em 1em;
}
.page-facility .facility-area-select{
  align-items:flex-start;
  counter-reset:number;
  flex-wrap:wrap;
  justify-content:flex-start;
  list-style:none;
  margin:0 0 1.8em;
}
.page-facility .facility-area-select li{
  margin:0 8px 12px 0;
}
.page-facility .facility-area-select li::before{
  background:#ccc;
  border-radius:50%;
  color:#fff;
  counter-increment:number;
  content:counter(number);
  display:inline-block;
  height:1.5em;
  line-height:1.4em;
  margin:0 5px 0 0;
  text-align:center;
  width:1.5em;
}
.page-facility .facility-area-img{
  margin:0 0 2em;
}
@media screen and (max-width:768px){
  .page-facility .facility-area-select li{
    margin:0 14px 20px 0;
  }
  .page-facility .facility-area-img{
    margin:0;
  }
}

/* Students */

.page-students .main-content h3{
  margin:1.8em 0 1em;
}

.tablet-dl span{
  display:inline-block;
  text-decoration:underline;
}
.tablet-dl dt{
  font-weight:700;
}
.tablet-dl dd{
  font-size:16px;
  margin:0 0 20px;
}
.tablet-dl dd small{
  display:block;
  font-size:14px;
}
@media screen and (max-width:768px){
  .tablet-dl dd{
    font-size:14px;
  }
  .tablet-dl dd small{
    font-size:12px;
  }
}

.table-wrap{
  margin:0 0 1.8em;
}
.table-wrap .text-bold{
  font-weight:bold;
}
.table-wrap .text-left{
  text-align:left;
}
.table-wrap .text-underline{
  text-decoration:underline;
}
.table-wrap .text-vtop{
  vertical-align:top;
}
.table-wrap .bg-green{
  background:#f3faed;
}
.table-wrap .bg-white{
  background:#fff;
  padding:12px 8px;
}
.boshuyoko{
  border-collapse:separate;
  font-size:14px;
  margin:0 0 20px;
  width:100%;
}
.course_list-small{
  display:block;
  font-size:11px;
  line-height:1.7;
  letter-spacing:-.05em;
}
.course_list-small:first-of-type{
  margin:8px 0 0;
}
.nyuushi_basstop{
  background:#000;
  border-radius:4px;
  display:inline-block;
  color:#fff;
  margin:0 4px 0 -4px;
  padding:0 6px;
}
.boshuyoko th,
.boshuyoko td{
  border:none;
  font-size:15px;
  padding:16px;
  text-align:center;
  vertical-align:middle;
}
.boshuyoko th{
  background:#8dc950;
  color:#fff;
  font-weight:700;
}
.boshuyoko tr th:nth-child(1){
  width:20.6%;
}
.boshuyoko tr th:nth-child(2),
.boshuyoko tr th:nth-child(3){
  width:39.7%;
}
.boshuyoko td{
  background:#f2f2f2;
  font-weight:400;
}
.main-content .boshuyoko ol{
  font-size:14px;
  margin:0 0 0 1.2em;
}
.main-content .boshuyoko ol li:not(:last-child){
  margin:0 0 12px;
}
.boshuyoko dl,
.boshuyoko .boshuyoko-dl{
  margin-bottom:0;
}
.boshuyoko .boshuyoko-dl dt{
  color:#779933;
  margin:0 10px 0 0;
}
.boshuyoko .boshuyoko-dl dd{
  margin:0 0 0 10px;
}
.boshuyoko td p{
  margin:0;
}

.bukatsu-tokutai >ul{
  margin:3rem 0;
}
.bukatsu-tokutai >ul li{
  background-color:#f3faed;
  border:solid .1rem #fff;
  font-size:1.5rem;
  line-height:1;
  padding:2.1rem;
}
.bukatsu-tokutai tr th:nth-child(2){
  width:79.4%;
}
.bukatsu-tokutai tr:nth-child(2) span:nth-child(2){
  display:block;
  font-size:1.4rem;
  margin:1.6rem 0 0;
}

.shiken-suchedule h4{
  margin:3rem 0 2rem;
}
.shiken-suchedule .admissions-schedule{
  margin:2rem 0 3rem;
}

.tokutai-seido td span:nth-child(2){
  display:block;
  font-size:1.4rem;
  margin:1.6rem 0 0;
}

.family-seido td span:nth-child(2){
  display:block;
  font-size:1.4rem;
  margin:1.6rem 0 0;
}

.main-content .admissions-schedule{
  line-height:1.5;
  width:100%;
}
.main-content .admissions-schedule td{
  width:50%;
}
.main-content .admissions-schedule tbody tr:nth-child(1) td{
  color:#8ec850;
  font-weight:700;
}
.main-content .admissions-schedule th,
.main-content .admissions-schedule td{
  border:solid 1px #c6c6c6;
  padding:10px 16px;
  text-align:center;
}
.main-content .admissions-schedule tr th:nth-child(1){
  width:25%;
}
.main-content .admissions-schedule ul{
  list-style:none;
  margin:0;
}
.main-content .admissions-schedule ul li{
  padding-left:1em;
  text-indent:-1em;
}
.main-content .admissions-schedule ul li::before{
  content:'＊';
}
.supplement-wrap .supplement-wrap-ol{
  list-style:decimal;
}
.supplement-wrap .supplement-wrap-ol >li:not(:last-child){
  margin:0 0 2em;
}
.supplement-wrap .supplement-wrap-ol b{
  display:block;
  margin:10px 0;
}
.supplement-wrap .supplement-wrap-ol ul{
  list-style:disc;
}
.supplement-wrap .supplement-wrap-ol ol{
  list-style:cjk-ideographic;
  margin:0 0 1.8em 2em;
}
.supplement-wrap h4{
  background:#f2f2f2;
  font-size:18px;
  margin:2.8em 0 1.2em;
  padding:12px;
}
.supplement-wrap h5{
  font-size:17px;
  font-weight:700;
  line-height:1.5;
  margin:2em 0 1.3em;
  padding:0 0 8px;
}
.supplement-wrap h5 span{
  display:block;
  font-size:14px;
}
.supplement-table{
  margin:2em 0;
  width:100%;
}
.supplement-table th,
.supplement-table td{
  border:solid 1px #c6c6c6;
  padding:16px 10px;
  text-align:center;
}
.supplement-table th{
  width:20%;
}
.supplement-wrap .supplement-ol-round{
  list-style:none;
}
.supplement-ol-round li{
  padding:0 0 0 20px;
  position:relative;
}
.supplement-ol-round li:not(:last-child){
  margin:0 0 .8em;
}
.supplement-ol-round li::before{
  left:0;
  position:absolute;
  top:0;
}
.supplement-ol-round li:nth-child(1)::before{
  content:'①';
}
.supplement-ol-round li:nth-child(2)::before{
  content:'②';
}
.supplement-ol-round li:nth-child(3)::before{
  content:'③';
}
.supplement-ol-round li:nth-child(4)::before{
  content:'④';
}

.forteacher{
  padding:40px 0 0;
}
.forteacher dt{
  color:#779933;
}
@media screen and (max-width:768px){
  .page-students .main-content h3{
    margin:-80px 0 .8em;
    padding:80px 0 0;
  }
  .forteacher{
    margin:-45px 0 0;
    padding:85px 0 0;
  }
}
@media screen and (max-width:480px){
  .table-wrap{
    margin:0 0 25px;
  }
  .bukatsu-tokutai >ul li{
    font-size:1.4rem;
    padding:1.6rem;
  }
}

/* Opencampus */
.page-opencampus .main-content h1{
  margin:0 0 25px;
}
.page-opencampus .img-link{
  display:block;
  margin:0 auto;
  text-align:center;
  width:90%;
}
.page-opencampus .bottom-text{
  text-align:center;
}
.page-opencampus .bottom-text-description{
  color:#779933;
  display:block;
  font-size:17px;
}
.page-opencampus .bottom-text-link{
  font-size:17px;
  font-weight:bold;
}
@media screen and (max-width:768px){
  .page-opencampus .bottom-text-description{
    font-size:16px;
  }
}

/* Graduate */
.page-graduate .graduate-top-ul{
  font-size:14px;
  list-style:disc;
  margin:0 0 0 20px;
}
.graduate-table{
  width:100%;
}
.graduate-table caption{
  text-align:left;
}
.graduate-table th,
.graduate-table td{
  border:2px solid #fff;
  font-size:16px;
  padding:10px 6px;
  text-align:center;
}
.graduate-table th{
  background-color:#8ec850;
  color:#fff;
  width:33.3333%;
}
.graduate-table td{
  background:#f2f2f2;
}
.page-graduate .graduate-shinsei-ol{
  margin:0 0 2em;
  padding:0 0 0 1.1em;
  text-indent:-1.1em;
}
.graduate-shinsei-ol li:not(:last-child){
  margin:0 0 1em;
}
.graduate-btnbox{
  display:flex;
}
.graduate-btnbox a{
  text-decoration:none;
}
.graduate-btn{
  background-color: #8EC850;
  border-radius: 3px;
  box-shadow:0 3px #78AF38 ;
  color: #fff;
  display:block;
  margin: 10px;
  padding: 10px 35px 10px 50px;
  text-align:center;
}
.page-graduate .graduate-shinsei-ul{
  list-style:disc;
  margin:0 0 .8em 20px;
}
.graduate-shinsei-ul +p{
  line-height:1.35;
  margin:0 0 1.8em 1.1em;
}
.graduate-shinsei-ul +p small{
  font-weight: bold;
} 
#otoiawase{
  background:#f2f2f2;
  margin:0 0 15px;
  padding:30px 40px 40px;
}
#otoiawase h3{
  color:#333;
  font-weight:700;
  margin:0 0 1em;
}
.graduate-address{
  border-top:1px solid #333;
  margin-top:10px;
  padding-top:15px;
}
.graduate-address dt{
  font-size:18px;
  font-weight:700;
  margin:0 0 20px;
}
.graduate-address dt span{
  display:block;
  font-size:15px;
}
dd{
  font-size:13px;
}

@media screen and (max-width: 768px){
  .graduate-table th,
  .graduate-table td{
    font-size:14px;
  }
  .graduate-shinsei-ol li:not(:last-child){
    margin:0 0 2em;
  }
  .graduate-btnbox{
    display:block;
  }
  #otoiawase{
    padding:20px 30px 30px;
  }
}

/* Contact */
.contact-address >div{
  margin:0 0 1.8em;
}
.contact-address .contact-number{
  font-size:20px;
  font-weight:bold;
}

/* Privacypolicy */
.page-privacypolicy .main-content ul{
  margin:0 20px 2em 20px;
}
.page-privacypolicy .main-content address .address-title-h3{
  color:#333;
  font-size:16px;
  margin:0 20px 15px;
}
@media screen and (max-width:480px){
  .page-privacypolicy .main-content address p{
    font-size:13px;
  }
}

/* Kyouinsaiyou */
.page-kyouinsaiyou hr{
  margin:60px 0;
}
.kyouintable-wrap .boshuyoko th,
.kyouintable-wrap .boshuyoko td{
  padding:12px 10px;
}
.kyouintable-wrap .boshuyoko tr th:nth-child(1){
  width:30%;
}
.kyouintable-wrap .boshuyoko tr th:nth-child(2){
  width:70%;
}
.kyouintable-wrap .boshuyoko .bg-green{
  background:#f3faed;
}
.kyouintable-wrap .boshuyoko td:not(.bg-green){
  text-align:left;
}
.page-kyouinsaiyou address{
  margin:0 0 40px;
}
.page-kyouinsaiyou address span{
  display:block;
}
.page-kyouinsaiyou address span:not(:last-of-type){
  margin:0 0 8px;
}

/* Access */
.page-access .section:nth-of-type(2) .title{
  background:#fa8f22;
  border-top:solid 5px #ffe1c1;
}

/* Internet shutugan */
.page-internet-shutugan .section-lead{
  margin:0 0 1.2em;
}
.internet-shutugan-bnr{
  display:block;
  margin:30px auto 40px;
  max-width:360px;
}
.internet-shutugan-bnr:hover{
  opacity:.85;
}
.page-internet-shutugan small{
  display:block;
  font-size:15px;
  line-height:1.4;
  margin:8px 0 0;
}
.internet-shutugan-small-important{
  color:#0303c5;
}
.page-internet-shutugan .internet-shutugan-ol{
  line-height:1.6;
  list-style:none;
  margin:0 0 1.8em;
}
.page-internet-shutugan .internet-shutugan-ol b{
  color:#ff263f;
  display:block;
  font-size:18px;
  font-weight:700;
  margin:0 0 12px -9px;
}
.internet-shutugan-pay-wrap span{
  color:#0303c5;
  display:block;
  font-weight:700;
  margin:20px 0 8px -9px;
}
.page-internet-shutugan .internet-shutugan-ol li:not(last-child){
  margin:0 0 60px;
}
.page-internet-shutugan .section-sub-title-h2{
  color:#fa8f22;
  margin:0 0 1.2em;
}
@media screen and (max-width:767px){
  .internet-shutugan-bnr{
    margin:30px auto 0;
  }
}



/* 

Front Page

*/

.front-slider-wrap{
  margin:0 auto;
  max-width:1280px;
  overflow:hidden;
}
.front-nav-wrap{
  margin:0 auto;
  max-width:1230px;
  padding:20px;
}
.front-nav-wrap-ul{
  width:100%;
}
.front-nav-wrap-ul li{
  padding:0 5px;
  width:33.3333%;
}
.front-nav-wrap-ul a{
  background:#8dc950;
  border-radius:8px;
  color:#fff;
  display:block;
  font-weight:700;
  line-height:1.5;
  padding:11px 10px;
  text-align:center;
  text-decoration:none;
}
@media screen and (max-width:600px){
  .front-nav-wrap{
    max-width:100%;
    padding:24px 12px;
  }
  .front-nav-wrap-ul li{
    padding:0 3px;
  }
  .front-nav-wrap-ul a{
    padding:20px 4px;
  }
}
.front-info-wrap{
  background-image:url('https://www.sanokiyosumi-h.ed.jp/media/img/top/front-info-bg.jpg');
  background-position:bottom center;
  background-size:cover;
  padding:120px 60px;
}
.front-info{
  background:#fff;
  border-radius:16px;
  margin:0 auto;
  max-width:820px;
  padding:75px 80px 90px;
  position:relative;
}
.front-info h2{
  background:#8dc950;
  border:solid 8px #fff;
  border-radius:38px;
  color:#fff;
  font-size:24px;
  font-weight:700;
  left:50%;
  line-height:1;
  padding:18px;
  position:absolute;
  text-align:center;
  top:0;
  transform:translate(-50%, -50%);
  width:254px;
  z-index:1;
}
.front-info-bnr-wrap{
  margin:0 -10px;
}
.front-info-bnr-ul{
  flex-wrap:wrap;
  justify-content:center;
  margin:0 0 20px;
}
.front-info-bnr-ul li{
  padding:0 10px 20px;
  width:50%;
}
.front-info-bnr-ul li:nth-child(3),
.front-info-bnr-ul li:nth-child(4),
.front-info-bnr-ul li:nth-child(5){
  width:33.3333%;
}
.front-info-bnr-wrap img{
  width:100%;
}
.front-info-important{
  background:#e6f5ff;
  border-radius:5px;
  font-weight:700;
  line-height:1.5;
  margin:0 0 60px;
  padding:16px 24px;
  text-align:center;
}
.front-info-ul{
  margin:0 0 55px;
}
.front-info-posts-li{
  align-items:center;
  border-bottom:solid 1px #efefef;
  margin:0 auto 20px;
  max-width:680px;
  padding:0 10px 20px;
}
.front-info-posts-li .front-info-posts-left{
  align-items:center;
  margin:0 12px 0 0;
  text-align:center;
  width:190px;
}
.front-info-posts-li .front-info-posts-time{
  display:inline-block;
  font-size:14px;
  margin:0 18px 0 0;
}
.front-info-posts-li .front-info-posts-cat{
  background:#ccc;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  font-size:14px;
  line-height:1;
  text-align:center;
  padding:7px 16px 9px;
  width:90px;
}
.front-info-posts-li .front-info-posts-news{
  background:#26b43e;
}
.front-info-posts-li .front-info-posts-important{
  background:#e75d5d;
}
.front-info-posts-li .front-info-posts-event{
  background:#efce2c;
}
.front-info-posts-li .front-info-posts-intro{
  background:#4592d5;
}
.front-info-posts-li .front-info-posts-title{
  color:#333;
  flex:1;
  font-size:16px;
  line-height:1.5;
  text-decoration:none;
}
.front-info-posts-wrap .front-info-posts-bottom{
  justify-content:center;
  margin:32px 0 0;
}
.front-info-posts-wrap .front-info-posts-bottom-anchor{
  background:#edf8dc;
  border-radius:21px;
  color:#333;
  font-size:16px;
  line-height:1.5;
  padding:8px 42px;
  text-decoration:none;
  transition:.3s;
}
.front-info-posts-wrap .front-info-posts-bottom-anchor:hover{
  background:#dde8cc;
  transition:.3s;
}
@media screen and (max-width:600px){
  .front-info-wrap{
    padding:48px 24px;
  }
  .front-info{
    border-radius:8px;
    padding:72px 20px 48px;
  }
  .front-info h2{
    border-radius:32px;
    font-size:16px;
    padding:16px;
    width:206px;
  }
  .front-info-bnr-wrap{
    margin:0;
  }
  .front-info-bnr-ul{
    display:block;
    margin:0 auto 40px;
    max-width:315px;
  }
  .front-info-bnr-ul li{
    margin:0 0 16px;
    padding:0;
    width:100%;
  }
  .front-info-bnr-wrap img{
    max-width:315px;
    width:100%;
  }
  .front-info-important{
    border-radius:5px;
    margin:0 0 24px;
    padding:14px 24px;
  }
  .front-info-posts-ul{
    margin:0 0 24px;
  }
  .front-info-posts-li{
    border-bottom:solid 1px #efefef;
    display:block;
    margin:0 auto 16px;
    max-width:600px;
    padding:0 15px 16px;
  }
  .front-info-posts-li .front-info-posts-left{
    margin:0 0 10px;
    text-align:left;
    width:auto;
  }
  .front-info-posts-li .front-info-posts-time{
    margin:0 10px 0 0;
  }
  .front-info-posts-li .front-info-posts-cat{
    font-size:11px;
    padding:6px 16px;
    width:auto;
  }
  .front-info-posts-li .front-info-posts-title{
    font-size:14px;
  }
  .front-info-posts-wrap .front-info-posts-bottom{
    margin:24px 0 0;
  }
  .front-info-posts-wrap .front-info-posts-bottom-anchor{
    border-radius:17px;
    font-size:14px;
    padding:7px 30px;
  }
}
.front-gakka h2{
  margin:0 auto 80px;
  max-width:815px;
}
.front-gakka-wrap{
  background:#eef7e5;
  padding:120px 0 80px;
}
.front-gakka-list-ul{
  flex-wrap:wrap;
  margin:0 -20px;
  text-align:center;
}
.front-gakka-list-ul li{
  line-height:1.6;
  margin:0 0 80px;
  padding:0 20px;
  width:50%;
}
.front-gakka-list-ul a{
  display:block;
  margin:0 0 16px;
  overflow:hidden;
  position:relative; 
}
.front-gakka-list-ul a img{
  transition:.3s;
}
.front-gakka-list-ul a:hover img{
  opacity:.85;
}
.front-btn-list{
  margin:0 auto;
  width:80%;
}
.front-btn-list-ul{
  justify-content:center;
}
.front-btn-list-ul a{
  display:block;
  margin:0 20px;
  max-width:312px;
}
.front-btn-list-ul a:hover .front-btn-list-btn,
.front-btn-list-ul a .front-btn-list-btn-hover{
  display:none;
}
.front-btn-list-ul a .front-btn-list-btn,
.front-btn-list-ul a:hover .front-btn-list-btn-hover{
  display:block;
}
@media screen and (max-width:768px){
  .front-gakka h2{
    margin:0 auto 32px;
    max-width:360px;
    width:88%;
  }
  .front-gakka-wrap{
    padding:48px 0;
  }
  .front-gakka-list{
    padding:0 20px;
  }
  .front-gakka-list-ul{
    margin:0 -15px;
  }
  .front-gakka-list-ul li{
    margin:0 auto 32px;
    padding:0 15px;
  }
}
@media screen and (max-width:600px){
  .front-gakka-list{
    padding:0;
  }
  .front-gakka-list-ul{
    display:block;
    margin:0 10px;
  }
  .front-gakka-list-ul li{
    max-width:480px;
    padding:0;
    width:100%;
  }
  .front-btn-list{
    width:auto;
  }
  .front-btn-list-ul{
    display:block;
    margin:48px auto 0;
    width:290px;
  }
  .front-btn-list-ul li:first-child{
    margin:0 0 16px;
  }
  .front-btn-list-ul a{
    margin:0;
    max-width:100%;
  }
  .front-btn-list-ul a .front-btn-list-btn,
  .front-btn-list-ul a:hover .front-btn-list-btn{
    display:block;
  }
  .front-btn-list-ul a .front-btn-list-btn-hover,
  .front-btn-list-ul a:hover .front-btn-list-btn-hover{
    display:none;
  }
}

















/* ====================

Archive

==================== */
.category-news .title{
  background:#26b43e;
  border-top:solid 5px #e2f7da;
}
.category-important .title{
  background:#e75d5d;
  border-top:solid 5px #ffe0e0;
}
.category-event .title{
  background:#efce2c;
  border-top:solid 5px #fcf5d0;
}
.category-intro .title{
  background:#4592d5;
  border-top:solid 5px #dfedfa;
}
.main-content .archive-info-ul{
  margin:0 0 55px;
}
.archive-info-posts-li{
  align-items:center;
  border-bottom:solid 1px #efefef;
  margin:0 auto 20px;
  max-width:680px;
  padding:0 10px 20px;
}
.archive-info-posts-li .archive-info-posts-left{
  align-items:center;
  margin:0 12px 0 0;
  text-align:center;
  width:190px;
}
.archive-info-posts-li .archive-info-posts-time{
  display:inline-block;
  font-size:14px;
  margin:0 18px 0 0;
}
.archive-info-posts-li .archive-info-posts-cat{
  background:#ccc;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  font-size:14px;
  line-height:1;
  text-align:center;
  padding:7px 16px 9px;
  width:90px;
}
.archive-info-posts-li .archive-info-posts-news{
  background:#26b43e;
}
.archive-info-posts-li .archive-info-posts-important{
  background:#e75d5d;
}
.archive-info-posts-li .archive-info-posts-event{
  background:#efce2c;
}
.archive-info-posts-li .archive-info-posts-intro{
  background:#4592d5;
}
.archive-info-posts-li .archive-info-posts-title{
  color:#333;
  flex:1;
  font-size:16px;
  line-height:1.5;
  text-decoration:none;
}
@media screen and (max-width:600px){
  .main-content .archive-info-ul{
    margin:0 0 24px;
  }
  .archive-info-posts-li{
    border-bottom:solid 1px #efefef;
    display:block;
    margin:0 auto 16px;
    max-width:600px;
    padding:0 15px 16px;
  }
  .archive-info-posts-li .archive-info-posts-left{
    margin:0 0 10px;
    text-align:left;
    width:auto;
  }
  .archive-info-posts-li .archive-info-posts-cat{
    font-size:11px;
    padding:6px 16px;
  }
  .archive-info-posts-li .archive-info-posts-title{
    font-size:14px;
  }
}




/* ====================

Single

==================== */

.single-header{
  border-bottom:solid 3px #8dc950;
  margin:0 0 25px;
}
.single-header .single-header-title{
  font-size:24px;
  line-height:1.3;
  margin:0;
  padding:0 0 20px;
}
.single-header-bottom{
  align-items:center;
  margin:0 0 10px;
}
.single-header-date{
  display:block;
  font-size:14px;
  margin:0 10px 0 0;
}
.single-header .single-header-cat{
  background:#ccc;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  font-size:14px;
  line-height:1;
  text-align:center;
  padding:7px 16px 9px;
  width:90px;
}
.single-header .single-header-news{
  background:#26b43e;
}
.single-header .single-header-important{
  background:#e75d5d;
}
.single-header .single-header-event{
  background:#efce2c;
}
.single-header .single-header-intro{
  background:#4592d5;
}
.single-content .single-main{
  padding:15px;
}

.single-footer{
  margin:40px 0 0;
}
.single-footer-pagelink{
  justify-content:center;
  width:100%;
}
.single-footer-pagelink a{
  border:solid 1px #ccc;
  border-radius:4px;
  color:#333;
  display:block;
  font-size:15px;
  line-height:1;
  margin:0 5px;
  padding:14px 10px;
  text-align:center;
  text-decoration:none;
  width:100px;
}
.single-footer-pagelink a:hover{
  background:#efefef;
}

@media screen and (max-width:600px){
  .single-content{
    margin:0 0 60px;
  }
  .single-header .single-header-title{
    font-size:17px;
    line-height:1.5;
    padding:0 0 12px;
  }
}








.error404 .main{
  border-left:none;
  margin:0 auto;
  max-width:420px;
  padding:60px 0 12px;
  width:90%;
}
.archive-notfound{
  align-items:center;
  justify-content:center;
  min-height:600px;
}
.archive-notfound h1{
  color:#8dc950;
  font-size:24px;
  margin:0 0 36px;
}
.archive-notfound a{
  background:#8dc950;
  color:#fff;
  display:block;
  line-height:1;
  margin:30px auto 0;
  padding:12px 8px;
  text-align:center;
  text-decoration:none;
  width:160px;
}
@media screen and (max-width:600px){
  .archive-notfound{
    min-height:300px;
  }
  .archive-notfound h1{
    font-size:18px;
  }
}




.page-course h1{
  margin:0 auto 80px;
  max-width:815px;
}
.page-course-wrap{
  background:#eef7e5;
  padding:120px 0 80px;
}
.page-course-list-ul{
  flex-wrap:wrap;
  margin:0 -20px;
  text-align:center;
}
.page-course-list-ul li{
  line-height:1.6;
  margin:0 0 80px;
  padding:0 20px;
  width:50%;
}
.page-course-list-ul a{
  display:block;
  margin:0 0 16px;
  overflow:hidden;
  position:relative; 
}
.page-course-list-ul a img{
  transition:.3s;
}
.page-course-list-ul a:hover img{
  transform:scale(1.02);
}
@media screen and (max-width:768px){
  .page-course h1{
    margin:0 auto 32px;
    max-width:360px;
    width:88%;
  }
  .page-course-wrap{
    padding:48px 0;
  }
  .page-course-list{
    padding:0 20px;
  }
  .page-course-list-ul{
    margin:0 -15px;
  }
  .page-course-list-ul li{
    margin:0 auto 32px;
    padding:0 15px;
  }
  .page-course-list-ul a:hover img{
    transform:scale(1);
  }
}
@media screen and (max-width:600px){
  .page-course-list{
    padding:0;
  }
  .page-course-list-ul{
    display:block;
    margin:0 10px;
  }
  .page-course-list-ul li{
    max-width:480px;
    padding:0;
    width:100%;
  }
}





/* Add 2021/12/28 */

.front-nav-wrap-attention-link{
  margin:25px auto 45px;
  max-width:480px;
  text-align:center;
}
.front-nav-wrap-attention-link a{
  border:solid 4px #f00;
  color:#f00;
  display:block;
  font-size:20px;
  font-weight:700;
  padding:14px;
  text-decoration:none;
}
.front-nav-wrap-attention-link a:hover{
  background:rgba(255,0,0,.05);
  text-decoration:underline;
}

/* Add 2022/2/10 */

.front-nav-wrap-attention-link span{
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:1.75;
  margin:6px 0;
}
@media screen and (max-width:768px){
  .front-nav-wrap-attention-link span{
    font-size:14px;
  }
}






















.kiyosumi-table-style1 table{
  width:100%;
}
.kiyosumi-table-style1 th,
.kiyosumi-table-style1 td{
  border:2px solid #fff;
  font-size:14px;
}
.kiyosumi-table-style1 th{
  background-color:#8ec850;
  color:#fff;
  padding:6px;
}
.kiyosumi-table-style1 td{
  background:#f2f2f2;
  padding:8px;
}
.kiyosumi-table-style1 td.bg-green{
  background:#f3faed;
}

@media screen and (max-width:768px){
  .kiyosumi-table-style1 th,
  .kiyosumi-table-style1 td{
    font-size:12px;
  }
}


.kiyosumi-btn-wrap a{
  background-color:#8ec850;
  border-radius:4px;
  box-shadow:0 4px #78af38;
  color:#fff;
  display:block;
  font-size:14px;
  line-height:1;
  letter-spacing:.05em;
  margin:16px 16px 24px 0;
  padding:12px 18px;
  text-align:center;
  text-decoration:none;
}
/*@media screen and (max-width:768px){
  .kiyosumi-btn-wrap a{
    font-size:12px;
  }
}*/




/* Add 2022/08 */

.students-parents-contents-top,
.students-parents-contents-bottom{
  margin:0 0 40px;
}


.students-parents-section1 .students-parents-contents-top caption{
  color:#779933;
  font-size:18px;
  font-weight:700;
  margin:1.8em 0 .2em;
  text-align:left;
}
.students-parents-section1 .students-parents-contents-top .kiyosumi-table-style1:nth-of-type(1) caption{
  margin:0 0 .2em;
}
.students-parents-section1 .students-parents-contents-top td{
  width:50%;
}
.students-parents-section1 .students-parents-contents-top td[colspan="2"]{
  font-size:13px;
}
.students-parents-section1 .students-parents-contents-bottom p{
  margin:0;
}
.students-parents-section1 .students-parents-contents-bottom b{
  display:block;
  font-size:18px;
}
.students-parents-section1 .students-parents-contents-bottom .kiyosumi-btn-wrap a{
  margin:12px 16px 48px 0;
}
.students-parents-section1 .students-parents-contents-bottom p:last-of-type{
  margin:16px 0 0;
}
@media screen and (max-width:768px){
  .students-parents-section1 .students-parents-contents-top caption{
    font-size:16px;
  }
  .students-parents-section1 .students-parents-contents-top td[colspan="2"]{
    font-size:11px;
  }
  .students-parents-section1 .students-parents-contents-bottom b{
    font-size:16px;
  }
}

.students-parents-section2 h3{
  margin:1.8em 0 .8em;
}
.students-parents-section2 .students-parents-contents-top td{
  width:50%;
}
.students-parents-section2 .students-parents-contents-top p{
  margin:24px 0 0;
}
.students-parents-section2 .students-parents-section2-file-list{
  flex-wrap:wrap;
  margin:0 -14px;
}
.students-parents-section2 .students-parents-section2-file-list li{
  margin:0 0 32px;
  padding:0 14px;
  width:50%;
}
.students-parents-section2 .students-parents-section2-file-list b{
  border-bottom:solid 1px #333;
  display:block;
  font-size:15px;
  margin:0 0 6px;
}
.students-parents-section2 .students-parents-section2-file-list .kiyosumi-btn-wrap a{
  font-size:13px;
  letter-spacing:0;
  padding:10px 16px;
}
@media screen and (max-width:768px){
  .students-parents-section2 h3{
    font-size:16px;
  }
  .students-parents-section2 .students-parents-contents-bottom .kiyosumi-btn-wrap{
    display:block;
  }
  .students-parents-section2 .students-parents-section2-file-list{
    margin:0;
  }
  .students-parents-section2 .students-parents-section2-file-list li{
    padding:0;
    width:100%;
  }
  .students-parents-section2 .students-parents-section2-file-list b{
    font-size:14px;
  }
}

.students-parents-section3 .students-parents-section3-schedule{
  display:block;
  margin:0 0 40px;
}



/* Add 2023/05 */
.front-info-gakkouannai,
.front-info-instagram{
  margin:75px 0 0;
}
.front-info-gakkouannai h3,
.front-info-instagram h3{
  font-size:22px;
  margin:0 0 18px;
  text-align:center;
}
.front-info-instagram-btn-wrap{
  justify-content:center;
  margin:20px 0 0;
}
.front-info-instagram-btn-wrap .front-info-instagram-btn{
  background:#edf8dc;
  border-radius:21px;
  color:#333;
  font-size:16px;
  line-height:1.5;
  padding:8px 42px;
  text-decoration:none;
  transition:.3s;
}
.front-info-instagram-btn-wrap .front-info-instagram-btn:hover{
  background:#dde8cc;
  transition:.3s;
}
.front-info-gakkouannai .kiyosumi-btn-wrap{
  justify-content:center;
}
.front-info-gakkouannai .kiyosumi-btn-wrap a{
  font-size:16px;
  font-weight:700;
  margin:20px 0 0;
  padding:16px 24px;
}
@media screen and (max-width:768px){
  .front-info-gakkouannai,
  .front-info-instagram{
    margin:40px 0 0;
  }
  .front-info-gakkouannai h3,
  .front-info-instagram h3{
    font-size:20px;
    margin:0 0 14px;
  }
  .front-info-instagram-btn-wrap{
    margin:14px 0 0;
  }
  .front-info-gakkouannai .kiyosumi-btn-wrap a{
    margin:16px 0 0;
    padding:16px 20px;
  }
}








.page-students .section{
  padding:90px 0 0;
}
.page-students .main-content h3{
  margin:72px 0 24px;
}


.page-students .boshuyoko th,
.page-students .boshuyoko td{
  font-size:14px;
  line-height:2;
}
.page-students .boshuyoko td:not(.bg-green){
  text-align:left;
}
.page-students .admissions-schedule th,
.page-students .admissions-schedule td,
.page-students .supplement-table th,
.page-students .supplement-table td{
  font-size:14px;
}
.page-students .boshuyoko dd{
  font-size:14px;
}

.shiken-suchedule h4{
  margin:42px 0 10px;
}
.supplement-wrap h4{
  background-color:#f2f2f2;
  margin:56px 0 24px;
  padding:10px 16px;
}
.supplement-wrap h5{
  font-size:16px;
  margin:42px 0 16px;
}


.supplement-wrap-ol li::marker{
  font-weight:bold;
}


@media screen and (max-width:768px){
  .page-students .section{
    margin:-45px 0 0;
    padding:90px 0 0;
  }
  .page-students .main-content .title{
    font-size:20px;
  }
  .page-students .main-content h3{
    font-size:18px;
    margin:-80px 0 16px;
    padding:105px 0 0;
  }

  .shiken-suchedule h4{
    font-size:16px;
    margin:36px 0 10px;
  }
  .supplement-wrap h4{
    font-size:16px;
    margin:48px 0 20px;
  }

}



@media screen and (max-width:767px){
  .boshuyoko-table-wrap{
    margin:32px -15px 32px 0;
    overflow:auto;
    padding:0 0 8px;
  }
  .boshuyoko-table-inner{
    min-width:640px;
    padding:0 15px 0 0;
  }
  .boshuyoko-table{
    margin:0;
    width:100%;
  }

  .supplement-table-wrap{
    margin:32px -15px 32px 0;
    overflow:auto;
    padding:0 0 8px;
  }
  .supplement-table-inner{
    min-width:640px;
    padding:0 15px 0 0;
  }
  .supplement-table{
    margin:0;
    width:100%;
  }
}
