@charset "utf-8";
.btnGroup {
  /*top: 8px;*/
  right: 8px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  z-index: 999999999999999999999;
}
@media screen and (min-width: 768px) {
  .btnGroup {
    top: 15px;
    right: 0px;
  }
}
.btnGroup img {
  display: inline-block;
  margin: 0 2px;
}
#overlayMenu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  transform: translate3d(100%, 0, 0);
  transition: .6s;
  opacity: 0;
  z-index: 999999999999999999999999999999999999999;
}
#overlayMenu .overlayMask {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  cursor: pointer;
}
#overlayMenu .overlayMenuNavi {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 5px;
  background: rgb(103, 192, 160);
  background: #004aa0;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuNavi {
    width: 350px;
    height: 100%;
    position: absolute;
    padding: 40px 5px;
    right: 0;
    top: 0
  }
}
@media screen and (min-width: 768px) {
  #overlayMenu nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
#overlayMenu .overlayMenuNavi ul {
  margin-bottom: 2em;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuNavi ul {
    width: 100%;
    margin: 0 5% 2em 5%;
  }
}
#overlayMenu .overlayMenuNavi h1 {
  margin: 0 0 20px 5%;
  color: #fff;
  font-size: 3em
}
#overlayMenu .overlayMenuNavi nav ul li {
  margin: 0 0 6px 0;
  color: #000;
  overflow: hidden
}
#overlayMenu .overlayMenuNavi nav ul li span {
  border-bottom: 2px solid #006ab7;
  font-weight: bold;
}
#overlayMenu .overlayMenuNavi nav ul li a {
  position: relative;
  display: inline-block;
  /*padding: 2px 0;*/
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .6s;
  z-index: 0
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuNavi nav ul li a {}
}
/*#overlayMenu .overlayMenuNavi nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(-110%, 0, 0);
    transition: .3s;
    background: #fff;
    z-index: -1
}*/
#overlayMenu .overlayMenuNavi nav ul li a:hover {
  color: #fff;
}
#overlayMenu .overlayMenuNavi nav ul li a:hover:before {
  transform: translate3d(0, 0, 0)
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn {
  position: absolute;
  top: 6px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #d1b240;
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuNavi #overlayCloseBtn {
    top: 26px;
    right: 40px;
    width: 40px;
    height: 40px
  }
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn span {
  position: absolute;
  top: 23px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: rotate(0);
  transition-delay: .6s;
  transition-duration: .6s
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuNavi #overlayCloseBtn span {
    top: 12.5px;
    width: 40px
  }
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn.isAnimate span:nth-child(1) {
  transform: rotate(45deg)
}
#overlayMenu .overlayMenuNavi #overlayCloseBtn.isAnimate span:nth-child(2) {
  transform: rotate(-45deg)
}
#overlayMenu .mab {
  margin-bottom: 2px !important
}
#overlayMenu .overlayMenuInfo {
  display: none;
  width: 100%;
  height: auto;
  padding: 10%;
  background-color: rgba(255, 255, 255, 0);
  overflow: auto
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuInfo {
    display: block;
    width: 60%;
    height: 100%
  }
}
#overlayMenu .overlayMenuInfo h1 {
  font-size: 2em;
  font-weight: bolder
}
#overlayMenu .overlayMenuInfo table {
  display: table;
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-collapse: collapse
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuInfo table {
    margin: 40px 0
  }
}
#overlayMenu .overlayMenuInfo table tbody tr th {
  display: block;
  width: 100%;
  padding: 10px 0 !important;
  vertical-align: middle;
  border: 0 !important
}
#overlayMenu .overlayMenuInfo table tbody tr th div {
  display: flex;
  justify-content: space-between;
  align-items: center
}
#overlayMenu .overlayMenuInfo table tbody tr th div time {
  margin: 0 10px 0 0;
  color: #eb6877;
  font-weight: normal !important
}
#overlayMenu .overlayMenuInfo table tbody tr th div .labelNews {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bolder;
  background-color: #eb6877
}
@media screen and (min-width: 1480px) {
  #overlayMenu .overlayMenuInfo table tbody tr th {
    display: table-cell;
    width: 25%;
    padding: 15px 0 !important
  }
}
#overlayMenu .overlayMenuInfo table tbody tr td {
  display: block;
  width: 100%;
  padding: 10px 0 !important;
  line-height: 1.5;
  vertical-align: middle;
  border: 0 !important
}
#overlayMenu .overlayMenuInfo table tbody tr td a {
  color: #000
}
@media screen and (min-width: 1480px) {
  #overlayMenu .overlayMenuInfo table tbody tr td {
    display: table-cell;
    width: 75%;
    padding: 15px !important
  }
}
#overlayMenu .overlayMenuInfo > a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  margin: 0 0 40px 0;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  background-color: #214880;
  border: 1px solid #214880;
  overflow: hidden;
  transition: .3s;
  z-index: 0
}
#overlayMenu .overlayMenuInfo > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: .6s;
  background: #fff;
  z-index: -1
}
#overlayMenu .overlayMenuInfo > a:hover {
  color: #214880
}
#overlayMenu .overlayMenuInfo > a:hover:before {
  transform: translate3d(0, 0, 0)
}
@media screen and (min-width: 768px) {
  #overlayMenu .overlayMenuInfo > a {
    font-size: 2em
  }
}
#overlayMenu.open {
  transform: translate3d(0, 0, 0);
  opacity: 1
}
#pageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000
}
#overlayBtn p {
  font-size: 0.8em;
  color: #006cb8;
}
@media screen and (min-width: 768px) {
  #overlayBtn p {
    font-size: 1em;
  }
}

#topcontrol {
  width: 50px;
  bottom: 100px !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
    #topcontrol {
      width: 50px;
      bottom: 10px !important;
      z-index: 9999999999999999;
    }
}