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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');


section, article, aside, footer, header, nav, h2 { display:block;}

body { color: #000; font-size:1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; background-image: url("../images/ind_contain_bg.webp"); background-repeat: repeat-y; background-size: cover; background-position: center top; position: relative;}
img { border: 0; display: block;}

html, body { padding: 0; margin: 0;}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

div.brk { clear: both;}


/************ video box ************/
.video-container { position:relative; padding-bottom:56.25%; padding-top:30px; width:100%; height: 0px; overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}

.page-btn-mem-wrap{
  display: flex;
  justify-content: flex-end; /* 靠右 */
  gap: 10px; /* 按鈕間距 */
}
.page-btn-mem { clear: both; width: auto; box-sizing: border-box; display: flex; justify-content: flex-end;} 
.page-btn-mem a { width: 120px; padding: 5px 0; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; border-radius: 20px; background-color: #328D2A; display: block;}
.page-btn-mem a:hover { background-color: #165A11;}


@media screen and (min-width: 1366px) {

  /************ header + nav (index) ************/

  header#ind { clear: both; width: 100%; padding: 0 3.5vw; box-sizing: border-box; background-image: url("../images/header_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#ind .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
  header#ind .logo-contact-box .logo { width: 26vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#ind .logo-contact-box .logo img { width: 100%; height: auto;}
  header#ind .logo-contact-box .tel-time-email-mo { display: none;}
  header#ind .logo-contact-box .tel-time-email { width: 20vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.3vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#ind .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#ind .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 1.8vw; line-height: 2vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.1vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.3vw 1vw; margin: 0.3vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#ind .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email { width: 2vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email img { width: 2vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow { width: 2vw; text-align: right;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 1.25vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 2vw - 2vw); font-size: 1.4vw; font-weight: 500; text-align: center;}
    
  nav#mo { display: none;}
  nav#pc { clear: both; width: 100%; margin: 0.5vw 0 0 0; display: flex; justify-content: flex-end;}
  nav#pc ul.nav-menu { width: 75vw; padding: 0; margin: 0; list-style: none; border-radius: 10px 10px 0 0; background-color: #fff; display: flex; justify-content: flex-start; align-items: stretch; -moz-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); -webkit-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); overflow: hidden;}
  nav#pc ul.nav-menu li { width: calc(100% / 6); padding: 0.8vw 0 0.2vw 0; margin: 0; box-sizing: border-box;}
  nav#pc ul.nav-menu li.menu-1 { border-bottom: 0.7vw #E85952 solid;}
  nav#pc ul.nav-menu li.menu-1 a { width: 100%; padding: 0 0.8vw; color: #E85952; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-2 { border-bottom: 0.7vw #FFA200 solid;}
  nav#pc ul.nav-menu li.menu-2 a { width: 100%; padding: 0 0.8vw; color: #FFA200; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-3 { border-bottom: 0.7vw #69C019 solid;}
  nav#pc ul.nav-menu li.menu-3 a { width: 100%; padding: 0 0.8vw; color: #69C019; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-4 { border-bottom: 0.7vw #8C4EAF solid;}
  nav#pc ul.nav-menu li.menu-4 a { width: 100%; padding: 0 0.8vw; color: #8C4EAF; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-5 { border-bottom: 0.7vw #FFDD00 solid;}
  nav#pc ul.nav-menu li.menu-5 a { width: 100%; padding: 0 0.8vw; color: #FFDD00; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-6 { border-bottom: 0.7vw #4BBEDC solid;}
  nav#pc ul.nav-menu li.menu-6 a { width: 100%; padding: 0 0.8vw; color: #4BBEDC; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li a span.up { font-size: 1vw; font-weight: 600;}
  nav#pc ul.nav-menu li a span.down { font-size: 0.8vw; font-weight: 500;}
  nav#pc ul.nav-menu li a hr { size: 1; color: #707070;}
  nav#pc ul.nav-menu li:hover { border-bottom: 0.7vw #707070 solid; background-color: #eee;}
  nav#pc ul.nav-menu li:hover a { color: #707070;}

  header#ind .photo-intro { clear: both; width: 100%; padding: 0 0 3.5vw 0; display: flex; justify-content: flex-start; align-items: flex-start;}
  header#ind .photo-intro .col-lf { width: 18.1vw/*362px*/;}
  header#ind .photo-intro .col-lf img { width: 100%; height: auto; margin: 9vw 0 0 0;}
  header#ind .photo-intro .col-md-mo { display: none;}
  header#ind .photo-intro .col-md { width: calc(100% - 18.1vw - 38.2vw); padding: 0.75 0 0 0;}
  header#ind .photo-intro .col-md img.intro-title { width: 35.1vw; height: auto;}
  header#ind .photo-intro .col-md .feature-1 { width: 35.5vw/*710px*/; height: 3.5vw/*70px*/; margin: 1vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_1_bg.webp"); background-repeat: no-repeat; background-size: 35.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-2 { width: 21.7vw/*434px*/; height: 2.5vw/*50px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_2_bg.webp"); background-repeat: no-repeat; background-size: 21.7vw 2.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-3 { width: 28.5vw/*570px*/; height: 3.5vw/*70px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_3_bg.webp"); background-repeat: no-repeat; background-size: 28.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-1 span, 
  header#ind .photo-intro .col-md .feature-2 span, 
  header#ind .photo-intro .col-md .feature-3 span { color: #FD9692;}
  header#ind .photo-intro .col-rt { width: 38.2vw/*763px*/; padding: 1vw 0 0 0;}
  header#ind .photo-intro .col-rt img { width: 100%; height: auto;}


  /************ header + nav (pages) ************/

  header#page { clear: both; width: 100%; padding: 0 3.5vw 1vw 3.5vw; box-sizing: border-box; background-image: url("../images/header_page_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#page .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
  header#page .logo-contact-box .logo { width: 26vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#page .logo-contact-box .logo img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email-mo { display: none;}
  header#page .logo-contact-box .tel-time-email { width: 20vw;}
  header#page .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.3vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#page .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#page .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 1.8vw; line-height: 2vw;}
  header#page .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.1vw;}
  header#page .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.3vw 1vw; margin: 0.3vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#page .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#page .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email { width: 2vw;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email img { width: 2vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow { width: 2vw; text-align: right;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 1.25vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 2vw - 2vw); font-size: 1.4vw; font-weight: 500; text-align: center;}


  /************ section #ind-contain ************/

  section#ind-contain { clear: both; width: 100%; padding: 2.5vw 3.5vw 5vw 3.5vw; box-sizing: border-box;}

  .ind-contain-box { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
  .ind-contain-box .column-lf { width: 25vw; padding: 1.5vw 3.5vw 1.5vw 0; box-sizing: border-box;}
  .ind-contain-box .column-lf a { text-decoration: none;}
  .ind-contain-box .column-lf .top-title { width: 100%; height: 7vw; color: #328D2A; font-size: 2.4vw; font-weight: 700; border: 9px #69C019 solid; background-image: url("../images/col_lf_title_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-lf .news-title { clear: both; width: 100%; padding: 1vw 0.5vw 0.3vw 0.5vw; box-sizing: border-box; border-bottom: 2px #FFA200 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-lf .news-title img.icon { width: 3vw; height: auto; margin: 0 1vw 0 0;}
  .ind-contain-box .column-lf .news-title .title { width: calc(100% - 3vw - 4vw); color: #FFA200; font-size: 1.4vw; font-weight: 600; letter-spacing: 0.1em;}
  .ind-contain-box .column-lf .news-title .more { width: 4vw; font-size: 1vw; font-weight: 500; text-align: right;}
  .ind-contain-box .column-lf .news-title .more a { color: #FFA200; text-decoration: none;}
  .ind-contain-box .column-lf .news-title .more a:hover { color: #707070;}
  .ind-contain-box .column-lf ul.news-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none; display: block;}
  .ind-contain-box .column-lf ul.news-list li { width: 100%; padding: 1vw 0; margin: 0; font-size: 1vw; border-bottom: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: flex-start;}
  .ind-contain-box .column-lf ul.news-list li .date { width: 6.5vw;}
  .ind-contain-box .column-lf ul.news-list li .title { width: calc(100% - 6.5vw);}
  .ind-contain-box .column-lf ul.news-list li .title a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf ul.news-list li .title a:hover { color: #FFA200; border-bottom: 1px #FFA200 solid;}
  .ind-contain-box .column-lf .links-add { clear: both; width: 100%;}
  .ind-contain-box .column-lf .links-add img.links { width: 100%; height: auto; margin: 1vw 0 0 0;}
  .ind-contain-box .column-lf .links-add .music { clear: both; width: 100%; margin: 1vw 0 0 0; text-decoration: none; display: block; position: relative;}
  .ind-contain-box .column-lf .links-add .music img { width: 100%; height: auto;}
  .ind-contain-box .column-lf .links-add .music audio { width: 90%; height: 3vw; position: absolute; bottom: 0.5vw; left: 5%; z-index: 2;}

  .ind-contain-box .column-rt { width: calc(100% - 25vw); padding: 0 0 0 3.5vw; box-sizing: border-box;}
  .ind-contain-box .column-rt .master-message-board { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board .top-title { width: 100%; position: relative;}
  .ind-contain-box .column-rt .master-message-board .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .master-message-board .top-title .title { width: 100%; color: #fff; font-size: 1.6vw; text-align: center; position: absolute; bottom: 0.5vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .master-message-board .message-board { clear: both; width: 100%; padding: 3vw 8.5vw; color: #fff; font-size: 1.1vw; line-height: 1.8em; background-color: #165A11; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box { clear: both; width: 100%; margin: 3vw 0 0 0; display: flex; justify-content: center; align-items: flex-start;}
  .ind-contain-box .column-rt .links-menu-box .col-lf { width: 50%; padding: 0 3.5vw 0 0; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box { width: 100%; padding: 0 0 1.7vw 0; border-radius: 8px; border: 1px #69C019 solid; background-color: #F6FF89; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title { width: 100%; margin: 0 0 2vw 0; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title .title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title .title { width: 100%; color: #fff; font-size: 1.7vw; text-align: center; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box { width: 86%; margin: 1vw auto 0 auto; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box a, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box a { color: #fff; text-decoration: none;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box .text { width: 100%; height: 100%; padding: 0 3vw 0 7.5vw; color: #fff; font-size: 1.7vw; line-height: 1em; text-align: center; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt { width: 50%; padding: 0 0 0 3.5vw; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box { width: 100%; padding: 0 0 1.7vw 0; border-radius: 8px; border: 1px #FFA200 solid; background-color: #FFF3A2; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text { width: 100%; height: 100%; padding: 0.8vw 3vw 0 6vw; color: #fff; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .big { width: 100%; padding: 0; margin: 0; font-size: 1.7vw; line-height: 1.2em; text-align: center;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .small { width: 100%; padding: 0; margin: 0; font-size: 1.1vw; line-height: 1.2em; text-align: center;}

  .ind-contain-box .column-rt .edu-target-box { clear: both; width: 100%; margin: 1.5vw 0 0 0;}
  .ind-contain-box .column-rt .edu-target-box .title-bar { width: 100%; padding: 0 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .line { width: 0.8vw; height: 2.1vw; border-radius: 5px; background-color: #69C019; display: block;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .text { width: calc(100% - 0.8vw); padding: 0 0 0 1vw; color: #000; font-size: 1.7vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 { clear: both; width: 100%; padding: 0 1.6vw; margin: 1vw 0 0 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x { width: calc(100% / 3); padding: 0; margin: 0; position: relative;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x img { width: 17vw; height: auto; margin: 0 auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x .text { width: 100%; height: 100%; color: #fff; font-size: 2.2vw; font-weight: 700; letter-spacing: 0.1em; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .edu-target-box .text-content { clear: both; width: 100%; padding: 5vw; color: #000; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}

  .ind-contain-box .column-rt img.childhood-edu-ass { clear: both; width: 54.3vw/*1087px*/; margin: 0 auto;}


  /************ breadcrumbs  ************/
  
  #breadcrumbs-bar { clear: both; width: 100%; padding: 1vw 6vw 0 6vw; color: #707070; font-size: 0.8vw; line-height: 1.2em; box-sizing: border-box;}
  #breadcrumbs-bar a { color: #69C019; text-decoration: none;}
  #breadcrumbs-bar a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: recruit  ************/

  .page-recruit-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-recruit-title img.icon { width: 6vw; height: auto; margin: 0 0.5vw 0 0;}
  .page-recruit-title .title { width: calc(100% - 6vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-recruit-intro { clear: both; width: 100%; padding: 1vw 3vw; box-sizing: border-box; color: #000; font-size: 1.1vw; line-height: 1.6em;}

  .page-title-bar { clear: both; width: 100%; padding: 1.5vw 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .page-title-bar .line { width: 0.8vw; height: 2.1vw; border-radius: 5px; background-color: #69C019; display: block;}
  .page-title-bar .text { width: calc(100% - 0.8vw); padding: 0 0 0 1vw; color: #000; font-size: 1.7vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}

  .page-recruit-content { clear: both; width: 100%; position: relative;}
  .page-recruit-content img.bg-mo { display: none;}
  .page-recruit-content img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-recruit-content .content-list { width: 70%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; position: absolute; top: 6vw; left: 10%; z-index: 2;}
  .page-recruit-content .content-list .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-recruit-content .content-list .icon img { width: 1.2vw; height: auto;}
  .page-recruit-content .content-list .list { width: calc(100% - 3vw); color: #000; font-size: 1.1vw; line-height: 1.8em;}
  
  .page_recruit_infor_box_1 { clear: both; width: 100%; padding: 2vw 3.5vw; margin: 3vw 0 0 0; background-color: #fff; background-image: url('../images/recruit_con_infor_1_bg_1.webp'), url('../images/recruit_con_infor_1_bg_2.webp'); background-repeat: no-repeat, no-repeat; background-size: 4.2vw auto, 4.6vw auto; background-position: left 0.2vw top 0.2vw, right 0.2vw bottom 0.2vw; box-sizing: border-box; -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);}
  .page_recruit_infor_box_1 .text { width: 100%; color: #000; font-size: 1.1vw; line-height: 2.2vw; background-image: url('../images/recruit_intro_underline.webp'); background-size: auto 2.2vw; background-repeat: repeat;}

  .page_recruit_infor_box_2 { clear: both; width: 100%; padding: 2vw; margin: 2.5vw 0 0 0; border: 3px #69C019 solid; box-sizing: border-box;}
  .page_recruit_infor_box_2 .list-title { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page_recruit_infor_box_2 .list-title .icon { width: 1vw;}
  .page_recruit_infor_box_2 .list-title .icon img { width: 0.5vw; height: auto;}
  .page_recruit_infor_box_2 .list-title .title { width: calc(100% - 1vw); color: #FD9692; font-size: 1.1vw; font-weight: 500;}
  .page_recruit_infor_box_2 .list-title .infor { width: 100%; padding: 0 0 0 1vw; font-size: 0.9vw; box-sizing: border-box;}


  /************ page: about  ************/

  .page-about-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-about-title img.icon { width: 3.8vw; height: auto; margin: 0 0.5vw 0 0;}
  .page-about-title .title { width: calc(100% - 3.8vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .about-features-box { clear: both; width: 100%; padding: 2.5vw; margin: 2vw 0 0 0; border-radius: 20px; border: 2px #69C019 dashed; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .about-features-box .content { width: calc(100% - 15.7vw);}
  .about-features-box .content .title-box { width: 100%; display: flex; justify-content: flex-start; align-items: center;}
  .about-features-box .content .title-box .sub { width: 6.3vw/*127px*/; position: relative;}
  .about-features-box .content .title-box .sub img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .about-features-box .content .title-box .sub .text { width: 100%; padding: 0 1vw 0 0; color: #fff; font-size: 1.6vw; font-weight: 300; line-height: 1.4em; text-align: center; position: absolute; top: 0.5vw; left: 0; z-index: 2; box-sizing: border-box;}
  .about-features-box .content .title-box .sub .text span.num { font-size: 2vw; font-weight: 400;}
  .about-features-box .content .title-box .title { width: calc(100% - 6.3vw); padding: 0 0 0 0.5vw; color: #69C019; font-size: 2vw; font-weight: 500; line-height: 1.2em; box-sizing: border-box;}
  .about-features-box .content .intro { clear: both; width: 100%; padding: 1vw 1vw 0 1vw; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}
  .about-features-box .photo { width: 15.7vw/*315px*/;}
  .about-features-box .photo img { width: 100%; height: auto;}

  .about-profiles-box { clear: both; width: 100%; margin: 2vw 0 0 0; border-radius: 20px; border: 1px #FD9692 solid; overflow: hidden;}
  .about-profiles-box .profiles-name { width: 100%; padding: 0.5vw 4vw; color: #fff; font-size: 1.1vw; background-color: #FD9692; box-sizing: border-box;}
  .about-profiles-box .profiles-name span.name { font-size: 1.4vw; font-weight: 500;}
  .about-profiles-box .photo-infor { clear: both; width: 100%; padding: 1vw 3vw; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box .photo-infor .photo { width: 15.5vw/*310px*/;}
  .about-profiles-box .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box .photo-infor .infor { width: calc(100% - 15.5vw); padding: 0 0 0 2vw; font-size: 1.1vw; line-height: 1.8em; box-sizing: border-box;}

  .about-profiles-box-2 { clear: both; width: 100%; margin: 2vw 0 0 0; border-radius: 20px; border: 1px #FFDD00 solid; overflow: hidden;}
  .about-profiles-box-2 .profiles-name { width: 100%; padding: 0.5vw 4vw; color: #fff; font-size: 1.1vw; background-color: #FFDD00; box-sizing: border-box;}
  .about-profiles-box-2 .profiles-name span.name { font-size: 1.4vw; font-weight: 500;}
  .about-profiles-box-2 .photo-infor { clear: both; width: 100%; padding: 1vw 3vw; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box-2 .photo-infor .photo { width: 15.5vw/*310px*/;}
  .about-profiles-box-2 .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box-2 .photo-infor .infor { width: calc(100% - 15.5vw); padding: 0 0 0 2vw; font-size: 1.1vw; line-height: 1.8em; box-sizing: border-box;}


  /************ page: a day  ************/

  .page-aday-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-title img.icon { width: 6.7vw/*135px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-aday-title .title { width: calc(100% - 6.7vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-aday-intro { clear: both; width: 90%; margin: 1vw auto; font-size: 1.1vw; line-height: 1.4em;}

  .page-aday-schedule { clear: both; width: 100%; padding: 2vw; background-color: #fff; box-sizing: border-box; -moz-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); -webkit-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); position: relative;}
  .page-aday-schedule .schedule-list { width: 100%; padding: 0.8vw 0; border-bottom: 2px #FD9692 dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-schedule .schedule-list .time-box { width: 5.7vw/*115px*/; position: relative;}
  .page-aday-schedule .schedule-list .time-box img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-aday-schedule .schedule-list .time-box .time { width: 100%; color: #fff; font-size: 1.2vw; text-align: center; line-height: 1em; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .page-aday-schedule .schedule-list .time-box .time span.vv { writing-mode: vertical-rl;}
  .page-aday-schedule .schedule-list .intro-box { width: calc(100% - 5.7vw); padding: 0 0 0 1vw; font-size: 1.1vw; line-height: 1.8em; box-sizing: border-box;}

  img.aday-schedule-pic-1 { width: 17.1vw; height: auto; position: absolute; top: 2vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-2 { width: 16.2vw; height: auto; position: absolute; top: 25vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-3 { width: 16.2vw; height: auto; position: absolute; bottom: 1vw; right: 2vw; z-index: 2;}


  /************ page: month  ************/

  .ind-contain-box .column-lf .lfmenu-event-infor-list { clear: both; width: 100%; margin: 1vw 0 0 0; border: 2px #B58ECB solid; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list .title { width: 100%; padding: 0.2vw 1.5vw; color: #fff; font-size: 1.4vw; font-weight: 500; background-color: #B58ECB; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list { width: 100%; padding: 1vw 3vw; margin: 0; list-style: none; display: block; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li { padding: 0 0 0 0.5vw; margin: 0.3vw 0; color: #69C019; font-size: 1.1vw; list-style-type: none; position: relative;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li::before { content: "→"; color: #69C019; position: absolute; left: -1vw;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a:hover { border-bottom: 1px #69C019 solid;}

  .page-month-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-month-title img.icon { width: 3.4vw/*68px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-month-title .title { width: calc(100% - 6.7vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-month-schedule { clear: both; width: 100%;}
  .page-month-schedule .intro-text { width: 100%; padding: 0.5vw 2vw; font-size: 1.1vw; line-height: 1.4em; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table { clear: both; width: 100%;}
  .page-month-schedule .month-schedule-table .caption-full { width: 100%; color: #fff; font-size: 1.4vw; border: 1px #707070 solid; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 { width: 35%; padding: 0.5vw; border-right: 1px #707070 solid; box-sizing: border-box; display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 img.icon-1 { width: 3.6vw/*72px*/; height: auto; margin: 0 0 0 2vw;} 
  .page-month-schedule .month-schedule-table .caption-full .caption-2 { width: 65%; padding: 0.5vw; box-sizing: border-box;  display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-2 img.icon-2 { width: 3.7vw/*77px*/; height: auto; margin: 0 0 0 2vw;}
  .page-month-schedule .month-schedule-table .column-full { width: 100%; font-size: 1.1vw; border-right: 1px #707070 solid; border-left: 1px #707070 solid; border-bottom: 1px #707070 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-1 { width: 35%; padding: 1vw 0.5vw; border-right: 1px #707070 solid; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-2 { width: 65%; padding: 1vw 0.5vw; box-sizing: border-box;}
  .page-month-schedule img.month-illu { width: 51.7vw/*1035px*/; height: auto; margin: 1vw auto 0 auto;}


  /************ page: year-half  ************/

  .page-year-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-year-title img.icon { width: 6vw/*120px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-year-title .title { width: calc(100% - 7.5vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-year-half-list { clear: both; width: 100%; margin: 2vw 0 0 0;}
  
  .page-year-half-list .other-half-bt { clear: both; width: 18vw; float: right;}
  .page-year-half-list .other-half-bt a { width: 100%; padding: 0.3vw; color: #fff; font-size: 1vw; text-align: right; text-decoration: none; border-radius: 5px; background-color: #FFA200; box-sizing: border-box; display: block;}
  .page-year-half-list .other-half-bt a:hover { background-color: #707070;}

  .page-year-half-list .month-schedule-detail { clear: both; width: 100%; margin: 2vw 0 0 0;}
  .page-year-half-list .month-schedule-detail .month-tab { width: 11.8vw; padding: 5px 5px 0 5px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-tab.style-1 { background-color: #FD9692;}
  .page-year-half-list .month-schedule-detail .month-tab.style-2 { background-color: #4BBEDC;}
  .page-year-half-list .month-schedule-detail .month-tab.style-3 { background-color: #FFA200;}
  .page-year-half-list .month-schedule-detail .month-tab .month { width: 100%; color: #fff; font-size: 1.2vw; font-weight: 500; text-align: center; border: 2px #fff solid; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content { clear: both; width: 100%; padding: 1.5vw; box-sizing: border-box; background-color: #fff;}
  .page-year-half-list .month-schedule-detail .month-content.style-1 { border: 3px #FD9692 solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-2 { border: 3px #4BBEDC solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-3 { border: 3px #FFA200 solid;}
  .page-year-half-list .month-schedule-detail .month-content .title-bar { width: 100%; padding: 0.2vw 1vw; color: #fff; font-size: 1.2vw; font-weight: 500; border-radius: 5px; background-color: #69C019; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .intro { width: 100%; padding: 2vw; font-size: 1.1vw; line-height: 1.4em; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column { width: calc(100% / 3); padding: 0 0.5vw; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .title { width: 100%; padding: 0.2vw 0; color: #69C019; font-size: 1.1vw; font-weight: 600; border-bottom: 2px #69C019 dashed;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .content { clear: both; padding: 0.5vw; width: 100%; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}


  /************ page: extracurriculum  ************/

  .page-extra-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-title img.icon { width: 3.2vw/*65px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-extra-title .title { width: calc(100% - 3.2vw - 1.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-extra-intro { clear: both; width: 100%; padding: 1vw 4vw 2vw 4vw; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}
  .page-extra-intro img.extra-illu { clear: both; width: 49vw/*981px*/; height: auto; margin: 1vw 0 0 0;}

  .page-extra-sub-nav { clear: both; width: 100%; margin: 0 0 2vw 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav { width: calc(100% / 3 - 2vw); padding: 0.5vw 0; margin: 0 1vw; border-bottom: 3px #69C019 dashed;}
  .page-extra-sub-nav .col-nav a { width: 100%; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav a img.icon { width: 1.8vw/*36px*/; height: auto; margin: 0 1vw 0 0;}
  .page-extra-sub-nav .col-nav a .title { width: calc(100% - 1.8vw - 1vw - 2vw); color: #5A5A5A; font-size: 1.1vw; font-weight: 500;}
  .page-extra-sub-nav .col-nav a .arrow { width: 2vw; color: #5A5A5A; font-size: 1.1vw; text-align: right;}

  .page-extra-sub-list { clear: both; width: 100%; margin: 2vw 0;}
  .page-extra-sub-list .list-full { width: 100%; padding: 1vw 0; border-bottom: 2px #5A5A5A dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-list .list-full .caption { width: 18vw/*360px*/;}
  .page-extra-sub-list .list-full .caption .sub-title { width: 15.5vw; padding: 0.3vw 0; color: #fff; font-size: 1.1vw; font-weight: 600; text-align: center; border-radius: 10px; background-color: #FFA200; position: relative;}
  .page-extra-sub-list .list-full .caption .sub-title .dot { width: 0.5vw; height: 0.5vw; border-radius: 100%; background-color: #fff; display: block; position: absolute; top: 7px; left: 7px; z-index: 1;}
  .page-extra-sub-list .list-full .column { width: calc(100% - 18vw); font-size: 1.1vw; line-height: 1.6em;}


  /************ page: photo  ************/

  .page-photo-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFDD00; display: flex; justify-content: flex-start; align-items: center;}
  .page-photo-title img.icon { width: 6vw/*120px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-photo-title .title { width: calc(100% - 6vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-photo-login { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-photo-login .column-full { width: 100%; margin: 20px 0 0 0; border-radius: 10px; border: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden;}
  .page-photo-login .column-full .icon { width: 80px; padding: 10px 0; background-color: #F8F8F8; border-right: 1px #707070 solid;}
  .page-photo-login .column-full .icon img { width: 25px; height: auto; margin: 0 auto;}
  .page-photo-login .column-full .column { width: calc(100% - 80px); padding: 5px; background-color: #fff; box-sizing: border-box;}
  .page-photo-login .column-full .column input[type=text], 
  .page-photo-login .column-full .column input[type=password] { width: 100%; height: 100%; padding: 0 10px; font-size: 1.1rem; border: 0; background-color: #fff; box-sizing: border-box;}
  .page-photo-login input[type=submit], 
  .page-photo-login input[type=button] { padding: 10px 30px; margin: 30px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 10px; border: 0; background-color: #69C019; cursor: pointer;}
  
  .photo-login-support-links { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem; line-height: 2em;}
  .photo-login-support-links a { color: #69C019; text-decoration: none;}
  .photo-login-support-links a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: photo list  ************/

  .page-photo-list { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-photo-list .photo-sort { width: calc(100% / 4 - 30px); padding: 10px; margin: 0 15px 30px 15px; border-radius: 30px; border: 1px #070707 solid; background-color: #fff; box-sizing: border-box;}
  .page-photo-list .photo-sort a { text-decoration: none;}
  .page-photo-list .photo-sort .photo-cover { width: 100%; height: 10vw; border-radius: 20px; border: 2px #328D2A solid; display: flex; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box;}
  .page-photo-list .photo-sort .photo-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
  .page-photo-list .photo-sort .text { width: 100%; padding: 10px 0 0 0; color: #000; font-size: 1.1rem; font-weight: 500; text-align: center;}

  ul.pages-num { clear: both; width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.pages-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.pages-num li a { padding: 5px 10px; color: #328D2A; font-size: 1rem; text-decoration: none; border: 1px #328D2A solid; background-color: #fff; display: block;}
  ul.pages-num li a:hover { background-color: #eee;}
  ul.pages-num li a.sel { color: #fff; background-color: #328D2A;}


  /************ page: school  ************/

  .page-school-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-school-title img.icon { width: 5.1vw/*103px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-school-title .title { width: calc(100% - 5.1vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-school-schedule-box { clear: both; width: 100%; margin: 1.5vw 0 0 0; color: #707070; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-school-schedule-box .calendar-box { width: 44%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .year-month-bar { width: 100%; font-size: 1.1vw; text-align: center; display: flex; justify-content: center; align-items: center;}
  .page-school-schedule-box .calendar-box .year-month-bar .arrow { width: 30px; cursor: pointer;}
  .page-school-schedule-box .calendar-box .year-month-bar .year-month { width: calc(100% - 60px);}
  .page-school-schedule-box .calendar-box .calendar-month { clear: both; width: 100%; margin: 4vw 0 0 0;}
  .page-school-schedule-box .calendar-box .calendar-month .week { width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .week .col { width: calc(100% / 7); padding: 1vw 0; font-size: 1vw; text-align: center;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row { width: 100%; border-bottom: 2px #fff solid; background-color: #F2F2F4; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col { width: calc(100% / 7); padding: 1.5vw 0; font-size: 1vw; text-align: center; border-right: 2px #fff solid; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col:last-child { border-right: 0;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order { background-color: #F8F8F8; cursor: pointer;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order:hover { color: #fff; background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order.sel { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box { width: 28%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .time-box .time-col { width: 100%; padding: 1vw; font-size: 1vw; text-align: center; background-color: #F8F8F8; transition: background-color 0.3s; cursor: pointer; box-sizing: border-box; position: relative;}
  .page-school-schedule-box .time-box .time-col span.reserve { display: none;}
  .page-school-schedule-box .time-box .time-col .num { color: #00787D; font-size: 0.8vw; position: absolute; bottom: 0; right: 5px; z-index: 2;}
  .page-school-schedule-box .time-box .time-col.active { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box .time-col.active .num { color: #fff;}
  .page-school-schedule-box .time-box .time-col.border-right { border-right: 5px #76dcf7 solid;}
  .page-school-schedule-box .form-box { width: 28%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form { width: 100%;}
  .page-school-schedule-box .form-box .form .caption { width: 100%; padding: 0 0 0.3vw 0; font-size: 1vw;}
  .page-school-schedule-box .form-box .form .column { width: 100%; padding: 0 0 0.8vw 0;}
  .page-school-schedule-box .form-box .form .column input[type=text], 
  .page-school-schedule-box .form-box .form .column input[type=email], 
  .page-school-schedule-box .form-box .form .column textarea { width: 100%; padding: 0.5vw; font-size: 1vw; border: 1px #707070 solid; border-radius: 3px; background-color: #fff; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form .column input[type=submit], 
  .page-school-schedule-box .form-box .form .column input[type=button] { width: 100%; padding: 0.5vw; margin: 1vw 0 0 0; color: #fff; font-size: 1vw; border-radius: 5px; border: 0; background-color: #4BBEDC; box-sizing: border-box; cursor: pointer;}
  .page-school-schedule-box .form-box .form .column input[type=submit]:hover, 
  .page-school-schedule-box .form-box .form .column input[type=button]:hover { background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .title, 
  .page-school-schedule-box .time-box .title, 
  .page-school-schedule-box .form-box .title { width: 100%; padding: 0 0 2vw 0; font-size: 1.1vw; font-weight: 600;}


  /************ page: news  ************/

  .page-news-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-news-title img.icon { width: 4.3vw/*87px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-news-title .title { width: calc(100% - 4.3vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-news-list { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-news-list .news-list { width: 100%; padding: 10px; margin: 15px 0 0 0; border-radius: 10px; border: 1.5px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-news-list .news-list .date { width: 230px; padding: 10px; color: #fff; font-size: 1rem; border-radius: 10px; background-color: #69C019; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .page-news-list .news-list .title { width: calc(100% - 230px); padding: 6px 40px; font-size: 1.4rem; font-weight: 500; box-sizing: border-box;}
  .page-news-list .news-list .title a { color: #69C019; text-decoration: none;}
  .page-news-list .news-list .title a:hover { color: #FFA200;}


  /************ page: news content  ************/

  .page-news-detail { clear: both; width: 100%;}
  .page-news-detail .links-date { width: 100%; padding: 0 0 10px 0; color: #707070; font-size: 0.9rem;}
  .page-news-detail .links-date a { color: #69C019; text-decoration: none;}
  .page-news-detail .links-date a:hover { border-bottom: 1px #69C019 solid;}
  .page-news-detail .news-title { width: 100%; font-size: 1.8rem; font-weight: 500; line-height: 1.4em;}
  .page-news-detail .news-con { clear: both; width: 100%; padding: 40px 0; font-size: 1.1rem; line-height: 2em;}
  .page-news-detail .news-con img { max-width: 100%; height: auto;}

  .page-news-social-icons { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
  .page-news-social-icons img.icon { width: 50px; height: auto; margin: 0 10px 10px 10px;}


  /************ page: newblog  ************/

  .page-newblog-con { clear: both; width: 100%;}
  .page-newblog-con .pages-select { width: 100%; font-size: 1.1rem; display: flex; justify-content: flex-end; align-items: center;}
  .page-newblog-con .pages-select select { width: 100px; padding: 3px 10px; font-size: 1.1rem; box-sizing: border-box;}
  .page-newblog-con .newblog-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-newblog-con .newblog-list .caption-full { width: 100%; color: #fff; font-size: 1.2rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .caption-full .caption-1 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-2 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-1 .text, 
  .page-newblog-con .newblog-list .caption-full .caption-2 .text { width: 100%; padding: 8px; border-radius: 5px; border: 1.5px #fff solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full { clear: both; width: 100%; margin: 10px 0 0 0; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .column-full .column-1 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full .column-1 a { color: #69C019; text-decoration: none;}
  .page-newblog-con .newblog-list .column-full .column-1 a:hover { border-bottom: 1px #69C019 solid;}
  .page-newblog-con .newblog-list .column-full .column-2 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;} 


  /************ page: children_house  ************/

  .page-childhouse-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-title img.icon { width: 5.4vw/*108px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-childhouse-title .title { width: calc(100% - 5.4vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-childhouse-schedule { clear: both; width: 100%; padding: 2vw; margin: 1.5vw 0 0 0; background-color: #fff; box-sizing: border-box;}
  .page-childhouse-schedule img.schedule-table { width: 100%; height: auto;}
  .page-childhouse-schedule .notice-title { clear: both; width: 100%; margin: 1.5vw 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-schedule .notice-title .title { width: 3vw; color: #FD9692; font-size: 1.4vw; font-weight: 500;}
  .page-childhouse-schedule .notice-title .line { width: calc(100% - 3vw); border-top: 2px #FD9692 dashed; display: block;}
  .page-childhouse-schedule ul.notice-list { clear: both; width: 100%; padding: 0 0 0 1.5vw; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-schedule ul.notice-list li { padding: 0; margin: 0; font-size: 1.1vw; line-height: 1.6em;}

  .page-childhouse-classroom { clear: both; width: 100%; padding: 2vw; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}
  .page-childhouse-classroom ul.notice-list { clear: both; width: 100%; padding: 0 0 0 1.5vw; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-classroom ul.notice-list li { padding: 0; margin: 0;}

  .page-childhouse-other { clear: both; width: 100%; padding: 1.5vw 0; margin: 2vw 0 0 0; background-color: #fff;}
  .page-childhouse-other .title { width: 11vw; padding: 0.2vw 0; color: #fff; font-size: 1.1vw; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-other .content-list { clear: both; width: 100%; padding: 2vw; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; box-sizing: border-box;}
  .page-childhouse-other .content-list .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-childhouse-other .content-list .icon img { width: 1.2vw; height: auto;}
  .page-childhouse-other .content-list .list { width: calc(100% - 3vw); color: #000; font-size: 1.1vw; line-height: 1.8em;}

  .page-childhouse-contact { clear: both; width: 100%; margin: 2vw 0 0 0;}
  .page-childhouse-contact .title { width: 25vw; padding: 0.2vw 0; color: #fff; font-size: 1.1vw; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-contact .contact-box { width: 100%; padding: 1vw 1vw 0.1vw 1vw; margin: 2vw 0 0 0; border: 2px #69C019 dashed; box-sizing: border-box;}
  .page-childhouse-contact .contact-box .infor-text-mo { display: none;}
  .page-childhouse-contact .contact-box .infor-text { width: 100%; font-size: 1.1vw; text-align: center;}
  .page-childhouse-contact .contact-box .inquiry-btn { width: 50vw; margin: 1vw auto 0 auto; border-radius: 5px; background-color: #FFA200; overflow: hidden;}
  .page-childhouse-contact .contact-box .inquiry-btn a { width: 100%; padding: 0.5vw 0; color: #fff; font-size: 1.1vw; text-align: center; text-decoration: none; display: block; position: relative;}
  .page-childhouse-contact .contact-box .inquiry-btn a span { position: relative; z-index: 2;}
  .page-childhouse-contact .contact-box .inquiry-btn a .icon { width: 3vw; color: #fff; font-size: 1.1vw; text-align: center; position: absolute; top: 0.5vw; right: 0.2vw; z-index: 1;}


  /************ page: commutation  ************/

  .page-commutation-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-commutation-title img.icon { width: 5vw/*100px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-commutation-title .title { width: calc(100% - 5vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-commutation-intro { clear: both; width: 100%; padding: 2vw 3vw; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-commutation-intro .intro-text { width: calc(100% - 24.2vw); font-size: 1.1vw; line-height: 1.6em;}
  .page-commutation-intro .intro-pic { width: 24.2vw/*484px*/;}
  .page-commutation-intro .intro-pic img { width: 100%; height: auto;}

  .page-commutation-map { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutation-map .map-list { width: calc(100% / 3 - 4vw); margin: 0 2vw 2vw 2vw;}
  .page-commutation-map .map-list .map { width: 100%; border: 1px #707070 solid; box-sizing: border-box;}
  .page-commutation-map .map-list .map img { width: 100%; height: auto;}
  .page-commutation-map .map-list .name { width: 100%; margin: 0.5vw 0 0 0; color: #fff; font-size: 1.1vw; text-align: right; border-radius: 13px; background-color: #FD9692;}

  .page-commutaton-infor { clear: both; width: 100%;}
  .page-commutaton-infor .link { width: 100%; padding: 4vw 0 2vw 0;}
  .page-commutaton-infor .link a { color: #69C019; font-size: 1.2vw; text-decoration: none;}
  .page-commutaton-infor .link a:hover { border-bottom: 1px #69C019 solid;}
  .page-commutaton-infor .infor-box { clear: both; width: 100%; padding: 2vw; margin: 2vw 0 0 0; border: 3px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutaton-infor .infor-box .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-commutaton-infor .infor-box .icon img { width: 1.2vw; height: auto;}
  .page-commutaton-infor .infor-box .text { width: calc(100% - 3vw); font-size: 1.1vw; line-height: 1.6em;}
  .page-commutaton-infor .infor-box .text span.title { color: #FD9692; font-size: 1.2vw; font-weight: 600;}


  /************ page: lunch  ************/

  .page-lunch-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-lunch-title img.icon { width: 5.1vw/*103px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-lunch-title .title { width: calc(100% - 5.1vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  img.page-lunch-illu { clear: both; width: 49vw/*980px*/; height: auto; margin: 1.5vw auto;}

  .page-lunch-schedule-table { clear: both; width: 100%; background-color: #fff;}
  .page-lunch-schedule-table img.schedule-table { width: 60vw/*1206px*/; height: auto; margin: 0 auto;}

  .page-lunch-notice { clear: both; width: 100%; margin: 2vw 0 0 0; font-size: 1.1vw;}


  /************ page: edit  ************/

  .page-edit-form-table { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-table .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-table .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; text-align: right; box-sizing: border-box;}
  .page-edit-form-table .column { width: calc(100% - 200px); margin: 20px 0 0 0; font-size: 1.2rem;}
  .page-edit-form-table .column input[type=text], 
  .page-edit-form-table .column input[type=password], 
  .page-edit-form-table .column input[type=email] { width: 400px; padding: 10px; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-edit-form-table .column input[type=text]:disabled { background-color: #ddd;}
  .page-edit-form-table .submit-btn { clear: both; width: calc(200px + 400px); margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
  .page-edit-form-table .submit-btn input[type=submit] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=button] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=reset] { padding: 10px 20px; margin: 0 10px; color: #328D2A; font-size: 1.2rem; border: 0; background-color: transparent; cursor: pointer;}


  .page-edit-form-confirm { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-confirm .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-confirm .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; font-weight: 500; box-sizing: border-box;}
  .page-edit-form-confirm .column { width: calc(100% - 200px); margin: 20px 0 0 0; color: #666; font-size: 1.2rem;}


  .page-email-confirm { clear: both; width: 600px; margin: 40px auto; font-size: 1.2rem; line-height: 1.8em;}
  .page-email-confirm input[type=email] { width: 100%; padding: 10px; margin: 5px 0; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-email-confirm input[type=submit] { padding: 10px 20px; margin: 10px 0; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}


  /************ page: sitemap  ************/

  ul.page-sitemap-list { width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start;}
  ul.page-sitemap-list li { width: calc(100% / 3); padding: 0 0 20px 0; margin: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  ul.page-sitemap-list li img.icon { width: 29px; height: auto; margin: 0 10px 0 0;}
  ul.page-sitemap-list li span.menu-1 { color: #FD9692; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-2 { color: #4BBEDC; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-3 { color: #FFA200; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li ul.menu-popup { width: 100%; padding: 10px 0 0 60px; margin: 0; box-sizing: border-box; list-style: none; display: block;}
  ul.page-sitemap-list li ul.menu-popup li { width: 100%; padding: 0 0 5px 0; margin: 0; font-size: 1.1rem; list-style-type: none; position: relative;}
  ul.page-sitemap-list li ul.menu-popup li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a { color: #FD9692; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a { color: #4BBEDC; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a { color: #FFA200; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}


  /************ page: 404 error ************/

  .error404-con { clear: both; width: 100%; padding: 80px 0; text-align: center;}
  .error404-con .error-num { width: 100%; font-size: 5rem; font-weight: 700;}
  .error404-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 2rem; font-weight: 500;}
  .error404-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .error404-con a.goback-bt { width: 240px; padding: 8px 0; margin: 0 auto; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; border-radius: 15px; background-color: #69C019; display: block;}
  .error404-con a.goback-bt:hover { background-color: #328D2A;}
  

  /************ footer ************/

  footer { clear: both; width: 100%; padding: 0 3.5vw; box-sizing: border-box;}

  footer .footer-contain { width: 100%; padding: 2vw 10vw; box-sizing: border-box; border-radius: 10px; background-color: #fff; display: flex; justify-content: flex-start; align-items: flex-start;}
  footer .footer-contain .column-3x { width: calc(100% / 3);}
  footer .footer-contain .column-3x .title { width: 100%; font-size: 0.8rem; font-weight: 600; display: flex; justify-content: flex-start; align-items: center;}
  footer .footer-contain .column-3x .title img.icon { width: 29px; height: auto; margin: 0 5px 0 0;}
  footer .footer-contain .column-3x .title span.style-1 { color: #FD9692;}
  footer .footer-contain .column-3x .title span.style-2 { color: #4BBEDC;}
  footer .footer-contain .column-3x .title span.style-3 { color: #FFA200;}
  footer .footer-contain .column-3x ul { clear: both; width: 100%; padding: 0 0 0 55px; margin: 10px 0 0 0; box-sizing: border-box; list-style: none; display: block;}
  footer .footer-contain .column-3x ul li { padding: 0; margin: 0; font-size: 0.8rem; list-style-type: none; position: relative;}
  footer .footer-contain .column-3x ul li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-1 a { color: #FD9692; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  footer .footer-contain .column-3x ul li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-2 a { color: #4BBEDC; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  footer .footer-contain .column-3x ul li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-3 a { color: #FFA200; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}

  footer .footer-contain .column-3x .sitemap { clear: both; width: 100%; margin: 30px 0 0 0;}
  footer .footer-contain .column-3x .sitemap a { color: #69C019; font-size: 1rem; text-decoration: none;}
  footer .footer-contain .column-3x .sitemap a:hover { border-bottom: 1px #69C019 solid;}

  footer .copyright { clear: both; width: 100%; padding: 2vw 3.5vw; font-size: 0.8rem; line-height: 2em; text-align: center; box-sizing: border-box;}


}

@media screen and (min-width: 1024px) and (max-width: 1366px) {

  /************ header + nav (index) ************/

  header#ind { clear: both; width: 100%; padding: 0 3.5vw; box-sizing: border-box; background-image: url("../images/header_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#ind .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
  header#ind .logo-contact-box .logo { width: 26vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#ind .logo-contact-box .logo img { width: 100%; height: auto;}
  header#ind .logo-contact-box .tel-time-email-mo { display: none;}
  header#ind .logo-contact-box .tel-time-email { width: 20vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.3vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#ind .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#ind .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 1.8vw; line-height: 2vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.1vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.3vw 1vw; margin: 0.3vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#ind .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#ind .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email { width: 2vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email img { width: 2vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow { width: 2vw; text-align: right;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 1.25vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 2vw - 2vw); font-size: 1.4vw; font-weight: 500; text-align: center;}
    
  nav#mo { display: none;}
  nav#pc { clear: both; width: 100%; margin: 0.5vw 0 0 0; display: flex; justify-content: flex-end;}
  nav#pc ul.nav-menu { width: 80vw; padding: 0; margin: 0; list-style: none; border-radius: 10px 10px 0 0; background-color: #fff; display: flex; justify-content: flex-start; align-items: stretch; -moz-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); -webkit-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); overflow: hidden;}
  nav#pc ul.nav-menu li { width: calc(100% / 6); padding: 0.8vw 0 0.3vw 0; margin: 0; box-sizing: border-box;}
  nav#pc ul.nav-menu li.menu-1 { border-bottom: 0.7vw #E85952 solid;}
  nav#pc ul.nav-menu li.menu-1 a { width: 100%; padding: 0 0.8vw; color: #E85952; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-2 { border-bottom: 0.7vw #FFA200 solid;}
  nav#pc ul.nav-menu li.menu-2 a { width: 100%; padding: 0 0.8vw; color: #FFA200; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-3 { border-bottom: 0.7vw #69C019 solid;}
  nav#pc ul.nav-menu li.menu-3 a { width: 100%; padding: 0 0.8vw; color: #69C019; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-4 { border-bottom: 0.7vw #8C4EAF solid;}
  nav#pc ul.nav-menu li.menu-4 a { width: 100%; padding: 0 0.8vw; color: #8C4EAF; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-5 { border-bottom: 0.7vw #FFDD00 solid;}
  nav#pc ul.nav-menu li.menu-5 a { width: 100%; padding: 0 0.8vw; color: #FFDD00; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-6 { border-bottom: 0.7vw #4BBEDC solid;}
  nav#pc ul.nav-menu li.menu-6 a { width: 100%; padding: 0 0.8vw; color: #4BBEDC; line-height: 1.2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li a span.up { font-size: 1vw; font-weight: 600;}
  nav#pc ul.nav-menu li a span.down { font-size: 0.8vw; font-weight: 500;}
  nav#pc ul.nav-menu li a hr { size: 1; color: #707070;}
  nav#pc ul.nav-menu li:hover { border-bottom: 0.7vw #707070 solid; background-color: #eee;}
  nav#pc ul.nav-menu li:hover a { color: #707070;}

  header#ind .photo-intro { clear: both; width: 100%; padding: 0 0 3.5vw 0; display: flex; justify-content: flex-start; align-items: flex-start;}
  header#ind .photo-intro .col-lf { width: 18.1vw/*362px*/;}
  header#ind .photo-intro .col-lf img { width: 100%; height: auto; margin: 9vw 0 0 0;}
  header#ind .photo-intro .col-md-mo { display: none;}
  header#ind .photo-intro .col-md { width: calc(100% - 18.1vw - 38.2vw); padding: 0.75 0 0 0;}
  header#ind .photo-intro .col-md img.intro-title { width: 35.1vw; height: auto;}
  header#ind .photo-intro .col-md .feature-1 { width: 35.5vw/*710px*/; height: 3.5vw/*70px*/; margin: 1vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_1_bg.webp"); background-repeat: no-repeat; background-size: 35.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-2 { width: 21.7vw/*434px*/; height: 2.5vw/*50px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_2_bg.webp"); background-repeat: no-repeat; background-size: 21.7vw 2.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-3 { width: 28.5vw/*570px*/; height: 3.5vw/*70px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_3_bg.webp"); background-repeat: no-repeat; background-size: 28.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-1 span, 
  header#ind .photo-intro .col-md .feature-2 span, 
  header#ind .photo-intro .col-md .feature-3 span { color: #FD9692;}
  header#ind .photo-intro .col-rt { width: 38.2vw/*763px*/; padding: 1vw 0 0 0;}
  header#ind .photo-intro .col-rt img { width: 100%; height: auto;}


  /************ header + nav (pages) ************/

  header#page { clear: both; width: 100%; padding: 0 3.5vw 1.5vw 3.5vw; box-sizing: border-box; background-image: url("../images/header_page_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#page .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
  header#page .logo-contact-box .logo { width: 26vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#page .logo-contact-box .logo img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email-mo { display: none;}
  header#page .logo-contact-box .tel-time-email { width: 20vw;}
  header#page .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.3vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#page .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#page .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 1.8vw; line-height: 2vw;}
  header#page .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.1vw;}
  header#page .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.3vw 1vw; margin: 0.3vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#page .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#page .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email { width: 2vw;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email img { width: 2vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow { width: 2vw; text-align: right;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 1.25vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 2vw - 2vw); font-size: 1.4vw; font-weight: 500; text-align: center;}


  /************ section #ind-contain ************/

  section#ind-contain { clear: both; width: 100%; padding: 2.5vw 3.5vw 5vw 3.5vw; box-sizing: border-box;}

  .ind-contain-box { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
  .ind-contain-box .column-lf { width: 25vw; padding: 1.5vw 3.5vw 1.5vw 0; box-sizing: border-box;}
  .ind-contain-box .column-lf a { text-decoration: none;}
  .ind-contain-box .column-lf .top-title { width: 100%; height: 7vw; color: #328D2A; font-size: 2.4vw; font-weight: 700; border: 9px #69C019 solid; background-image: url("../images/col_lf_title_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-lf .news-title { clear: both; width: 100%; padding: 1vw 0.5vw 0.3vw 0.5vw; box-sizing: border-box; border-bottom: 2px #FFA200 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-lf .news-title img.icon { width: 3vw; height: auto; margin: 0 1vw 0 0;}
  .ind-contain-box .column-lf .news-title .title { width: calc(100% - 3vw - 4vw); color: #FFA200; font-size: 1.4vw; font-weight: 600; letter-spacing: 0.1em;}
  .ind-contain-box .column-lf .news-title .more { width: 4vw; font-size: 1vw; font-weight: 500; text-align: right;}
  .ind-contain-box .column-lf .news-title .more a { color: #FFA200; text-decoration: none;}
  .ind-contain-box .column-lf .news-title .more a:hover { color: #707070;}
  .ind-contain-box .column-lf ul.news-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none; display: block;}
  .ind-contain-box .column-lf ul.news-list li { width: 100%; padding: 1vw 0; margin: 0; font-size: 1vw; border-bottom: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: flex-start;}
  .ind-contain-box .column-lf ul.news-list li .date { width: 6.5vw;}
  .ind-contain-box .column-lf ul.news-list li .title { width: calc(100% - 6.5vw);}
  .ind-contain-box .column-lf ul.news-list li .title a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf ul.news-list li .title a:hover { color: #FFA200; border-bottom: 1px #FFA200 solid;}
  .ind-contain-box .column-lf .links-add { clear: both; width: 100%;}
  .ind-contain-box .column-lf .links-add img.links { width: 100%; height: auto; margin: 1vw 0 0 0;}
  .ind-contain-box .column-lf .links-add .music { clear: both; width: 100%; margin: 1vw 0 0 0; text-decoration: none; display: block; position: relative;}
  .ind-contain-box .column-lf .links-add .music img { width: 100%; height: auto;}
  .ind-contain-box .column-lf .links-add .music audio { width: 90%; height: 3vw; position: absolute; bottom: 0.5vw; left: 5%; z-index: 2;}

  .ind-contain-box .column-rt { width: calc(100% - 25vw); padding: 0 0 0 3.5vw; box-sizing: border-box;}
  .ind-contain-box .column-rt .master-message-board { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board .top-title { width: 100%; position: relative;}
  .ind-contain-box .column-rt .master-message-board .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .master-message-board .top-title .title { width: 100%; color: #fff; font-size: 1.6vw; text-align: center; position: absolute; bottom: 0.5vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .master-message-board .message-board { clear: both; width: 100%; padding: 3vw 8.5vw; color: #fff; font-size: 1.1vw; line-height: 1.8em; background-color: #165A11; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box { clear: both; width: 100%; margin: 3vw 0 0 0; display: flex; justify-content: center; align-items: flex-start;}
  .ind-contain-box .column-rt .links-menu-box .col-lf { width: 50%; padding: 0 3.5vw 0 0; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box { width: 100%; padding: 0 0 1.7vw 0; border-radius: 8px; border: 1px #69C019 solid; background-color: #F6FF89; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title { width: 100%; margin: 0 0 2vw 0; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title .title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title .title { width: 100%; color: #fff; font-size: 1.7vw; text-align: center; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box { width: 86%; margin: 1vw auto 0 auto; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box a, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box a { color: #fff; text-decoration: none;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box .text { width: 100%; height: 100%; padding: 0 3vw 0 7.5vw; color: #fff; font-size: 1.7vw; line-height: 1em; text-align: center; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt { width: 50%; padding: 0 0 0 3.5vw; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box { width: 100%; padding: 0 0 1.7vw 0; border-radius: 8px; border: 1px #FFA200 solid; background-color: #FFF3A2; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text { width: 100%; height: 100%; padding: 0.8vw 3vw 0 6vw; color: #fff; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .big { width: 100%; padding: 0; margin: 0; font-size: 1.7vw; line-height: 1.2em; text-align: center;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .small { width: 100%; padding: 0; margin: 0; font-size: 1.1vw; line-height: 1.2em; text-align: center;}

  .ind-contain-box .column-rt .edu-target-box { clear: both; width: 100%; margin: 1.5vw 0 0 0;}
  .ind-contain-box .column-rt .edu-target-box .title-bar { width: 100%; padding: 0 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .line { width: 0.8vw; height: 2.1vw; border-radius: 5px; background-color: #69C019; display: block;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .text { width: calc(100% - 0.8vw); padding: 0 0 0 1vw; color: #000; font-size: 1.7vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 { clear: both; width: 100%; padding: 0 1.6vw; margin: 1vw 0 0 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x { width: calc(100% / 3); padding: 0; margin: 0; position: relative;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x img { width: 17vw; height: auto; margin: 0 auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x .text { width: 100%; height: 100%; color: #fff; font-size: 2.2vw; font-weight: 700; letter-spacing: 0.1em; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .edu-target-box .text-content { clear: both; width: 100%; padding: 5vw; color: #000; font-size: 1.1vw; line-height: 1.6em; box-sizing: border-box;}

  .ind-contain-box .column-rt img.childhood-edu-ass { clear: both; width: 54.3vw/*1087px*/; margin: 0 auto;}


  /************ breadcrumbs  ************/
  
  #breadcrumbs-bar { clear: both; width: 100%; padding: 1vw 6vw 0 6vw; color: #707070; font-size: 1vw; line-height: 1.2em; box-sizing: border-box;}
  #breadcrumbs-bar a { color: #69C019; text-decoration: none;}
  #breadcrumbs-bar a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: recruit  ************/

  .page-recruit-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-recruit-title img.icon { width: 6vw; height: auto; margin: 0 0.5vw 0 0;}
  .page-recruit-title .title { width: calc(100% - 6vw - 0.5vw); color: #fff; font-size: 2.2vw; letter-spacing: 0.1em;}

  .page-recruit-intro { clear: both; width: 100%; padding: 1vw 3vw; box-sizing: border-box; color: #000; font-size: 1.2vw; line-height: 1.6em;}

  .page-title-bar { clear: both; width: 100%; padding: 1.5vw 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .page-title-bar .line { width: 0.8vw; height: 2.1vw; border-radius: 5px; background-color: #69C019; display: block;}
  .page-title-bar .text { width: calc(100% - 0.8vw); padding: 0 0 0 1vw; color: #000; font-size: 1.7vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}

  .page-recruit-content { clear: both; width: 100%; position: relative;}
  .page-recruit-content img.bg-mo { display: none;}
  .page-recruit-content img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-recruit-content .content-list { width: 70%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; position: absolute; top: 6vw; left: 10%; z-index: 2;}
  .page-recruit-content .content-list .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-recruit-content .content-list .icon img { width: 1.2vw; height: auto;}
  .page-recruit-content .content-list .list { width: calc(100% - 3vw); color: #000; font-size: 1.2vw; line-height: 1.8em;}
  
  .page_recruit_infor_box_1 { clear: both; width: 100%; padding: 2vw 3.5vw; margin: 3vw 0 0 0; background-color: #fff; background-image: url('../images/recruit_con_infor_1_bg_1.webp'), url('../images/recruit_con_infor_1_bg_2.webp'); background-repeat: no-repeat, no-repeat; background-size: 4.2vw auto, 4.6vw auto; background-position: left 0.2vw top 0.2vw, right 0.2vw bottom 0.2vw; box-sizing: border-box; -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);}
  .page_recruit_infor_box_1 .text { width: 100%; color: #000; font-size: 1.2vw; line-height: 2.2vw; background-image: url('../images/recruit_intro_underline.webp'); background-size: auto 2.2vw; background-repeat: repeat;}

  .page_recruit_infor_box_2 { clear: both; width: 100%; padding: 2vw; margin: 2.5vw 0 0 0; border: 3px #69C019 solid; box-sizing: border-box;}
  .page_recruit_infor_box_2 .list-title { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page_recruit_infor_box_2 .list-title .icon { width: 1vw;}
  .page_recruit_infor_box_2 .list-title .icon img { width: 0.5vw; height: auto;}
  .page_recruit_infor_box_2 .list-title .title { width: calc(100% - 1vw); color: #FD9692; font-size: 1.2vw; font-weight: 500;}
  .page_recruit_infor_box_2 .list-title .infor { width: 100%; padding: 0 0 0 1vw; font-size: 1vw; box-sizing: border-box;}


  /************ page: about  ************/

  .page-about-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-about-title img.icon { width: 3.8vw; height: auto; margin: 0 0.5vw 0 0;}
  .page-about-title .title { width: calc(100% - 3.8vw - 0.5vw); color: #fff; font-size: 2.2vw; letter-spacing: 0.1em;}

  .about-features-box { clear: both; width: 100%; padding: 2.5vw; margin: 2vw 0 0 0; border-radius: 20px; border: 2px #69C019 dashed; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .about-features-box .content { width: calc(100% - 15.7vw);}
  .about-features-box .content .title-box { width: 100%; display: flex; justify-content: flex-start; align-items: center;}
  .about-features-box .content .title-box .sub { width: 6.3vw/*127px*/; position: relative;}
  .about-features-box .content .title-box .sub img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .about-features-box .content .title-box .sub .text { width: 100%; padding: 0 1vw 0 0; color: #fff; font-size: 1.6vw; font-weight: 300; line-height: 1.4em; text-align: center; position: absolute; top: 0.5vw; left: 0; z-index: 2; box-sizing: border-box;}
  .about-features-box .content .title-box .sub .text span.num { font-size: 2vw; font-weight: 400;}
  .about-features-box .content .title-box .title { width: calc(100% - 6.3vw); padding: 0 0 0 0.5vw; color: #69C019; font-size: 2vw; font-weight: 500; line-height: 1.2em; box-sizing: border-box;}
  .about-features-box .content .intro { clear: both; width: 100%; padding: 1vw 1vw 0 1vw; font-size: 1.2vw; line-height: 1.6em; box-sizing: border-box;}
  .about-features-box .photo { width: 15.7vw/*315px*/;}
  .about-features-box .photo img { width: 100%; height: auto;}

  .about-profiles-box { clear: both; width: 100%; margin: 2vw 0 0 0; border-radius: 20px; border: 1px #FD9692 solid; overflow: hidden;}
  .about-profiles-box .profiles-name { width: 100%; padding: 0.5vw 4vw; color: #fff; font-size: 1.2vw; background-color: #FD9692; box-sizing: border-box;}
  .about-profiles-box .profiles-name span.name { font-size: 1.4vw; font-weight: 500;}
  .about-profiles-box .photo-infor { clear: both; width: 100%; padding: 1vw 3vw; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box .photo-infor .photo { width: 15.5vw/*310px*/;}
  .about-profiles-box .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box .photo-infor .infor { width: calc(100% - 15.5vw); padding: 0 0 0 2vw; font-size: 1.2vw; line-height: 1.8em; box-sizing: border-box;}

  .about-profiles-box-2 { clear: both; width: 100%; margin: 2vw 0 0 0; border-radius: 20px; border: 1px #FFDD00 solid; overflow: hidden;}
  .about-profiles-box-2 .profiles-name { width: 100%; padding: 0.5vw 4vw; color: #fff; font-size: 1.2vw; background-color: #FFDD00; box-sizing: border-box;}
  .about-profiles-box-2 .profiles-name span.name { font-size: 1.4vw; font-weight: 500;}
  .about-profiles-box-2 .photo-infor { clear: both; width: 100%; padding: 1vw 3vw; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box-2 .photo-infor .photo { width: 15.5vw/*310px*/;}
  .about-profiles-box-2 .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box-2 .photo-infor .infor { width: calc(100% - 15.5vw); padding: 0 0 0 2vw; font-size: 1.2vw; line-height: 1.8em; box-sizing: border-box;}


  /************ page: a day  ************/

  .page-aday-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-title img.icon { width: 6.7vw/*135px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-aday-title .title { width: calc(100% - 6.7vw - 0.5vw); color: #fff; font-size: 2.2vw; letter-spacing: 0.1em;}

  .page-aday-intro { clear: both; width: 90%; margin: 1vw auto; font-size: 1.2vw; line-height: 1.4em;}

  .page-aday-schedule { clear: both; width: 100%; padding: 2vw; background-color: #fff; box-sizing: border-box; -moz-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); -webkit-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); position: relative;}
  .page-aday-schedule .schedule-list { width: 100%; padding: 0.8vw 0; border-bottom: 2px #FD9692 dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-schedule .schedule-list .time-box { width: 5.7vw/*115px*/; position: relative;}
  .page-aday-schedule .schedule-list .time-box img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-aday-schedule .schedule-list .time-box .time { width: 100%; color: #fff; font-size: 1.2vw; text-align: center; line-height: 1em; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .page-aday-schedule .schedule-list .time-box .time span.vv { writing-mode: vertical-rl;}
  .page-aday-schedule .schedule-list .intro-box { width: calc(100% - 5.7vw); padding: 0 0 0 1vw; font-size: 1.2vw; line-height: 1.8em; box-sizing: border-box;}

  img.aday-schedule-pic-1 { width: 17.1vw; height: auto; position: absolute; top: 2vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-2 { width: 16.2vw; height: auto; position: absolute; top: 25vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-3 { width: 16.2vw; height: auto; position: absolute; bottom: 1vw; right: 2vw; z-index: 2;}


  /************ page: month  ************/

  .ind-contain-box .column-lf .lfmenu-event-infor-list { clear: both; width: 100%; margin: 1vw 0 0 0; border: 2px #B58ECB solid; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list .title { width: 100%; padding: 0.2vw 1.5vw; color: #fff; font-size: 1.5vw; font-weight: 500; background-color: #B58ECB; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list { width: 100%; padding: 1vw 3vw; margin: 0; list-style: none; display: block; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li { padding: 0 0 0 0.5vw; margin: 0.3vw 0; color: #69C019; font-size: 1.2vw; list-style-type: none; position: relative;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li::before { content: "→"; color: #69C019; position: absolute; left: -1vw;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a:hover { border-bottom: 1px #69C019 solid;}

  .page-month-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-month-title img.icon { width: 3.4vw/*68px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-month-title .title { width: calc(100% - 6.7vw - 0.5vw); color: #fff; font-size: 2vw; letter-spacing: 0.1em;}

  .page-month-schedule { clear: both; width: 100%;}
  .page-month-schedule .intro-text { width: 100%; padding: 0.5vw 2vw; font-size: 1.2vw; line-height: 1.4em; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table { clear: both; width: 100%;}
  .page-month-schedule .month-schedule-table .caption-full { width: 100%; color: #fff; font-size: 1.6vw; border: 1px #707070 solid; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 { width: 35%; padding: 0.5vw; border-right: 1px #707070 solid; box-sizing: border-box; display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 img.icon-1 { width: 3.6vw/*72px*/; height: auto; margin: 0 0 0 2vw;} 
  .page-month-schedule .month-schedule-table .caption-full .caption-2 { width: 65%; padding: 0.5vw; box-sizing: border-box;  display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-2 img.icon-2 { width: 3.7vw/*77px*/; height: auto; margin: 0 0 0 2vw;}
  .page-month-schedule .month-schedule-table .column-full { width: 100%; font-size: 1.2vw; border-right: 1px #707070 solid; border-left: 1px #707070 solid; border-bottom: 1px #707070 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-1 { width: 35%; padding: 1vw 0.5vw; border-right: 1px #707070 solid; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-2 { width: 65%; padding: 1vw 0.5vw; box-sizing: border-box;}
  .page-month-schedule img.month-illu { width: 51.7vw/*1035px*/; height: auto; margin: 1vw auto 0 auto;}


  /************ page: year-half  ************/

  .page-year-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-year-title img.icon { width: 6vw/*120px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-year-title .title { width: calc(100% - 7.5vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-year-half-list { clear: both; width: 100%; margin: 2vw 0 0 0;}
  
  .page-year-half-list .other-half-bt { clear: both; width: 22vw; float: right;}
  .page-year-half-list .other-half-bt a { width: 100%; padding: 0.3vw; color: #fff; font-size: 1.2vw; text-align: right; text-decoration: none; border-radius: 5px; background-color: #FFA200; box-sizing: border-box; display: block;}
  .page-year-half-list .other-half-bt a:hover { background-color: #707070;}

  .page-year-half-list .month-schedule-detail { clear: both; width: 100%; margin: 2vw 0 0 0;}
  .page-year-half-list .month-schedule-detail .month-tab { width: 11.8vw; padding: 5px 5px 0 5px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-tab.style-1 { background-color: #FD9692;}
  .page-year-half-list .month-schedule-detail .month-tab.style-2 { background-color: #4BBEDC;}
  .page-year-half-list .month-schedule-detail .month-tab.style-3 { background-color: #FFA200;}
  .page-year-half-list .month-schedule-detail .month-tab .month { width: 100%; color: #fff; font-size: 1.4vw; font-weight: 500; text-align: center; border: 2px #fff solid; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content { clear: both; width: 100%; padding: 1.5vw; box-sizing: border-box; background-color: #fff;}
  .page-year-half-list .month-schedule-detail .month-content.style-1 { border: 3px #FD9692 solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-2 { border: 3px #4BBEDC solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-3 { border: 3px #FFA200 solid;}
  .page-year-half-list .month-schedule-detail .month-content .title-bar { width: 100%; padding: 0.2vw 1vw; color: #fff; font-size: 1.4vw; font-weight: 500; border-radius: 5px; background-color: #69C019; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .intro { width: 100%; padding: 2vw; font-size: 1.2vw; line-height: 1.4em; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column { width: calc(100% / 3); padding: 0 0.5vw; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .title { width: 100%; padding: 0.2vw 0; color: #69C019; font-size: 1.2vw; font-weight: 600; border-bottom: 2px #69C019 dashed;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .content { clear: both; padding: 0.5vw; width: 100%; font-size: 1.2vw; line-height: 1.6em; box-sizing: border-box;}


  /************ page: extracurriculum  ************/

  .page-extra-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-title img.icon { width: 3.2vw/*65px*/; height: auto; margin: 0 1.5vw 0 0;}
  .page-extra-title .title { width: calc(100% - 3.2vw - 1.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-extra-intro { clear: both; width: 100%; padding: 1vw 4vw 2vw 4vw; font-size: 1.2vw; line-height: 1.6em; box-sizing: border-box;}
  .page-extra-intro img.extra-illu { clear: both; width: 49vw/*981px*/; height: auto; margin: 1vw 0 0 0;}

  .page-extra-sub-nav { clear: both; width: 100%; margin: 0 0 2vw 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav { width: calc(100% / 3 - 2vw); padding: 0.5vw 0; margin: 0 1vw; border-bottom: 3px #69C019 dashed;}
  .page-extra-sub-nav .col-nav a { width: 100%; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav a img.icon { width: 1.8vw/*36px*/; height: auto; margin: 0 1vw 0 0;}
  .page-extra-sub-nav .col-nav a .title { width: calc(100% - 1.8vw - 1vw - 2vw); color: #5A5A5A; font-size: 1.2vw; font-weight: 500;}
  .page-extra-sub-nav .col-nav a .arrow { width: 2vw; color: #5A5A5A; font-size: 1.2vw; text-align: right;}

  .page-extra-sub-list { clear: both; width: 100%; margin: 2vw 0;}
  .page-extra-sub-list .list-full { width: 100%; padding: 1vw 0; border-bottom: 2px #5A5A5A dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-list .list-full .caption { width: 18vw/*360px*/;}
  .page-extra-sub-list .list-full .caption .sub-title { width: 15.5vw; padding: 0.3vw 0; color: #fff; font-size: 1.2vw; font-weight: 600; text-align: center; border-radius: 6px; background-color: #FFA200; position: relative;}
  .page-extra-sub-list .list-full .caption .sub-title .dot { width: 0.5vw; height: 0.5vw; border-radius: 100%; background-color: #fff; display: block; position: absolute; top: 7px; left: 7px; z-index: 1;}
  .page-extra-sub-list .list-full .column { width: calc(100% - 18vw); font-size: 1.2vw; line-height: 1.6em;}


  /************ page: photo  ************/

  .page-photo-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFDD00; display: flex; justify-content: flex-start; align-items: center;}
  .page-photo-title img.icon { width: 6vw/*120px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-photo-title .title { width: calc(100% - 6vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-photo-login { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-photo-login .column-full { width: 100%; margin: 20px 0 0 0; border-radius: 10px; border: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden;}
  .page-photo-login .column-full .icon { width: 80px; padding: 10px 0; background-color: #F8F8F8; border-right: 1px #707070 solid;}
  .page-photo-login .column-full .icon img { width: 25px; height: auto; margin: 0 auto;}
  .page-photo-login .column-full .column { width: calc(100% - 80px); padding: 5px; background-color: #fff; box-sizing: border-box;}
  .page-photo-login .column-full .column input[type=text], 
  .page-photo-login .column-full .column input[type=password] { width: 100%; height: 100%; padding: 0 10px; font-size: 1.1rem; border: 0; background-color: #fff; box-sizing: border-box;}
  .page-photo-login input[type=submit], 
  .page-photo-login input[type=button] { padding: 10px 30px; margin: 30px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 10px; border: 0; background-color: #69C019; cursor: pointer;}
  
  .photo-login-support-links { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem; line-height: 2em;}
  .photo-login-support-links a { color: #69C019; text-decoration: none;}
  .photo-login-support-links a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: photo list  ************/

  .page-photo-list { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-photo-list .photo-sort { width: calc(100% / 3 - 20px); padding: 10px; margin: 0 10px 30px 10px; border-radius: 30px; border: 1px #070707 solid; background-color: #fff; box-sizing: border-box;}
  .page-photo-list .photo-sort a { text-decoration: none;}
  .page-photo-list .photo-sort .photo-cover { width: 100%; height: 12vw; border-radius: 20px; border: 2px #328D2A solid; display: flex; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box;}
  .page-photo-list .photo-sort .photo-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
  .page-photo-list .photo-sort .text { width: 100%; padding: 10px 0 0 0; color: #000; font-size: 1.1rem; font-weight: 500; text-align: center;}

  ul.pages-num { clear: both; width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.pages-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.pages-num li a { padding: 5px 10px; color: #328D2A; font-size: 1rem; text-decoration: none; border: 1px #328D2A solid; background-color: #fff; display: block;}
  ul.pages-num li a:hover { background-color: #eee;}
  ul.pages-num li a.sel { color: #fff; background-color: #328D2A;}


  /************ page: school  ************/

  .page-school-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-school-title img.icon { width: 5.1vw/*103px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-school-title .title { width: calc(100% - 5.1vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-school-schedule-box { clear: both; width: 100%; margin: 1.5vw 0 0 0; color: #707070; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-school-schedule-box .calendar-box { width: 44%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .year-month-bar { width: 100%; font-size: 1.1vw; text-align: center; display: flex; justify-content: center; align-items: center;}
  .page-school-schedule-box .calendar-box .year-month-bar .arrow { width: 30px; cursor: pointer;}
  .page-school-schedule-box .calendar-box .year-month-bar .year-month { width: calc(100% - 60px);}
  .page-school-schedule-box .calendar-box .calendar-month { clear: both; width: 100%; margin: 4vw 0 0 0;}
  .page-school-schedule-box .calendar-box .calendar-month .week { width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .week .col { width: calc(100% / 7); padding: 1vw 0; font-size: 1.1vw; text-align: center;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row { width: 100%; border-bottom: 2px #fff solid; background-color: #F2F2F4; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col { width: calc(100% / 7); padding: 1.5vw 0; font-size: 1.1vw; text-align: center; border-right: 2px #fff solid; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col:last-child { border-right: 0;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order { background-color: #F8F8F8; cursor: pointer;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order:hover { color: #fff; background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order.sel { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box { width: 28%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .time-box .time-col { width: 100%; padding: 1vw; font-size: 1.1vw; text-align: center; background-color: #F8F8F8; transition: background-color 0.3s; cursor: pointer; box-sizing: border-box; position: relative;}
  .page-school-schedule-box .time-box .time-col span.reserve { display: none;}
  .page-school-schedule-box .time-box .time-col .num { color: #00787D; font-size: 0.9vw; position: absolute; bottom: 0; right: 5px; z-index: 2;}
  .page-school-schedule-box .time-box .time-col.active { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box .time-col.active .num { color: #fff;}
  .page-school-schedule-box .time-box .time-col.border-right { border-right: 5px #76dcf7 solid;}
  .page-school-schedule-box .form-box { width: 28%; padding: 0 0.5vw; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form { width: 100%;}
  .page-school-schedule-box .form-box .form .caption { width: 100%; padding: 0 0 0.3vw 0; font-size: 1.1vw;}
  .page-school-schedule-box .form-box .form .column { width: 100%; padding: 0 0 0.8vw 0;}
  .page-school-schedule-box .form-box .form .column input[type=text], 
  .page-school-schedule-box .form-box .form .column input[type=email], 
  .page-school-schedule-box .form-box .form .column textarea { width: 100%; padding: 0.5vw; font-size: 1.1vw; border: 1px #707070 solid; border-radius: 3px; background-color: #fff; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form .column input[type=submit], 
  .page-school-schedule-box .form-box .form .column input[type=button] { width: 100%; padding: 0.5vw; margin: 1vw 0 0 0; color: #fff; font-size: 1.1vw; border-radius: 5px; border: 0; background-color: #4BBEDC; box-sizing: border-box; cursor: pointer;}
  .page-school-schedule-box .form-box .form .column input[type=submit]:hover, 
  .page-school-schedule-box .form-box .form .column input[type=button]:hover { background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .title, 
  .page-school-schedule-box .time-box .title, 
  .page-school-schedule-box .form-box .title { width: 100%; padding: 0 0 2vw 0; font-size: 1.2vw; font-weight: 600;}


  /************ page: news  ************/

  .page-news-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-news-title img.icon { width: 4.3vw/*87px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-news-title .title { width: calc(100% - 4.3vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-news-list { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-news-list .news-list { width: 100%; padding: 10px; margin: 15px 0 0 0; border-radius: 10px; border: 1.5px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-news-list .news-list .date { width: 230px; padding: 10px; color: #fff; font-size: 1rem; border-radius: 10px; background-color: #69C019; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .page-news-list .news-list .title { width: calc(100% - 230px); padding: 6px 40px; font-size: 1.4rem; font-weight: 500; box-sizing: border-box;}
  .page-news-list .news-list .title a { color: #69C019; text-decoration: none;}
  .page-news-list .news-list .title a:hover { color: #FFA200;}


  /************ page: news content  ************/

  .page-news-detail { clear: both; width: 100%;}
  .page-news-detail .links-date { width: 100%; padding: 0 0 10px 0; color: #707070; font-size: 0.9rem;}
  .page-news-detail .links-date a { color: #69C019; text-decoration: none;}
  .page-news-detail .links-date a:hover { border-bottom: 1px #69C019 solid;}
  .page-news-detail .news-title { width: 100%; font-size: 1.8rem; font-weight: 500; line-height: 1.4em;}
  .page-news-detail .news-con { clear: both; width: 100%; padding: 40px 0; font-size: 1.1rem; line-height: 2em;}
  .page-news-detail .news-con img { max-width: 100%; height: auto;}

  .page-news-social-icons { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
  .page-news-social-icons img.icon { width: 50px; height: auto; margin: 0 10px 10px 10px;}


  /************ page: newblog  ************/

  .page-newblog-con { clear: both; width: 100%;}
  .page-newblog-con .pages-select { width: 100%; font-size: 1.1rem; display: flex; justify-content: flex-end; align-items: center;}
  .page-newblog-con .pages-select select { width: 100px; padding: 3px 10px; font-size: 1.1rem; box-sizing: border-box;}
  .page-newblog-con .newblog-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-newblog-con .newblog-list .caption-full { width: 100%; color: #fff; font-size: 1.2rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .caption-full .caption-1 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-2 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-1 .text, 
  .page-newblog-con .newblog-list .caption-full .caption-2 .text { width: 100%; padding: 8px; border-radius: 5px; border: 1.5px #fff solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full { clear: both; width: 100%; margin: 10px 0 0 0; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .column-full .column-1 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full .column-1 a { color: #69C019; text-decoration: none;}
  .page-newblog-con .newblog-list .column-full .column-1 a:hover { border-bottom: 1px #69C019 solid;}
  .page-newblog-con .newblog-list .column-full .column-2 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}


  /************ page: children_house  ************/

  .page-childhouse-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-title img.icon { width: 5.4vw/*108px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-childhouse-title .title { width: calc(100% - 5.4vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-childhouse-schedule { clear: both; width: 100%; padding: 2vw; margin: 1.5vw 0 0 0; background-color: #fff; box-sizing: border-box;}
  .page-childhouse-schedule img.schedule-table { width: 100%; height: auto;}
  .page-childhouse-schedule .notice-title { clear: both; width: 100%; margin: 1.5vw 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-schedule .notice-title .title { width: 3vw; color: #FD9692; font-size: 1.5vw; font-weight: 500;}
  .page-childhouse-schedule .notice-title .line { width: calc(100% - 3vw); border-top: 2px #FD9692 dashed; display: block;}
  .page-childhouse-schedule ul.notice-list { clear: both; width: 100%; padding: 0 0 0 1.5vw; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-schedule ul.notice-list li { padding: 0; margin: 0; font-size: 1.2vw; line-height: 1.6em;}

  .page-childhouse-classroom { clear: both; width: 100%; padding: 2vw; font-size: 1.2vw; line-height: 1.6em; box-sizing: border-box;}
  .page-childhouse-classroom ul.notice-list { clear: both; width: 100%; padding: 0 0 0 1.5vw; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-classroom ul.notice-list li { padding: 0; margin: 0;}

  .page-childhouse-other { clear: both; width: 100%; padding: 1.5vw 0; margin: 2vw 0 0 0; background-color: #fff;}
  .page-childhouse-other .title { width: 11vw; padding: 0.2vw 0; color: #fff; font-size: 1.2vw; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-other .content-list { clear: both; width: 100%; padding: 2vw; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; box-sizing: border-box;}
  .page-childhouse-other .content-list .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-childhouse-other .content-list .icon img { width: 1.2vw; height: auto;}
  .page-childhouse-other .content-list .list { width: calc(100% - 3vw); color: #000; font-size: 1.2vw; line-height: 1.8em;}

  .page-childhouse-contact { clear: both; width: 100%; margin: 2vw 0 0 0;}
  .page-childhouse-contact .title { width: 25vw; padding: 0.2vw 0; color: #fff; font-size: 1.2vw; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-contact .contact-box { width: 100%; padding: 1vw 1vw 0.1vw 1vw; margin: 2vw 0 0 0; border: 2px #69C019 dashed; box-sizing: border-box;}
  .page-childhouse-contact .contact-box .infor-text-mo { display: none;}
  .page-childhouse-contact .contact-box .infor-text { width: 100%; font-size: 1.2vw; text-align: center;}
  .page-childhouse-contact .contact-box .inquiry-btn { width: 50vw; margin: 1vw auto 0 auto; border-radius: 5px; background-color: #FFA200; overflow: hidden;}
  .page-childhouse-contact .contact-box .inquiry-btn a { width: 100%; padding: 0.5vw 0; color: #fff; font-size: 1.2vw; text-align: center; text-decoration: none; display: block; position: relative;}
  .page-childhouse-contact .contact-box .inquiry-btn a span { position: relative; z-index: 2;}
  .page-childhouse-contact .contact-box .inquiry-btn a .icon { width: 3vw; color: #fff; font-size: 1.2vw; text-align: center; position: absolute; top: 0.5vw; right: 0.2vw; z-index: 1;}


  /************ page: commutation  ************/

  .page-commutation-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-commutation-title img.icon { width: 5vw/*100px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-commutation-title .title { width: calc(100% - 5vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  .page-commutation-intro { clear: both; width: 100%; padding: 2vw 3vw; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-commutation-intro .intro-text { width: calc(100% - 24.2vw); font-size: 1.2vw; line-height: 1.6em;}
  .page-commutation-intro .intro-pic { width: 24.2vw/*484px*/;}
  .page-commutation-intro .intro-pic img { width: 100%; height: auto;}

  .page-commutation-map { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutation-map .map-list { width: calc(100% / 3 - 4vw); margin: 0 2vw 2vw 2vw;}
  .page-commutation-map .map-list .map { width: 100%; border: 1px #707070 solid; box-sizing: border-box;}
  .page-commutation-map .map-list .map img { width: 100%; height: auto;}
  .page-commutation-map .map-list .name { width: 100%; margin: 0.5vw 0 0 0; color: #fff; font-size: 1.2vw; text-align: right; border-radius: 13px; background-color: #FD9692;}

  .page-commutaton-infor { clear: both; width: 100%;}
  .page-commutaton-infor .link { width: 100%; padding: 4vw 0 2vw 0;}
  .page-commutaton-infor .link a { color: #69C019; font-size: 1.3vw; text-decoration: none;}
  .page-commutaton-infor .link a:hover { border-bottom: 1px #69C019 solid;}
  .page-commutaton-infor .infor-box { clear: both; width: 100%; padding: 2vw; margin: 2vw 0 0 0; border: 3px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutaton-infor .infor-box .icon { width: 3vw; padding: 0.5vw 0 0 0;}
  .page-commutaton-infor .infor-box .icon img { width: 1.2vw; height: auto;}
  .page-commutaton-infor .infor-box .text { width: calc(100% - 3vw); font-size: 1.2vw; line-height: 1.6em;}
  .page-commutaton-infor .infor-box .text span.title { color: #FD9692; font-size: 1.3vw; font-weight: 600;}


  /************ page: lunch  ************/

  .page-lunch-title { clear: both; width: 100%; padding: 1vw; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-lunch-title img.icon { width: 5.1vw/*103px*/; height: auto; margin: 0 0.5vw 0 0;}
  .page-lunch-title .title { width: calc(100% - 5.1vw - 0.5vw); color: #fff; font-size: 1.8vw; letter-spacing: 0.1em;}

  img.page-lunch-illu { clear: both; width: 49vw/*980px*/; height: auto; margin: 1.5vw auto;}

  .page-lunch-schedule-table { clear: both; width: 100%; background-color: #fff;}
  .page-lunch-schedule-table img.schedule-table { width: 60vw/*1206px*/; height: auto; margin: 0 auto;}

  .page-lunch-notice { clear: both; width: 100%; margin: 2vw 0 0 0; font-size: 1.2vw;}


  /************ page: edit  ************/

  .page-edit-form-table { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-table .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-table .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; text-align: right; box-sizing: border-box;}
  .page-edit-form-table .column { width: calc(100% - 200px); margin: 20px 0 0 0; font-size: 1.2rem;}
  .page-edit-form-table .column input[type=text], 
  .page-edit-form-table .column input[type=password], 
  .page-edit-form-table .column input[type=email] { width: 360px; padding: 10px; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-edit-form-table .column input[type=text]:disabled { background-color: #ddd;}
  .page-edit-form-table .submit-btn { clear: both; width: calc(200px + 360px); margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
  .page-edit-form-table .submit-btn input[type=submit] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=button] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=reset] { padding: 10px 20px; margin: 0 10px; color: #328D2A; font-size: 1.2rem; border: 0; background-color: transparent; cursor: pointer;}


  .page-edit-form-confirm { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-confirm .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-confirm .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; font-weight: 500; box-sizing: border-box;}
  .page-edit-form-confirm .column { width: calc(100% - 200px); margin: 20px 0 0 0; color: #666; font-size: 1.2rem;}


  .page-email-confirm { clear: both; width: 600px; max-width: 100%; margin: 40px auto; font-size: 1.2rem; line-height: 1.8em;}
  .page-email-confirm input[type=email] { width: 100%; padding: 10px; margin: 5px 0; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-email-confirm input[type=submit] { padding: 10px 20px; margin: 10px 0; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}


  /************ page: sitemap  ************/

  ul.page-sitemap-list { width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start;}
  ul.page-sitemap-list li { width: calc(100% / 3); padding: 0 0 20px 0; margin: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  ul.page-sitemap-list li img.icon { width: 29px; height: auto; margin: 0 10px 0 0;}
  ul.page-sitemap-list li span.menu-1 { color: #FD9692; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-2 { color: #4BBEDC; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-3 { color: #FFA200; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li ul.menu-popup { width: 100%; padding: 10px 0 0 60px; margin: 0; box-sizing: border-box; list-style: none; display: block;}
  ul.page-sitemap-list li ul.menu-popup li { width: 100%; padding: 0 0 5px 0; margin: 0; font-size: 1.1rem; list-style-type: none; position: relative;}
  ul.page-sitemap-list li ul.menu-popup li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a { color: #FD9692; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a { color: #4BBEDC; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a { color: #FFA200; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}


  /************ page: 404 error ************/

  .error404-con { clear: both; width: 100%; padding: 80px 0; text-align: center;}
  .error404-con .error-num { width: 100%; font-size: 5rem; font-weight: 700;}
  .error404-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 2rem; font-weight: 500;}
  .error404-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .error404-con a.goback-bt { width: 240px; padding: 8px 0; margin: 0 auto; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; border-radius: 15px; background-color: #69C019; display: block;}
  .error404-con a.goback-bt:hover { background-color: #328D2A;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 0 3.5vw; box-sizing: border-box;}

  footer .footer-contain { width: 100%; padding: 2vw 10vw; box-sizing: border-box; border-radius: 10px; background-color: #fff; display: flex; justify-content: flex-start; align-items: flex-start;}
  footer .footer-contain .column-3x { width: calc(100% / 3);}
  footer .footer-contain .column-3x .title { width: 100%; font-size: 0.8rem; font-weight: 600; display: flex; justify-content: flex-start; align-items: center;}
  footer .footer-contain .column-3x .title img.icon { width: 29px; height: auto; margin: 0 5px 0 0;}
  footer .footer-contain .column-3x .title span.style-1 { color: #FD9692;}
  footer .footer-contain .column-3x .title span.style-2 { color: #4BBEDC;}
  footer .footer-contain .column-3x .title span.style-3 { color: #FFA200;}
  footer .footer-contain .column-3x ul { clear: both; width: 100%; padding: 0 0 0 55px; margin: 10px 0 0 0; box-sizing: border-box; list-style: none; display: block;}
  footer .footer-contain .column-3x ul li { padding: 0; margin: 0; font-size: 0.8rem; list-style-type: none; position: relative;}
  footer .footer-contain .column-3x ul li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-1 a { color: #FD9692; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  footer .footer-contain .column-3x ul li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-2 a { color: #4BBEDC; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  footer .footer-contain .column-3x ul li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-3 a { color: #FFA200; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}

  footer .footer-contain .column-3x .sitemap { clear: both; width: 100%; margin: 30px 0 0 0;}
  footer .footer-contain .column-3x .sitemap a { color: #69C019; font-size: 1rem; text-decoration: none;}
  footer .footer-contain .column-3x .sitemap a:hover { border-bottom: 1px #69C019 solid;}

  footer .copyright { clear: both; width: 100%; padding: 2vw 3.5vw; color: #000; font-size: 0.8rem; line-height: 2em; text-align: center; box-sizing: border-box;}
  

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  /************ header + nav (index) ************/

  header#ind { clear: both; width: 100%; padding: 0 3.5vw; box-sizing: border-box; background-image: url("../images/header_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#ind .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}  
  header#ind .logo-contact-box .logo { width: 42vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#ind .logo-contact-box .logo img { width: 100%; height: auto;}
  header#ind .logo-contact-box .tel-time-email-mo { display: none;}
  header#ind .logo-contact-box .tel-time-email { width: 30vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.5vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#ind .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#ind .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 2.8vw; line-height: 3vw;}
  header#ind .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.8vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.5vw 1.5vw; margin: 0.5vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#ind .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#ind .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email { width: 3.4vw;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .email img { width: 3.4vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow { width: 3.4vw; text-align: right;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 2vw; height: auto;}
  header#ind .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 3.4vw - 3.4vw); font-size: 2.2vw; font-weight: 500; text-align: center;}
    
  nav#mo { display: none;}
  nav#pc { clear: both; width: 100%; margin: 1vw 0 0 0; display: flex; justify-content: flex-end;}
  nav#pc ul.nav-menu { width: 100%; padding: 0; margin: 0; list-style: none; border-radius: 10px 10px 0 0; background-color: #fff; display: flex; justify-content: flex-start; align-items: stretch; -moz-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); -webkit-box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); box-shadow: 2px 2px 4px 2px rgba(20%,20%,40%,0.3); overflow: hidden;}
  nav#pc ul.nav-menu li { width: calc(100% / 6); padding: 0.8vw 0; margin: 0; box-sizing: border-box;}
  nav#pc ul.nav-menu li.menu-1 { border-bottom: 0.7vw #E85952 solid;}
  nav#pc ul.nav-menu li.menu-1 a { width: 100%; padding: 2.1vw 0.8vw 0 0.8vw; color: #E85952; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-2 { border-bottom: 0.7vw #FFA200 solid;}
  nav#pc ul.nav-menu li.menu-2 a { width: 100%; padding: 0 0.8vw; color: #FFA200; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-3 { border-bottom: 0.7vw #69C019 solid;}
  nav#pc ul.nav-menu li.menu-3 a { width: 100%; padding: 2.1vw 0.8vw 0 0.8vw; color: #69C019; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-4 { border-bottom: 0.7vw #8C4EAF solid;}
  nav#pc ul.nav-menu li.menu-4 a { width: 100%; padding: 2.1vw 0.8vw 0 0.8vw; color: #8C4EAF; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-5 { border-bottom: 0.7vw #FFDD00 solid;}
  nav#pc ul.nav-menu li.menu-5 a { width: 100%; padding: 2.1vw 0.8vw 0 0.8vw; color: #FFDD00; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li.menu-6 { border-bottom: 0.7vw #4BBEDC solid;}
  nav#pc ul.nav-menu li.menu-6 a { width: 100%; padding: 2.1vw 0.8vw 0 0.8vw; color: #4BBEDC; line-height: 2vw; text-align: center; text-decoration: none; border-right: 1px #707070 dashed; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li a span.up { font-size: 1.8vw; font-weight: 600;}
  nav#pc ul.nav-menu li a span.down { font-size: 1.4vw; font-weight: 500;}
  nav#pc ul.nav-menu li a hr { size: 1; color: #707070;}
  nav#pc ul.nav-menu li:hover { border-bottom: 0.7vw #707070 solid; background-color: #eee;}
  nav#pc ul.nav-menu li:hover a { color: #707070;}

  header#ind .photo-intro { clear: both; width: 100%; padding: 0 0 3.5vw 0; display: flex; justify-content: flex-start; align-items: flex-start;}
  header#ind .photo-intro .col-lf { width: 18.1vw/*362px*/;}
  header#ind .photo-intro .col-lf img { width: 100%; height: auto; margin: 9vw 0 0 0;}
  header#ind .photo-intro .col-md-mo { display: none;}
  header#ind .photo-intro .col-md { width: calc(100% - 18.1vw - 38.2vw); padding: 0.75 0 0 0;}
  header#ind .photo-intro .col-md img.intro-title { width: 35.1vw; height: auto;}
  header#ind .photo-intro .col-md .feature-1 { width: 35.5vw/*710px*/; height: 3.5vw/*70px*/; margin: 1vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_1_bg.webp"); background-repeat: no-repeat; background-size: 35.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-2 { width: 21.7vw/*434px*/; height: 2.5vw/*50px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_2_bg.webp"); background-repeat: no-repeat; background-size: 21.7vw 2.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-3 { width: 28.5vw/*570px*/; height: 3.5vw/*70px*/; margin: 0.7vw auto 0 auto; color: #707070; font-size: 1.4vw; font-weight: 600; background-image: url("../images/header_feature_3_bg.webp"); background-repeat: no-repeat; background-size: 28.5vw 3.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header#ind .photo-intro .col-md .feature-1 span, 
  header#ind .photo-intro .col-md .feature-2 span, 
  header#ind .photo-intro .col-md .feature-3 span { color: #FD9692;}
  header#ind .photo-intro .col-rt { width: 38.2vw/*763px*/; padding: 1vw 0 0 0;}
  header#ind .photo-intro .col-rt img { width: 100%; height: auto;}


  /************ header + nav (pages) ************/

  header#page { clear: both; width: 100%; padding: 0 3.5vw 2vw 3.5vw; box-sizing: border-box; background-image: url("../images/header_page_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  header#page .logo-contact-box { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}  
  header#page .logo-contact-box .logo { width: 42vw/*537px*/; height: auto; margin: 1vw 0 0 0;}
  header#page .logo-contact-box .logo img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email-mo { display: none;}
  header#page .logo-contact-box .tel-time-email { width: 30vw;}
  header#page .logo-contact-box .tel-time-email .column-1 { width: 100%; padding: 0.5vw 0; color: #FFDD00; text-align: center; border-radius: 0 0 10px 10px; background-color: #614327;}
  header#page .logo-contact-box .tel-time-email .column-1 a { color: #FFDD00; text-decoration: none;}
  header#page .logo-contact-box .tel-time-email .column-1 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-1 span.tel { font-size: 2.8vw; line-height: 3vw;}
  header#page .logo-contact-box .tel-time-email .column-1 span.time { font-size: 1.8vw;}
  header#page .logo-contact-box .tel-time-email .column-2 { width: 100%; padding: 0.5vw 1.5vw; margin: 0.5vw 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#page .logo-contact-box .tel-time-email .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#page .logo-contact-box .tel-time-email .column-2 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email { width: 3.4vw;}
  header#page .logo-contact-box .tel-time-email .column-2 a .email img { width: 3.4vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow { width: 3.4vw; text-align: right;}
  header#page .logo-contact-box .tel-time-email .column-2 a .arrow img { width: 2vw; height: auto;}
  header#page .logo-contact-box .tel-time-email .column-2 a .ask { width: calc(100% - 3.4vw - 3.4vw); font-size: 2.2vw; font-weight: 500; text-align: center;}


  /************ section #ind-contain ************/

  section#ind-contain { clear: both; width: 100%; padding: 50px 40px 100px 40px; box-sizing: border-box;}

  .ind-contain-box { clear: both; width: 100%;}
  .ind-contain-box .column-lf { width: 100%; padding: 30px 0; box-sizing: border-box;}
  .ind-contain-box .column-lf a { text-decoration: none;}
  .ind-contain-box .column-lf .top-title { width: 432px; height: 140px; margin: 0 auto; color: #328D2A; font-size: 2.4rem; font-weight: 700; border: 9px #69C019 solid; background-image: url("../images/col_lf_title_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-lf .news-title { clear: both; width: 100%; padding: 20px 10px 10px 10px; margin: 0 auto; box-sizing: border-box; border-bottom: 2px #FFA200 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-lf .news-title img.icon { width: 60px; height: auto; margin: 0 20px 0 0;}
  .ind-contain-box .column-lf .news-title .title { width: calc(100% - 60px - 20px - 100px); color: #FFA200; font-size: 1.8rem; font-weight: 600; letter-spacing: 0.1em;}
  .ind-contain-box .column-lf .news-title .more { width: 100px; font-size: 1.2rem; font-weight: 500; text-align: right;}
  .ind-contain-box .column-lf .news-title .more a { color: #FFA200; text-decoration: none;}
  .ind-contain-box .column-lf .news-title .more a:hover { color: #707070;}
  .ind-contain-box .column-lf ul.news-list { clear: both; width: 100%; padding: 0; margin: 0 auto; list-style: none; display: block;}
  .ind-contain-box .column-lf ul.news-list li { width: 100%; padding: 20px 0; margin: 0; font-size: 1.1rem; border-bottom: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: flex-start;}
  .ind-contain-box .column-lf ul.news-list li .date { width: 120px;}
  .ind-contain-box .column-lf ul.news-list li .title { width: calc(100% - 120px);}
  .ind-contain-box .column-lf ul.news-list li .title a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf ul.news-list li .title a:hover { color: #FFA200; border-bottom: 1px #FFA200 solid;}
  .ind-contain-box .column-lf .links-add { clear: both; width: 100%; margin: 30px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .ind-contain-box .column-lf .links-add a { width: calc(50% - 20px); margin: 0 10px 20px 10px; display: block;}
  .ind-contain-box .column-lf .links-add a img.links { width: 100%; height: auto;}
  .ind-contain-box .column-lf .links-add .music { width: calc(50% - 20px); margin: 0 10px 20px 10px; text-decoration: none; display: block; position: relative;}
  .ind-contain-box .column-lf .links-add .music img { width: 100%; height: auto;}
  .ind-contain-box .column-lf .links-add .music audio { width: 90%; height: 3vw; position: absolute; bottom: 0.5vw; left: 5%; z-index: 2;}

  .ind-contain-box .column-rt { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board .top-title { width: 100%; position: relative;}
  .ind-contain-box .column-rt .master-message-board .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .master-message-board .top-title .title { width: 100%; color: #fff; font-size: 3.4vw; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .master-message-board .message-board { clear: both; width: 100%; padding: 60px 40px; color: #fff; font-size: 1.1rem; line-height: 1.8em; background-color: #165A11; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box { clear: both; width: 100%; margin: 60px 0 0 0; display: flex; justify-content: center; align-items: flex-start;}
  .ind-contain-box .column-rt .links-menu-box .col-lf { width: 50%; padding: 0 20px 0 0; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box { width: 100%; padding: 0 0 35px 0; border-radius: 8px; border: 1px #69C019 solid; background-color: #F6FF89; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title { width: 100%; margin: 0 0 2vw 0; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title .title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title .title { width: 100%; color: #fff; font-size: 3vw; text-align: center; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box { width: 86%; margin: 15px auto 0 auto; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box a, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box a { color: #fff; text-decoration: none;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box .text { width: 100%; height: 100%; padding: 0 3vw 0 7.5vw; color: #fff; font-size: 3vw; line-height: 1em; text-align: center; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt { width: 50%; padding: 0 0 0 20px; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box { width: 100%; padding: 0 0 35px 0; border-radius: 8px; border: 1px #FFA200 solid; background-color: #FFF3A2; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text { width: 100%; height: 100%; padding: 0.8vw 3vw 0 6vw; color: #fff; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .big { width: 100%; padding: 0; margin: 0; font-size: 3vw; line-height: 1.2em; text-align: center;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .small { width: 100%; padding: 0; margin: 0; font-size: 2vw; line-height: 1.2em; text-align: center;}

  .ind-contain-box .column-rt .edu-target-box { clear: both; width: 100%; margin: 30px 0 0 0;}
  .ind-contain-box .column-rt .edu-target-box .title-bar { width: 100%; padding: 0 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .line { width: 15px; height: 40px; border-radius: 5px; background-color: #69C019; display: block;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .text { width: calc(100% - 15px); padding: 0 0 0 20px; color: #000; font-size: 3.6vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 { clear: both; width: 100%; padding: 0 1.6vw; margin: 20px 0 0 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x { width: calc(100% / 3); padding: 0; margin: 0; position: relative;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x img { width: 26vw; height: auto; margin: 0 auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x .text { width: 100%; height: 100%; color: #fff; font-size: 3.6vw; font-weight: 700; letter-spacing: 0.1em; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .edu-target-box .text-content { clear: both; width: 100%; padding: 7vw 5vw; color: #000; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}

  .ind-contain-box .column-rt img.childhood-edu-ass { clear: both; max-width: 100%; width: 680px/*1087px*/; margin: 0 auto;}


  /************ breadcrumbs  ************/
  
  #breadcrumbs-bar { clear: both; width: 100%; padding: 1vw 6vw 0 6vw; color: #707070; font-size: 1.8vw; line-height: 1.2em; box-sizing: border-box;}
  #breadcrumbs-bar a { color: #69C019; text-decoration: none;}
  #breadcrumbs-bar a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: recruit  ************/

  .page-recruit-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-recruit-title img.icon { width: 129px; height: auto; margin: 0 10px 0 0;}
  .page-recruit-title .title { width: calc(100% - 129px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-recruit-intro { clear: both; width: 100%; padding: 20px 40px 40px 40px; box-sizing: border-box; color: #000; font-size: 1.1rem; line-height: 1.6em;}

  .page-title-bar { width: 100%; padding: 0 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .page-title-bar .line { width: 15px; height: 40px; border-radius: 5px; background-color: #69C019; display: block;}
  .page-title-bar .text { width: calc(100% - 15px); padding: 0 0 0 20px; color: #000; font-size: 3.6vw; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}

  .page-recruit-content { clear: both; width: 100%; position: relative;}
  .page-recruit-content img.bg { display: none;}
  .page-recruit-content img.bg-mo { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-recruit-content .content-list { width: 70%; margin: 4vw 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; position: absolute; top: 8vw; left: 10%; z-index: 2;}
  .page-recruit-content .content-list .icon { width: 3vw; padding: 0.9vw 0 0 0;}
  .page-recruit-content .content-list .icon img { width: 1.8vw; height: auto;}
  .page-recruit-content .content-list .list { width: calc(100% - 3vw); color: #000; font-size: 2vw; line-height: 1.8em;}
  
  .page_recruit_infor_box_1 { clear: both; width: 100%; padding: 30px 40px; margin: 60px 0 0 0; background-color: #fff; background-image: url('../images/recruit_con_infor_1_bg_1.webp'), url('../images/recruit_con_infor_1_bg_2.webp'); background-repeat: no-repeat, no-repeat; background-size: 87px auto, 92px auto; background-position: left 5px top 5px, right 5px bottom 5px; box-sizing: border-box; -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);}
  .page_recruit_infor_box_1 .text { width: 100%; color: #000; font-size: 1.1rem; line-height: 44px; background-image: url('../images/recruit_intro_underline.webp'); background-size: auto 44px; background-repeat: repeat;}

  .page_recruit_infor_box_2 { clear: both; width: 100%; padding: 40px; margin: 60px 0 0 0; border: 3px #69C019 solid; box-sizing: border-box;}
  .page_recruit_infor_box_2 .list-title { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page_recruit_infor_box_2 .list-title .icon { width: 20px;}
  .page_recruit_infor_box_2 .list-title .icon img { width: 9px; height: auto;}
  .page_recruit_infor_box_2 .list-title .title { width: calc(100% - 20px); color: #FD9692; font-size: 1.1rem; font-weight: 500;}
  .page_recruit_infor_box_2 .list-title .infor { width: 100%; padding: 0 0 0 20px; font-size: 0.9rem; box-sizing: border-box;}


  /************ page: about  ************/

  .page-about-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-about-title img.icon { width: 83px; height: auto; margin: 0 10px 0 0;}
  .page-about-title .title { width: calc(100% - 83px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .about-features-box { clear: both; width: 100%; padding: 50px 30px; margin: 40px 0 0 0; border-radius: 20px; border: 2px #69C019 dashed; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .about-features-box .content { width: calc(100% - 260px);}
  .about-features-box .content .title-box { width: 100%; display: flex; justify-content: flex-start; align-items: center;}
  .about-features-box .content .title-box .sub { width: 127px; position: relative;}
  .about-features-box .content .title-box .sub img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .about-features-box .content .title-box .sub .text { width: 100%; padding: 0 18px 0 0; color: #fff; font-size: 2rem; font-weight: 300; line-height: 1.4em; text-align: center; position: absolute; top: 10px; left: 0; z-index: 2; box-sizing: border-box;}
  .about-features-box .content .title-box .sub .text span.num { font-size: 2.4rem; font-weight: 400;}
  .about-features-box .content .title-box .title { width: calc(100% - 127px); padding: 0 0 0 10px; color: #69C019; font-size: 2rem; font-weight: 500; line-height: 1.2em; box-sizing: border-box;}
  .about-features-box .content .intro { clear: both; width: 100%; padding: 10px 10px 0 10px; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .about-features-box .photo { width: 260px;}
  .about-features-box .photo img { width: 100%; height: auto;}

  .about-profiles-box { clear: both; width: 100%; margin: 40px 0 0 0; border-radius: 20px; border: 1px #FD9692 solid; overflow: hidden;}
  .about-profiles-box .profiles-name { width: 100%; padding: 10px 40px; color: #fff; font-size: 1.2rem; background-color: #FD9692; box-sizing: border-box;}
  .about-profiles-box .profiles-name span.name { font-size: 1.6rem; font-weight: 500;}
  .about-profiles-box .photo-infor { clear: both; width: 100%; padding: 20px 30px; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box .photo-infor .photo { width: 260px;}
  .about-profiles-box .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box .photo-infor .infor { width: calc(100% - 260px); padding: 0 0 0 40px; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}

  .about-profiles-box-2 { clear: both; width: 100%; margin: 40px 0 0 0; border-radius: 20px; border: 1px #FFDD00 solid; overflow: hidden;}
  .about-profiles-box-2 .profiles-name { width: 100%; padding: 10px 40px; color: #fff; font-size: 1.1rem; background-color: #FFDD00; box-sizing: border-box;}
  .about-profiles-box-2 .profiles-name span.name { font-size: 1.6rem; font-weight: 500;}
  .about-profiles-box-2 .photo-infor { clear: both; width: 100%; padding: 20px 30px; display: flex; justify-content: flex-start; align-items: flex-start; box-sizing: border-box;}
  .about-profiles-box-2 .photo-infor .photo { width: 260px;}
  .about-profiles-box-2 .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box-2 .photo-infor .infor { width: calc(100% - 260px); padding: 0 0 0 40px; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}


  /************ page: a day  ************/

  .page-aday-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-title img.icon { width: 135px; height: auto; margin: 0 10px 0 0;}
  .page-aday-title .title { width: calc(100% - 135px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-aday-intro { clear: both; width: 90%; margin: 15px auto; font-size: 1.1rem; line-height: 1.4em;}

  .page-aday-schedule { clear: both; width: 100%; padding: 2vw; background-color: #fff; box-sizing: border-box; -moz-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); -webkit-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); position: relative;}
  .page-aday-schedule .schedule-list { width: 100%; padding: 1.2vw 0; border-bottom: 2px #FD9692 dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-schedule .schedule-list .time-box { width: 9.5vw/*115px*/; position: relative;}
  .page-aday-schedule .schedule-list .time-box img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-aday-schedule .schedule-list .time-box .time { width: 100%; color: #fff; font-size: 2vw; text-align: center; line-height: 1em; position: absolute; top: 1.5vw; left: 0; z-index: 2;}
  .page-aday-schedule .schedule-list .time-box .time span.vv { writing-mode: vertical-rl;}
  .page-aday-schedule .schedule-list .intro-box { width: calc(100% - 9.5vw); padding: 0 0 0 1vw; font-size: 2vw; line-height: 1.8em; box-sizing: border-box;}

  img.aday-schedule-pic-1 { width: 22.1vw; height: auto; position: absolute; top: 2vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-2 { width: 21.2vw; height: auto; position: absolute; top: 40vw; right: 2vw; z-index: 2;}
  img.aday-schedule-pic-3 { width: 21.2vw; height: auto; position: absolute; bottom: 1vw; right: 2vw; z-index: 2;}


  /************ page: month  ************/

  .ind-contain-box .column-lf .lfmenu-event-infor-list { clear: both; width: 100%; margin: 30px 0 0 0; border: 2px #B58ECB solid; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list .title { width: 100%; padding: 6px 30px; color: #fff; font-size: 1.6rem; font-weight: 500; background-color: #B58ECB; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list { width: 100%; padding: 10px 60px; margin: 0; list-style: none; display: block; box-sizing: border-box;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li { padding: 0 0 0 10px; margin: 10px 0; color: #69C019; font-size: 1.1rem; list-style-type: none; position: relative;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li::before { content: "→"; color: #69C019; position: absolute; left: -20px;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a { color: #69C019; text-decoration: none;}
  .ind-contain-box .column-lf .lfmenu-event-infor-list ul.list li a:hover { border-bottom: 1px #69C019 solid;}

  .page-month-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-month-title img.icon { width: 68px; height: auto; margin: 0 10px 0 0;}
  .page-month-title .title { width: calc(100% - 68px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-month-schedule { clear: both; width: 100%;}
  .page-month-schedule .intro-text { width: 100%; padding: 20px 40px; font-size: 1.1rem; line-height: 1.4em; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table { clear: both; width: 100%;}
  .page-month-schedule .month-schedule-table .caption-full { width: 100%; color: #fff; font-size: 1.4rem; border: 1px #707070 solid; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 { width: 35%; padding: 8px 10px; border-right: 1px #707070 solid; box-sizing: border-box; display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 img.icon-1 { width: 72px; height: auto; margin: 0 0 0 40px;} 
  .page-month-schedule .month-schedule-table .caption-full .caption-2 { width: 65%; padding: 8px 10px; box-sizing: border-box;  display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-2 img.icon-2 { width: 77px; height: auto; margin: 0 0 0 40px;}
  .page-month-schedule .month-schedule-table .column-full { width: 100%; font-size: 1.1rem; border-right: 1px #707070 solid; border-left: 1px #707070 solid; border-bottom: 1px #707070 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-1 { width: 35%; padding: 15px 10px; border-right: 1px #707070 solid; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-2 { width: 65%; padding: 15px 10px; box-sizing: border-box;}
  .page-month-schedule img.month-illu { width: 1035px; max-width: 90%; height: auto; margin: 20px auto 0 auto;}


  /************ page: year-half  ************/

  .page-year-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-year-title img.icon { width: 120px; height: auto; margin: 0 10px 0 0;}
  .page-year-title .title { width: calc(100% - 120px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-year-half-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  
  .page-year-half-list .other-half-bt { clear: both; width: 320px; float: right;}
  .page-year-half-list .other-half-bt a { width: 100%; padding: 3px; color: #fff; font-size: 1.1rem; text-align: right; text-decoration: none; border-radius: 5px; background-color: #FFA200; box-sizing: border-box; display: block;}
  .page-year-half-list .other-half-bt a:hover { background-color: #707070;}

  .page-year-half-list .month-schedule-detail { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-year-half-list .month-schedule-detail .month-tab { width: 160px; padding: 5px 5px 0 5px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-tab.style-1 { background-color: #FD9692;}
  .page-year-half-list .month-schedule-detail .month-tab.style-2 { background-color: #4BBEDC;}
  .page-year-half-list .month-schedule-detail .month-tab.style-3 { background-color: #FFA200;}
  .page-year-half-list .month-schedule-detail .month-tab .month { width: 100%; color: #fff; font-size: 1.4rem; font-weight: 500; text-align: center; border: 2px #fff solid; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content { clear: both; width: 100%; padding: 30px; box-sizing: border-box; background-color: #fff;}
  .page-year-half-list .month-schedule-detail .month-content.style-1 { border: 3px #FD9692 solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-2 { border: 3px #4BBEDC solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-3 { border: 3px #FFA200 solid;}
  .page-year-half-list .month-schedule-detail .month-content .title-bar { width: 100%; padding: 3px 10px; color: #fff; font-size: 1.4rem; font-weight: 500; border-radius: 5px; background-color: #69C019; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .intro { width: 100%; padding: 40px; font-size: 1rem; line-height: 1.4em; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column { width: calc(100% / 3); padding: 0 5px; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .title { width: 100%; padding: 3px 0; color: #69C019; font-size: 1.1rem; font-weight: 600; border-bottom: 2px #69C019 dashed;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .content { clear: both; padding: 10px; width: 100%; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}


  /************ page: extracurriculum  ************/

  .page-extra-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-title img.icon { width: 65px; height: auto; margin: 0 10px 0 0;}
  .page-extra-title .title { width: calc(100% - 65px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-extra-intro { clear: both; width: 100%; padding: 20px 40px 40px 40px; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .page-extra-intro img.extra-illu { clear: both; width: 981px; max-width: 100%; height: auto; margin: 20px 0 0 0;}

  .page-extra-sub-nav { clear: both; width: 100%; margin: 0 0 40px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav { width: calc(100% / 3 - 40px); padding: 8px 0; margin: 0 20px; border-bottom: 3px #69C019 dashed;}
  .page-extra-sub-nav .col-nav a { width: 100%; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav a img.icon { width: 36px; height: auto; margin: 0 10px 0 0;}
  .page-extra-sub-nav .col-nav a .title { width: calc(100% - 36px - 10px - 20px); color: #5A5A5A; font-size: 1.1rem; font-weight: 500;}
  .page-extra-sub-nav .col-nav a .arrow { width: 20px; color: #5A5A5A; font-size: 1.1rem; text-align: right;}

  .page-extra-sub-list { clear: both; width: 100%; margin: 40px 0;}
  .page-extra-sub-list .list-full { width: 100%; padding: 20px 0; border-bottom: 2px #5A5A5A dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-list .list-full .caption { width: 280px;}
  .page-extra-sub-list .list-full .caption .sub-title { width: 240px; padding: 6px 0; color: #fff; font-size: 1.1rem; font-weight: 600; text-align: center; border-radius: 10px; background-color: #FFA200; position: relative;}
  .page-extra-sub-list .list-full .caption .sub-title .dot { width: 8px; height: 8px; border-radius: 100%; background-color: #fff; display: block; position: absolute; top: 6px; left: 6px; z-index: 1;}
  .page-extra-sub-list .list-full .column { width: calc(100% - 280px); font-size: 1.1rem; line-height: 1.6em;}


  /************ page: photo  ************/

  .page-photo-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #FFDD00; display: flex; justify-content: flex-start; align-items: center;}
  .page-photo-title img.icon { width: 120px; height: auto; margin: 0 10px 0 0;}
  .page-photo-title .title { width: calc(100% - 120px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-photo-login { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-photo-login .column-full { width: 100%; margin: 20px 0 0 0; border-radius: 10px; border: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden;}
  .page-photo-login .column-full .icon { width: 80px; padding: 10px 0; background-color: #F8F8F8; border-right: 1px #707070 solid;}
  .page-photo-login .column-full .icon img { width: 25px; height: auto; margin: 0 auto;}
  .page-photo-login .column-full .column { width: calc(100% - 80px); padding: 5px; background-color: #fff; box-sizing: border-box;}
  .page-photo-login .column-full .column input[type=text], 
  .page-photo-login .column-full .column input[type=password] { width: 100%; height: 100%; padding: 0 10px; font-size: 1.1rem; border: 0; background-color: #fff; box-sizing: border-box;}
  .page-photo-login input[type=submit], 
  .page-photo-login input[type=button] { padding: 10px 30px; margin: 30px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 10px; border: 0; background-color: #69C019; cursor: pointer;}
  
  .photo-login-support-links { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem; line-height: 2em;}
  .photo-login-support-links a { color: #69C019; text-decoration: none;}
  .photo-login-support-links a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: photo list  ************/

  .page-photo-list { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-photo-list .photo-sort { width: calc(100% / 3 - 20px); padding: 10px; margin: 0 10px 30px 10px; border-radius: 30px; border: 1px #070707 solid; background-color: #fff; box-sizing: border-box;}
  .page-photo-list .photo-sort a { text-decoration: none;}
  .page-photo-list .photo-sort .photo-cover { width: 100%; height: 16vw; border-radius: 20px; border: 2px #328D2A solid; display: flex; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box;}
  .page-photo-list .photo-sort .photo-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
  .page-photo-list .photo-sort .text { width: 100%; padding: 10px 0 0 0; color: #000; font-size: 1.1rem; font-weight: 500; text-align: center;}

  ul.pages-num { clear: both; width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.pages-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.pages-num li a { padding: 5px 10px; color: #328D2A; font-size: 1rem; text-decoration: none; border: 1px #328D2A solid; background-color: #fff; display: block;}
  ul.pages-num li a:hover { background-color: #eee;}
  ul.pages-num li a.sel { color: #fff; background-color: #328D2A;}


  /************ page: school  ************/

  .page-school-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-school-title img.icon { width: 103px; height: auto; margin: 0 20px 0 0;}
  .page-school-title .title { width: calc(100% - 103px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-school-schedule-box { clear: both; width: 90%; margin: 30px auto 0 auto; color: #707070;}
  .page-school-schedule-box .calendar-box { clear: both; width: 100%;}
  .page-school-schedule-box .calendar-box .year-month-bar { width: 100%; font-size: 1.1rem; text-align: center; display: flex; justify-content: center; align-items: center;}
  .page-school-schedule-box .calendar-box .year-month-bar .arrow { width: 30px; cursor: pointer;}
  .page-school-schedule-box .calendar-box .year-month-bar .year-month { width: calc(100% - 60px);}
  .page-school-schedule-box .calendar-box .calendar-month { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-school-schedule-box .calendar-box .calendar-month .week { width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .week .col { width: calc(100% / 7); padding: 10px 0; font-size: 1.1rem; text-align: center;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row { width: 100%; border-bottom: 2px #fff solid; background-color: #F2F2F4; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col { width: calc(100% / 7); padding: 30px 0; font-size: 1.1rem; text-align: center; border-right: 2px #fff solid; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col:last-child { border-right: 0;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order { background-color: #F8F8F8; cursor: pointer;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order:active { color: #fff; background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order.sel { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box { clear: both; width: 100%; margin: 20px 0 0 0;}
  .page-school-schedule-box .time-box .time-col { width: 100%; padding: 20px; font-size: 1.1rem; text-align: center; background-color: #F8F8F8; transition: background-color 0.3s; cursor: pointer; box-sizing: border-box; position: relative;}
  .page-school-schedule-box .time-box .time-col span.reserve { display: none;}
  .page-school-schedule-box .time-box .time-col .num { color: #00787D; font-size: 0.8rem; position: absolute; bottom: 0; right: 5px; z-index: 2;}
  .page-school-schedule-box .time-box .time-col.active { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box .time-col.active .num { color: #fff;}
  .page-school-schedule-box .time-box .time-col.border-right { border-right: 5px #76dcf7 solid;}
  .page-school-schedule-box .form-box { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-school-schedule-box .form-box .form { width: 100%;}
  .page-school-schedule-box .form-box .form .caption { width: 100%; padding: 0 0 10px 0; font-size: 1.1rem;}
  .page-school-schedule-box .form-box .form .column { width: 100%; padding: 0 0 20px 0;}
  .page-school-schedule-box .form-box .form .column input[type=text], 
  .page-school-schedule-box .form-box .form .column input[type=email], 
  .page-school-schedule-box .form-box .form .column textarea { width: 100%; padding: 10px; font-size: 1.1rem; border: 1px #707070 solid; border-radius: 3px; background-color: #fff; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form .column input[type=submit], 
  .page-school-schedule-box .form-box .form .column input[type=button] { width: 100%; padding: 10px; margin: 20px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 5px; border: 0; background-color: #4BBEDC; box-sizing: border-box; cursor: pointer;}
  .page-school-schedule-box .form-box .form .column input[type=submit]:active, 
  .page-school-schedule-box .form-box .form .column input[type=button]:active { background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .title, 
  .page-school-schedule-box .time-box .title, 
  .page-school-schedule-box .form-box .title { width: 100%; padding: 0 0 40px 0; font-size: 1.4rem; font-weight: 600;}


  /************ page: news  ************/

  .page-news-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-news-title img.icon { width: 87px; height: auto; margin: 0 20px 0 0;}
  .page-news-title .title { width: calc(100% - 87px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-news-list { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-news-list .news-list { width: 100%; padding: 10px; margin: 15px 0 0 0; border-radius: 10px; border: 1.5px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-news-list .news-list .date { width: 230px; padding: 10px; color: #fff; font-size: 1rem; border-radius: 10px; background-color: #69C019; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .page-news-list .news-list .title { width: calc(100% - 230px); padding: 6px 40px; font-size: 1.4rem; font-weight: 500; box-sizing: border-box;}
  .page-news-list .news-list .title a { color: #69C019; text-decoration: none;}
  .page-news-list .news-list .title a:hover { color: #FFA200;}


  /************ page: news content  ************/

  .page-news-detail { clear: both; width: 100%;}
  .page-news-detail .links-date { width: 100%; padding: 0 0 10px 0; color: #707070; font-size: 0.9rem;}
  .page-news-detail .links-date a { color: #69C019; text-decoration: none;}
  .page-news-detail .links-date a:hover { border-bottom: 1px #69C019 solid;}
  .page-news-detail .news-title { width: 100%; font-size: 1.8rem; font-weight: 500; line-height: 1.4em;}
  .page-news-detail .news-con { clear: both; width: 100%; padding: 40px 0; font-size: 1.1rem; line-height: 2em;}
  .page-news-detail .news-con img { max-width: 100%; height: auto;}

  .page-news-social-icons { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
  .page-news-social-icons img.icon { width: 50px; height: auto; margin: 0 10px 10px 10px;}


  /************ page: newblog  ************/

  .page-newblog-con { clear: both; width: 100%;}
  .page-newblog-con .pages-select { width: 100%; font-size: 1.1rem; display: flex; justify-content: flex-end; align-items: center;}
  .page-newblog-con .pages-select select { width: 100px; padding: 3px 10px; font-size: 1.1rem; box-sizing: border-box;}
  .page-newblog-con .newblog-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-newblog-con .newblog-list .caption-full { width: 100%; color: #fff; font-size: 1.2rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .caption-full .caption-1 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-2 { width: calc(50% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-1 .text, 
  .page-newblog-con .newblog-list .caption-full .caption-2 .text { width: 100%; padding: 8px; border-radius: 5px; border: 1.5px #fff solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full { clear: both; width: 100%; margin: 10px 0 0 0; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .column-full .column-1 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full .column-1 a { color: #69C019; text-decoration: none;}
  .page-newblog-con .newblog-list .column-full .column-1 a:hover { border-bottom: 1px #69C019 solid;}
  .page-newblog-con .newblog-list .column-full .column-2 { width: calc(50% - 10px); padding: 10px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}


  /************ page: children_house  ************/

  .page-childhouse-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-title img.icon { width: 108px; height: auto; margin: 0 20px 0 0;}
  .page-childhouse-title .title { width: calc(100% - 108x - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-childhouse-schedule { clear: both; width: 100%; padding: 30px; margin: 30px 0 0 0; background-color: #fff; box-sizing: border-box;}
  .page-childhouse-schedule img.schedule-table { width: 100%; height: auto;}
  .page-childhouse-schedule .notice-title { clear: both; width: 100%; margin: 30px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-schedule .notice-title .title { width: 60px; color: #FD9692; font-size: 1.6rem; font-weight: 500;}
  .page-childhouse-schedule .notice-title .line { width: calc(100% - 60px); border-top: 2px #FD9692 dashed; display: block;}
  .page-childhouse-schedule ul.notice-list { clear: both; width: 100%; padding: 0 0 0 30px; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-schedule ul.notice-list li { padding: 0; margin: 0; font-size: 1.1rem; line-height: 1.6em;}

  .page-childhouse-classroom { clear: both; width: 100%; padding: 30px; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .page-childhouse-classroom ul.notice-list { clear: both; width: 100%; padding: 0 0 0 30px; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-classroom ul.notice-list li { padding: 0; margin: 0;}

  .page-childhouse-other { clear: both; width: 100%; padding: 30px 0; margin: 40px 0 0 0; background-color: #fff;}
  .page-childhouse-other .title { width: 220px; padding: 5px 0; color: #fff; font-size: 1.1rem; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-other .content-list { clear: both; width: 100%; padding: 30px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; box-sizing: border-box;}
  .page-childhouse-other .content-list .icon { width: 50px; padding: 5px 0 0 0;}
  .page-childhouse-other .content-list .icon img { width: 24px; height: auto;}
  .page-childhouse-other .content-list .list { width: calc(100% - 50px); color: #000; font-size: 1.1rem; line-height: 1.8em;}

  .page-childhouse-contact { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-childhouse-contact .title { width: 400px; padding: 5px 0; color: #fff; font-size: 1.1rem; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-contact .contact-box { width: 100%; padding: 10px 10px 2px 10px; margin: 40px 0 0 0; border: 2px #69C019 dashed; box-sizing: border-box;}
  .page-childhouse-contact .contact-box .infor-text { display: none;}
  .page-childhouse-contact .contact-box .infor-text-mo { width: 100%; font-size: 1.1rem; text-align: center;}
  .page-childhouse-contact .contact-box .inquiry-btn { width: 600px; margin: 10px auto 0 auto; border-radius: 5px; background-color: #FFA200; overflow: hidden;}
  .page-childhouse-contact .contact-box .inquiry-btn a { width: 100%; padding: 10px 0; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; display: block; position: relative;}
  .page-childhouse-contact .contact-box .inquiry-btn a span { position: relative; z-index: 2;}
  .page-childhouse-contact .contact-box .inquiry-btn a .icon { width: 60px; color: #fff; font-size: 1.1rem; text-align: center; position: absolute; top: 10px; right: 0; z-index: 1;}


  /************ page: commutation  ************/

  .page-commutation-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-commutation-title img.icon { width: 100px; height: auto; margin: 0 20px 0 0;}
  .page-commutation-title .title { width: calc(100% - 100x - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-commutation-intro { clear: both; width: 100%; padding: 40px 40px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start;}
  .page-commutation-intro .intro-text { width: calc(100% - 460px); font-size: 1.1rem; line-height: 1.6em;}
  .page-commutation-intro .intro-pic { width: 460px;}
  .page-commutation-intro .intro-pic img { width: 100%; height: auto;}

  .page-commutation-map { clear: both; width: 100%; margin: 0 0 40px 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutation-map .map-list { width: calc(100% / 3 - 30px); margin: 0 15px 30px 15px;}
  .page-commutation-map .map-list .map { width: 100%; border: 1px #707070 solid; box-sizing: border-box;}
  .page-commutation-map .map-list .map img { width: 100%; height: auto;}
  .page-commutation-map .map-list .name { width: 100%; margin: 10px 0 0 0; color: #fff; font-size: 1rem; text-align: right; border-radius: 13px; background-color: #FD9692;}

  .page-commutaton-infor { clear: both; width: 100%;}
  .page-commutaton-infor .link { width: 100%; padding: 80px 0 40px 0;}
  .page-commutaton-infor .link a { color: #69C019; font-size: 1.2rem; text-decoration: none;}
  .page-commutaton-infor .link a:hover { border-bottom: 1px #69C019 solid;}
  .page-commutaton-infor .infor-box { clear: both; width: 100%; padding: 20px; border: 3px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutaton-infor .infor-box .icon { width: 40px; padding: 5px 0 0 0;}
  .page-commutaton-infor .infor-box .icon img { width: 24px; height: auto;}
  .page-commutaton-infor .infor-box .text { width: calc(100% - 40px); font-size: 1.1rem; line-height: 1.6em;}
  .page-commutaton-infor .infor-box .text span.title { color: #FD9692; font-size: 1.2rem; font-weight: 600;}


  /************ page: lunch  ************/

  .page-lunch-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-lunch-title img.icon { width: 103px; height: auto; margin: 0 20px 0 0;}
  .page-lunch-title .title { width: calc(100% - 103x - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  img.page-lunch-illu { clear: both; width: 980px; max-width: 100%; height: auto; margin: 30px auto;}

  .page-lunch-schedule-table { clear: both; width: 100%; background-color: #fff;}
  .page-lunch-schedule-table img.schedule-table { width: 1206px; max-width: 100%; height: auto; margin: 0 auto;}

  .page-lunch-notice { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem;}


  /************ page: edit  ************/

  .page-edit-form-table { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-table .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-table .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; text-align: right; box-sizing: border-box;}
  .page-edit-form-table .column { width: calc(100% - 200px); margin: 20px 0 0 0; font-size: 1.2rem;}
  .page-edit-form-table .column input[type=text], 
  .page-edit-form-table .column input[type=password], 
  .page-edit-form-table .column input[type=email] { width: 360px; padding: 10px; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-edit-form-table .column input[type=text]:disabled { background-color: #ddd;}
  .page-edit-form-table .submit-btn { clear: both; width: calc(200px + 360px); margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
  .page-edit-form-table .submit-btn input[type=submit] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=button] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=reset] { padding: 10px 20px; margin: 0 10px; color: #328D2A; font-size: 1.2rem; border: 0; background-color: transparent; cursor: pointer;}


  .page-edit-form-confirm { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page-edit-form-confirm .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-confirm .caption { width: 200px; padding: 10px; margin: 20px 0 0 0; font-size: 1.2rem; font-weight: 500; box-sizing: border-box;}
  .page-edit-form-confirm .column { width: calc(100% - 200px); margin: 20px 0 0 0; color: #666; font-size: 1.2rem;}


  .page-email-confirm { clear: both; width: 600px; max-width: 100%; margin: 40px auto; font-size: 1.2rem; line-height: 1.8em;}
  .page-email-confirm input[type=email] { width: 100%; padding: 10px; margin: 5px 0; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-email-confirm input[type=submit] { padding: 10px 20px; margin: 10px 0; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}


  /************ page: sitemap  ************/

  ul.page-sitemap-list { width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start;}
  ul.page-sitemap-list li { width: calc(100% / 3); padding: 0 0 20px 0; margin: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  ul.page-sitemap-list li img.icon { width: 29px; height: auto; margin: 0 10px 0 0;}
  ul.page-sitemap-list li span.menu-1 { color: #FD9692; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-2 { color: #4BBEDC; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-3 { color: #FFA200; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li ul.menu-popup { width: 100%; padding: 10px 0 0 60px; margin: 0; box-sizing: border-box; list-style: none; display: block;}
  ul.page-sitemap-list li ul.menu-popup li { width: 100%; padding: 0 0 5px 0; margin: 0; font-size: 1.1rem; list-style-type: none; position: relative;}
  ul.page-sitemap-list li ul.menu-popup li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a { color: #FD9692; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a { color: #4BBEDC; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a { color: #FFA200; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}


  /************ page: 404 error ************/

  .error404-con { clear: both; width: 100%; padding: 80px 0; text-align: center;}
  .error404-con .error-num { width: 100%; font-size: 5rem; font-weight: 700;}
  .error404-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 2rem; font-weight: 500;}
  .error404-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .error404-con a.goback-bt { width: 240px; padding: 8px 0; margin: 0 auto; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; border-radius: 15px; background-color: #69C019; display: block;}
  .error404-con a.goback-bt:hover { background-color: #328D2A;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 0 40px; box-sizing: border-box;}

  footer .footer-contain { width: 100%; padding: 40px 40px; box-sizing: border-box; border-radius: 10px; background-color: #fff; display: flex; justify-content: flex-start; align-items: flex-start;}
  footer .footer-contain .column-3x { width: calc(100% / 3);}
  footer .footer-contain .column-3x .title { width: 100%; font-size: 0.8rem; font-weight: 600; display: flex; justify-content: flex-start; align-items: center;}
  footer .footer-contain .column-3x .title img.icon { width: 29px; height: auto; margin: 0 5px 0 0;}
  footer .footer-contain .column-3x .title span.style-1 { color: #FD9692;}
  footer .footer-contain .column-3x .title span.style-2 { color: #4BBEDC;}
  footer .footer-contain .column-3x .title span.style-3 { color: #FFA200;}
  footer .footer-contain .column-3x ul { clear: both; width: 100%; padding: 0 0 0 55px; margin: 10px 0 0 0; box-sizing: border-box; list-style: none; display: block;}
  footer .footer-contain .column-3x ul li { padding: 0; margin: 0; font-size: 0.8rem; list-style-type: none; position: relative;}
  footer .footer-contain .column-3x ul li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-1 a { color: #FD9692; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  footer .footer-contain .column-3x ul li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-2 a { color: #4BBEDC; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  footer .footer-contain .column-3x ul li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-3 a { color: #FFA200; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}

  footer .footer-contain .column-3x .sitemap { clear: both; width: 100%; margin: 30px 0 0 0;}
  footer .footer-contain .column-3x .sitemap a { color: #69C019; font-size: 1rem; text-decoration: none;}
  footer .footer-contain .column-3x .sitemap a:hover { border-bottom: 1px #69C019 solid;}

  footer .copyright { clear: both; width: 100%; padding: 2vw 3.5vw; color: #000; font-size: 0.8rem; line-height: 2em; text-align: center; box-sizing: border-box;}


}

@media screen and (max-width: 768px) {

  /************ header + nav (index) ************/

  header { clear: both; width: 100%; padding: 0 20px; box-sizing: border-box; background-image: url("../images/header_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top; position: relative;}

  header .logo-contact-box { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  header .logo-contact-box .logo { width: 70%; height: auto; margin: 20px 0 0 0;}
  header .logo-contact-box .logo img { width: 100%; height: auto;}
  header .logo-contact-box .tel-time-email { display: none;}
  header .logo-contact-box .tel-time-email-mo { width: 100%; margin: 40px 0 0 0;}
  header .logo-contact-box .tel-time-email-mo .column-1 { width: 100%; padding: 5px 0; color: #FFDD00; text-align: center; border-radius: 10px; background-color: #614327;}
  header .logo-contact-box .tel-time-email-mo .column-1 a { color: #FFDD00; text-decoration: none;}
  header .logo-contact-box .tel-time-email-mo .column-1 a:hover { color: #fff;}
  header .logo-contact-box .tel-time-email-mo .column-1 span.tel { font-size: 2rem; line-height: 1em;}
  header .logo-contact-box .tel-time-email-mo .column-1 span.time { font-size: 1.2rem;}
  header .logo-contact-box .tel-time-email-mo .column-2 { width: 100%; padding: 5px 10px; margin: 5px 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header .logo-contact-box .tel-time-email-mo .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header .logo-contact-box .tel-time-email-mo .column-2 a:hover { color: #fff;}
  header .logo-contact-box .tel-time-email-mo .column-2 a .email { width: 35px;}
  header .logo-contact-box .tel-time-email-mo .column-2 a .email img { width: 100%; height: auto;}
  header .logo-contact-box .tel-time-email-mo .column-2 a .arrow { width: 24px;}
  header .logo-contact-box .tel-time-email-mo .column-2 a .arrow img { width: 100%; height: auto;}
  header .logo-contact-box .tel-time-email-mo .column-2 a .ask { width: calc(100% - 35px - 24px); font-size: 2rem; font-weight: 500; text-align: center;}
    
  nav#pc { display: none;}
  nav#mo { width: 30%;}
  nav#mo .nav-icon { width: 100%; margin: 10px 0 0 0; color: #69C019; font-size: 2.4rem; text-align: right;}
  nav#mo ul.nav-menu-mo { width: 100%; padding: 20px 40px 60px 40px; margin: 0; box-sizing: border-box; background-color: #eee; background-image: url("../images/bg.webp"); background-position: center center; list-style: none; display: none; position: absolute; top: 0; left: 0; z-index: 999;}
  nav#mo ul.nav-menu-mo li { clear: both; width: 100%; padding: 0 0 20px 0; margin: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  nav#mo ul.nav-menu-mo li img.icon { width: 29px; height: auto; margin: 0 10px 0 0;}
  nav#mo ul.nav-menu-mo li span.menu-1 { color: #FD9692; font-size: 1.2rem; font-weight: 600;}
  nav#mo ul.nav-menu-mo li span.menu-2 { color: #4BBEDC; font-size: 1.2rem; font-weight: 600;}
  nav#mo ul.nav-menu-mo li span.menu-3 { color: #FFA200; font-size: 1.2rem; font-weight: 600;}
  nav#mo ul.nav-menu-mo li ul.menu-popup { width: 100%; padding: 10px 0 0 60px; margin: 0; box-sizing: border-box; list-style: none; display: block;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li { padding: 0 0 5px 0; margin: 0; font-size: 1.1rem; list-style-type: none; position: relative;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-1 a { color: #FD9692; text-decoration: none;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-2 a { color: #4BBEDC; text-decoration: none;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-3 a { color: #FFA200; text-decoration: none;}
  nav#mo ul.nav-menu-mo li ul.menu-popup li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}
  nav#mo ul.nav-menu-mo .nav-close { width: 40px; margin: 0 0 30px 0; color: #070707; font-size: 2.4em; text-align: right; float: right;}

  header .photo-intro { clear: both; width: 100%; padding: 0 0 20vw 0; display: flex; justify-content: flex-start;  align-items: center; flex-wrap: wrap;}
  header .photo-intro .col-lf { width: 45%; margin: 2vw 0 0 0;}
  header .photo-intro .col-lf img { width: 100%; height: auto;}
  header .photo-intro .col-md { display: none;}
  header .photo-intro .col-md-mo { width: 100%; padding: 0 0 3vw 0;}
  header .photo-intro .col-md-mo img.intro-title { max-width: 100%; width: 700px; height: auto; margin: 0 auto;}
  header .photo-intro .col-md-mo .feature-1 { width: 85.5vw/*710px*/; height: 8.5vw/*70px*/; margin: 2vw auto 0 auto; color: #707070; font-size: 4vw; font-weight: 600; background-image: url("../images/header_feature_1_bg.webp"); background-repeat: no-repeat; background-size: 85.5vw 8.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header .photo-intro .col-md-mo .feature-2 { width: 61.7vw/*434px*/; height: 6.5vw/*50px*/; margin: 2vw auto 0 auto; color: #707070; font-size: 4vw; font-weight: 600; background-image: url("../images/header_feature_2_bg.webp"); background-repeat: no-repeat; background-size: 61.7vw 6.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header .photo-intro .col-md-mo .feature-3 { width: 78.5vw/*570px*/; height: 8.5vw/*70px*/; margin: 2vw auto 0 auto; color: #707070; font-size: 4vw; font-weight: 600; background-image: url("../images/header_feature_3_bg.webp"); background-repeat: no-repeat; background-size: 78.5vw 8.5vw; background-position: center center; display: flex; justify-content: center; align-items: center;}
  header .photo-intro .col-md-mo .feature-1 span, 
  header .photo-intro .col-md-mo .feature-2 span, 
  header .photo-intro .col-md-mo .feature-3 span { color: #FD9692;}
  header .photo-intro .col-rt { width: 55%; margin: 2vw 0 0 0;}
  header .photo-intro .col-rt img { width: 100%; height: auto;}


  /************ header + nav (pages) ************/

  header#page { clear: both; width: 100%; padding: 20px; box-sizing: border-box; background-image: url("../images/header_page_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center top; position: relative;}

  header#page .logo-contact-box { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  header#page .logo-contact-box .logo { width: 70%; height: auto;}
  header#page .logo-contact-box .logo img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email { display: none;}
  header#page .logo-contact-box .tel-time-email-mo { width: 100%; margin: 40px 0 0 0;}
  header#page .logo-contact-box .tel-time-email-mo .column-1 { width: 100%; padding: 5px 0; color: #FFDD00; text-align: center; border-radius: 10px; background-color: #614327;}
  header#page .logo-contact-box .tel-time-email-mo .column-1 a { color: #FFDD00; text-decoration: none;}
  header#page .logo-contact-box .tel-time-email-mo .column-1 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email-mo .column-1 span.tel { font-size: 2rem; line-height: 1em;}
  header#page .logo-contact-box .tel-time-email-mo .column-1 span.time { font-size: 1.2rem;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 { width: 100%; padding: 5px 10px; margin: 5px 0 0 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a { width: 100%; color: #FFDD00; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a:hover { color: #fff;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a .email { width: 35px;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a .email img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a .arrow { width: 24px;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a .arrow img { width: 100%; height: auto;}
  header#page .logo-contact-box .tel-time-email-mo .column-2 a .ask { width: calc(100% - 35px - 24px); font-size: 2rem; font-weight: 500; text-align: center;}


  /************ section #ind-contain ************/

  section#ind-contain { clear: both; width: 100%; padding: 40px 20px 100px 20px; box-sizing: border-box;}

  .ind-contain-box { clear: both; width: 100%;}
  .ind-contain-box .column-lf { display: none;}

  .ind-contain-box .column-rt { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board { clear: both; width: 100%;}
  .ind-contain-box .column-rt .master-message-board .top-title { width: 100%; position: relative; overflow: hidden;}
  .ind-contain-box .column-rt .master-message-board .top-title img { width: 160%; height: auto; margin: 0 0 0 -30%; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .master-message-board .top-title .title { width: 100%; color: #fff; font-size: 5vw; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .master-message-board .message-board { clear: both; width: 100%; padding: 60px 20px; color: #fff; font-size: 1.1rem; line-height: 1.8em; background-color: #165A11; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box { clear: both; width: 100%; margin: 30px 0 0 0; display: flex; justify-content: center; align-items: flex-start;}
  .ind-contain-box .column-rt .links-menu-box .col-lf { width: 50%;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box { width: 100%; padding: 0 0 35px 0; border-radius: 8px; border: 1px #69C019 solid; background-color: #F6FF89; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title { width: 100%; margin: 0 0 2vw 0; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title .title, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title .title { width: 100%; color: #fff; font-size: 3vw; text-align: center; position: absolute; top: 1vw; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .top-title img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .top-title img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box { width: 86%; margin: 15px auto 0 auto; position: relative;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box a, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box a { color: #fff; text-decoration: none;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box img, 
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box img { width: 100%; height: auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .links-menu-box .col-lf .menu-box .link-box .text { width: 100%; height: 100%; padding: 0 3vw 0 7.5vw; color: #fff; font-size: 3vw; line-height: 1em; text-align: center; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt { width: 50%;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box { width: 100%; padding: 0 0 35px 0; border-radius: 8px; border: 1px #FFA200 solid; background-color: #FFF3A2; background-image: url("../images/bg.webp"); background-repeat: no-repeat; background-position: center center; box-sizing: border-box;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text { width: 100%; height: 100%; padding: 0.8vw 3vw 0 6vw; color: #fff; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .big { width: 100%; padding: 0; margin: 0; font-size: 3vw; line-height: 1.2em; text-align: center;}
  .ind-contain-box .column-rt .links-menu-box .col-rt .menu-box .link-box .text .small { width: 100%; padding: 0; margin: 0; font-size: 2vw; line-height: 1.2em; text-align: center;}

  .ind-contain-box .column-rt .edu-target-box { clear: both; width: 100%; margin: 30px 0 0 0;}
  .ind-contain-box .column-rt .edu-target-box .title-bar { width: 100%; padding: 0 0 0.7vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .line { width: 15px; height: 40px; border-radius: 5px; background-color: #69C019; display: block;}
  .ind-contain-box .column-rt .edu-target-box .title-bar .text { width: calc(100% - 15px); padding: 0 0 0 20px; color: #000; font-size: 1.8rem; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 { clear: both; width: 100%; padding: 0 1.6vw; margin: 20px 0 0 0; display: flex; justify-content: center; align-items: center; box-sizing: border-box;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x { width: calc(100% / 3); padding: 0; margin: 0; position: relative;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x img { width: 28vw; height: auto; margin: 0 auto; position: relative; z-index: 1;}
  .ind-contain-box .column-rt .edu-target-box .target-colx3 .col-3x .text { width: 100%; height: 100%; color: #fff; font-size: 4vw; font-weight: 700; letter-spacing: 0.1em; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 2;}
  .ind-contain-box .column-rt .edu-target-box .text-content { clear: both; width: 100%; padding: 40px 20px; color: #000; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}

  .ind-contain-box .column-rt img.childhood-edu-ass { clear: both; width: 100%;}


  /************ breadcrumbs  ************/
  
  #breadcrumbs-bar { clear: both; width: 100%; padding: 20px 20px 0 20px; color: #707070; font-size: 1rem; line-height: 1.2em; box-sizing: border-box;}
  #breadcrumbs-bar a { color: #69C019; text-decoration: none;}
  #breadcrumbs-bar a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: recruit  ************/

  .page-recruit-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-recruit-title img.icon { width: 120px; height: auto; margin: 0 10px 0 0;}
  .page-recruit-title .title { width: calc(100% - 120px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-recruit-intro { clear: both; width: 100%; padding: 20px 0 40px 0; box-sizing: border-box; color: #000; font-size: 1.1rem; line-height: 1.6em;}

  .page-title-bar { width: 100%; padding: 0 0 0.8vw 0; border-bottom: 3px #69C019 solid; display: flex; justify-content: flex-start; align-items: center;}
  .page-title-bar .line { width: 15px; height: 40px; border-radius: 5px; background-color: #69C019; display: block;}
  .page-title-bar .text { width: calc(100% - 15px); padding: 0 0 0 20px; color: #000; font-size: 1.8rem; font-weight: 500; line-height: 1em; letter-spacing: 0.1em; box-sizing: border-box;}

  .page-recruit-content { clear: both; width: 100%; position: relative;}
  .page-recruit-content img.bg { display: none;}
  .page-recruit-content img.bg-mo { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-recruit-content .content-list { width: 70%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; position: absolute; top: 8vw; left: 10%; z-index: 2;}
  .page-recruit-content .content-list .icon { width: 6vw; padding: 0.9vw 0 0 0;}
  .page-recruit-content .content-list .icon img { width: 2.4vw; height: auto;}
  .page-recruit-content .content-list .list { width: calc(100% - 6vw); color: #000; font-size: 2.2vw; line-height: 1.8em;}
  
  .page_recruit_infor_box_1 { clear: both; width: 100%; padding: 60px 20px; margin: 60px 0 0 0; background-color: #fff; background-image: url('../images/recruit_con_infor_1_bg_1.webp'), url('../images/recruit_con_infor_1_bg_2.webp'); background-repeat: no-repeat, no-repeat; background-size: 87px auto, 92px auto; background-position: left 5px top 5px, right 5px bottom 5px; box-sizing: border-box; -moz-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px 4px rgba(20%,20%,40%,0.5);}
  .page_recruit_infor_box_1 .text { width: 100%; color: #000; font-size: 1.1rem; line-height: 44px; background-image: url('../images/recruit_intro_underline.webp'); background-size: auto 44px; background-repeat: repeat;}

  .page_recruit_infor_box_2 { clear: both; width: 100%; padding: 40px 20px; margin: 60px 0 0 0; border: 3px #69C019 solid; box-sizing: border-box;}
  .page_recruit_infor_box_2 .list-title { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  .page_recruit_infor_box_2 .list-title .icon { width: 20px;}
  .page_recruit_infor_box_2 .list-title .icon img { width: 9px; height: auto;}
  .page_recruit_infor_box_2 .list-title .title { width: calc(100% - 20px); color: #FD9692; font-size: 1.1rem; font-weight: 500;}
  .page_recruit_infor_box_2 .list-title .infor { width: 100%; padding: 0 0 0 20px; font-size: 0.9rem; box-sizing: border-box;}


  /************ page: about  ************/

  .page-about-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-about-title img.icon { width: 83px; height: auto; margin: 0 10px 0 0;}
  .page-about-title .title { width: calc(100% - 83px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .about-features-box { clear: both; width: 100%; padding: 50px 20px; margin: 40px 0 0 0; border-radius: 20px; border: 2px #69C019 dashed; box-sizing: border-box;}
  .about-features-box .content { width: 100%;}
  .about-features-box .content .title-box { width: 100%;}
  .about-features-box .content .title-box .sub { width: 127px; position: relative;}
  .about-features-box .content .title-box .sub img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .about-features-box .content .title-box .sub .text { width: 100%; padding: 0 18px 0 0; color: #fff; font-size: 2rem; font-weight: 300; line-height: 1.4em; text-align: center; position: absolute; top: 10px; left: 0; z-index: 2; box-sizing: border-box;}
  .about-features-box .content .title-box .sub .text span.num { font-size: 2.4rem; font-weight: 400;}
  .about-features-box .content .title-box .title { width: 100%; padding: 10px 0 0 0; color: #69C019; font-size: 2rem; font-weight: 500; line-height: 1.2em; box-sizing: border-box;}
  .about-features-box .content .intro { clear: both; width: 100%; padding: 10px 10px 0 10px; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .about-features-box .photo { clear: both; width: 100%; margin: 30px 0 0 0;}
  .about-features-box .photo img { width: 100%; height: auto;}

  .about-profiles-box { clear: both; width: 100%; margin: 40px 0 0 0; border-radius: 20px; border: 1px #FD9692 solid; overflow: hidden;}
  .about-profiles-box .profiles-name { width: 100%; padding: 10px 20px; color: #fff; font-size: 1.2rem; background-color: #FD9692; box-sizing: border-box;}
  .about-profiles-box .profiles-name span.name { font-size: 1.6rem; font-weight: 500;}
  .about-profiles-box .photo-infor { clear: both; width: 100%; padding: 20px 20px; box-sizing: border-box;}
  .about-profiles-box .photo-infor .photo { width: 100%;}
  .about-profiles-box .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box .photo-infor .infor { clear: both; width: 100%; padding: 30px 0 0 0; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}

  .about-profiles-box-2 { clear: both; width: 100%; margin: 40px 0 0 0; border-radius: 20px; border: 1px #FFDD00 solid; overflow: hidden;}
  .about-profiles-box-2 .profiles-name { width: 100%; padding: 10px 20px; color: #fff; font-size: 1.1rem; background-color: #FFDD00; box-sizing: border-box;}
  .about-profiles-box-2 .profiles-name span.name { font-size: 1.6rem; font-weight: 500;}
  .about-profiles-box-2 .photo-infor { clear: both; width: 100%; padding: 20px; box-sizing: border-box;}
  .about-profiles-box-2 .photo-infor .photo { width: 100%;}
  .about-profiles-box-2 .photo-infor .photo img { width: 100%; height: auto;}
  .about-profiles-box-2 .photo-infor .infor { clear: both; width: 100%; padding: 30px 0 0 0; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}


  /************ page: a day  ************/

  .page-aday-title { clear: both; width: 100%; padding: 10px 20px; box-sizing: border-box; border-radius: 10px; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-title img.icon { width: 135px; height: auto; margin: 0 10px 0 0;}
  .page-aday-title .title { width: calc(100% - 135px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-aday-intro { clear: both; width: 90%; margin: 15px auto; font-size: 1.1rem; line-height: 1.4em;}

  .page-aday-schedule { clear: both; width: 100%; padding: 4vw; background-color: #fff; box-sizing: border-box; -moz-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); -webkit-box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); box-shadow:3px 3px 8px 3px rgba(20%,20%,40%,0.5); position: relative;}
  .page-aday-schedule .schedule-list { width: 100%; padding: 2vw 0; border-bottom: 2px #FD9692 dashed; display: flex; justify-content: flex-start; align-items: center;}
  .page-aday-schedule .schedule-list .time-box { width: 18vw/*115px*/; position: relative;}
  .page-aday-schedule .schedule-list .time-box img.bg { width: 100%; height: auto; position: relative; z-index: 1;}
  .page-aday-schedule .schedule-list .time-box .time { width: 100%; color: #fff; font-size: 4vw; text-align: center; line-height: 1em; position: absolute; top: 3vw; left: 0; z-index: 2;}
  .page-aday-schedule .schedule-list .time-box .time span.vv { writing-mode: vertical-rl;}
  .page-aday-schedule .schedule-list .intro-box { width: calc(100% - 18vw); padding: 0 0 0 1vw; font-size: 4vw; line-height: 1.8em; box-sizing: border-box;}

  img.aday-schedule-pic-1 { max-width: 80%; width: 342px; height: auto; margin: 0 0 0 20%;}
  img.aday-schedule-pic-2 { display: none;}
  img.aday-schedule-pic-3 { max-width: 80%; width: 349px; height: auto; margin: 20px 0 0 20%;}


  /************ page: month  ************/

  .ind-contain-box .column-lf .lfmenu-event-infor-list { display: none;}

  .page-month-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-month-title img.icon { width: 68px; height: auto; margin: 0 10px 0 0;}
  .page-month-title .title { width: calc(100% - 68px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-month-schedule { clear: both; width: 100%;}
  .page-month-schedule .intro-text { width: 100%; padding: 20px 30px; font-size: 1.1rem; line-height: 1.4em; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table { clear: both; width: 100%;}
  .page-month-schedule .month-schedule-table .caption-full { width: 100%; color: #fff; font-size: 1.2rem; border: 1px #707070 solid; background-color: #FD9692; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 { width: 35%; padding: 8px 10px; border-right: 1px #707070 solid; box-sizing: border-box; display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-1 img.icon-1 { width: 72px; height: auto; margin: 0 0 0 20px;} 
  .page-month-schedule .month-schedule-table .caption-full .caption-2 { width: 65%; padding: 8px 10px; box-sizing: border-box;  display: flex; justify-self: flex-start; align-items: center;}
  .page-month-schedule .month-schedule-table .caption-full .caption-2 img.icon-2 { width: 77px; height: auto; margin: 0 0 0 20px;}
  .page-month-schedule .month-schedule-table .column-full { width: 100%; font-size: 1rem; border-right: 1px #707070 solid; border-left: 1px #707070 solid; border-bottom: 1px #707070 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-1 { width: 35%; padding: 15px 10px; border-right: 1px #707070 solid; box-sizing: border-box;}
  .page-month-schedule .month-schedule-table .column-full .column-2 { width: 65%; padding: 15px 10px; box-sizing: border-box;}
  .page-month-schedule img.month-illu { width: 1035px; max-width: 90%; height: auto; margin: 20px auto 0 auto;}


  /************ page: year-half  ************/

  .page-year-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-year-title img.icon { width: 120px; height: auto; margin: 0 10px 0 0;}
  .page-year-title .title { width: calc(100% - 120px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-year-half-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  
  .page-year-half-list .other-half-bt { clear: both; width: 320px; float: right;}
  .page-year-half-list .other-half-bt a { width: 100%; padding: 3px; color: #fff; font-size: 1.1rem; text-align: right; text-decoration: none; border-radius: 5px; background-color: #FFA200; box-sizing: border-box; display: block;}
  .page-year-half-list .other-half-bt a:hover { background-color: #707070;}

  .page-year-half-list .month-schedule-detail { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-year-half-list .month-schedule-detail .month-tab { width: 160px; padding: 5px 5px 0 5px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-tab.style-1 { background-color: #FD9692;}
  .page-year-half-list .month-schedule-detail .month-tab.style-2 { background-color: #4BBEDC;}
  .page-year-half-list .month-schedule-detail .month-tab.style-3 { background-color: #FFA200;}
  .page-year-half-list .month-schedule-detail .month-tab .month { width: 100%; color: #fff; font-size: 1.4rem; font-weight: 500; text-align: center; border: 2px #fff solid; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content { clear: both; width: 100%; padding: 30px 10px; box-sizing: border-box; background-color: #fff;}
  .page-year-half-list .month-schedule-detail .month-content.style-1 { border: 3px #FD9692 solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-2 { border: 3px #4BBEDC solid;}
  .page-year-half-list .month-schedule-detail .month-content.style-3 { border: 3px #FFA200 solid;}
  .page-year-half-list .month-schedule-detail .month-content .title-bar { width: 100%; padding: 3px 10px; color: #fff; font-size: 1.4rem; font-weight: 500; border-radius: 5px; background-color: #69C019; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .intro { width: 100%; padding: 20px; font-size: 1.rem; line-height: 1.4em; box-sizing: border-box;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table { clear: both; width: 100%;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column { width: 100%; margin: 0 0 10px 0;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .title { width: 100%; padding: 3px 0; color: #69C019; font-size: 1.1rem; font-weight: 600; border-bottom: 2px #69C019 dashed;}
  .page-year-half-list .month-schedule-detail .month-content .schedule-table .table-column .content { clear: both; padding: 10px; width: 100%; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}


  /************ page: extracurriculum  ************/

  .page-extra-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #B58ECB; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-title img.icon { width: 65px; height: auto; margin: 0 10px 0 0;}
  .page-extra-title .title { width: calc(100% - 65px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-extra-intro { clear: both; width: 100%; padding: 20px 0 40px 0; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .page-extra-intro img.extra-illu { clear: both; width: 981px; max-width: 100%; height: auto; margin: 20px 0 0 0;}

  .page-extra-sub-nav { clear: both; width: 100%; margin: 0 0 40px 0;}
  .page-extra-sub-nav .col-nav { width: 80%; padding: 8px 0; margin: 10px auto; border-bottom: 3px #69C019 dashed;}
  .page-extra-sub-nav .col-nav a { width: 100%; text-decoration: none; display: flex; justify-content: flex-start; align-items: center;}
  .page-extra-sub-nav .col-nav a img.icon { width: 36px; height: auto; margin: 0 10px 0 0;}
  .page-extra-sub-nav .col-nav a .title { width: calc(100% - 36px - 10px - 20px); color: #5A5A5A; font-size: 1.1rem; font-weight: 500;}
  .page-extra-sub-nav .col-nav a .arrow { width: 20px; color: #5A5A5A; font-size: 1.1rem; text-align: right;}

  .page-extra-sub-list { clear: both; width: 100%; margin: 40px 0;}
  .page-extra-sub-list .list-full { width: 100%; padding: 20px 0; margin: 0 0 20px 0; border-bottom: 2px #5A5A5A dashed;}
  .page-extra-sub-list .list-full .caption { width: 100%; margin: 0 0 10px 0;}
  .page-extra-sub-list .list-full .caption .sub-title { width: 240px; padding: 6px 0; color: #fff; font-size: 1.1rem; font-weight: 600; text-align: center; border-radius: 10px; background-color: #FFA200; position: relative;}
  .page-extra-sub-list .list-full .caption .sub-title .dot { width: 8px; height: 8px; border-radius: 100%; background-color: #fff; display: block; position: absolute; top: 6px; left: 6px; z-index: 1;}
  .page-extra-sub-list .list-full .column { width: 100%; font-size: 1.1rem; line-height: 1.6em;}


  /************ page: photo  ************/

  .page-photo-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #FFDD00; display: flex; justify-content: flex-start; align-items: center;}
  .page-photo-title img.icon { width: 120px; height: auto; margin: 0 10px 0 0;}
  .page-photo-title .title { width: calc(100% - 120px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-photo-login { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-photo-login .column-full { width: 100%; margin: 20px 0 0 0; border-radius: 10px; border: 1px #707070 solid; display: flex; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden;}
  .page-photo-login .column-full .icon { width: 80px; padding: 10px 0; background-color: #F8F8F8; border-right: 1px #707070 solid;}
  .page-photo-login .column-full .icon img { width: 25px; height: auto; margin: 0 auto;}
  .page-photo-login .column-full .column { width: calc(100% - 80px); padding: 5px; background-color: #fff; box-sizing: border-box;}
  .page-photo-login .column-full .column input[type=text], 
  .page-photo-login .column-full .column input[type=password] { width: 100%; height: 100%; padding: 0 10px; font-size: 1.1rem; border: 0; background-color: #fff; box-sizing: border-box;}
  .page-photo-login input[type=submit], 
  .page-photo-login input[type=button] { padding: 10px 30px; margin: 30px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 10px; border: 0; background-color: #69C019; cursor: pointer;}
  
  .photo-login-support-links { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem; line-height: 2em;}
  .photo-login-support-links a { color: #69C019; text-decoration: none;}
  .photo-login-support-links a:hover { border-bottom: 1px #69C019 solid;}


  /************ page: photo list  ************/

  .page-photo-list { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-photo-list .photo-sort { width: calc(100% / 2 - 20px); padding: 5px; margin: 0 10px 30px 10px; border-radius: 30px; border: 1px #070707 solid; background-color: #fff; box-sizing: border-box;}
  .page-photo-list .photo-sort a { text-decoration: none;}
  .page-photo-list .photo-sort .photo-cover { width: 100%; height: 24vw; border-radius: 20px; border: 2px #328D2A solid; display: flex; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box;}
  .page-photo-list .photo-sort .photo-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
  .page-photo-list .photo-sort .text { width: 100%; padding: 10px 0 0 0; color: #000; font-size: 1.1rem; font-weight: 500; text-align: center;}

  ul.pages-num { clear: both; width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.pages-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.pages-num li a { padding: 5px 10px; color: #328D2A; font-size: 1rem; text-decoration: none; border: 1px #328D2A solid; background-color: #fff; display: block;}
  ul.pages-num li a:hover { background-color: #eee;}
  ul.pages-num li a.sel { color: #fff; background-color: #328D2A;}


  /************ page: school  ************/

  .page-school-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-school-title img.icon { width: 103px; height: auto; margin: 0 20px 0 0;}
  .page-school-title .title { width: calc(100% - 103px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-school-schedule-box { clear: both; width: 100%; margin: 30px auto 0 auto; color: #707070;}
  .page-school-schedule-box .calendar-box { clear: both; width: 100%;}
  .page-school-schedule-box .calendar-box .year-month-bar { width: 100%; font-size: 1.1rem; text-align: center; display: flex; justify-content: center; align-items: center;}
  .page-school-schedule-box .calendar-box .year-month-bar .arrow { width: 30px; cursor: pointer;}
  .page-school-schedule-box .calendar-box .year-month-bar .year-month { width: calc(100% - 60px);}
  .page-school-schedule-box .calendar-box .calendar-month { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-school-schedule-box .calendar-box .calendar-month .week { width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .week .col { width: calc(100% / 7); padding: 10px 0; font-size: 1.1rem; text-align: center;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row { width: 100%; border-bottom: 2px #fff solid; background-color: #F2F2F4; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col { width: calc(100% / 7); padding: 30px 0; font-size: 1.1rem; text-align: center; border-right: 2px #fff solid; box-sizing: border-box;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col:last-child { border-right: 0;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order { background-color: #F8F8F8; cursor: pointer;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order:active { color: #fff; background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .calendar-month .day-row .col.order.sel { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box { clear: both; width: 100%; margin: 20px 0 0 0;}
  .page-school-schedule-box .time-box .time-col { width: 100%; padding: 20px; font-size: 1.1rem; text-align: center; background-color: #F8F8F8; transition: background-color 0.3s; cursor: pointer; box-sizing: border-box; position: relative;}
  .page-school-schedule-box .time-box .time-col span.reserve { display: none;}
  .page-school-schedule-box .time-box .time-col .num { color: #00787D; font-size: 0.8rem; position: absolute; bottom: 0; right: 5px; z-index: 2;}
  .page-school-schedule-box .time-box .time-col.active { color: #fff; background-color: #4BBEDC;}
  .page-school-schedule-box .time-box .time-col.active .num { color: #fff;}
  .page-school-schedule-box .time-box .time-col.border-right { border-right: 5px #76dcf7 solid;}
  .page-school-schedule-box .form-box { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-school-schedule-box .form-box .form { width: 100%;}
  .page-school-schedule-box .form-box .form .caption { width: 100%; padding: 0 0 10px 0; font-size: 1.1rem;}
  .page-school-schedule-box .form-box .form .column { width: 100%; padding: 0 0 20px 0;}
  .page-school-schedule-box .form-box .form .column input[type=text], 
  .page-school-schedule-box .form-box .form .column input[type=email], 
  .page-school-schedule-box .form-box .form .column textarea { width: 100%; padding: 10px; font-size: 1.1rem; border: 1px #707070 solid; border-radius: 3px; background-color: #fff; box-sizing: border-box;}
  .page-school-schedule-box .form-box .form .column input[type=submit], 
  .page-school-schedule-box .form-box .form .column input[type=button] { width: 100%; padding: 10px; margin: 20px 0 0 0; color: #fff; font-size: 1.1rem; border-radius: 5px; border: 0; background-color: #4BBEDC; box-sizing: border-box; cursor: pointer;}
  .page-school-schedule-box .form-box .form .column input[type=submit]:active, 
  .page-school-schedule-box .form-box .form .column input[type=button]:active { background-color: #2FD1FB;}
  .page-school-schedule-box .calendar-box .title, 
  .page-school-schedule-box .time-box .title, 
  .page-school-schedule-box .form-box .title { width: 100%; padding: 0 0 40px 0; font-size: 1.4rem; font-weight: 600;}


  /************ page: news  ************/

  .page-news-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-news-title img.icon { width: 87px; height: auto; margin: 0 20px 0 0;}
  .page-news-title .title { width: calc(100% - 87px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-news-list { clear: both; width: 100%; margin: 30px 0 0 0;}
  .page-news-list .news-list { width: 100%; padding: 10px; margin: 15px 0 0 0; border-radius: 10px; border: 1.5px #69C019 solid; box-sizing: border-box;}
  .page-news-list .news-list .date { width: 100%; padding: 10px; color: #fff; font-size: 1rem; text-align: center; border-radius: 10px; background-color: #69C019; box-sizing: border-box;}
  .page-news-list .news-list .title { width: 100%; padding: 10px 0; font-size: 1.3rem; font-weight: 500; box-sizing: border-box;}
  .page-news-list .news-list .title a { color: #69C019; text-decoration: none;}
  .page-news-list .news-list .title a:active { color: #FFA200;}


  /************ page: news content  ************/

  .page-news-detail { clear: both; width: 100%;}
  .page-news-detail .links-date { width: 100%; padding: 0 0 10px 0; color: #707070; font-size: 0.9rem;}
  .page-news-detail .links-date a { color: #69C019; text-decoration: none;}
  .page-news-detail .links-date a:hover { border-bottom: 1px #69C019 solid;}
  .page-news-detail .news-title { width: 100%; font-size: 1.8rem; font-weight: 500; line-height: 1.4em;}
  .page-news-detail .news-con { clear: both; width: 100%; padding: 40px 0; font-size: 1.1rem; line-height: 2em;}
  .page-news-detail .news-con img { max-width: 100%; height: auto;}

  .page-news-social-icons { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
  .page-news-social-icons img.icon { width: 50px; height: auto; margin: 0 10px 10px 10px;}


  /************ page: newblog  ************/

  .page-newblog-con { clear: both; width: 100%;}
  .page-newblog-con .pages-select { width: 100%; font-size: 1.1rem; display: flex; justify-content: flex-end; align-items: center;}
  .page-newblog-con .pages-select select { width: 100px; padding: 3px 10px; font-size: 1.1rem; box-sizing: border-box;}
  .page-newblog-con .newblog-list { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-newblog-con .newblog-list .caption-full { width: 100%; color: #fff; font-size: 1.2rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .caption-full .caption-1 { width: calc(70% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-2 { width: calc(30% - 10px); padding: 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #328D2A solid; background-color: #69C019; box-sizing: border-box;}
  .page-newblog-con .newblog-list .caption-full .caption-1 .text, 
  .page-newblog-con .newblog-list .caption-full .caption-2 .text { width: 100%; padding: 8px; border-radius: 5px; border: 1.5px #fff solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full { clear: both; width: 100%; margin: 10px 0 0 0; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-newblog-con .newblog-list .column-full .column-1 { width: calc(70% - 10px); padding: 10px 5px; margin: 0 5px; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}
  .page-newblog-con .newblog-list .column-full .column-1 a { color: #69C019; text-decoration: none;}
  .page-newblog-con .newblog-list .column-full .column-1 a:hover { border-bottom: 1px #69C019 solid;}
  .page-newblog-con .newblog-list .column-full .column-2 { width: calc(30% - 10px); padding: 10px 5px; margin: 0 5px; font-size: 0.9rem; border-radius: 5px; border: 1.5px #707070 solid; box-sizing: border-box;}


  /************ page: children_house  ************/

  .page-childhouse-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #FFA200; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-title img.icon { width: 108px; height: auto; margin: 0 20px 0 0;}
  .page-childhouse-title .title { width: calc(100% - 108px - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-childhouse-schedule { clear: both; width: 100%; padding: 30px 10px; margin: 30px 0; background-color: #fff; box-sizing: border-box;}
  .page-childhouse-schedule img.schedule-table { width: 100%; height: auto;}
  .page-childhouse-schedule .notice-title { clear: both; width: 100%; margin: 30px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-childhouse-schedule .notice-title .title { width: 60px; color: #FD9692; font-size: 1.6rem; font-weight: 500;}
  .page-childhouse-schedule .notice-title .line { width: calc(100% - 60px); border-top: 2px #FD9692 dashed; display: block;}
  .page-childhouse-schedule ul.notice-list { clear: both; width: 100%; padding: 0 0 0 30px; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-schedule ul.notice-list li { padding: 0; margin: 0; font-size: 1.1rem; line-height: 1.6em;}

  .page-childhouse-classroom { clear: both; width: 100%; padding: 30px 10px; font-size: 1.1rem; line-height: 1.6em; box-sizing: border-box;}
  .page-childhouse-classroom ul.notice-list { clear: both; width: 100%; padding: 0 0 0 30px; margin: 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-childhouse-classroom ul.notice-list li { padding: 0; margin: 0;}

  .page-childhouse-other { clear: both; width: 100%; padding: 30px 0; margin: 40px 0 0 0; background-color: #fff;}
  .page-childhouse-other .title { width: 220px; padding: 5px 0; color: #fff; font-size: 1.1rem; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-other .content-list { clear: both; width: 100%; padding: 30px 10px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; box-sizing: border-box;}
  .page-childhouse-other .content-list .icon { width: 40px; padding: 5px 0 0 0;}
  .page-childhouse-other .content-list .icon img { width: 24px; height: auto;}
  .page-childhouse-other .content-list .list { width: calc(100% - 40px); color: #000; font-size: 1.1rem; line-height: 1.8em;}

  .page-childhouse-contact { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-childhouse-contact .title { width: 400px; max-width: 100%; padding: 5px 0; color: #fff; font-size: 1.1rem; font-weight: 500; text-align: center; background-color: #69C019;}
  .page-childhouse-contact .contact-box { width: 100%; padding: 10px 0 2px 0; margin: 40px 0 0 0; border: 2px #69C019 dashed; box-sizing: border-box;}
  .page-childhouse-contact .contact-box .infor-text { display: none;}
  .page-childhouse-contact .contact-box .infor-text-mo { width: 100%; font-size: 1.1rem; text-align: center;}
  .page-childhouse-contact .contact-box .inquiry-btn { width: 600px; max-width: 100%; margin: 10px auto 0 auto; border-radius: 5px; background-color: #FFA200; overflow: hidden;}
  .page-childhouse-contact .contact-box .inquiry-btn a { width: 100%; padding: 10px 0 10px 10px; color: #fff; font-size: 1.1rem; text-align: left; text-decoration: none; display: block; position: relative; box-sizing: border-box;}
  .page-childhouse-contact .contact-box .inquiry-btn a span { position: relative; z-index: 2;}
  .page-childhouse-contact .contact-box .inquiry-btn a .icon { width: 30px; color: #fff; font-size: 1.1rem; text-align: center; position: absolute; top: 10px; right: 0; z-index: 1;}


  /************ page: commutation  ************/

  .page-commutation-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #69C019; display: flex; justify-content: flex-start; align-items: center;}
  .page-commutation-title img.icon { width: 100px; height: auto; margin: 0 20px 0 0;}
  .page-commutation-title .title { width: calc(100% - 100x - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  .page-commutation-intro { clear: both; width: 100%; padding: 30px 20px; box-sizing: border-box;}
  .page-commutation-intro .intro-text { width: 100%; padding: 0 0 30px 0; font-size: 1.1rem; line-height: 1.6em;}
  .page-commutation-intro .intro-pic { clear: both; width: 100%; margin: 0 auto;}
  .page-commutation-intro .intro-pic img { width: 460px; max-width: 100%; height: auto;}

  .page-commutation-map { clear: both; width: 90%; margin: 0 auto 40px auto;}
  .page-commutation-map .map-list { width: 100%; margin: 0 0 30px 0;}
  .page-commutation-map .map-list .map { width: 100%; border: 1px #707070 solid; box-sizing: border-box;}
  .page-commutation-map .map-list .map img { width: 100%; height: auto;}
  .page-commutation-map .map-list .name { width: 100%; padding: 3px 20px 0 0; margin: 10px 0 0 0; color: #fff; font-size: 1.1rem; text-align: right; border-radius: 13px; background-color: #FD9692; box-sizing: border-box;}

  .page-commutaton-infor { clear: both; width: 100%;}
  .page-commutaton-infor .link { width: 100%; padding: 80px 0 40px 0;}
  .page-commutaton-infor .link a { color: #69C019; font-size: 1.2rem; text-decoration: none;}
  .page-commutaton-infor .link a:hover { border-bottom: 1px #69C019 solid;}
  .page-commutaton-infor .infor-box { clear: both; width: 100%; padding: 20px; border: 3px #69C019 solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-commutaton-infor .infor-box .icon { width: 40px; padding: 5px 0 0 0;}
  .page-commutaton-infor .infor-box .icon img { width: 24px; height: auto;}
  .page-commutaton-infor .infor-box .text { width: calc(100% - 40px); font-size: 1.1rem; line-height: 1.6em;}
  .page-commutaton-infor .infor-box .text span.title { color: #FD9692; font-size: 1.2rem; font-weight: 600;}


  /************ page: lunch  ************/

  .page-lunch-title { clear: both; width: 100%; padding: 10px 20px; margin: 0 0 30px 0; box-sizing: border-box; border-radius: 10px; background-color: #4BBEDC; display: flex; justify-content: flex-start; align-items: center;}
  .page-lunch-title img.icon { width: 103px; height: auto; margin: 0 20px 0 0;}
  .page-lunch-title .title { width: calc(100% - 103x - 10px); color: #fff; font-size: 2.2rem; letter-spacing: 0.1em;}

  img.page-lunch-illu { clear: both; width: 980px; max-width: 100%; height: auto; margin: 30px auto;}

  .page-lunch-schedule-table { clear: both; width: 100%; background-color: #fff;}
  .page-lunch-schedule-table img.schedule-table { width: 1206px; max-width: 100%; height: auto; margin: 0 auto;}

  .page-lunch-notice { clear: both; width: 100%; margin: 30px 0 0 0; font-size: 1.1rem;}


  /************ page: edit  ************/

  .page-edit-form-table { width: 100%; padding: 40px 20px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1;}
  .page-edit-form-table .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-table .caption { width: 100%; padding: 10px 0; margin: 20px 0 0 0; font-size: 1.2rem;}
  .page-edit-form-table .column { width: 100%; font-size: 1.2rem;}
  .page-edit-form-table .column input[type=text], 
  .page-edit-form-table .column input[type=password], 
  .page-edit-form-table .column input[type=email] { width: 100%; padding: 10px; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-edit-form-table .column input[type=text]:disabled { background-color: #ddd;}
  .page-edit-form-table .submit-btn { clear: both; width: 100%; margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
  .page-edit-form-table .submit-btn input[type=submit] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=button] { padding: 10px 20px; margin: 0 10px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}
  .page-edit-form-table .submit-btn input[type=reset] { padding: 10px 20px; margin: 0 10px; color: #328D2A; font-size: 1.2rem; border: 0; background-color: transparent; cursor: pointer;}


  .page-edit-form-confirm { width: 100%; padding: 40px; box-sizing: border-box; border: 1px #ccc solid; border-radius: 10px; background-color: #f1f1f1;}
  .page-edit-form-confirm .title { width: 100%; padding: 0 0 10px 0; font-size: 1.8rem; font-weight: 500; border-bottom: 1px #000 solid;}
  .page-edit-form-confirm .caption { width: 200px; padding: 10px 0; margin: 20px 0 0 0; font-size: 1.2rem; font-weight: 500; box-sizing: border-box;}
  .page-edit-form-confirm .column { width: 100%; color: #666; font-size: 1.2rem;}


  .page-email-confirm { clear: both; width: 100%; margin: 40px 0; font-size: 1.2rem; line-height: 1.8em;}
  .page-email-confirm input[type=email] { width: 100%; padding: 10px; margin: 5px 0; color: #000; font-size: 1.2rem; border: 1px #ccc solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .page-email-confirm input[type=submit] { padding: 10px 20px; margin: 10px 0; color: #fff; font-size: 1.2rem; border: 0; border-radius: 10px; background-color: #165A11; cursor: pointer;}


  /************ page: sitemap  ************/

  ul.page-sitemap-list { width: 100%; padding: 0; margin: 60px 0 0 0; list-style: none; display: block;}
  ul.page-sitemap-list li { width: 100%; padding: 0 0 20px 0; margin: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
  ul.page-sitemap-list li img.icon { width: 29px; height: auto; margin: 0 10px 0 0;}
  ul.page-sitemap-list li span.menu-1 { color: #FD9692; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-2 { color: #4BBEDC; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li span.menu-3 { color: #FFA200; font-size: 1.2rem; font-weight: 600;}
  ul.page-sitemap-list li ul.menu-popup { width: 100%; padding: 10px 0 0 60px; margin: 0; box-sizing: border-box; list-style: none; display: block;}
  ul.page-sitemap-list li ul.menu-popup li { width: 100%; padding: 0 0 5px 0; margin: 0; font-size: 1.1rem; list-style-type: none; position: relative;}
  ul.page-sitemap-list li ul.menu-popup li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a { color: #FD9692; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a { color: #4BBEDC; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  ul.page-sitemap-list li ul.menu-popup li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a { color: #FFA200; text-decoration: none;}
  ul.page-sitemap-list li ul.menu-popup li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}


  /************ page: 404 error ************/

  .error404-con { clear: both; width: 100%; padding: 80px 0; text-align: center;}
  .error404-con .error-num { width: 100%; font-size: 5rem; font-weight: 700;}
  .error404-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 2rem; font-weight: 500;}
  .error404-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .error404-con a.goback-bt { width: 240px; padding: 8px 0; margin: 0 auto; color: #fff; font-size: 1.1rem; text-align: center; text-decoration: none; border-radius: 15px; background-color: #69C019; display: block;}
  .error404-con a.goback-bt:hover { background-color: #328D2A;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 0 20px; box-sizing: border-box;}

  footer .footer-contain { width: 100%; padding: 40px 40px; box-sizing: border-box; border-radius: 10px; background-color: #fff;}
  footer .footer-contain .column-3x { width: 100%; margin: 0 0 20px 0;}
  footer .footer-contain .column-3x .title { width: 100%; font-size: 0.8rem; font-weight: 600; display: flex; justify-content: flex-start; align-items: center;}
  footer .footer-contain .column-3x .title img.icon { width: 29px; height: auto; margin: 0 5px 0 0;}
  footer .footer-contain .column-3x .title span.style-1 { color: #FD9692;}
  footer .footer-contain .column-3x .title span.style-2 { color: #4BBEDC;}
  footer .footer-contain .column-3x .title span.style-3 { color: #FFA200;}
  footer .footer-contain .column-3x ul { clear: both; width: 100%; padding: 0 0 0 55px; margin: 10px 0 0 0; box-sizing: border-box; list-style: none; display: block;}
  footer .footer-contain .column-3x ul li { padding: 0; margin: 0; font-size: 0.8rem; list-style-type: none; position: relative;}
  footer .footer-contain .column-3x ul li.style-1::before { content: "→"; color: #FD9692; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-1 a { color: #FD9692; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-1 a:hover { border-bottom: 1px #FD9692 solid;}
  footer .footer-contain .column-3x ul li.style-2::before { content: "→"; color: #4BBEDC; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-2 a { color: #4BBEDC; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-2 a:hover { border-bottom: 1px #4BBEDC solid;}
  footer .footer-contain .column-3x ul li.style-3::before { content: "→"; color: #FFA200; position: absolute; left: -20px;}
  footer .footer-contain .column-3x ul li.style-3 a { color: #FFA200; text-decoration: none;}
  footer .footer-contain .column-3x ul li.style-3 a:hover { border-bottom: 1px #FFA200 solid;}

  footer .footer-contain .column-3x .sitemap { clear: both; width: 100%; margin: 30px 0 0 0;}
  footer .footer-contain .column-3x .sitemap a { color: #69C019; font-size: 1rem; text-decoration: none;}
  footer .footer-contain .column-3x .sitemap a:hover { border-bottom: 1px #69C019 solid;}

  footer .copyright { clear: both; width: 100%; padding: 30px 20px; color: #000; font-size: 0.8rem; line-height: 2em; text-align: center; box-sizing: border-box;}
  

}
