<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerLocal .logoWrapLocal &gt; a{
  margin: 0 auto 0 6rem;
}
#siGmenuBtn{
  /**/
  display: none;
}

/*menu螟画峩繝ｻ霑ｽ蜉�*/
#siGmenu .menu{
  font-size: 1.6rem;
  margin: 0 0.75em;
}
.headerLoculSub .menu{
  font-size: 1.4rem;
  margin: 0 0.75em;
}
.headerLoculSub .menu.active{
  border-bottom:2px solid #2cc7a5;
}
.headerLoculSub .menu.active a{
color:#2cc7a5;
}

#siGmenu .menu:last-child{
  margin-right: 0;
}
#siGmenu .menu a,
.headerLoculSub a{
  color: #333333;
}
#siGmenu .menu a.btn{
  color: white;
  font-size: 1.5rem;
  padding: 1.2rem 3.2rem;
}
#siGmenu .menu a.link:hover{
  color: #2cc7a5;
}
.headerLoculSub .menu a:hover{
  color: #2cc7a5;
}
#siGmenu .menu a.link.btn:hover{
  color: white;
}
#siGmenu .menu a.current{
  border-bottom: 3px solid #2cc7a5;
  padding-bottom: 0.25em;
}
.headerLoculSub{
  background: #eeeeee;
  width: 100vw;
  margin-left: -3rem;
  padding: 1.5rem 0;
}
.headerLoculSub .title{
  display: none;
}
.headerLoculSub ul .divide{
  width: 1px;
  border-right: 1px solid black;
  display: inline-block;
  height: 1em;
}
#headerLocalGmenu header{
  transition: all 0.5s;
}
#headerLocalGmenu.hide header{
  top: -10.7rem;
}
nav.linkListLocal{
/*top: 67.5%;*/
top: 80%;
transition: all 0.5s;
opacity: 0;
pointer-events: none;
}
nav.linkListLocal.active{
  top: 50%;
  opacity: 1;
  pointer-events: all;
}
#begin nav.linkListLocal{
  top: 50%;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1220px) {
  #siGmenu .menu,  .headerLoculSub .menu{
    font-size: 1.4rem;
    margin: 0 0.5em;
  }
  #siGmenu .menu a.link.btn{
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  #siGmenu{
    display: none;
  }
  #siGmenuBtn{
    display: flex;
  }
  .headerLoculSub .title{
    display: block;
    color: #2cc7a5;
    font-size: 1.4rem;
  }
  .headerLoculSub .title span{
    vertical-align: middle;
    transition: all 0.1s;
  }
  .headerLoculSub .title.on span{
    transform: rotate(180deg);
  }
  .headerLoculSub ul{
    display: none;
  }
  .headerLoculSub ul .menu{
    margin: 1em 0;
  }
  .headerLoculSub ul.on{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin: 1rem 0;
  }
  .headerLoculSub{
    flex-flow: column;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .headerLocalGmenu .flex.flex-between{
    flex-flow: column;
    width: 100%;
  }
  .headerLocalGmenu ul.menuList{
    width: 100%!important;
  }
  .headerLocalGmenu ul.menuList.series li.menuTitle:nth-child(2){
    border-bottom: 1px solid #333333;
  }
  .headerLocalGmenu ul.menuList.series li.menuTitle:nth-child(2) a::before{
    display: none;
  }
  .headerLocalGmenu ul.menuList li.menuTitle a.current{
    color:  #2cc7a5;
  }
  .headerLoculSub ul .divide{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headerLoculSub{
    margin-left: -2rem;
  }
  .headerLocal .logoWrapLocal &gt; a{
    margin: auto;
  }
  nav.linkListLocal,nav.linkListLocal.active{
    top: auto;
    display: block;
  }
  nav.linkListLocal{
    display: none;
  }
  #begin nav.linkListLocal{
    display: block;
    height: max-content;
  }
  #begin nav.linkListLocal ul.point{
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #begin nav.linkListLocal ul{
    position: fixed;
    /* top: auto; */
    bottom: 0;
  }
 
}

@media screen and (max-width: 540px) {
  #headerLocalGmenu.hide header{
    top: -6.7rem;
  }
}</pre></body></html>