@charset "UTF-8";
/* 追加 */
header {
  height: 100vh;
  overflow-y: auto;
}

header nav a:hover {
  text-decoration: none;
}

.c-gnav-title {
  text-align: center;
  color: #4d5058;
  background-color: #fff;
  padding: 12px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  line-height: 1.2;
}

.c-gnav-title.u-bk-gray {
  background-color: #e6e6e6;
}

.c-gnav-title.u-bk-green {
  background-color: #b5e4ea;
}

.c-gnav-title:hover,
.c-gnav-title.u-bk-green:hover {
  background-color: #dddddd;
}

.c-gnav-title.u-bk-gray:hover {
  background-color: #80cee2;
  color: #fff;
}

#SearchBox {
  line-height: 1;
}

header td {
  padding: 8px;
  background-color: #ffffff;
}

table tr:nth-of-type(5) td:last-child,
tr:last-child td:last-child {
  padding-left: 0;
}

#SNSBox img {
  width: auto;
}

#SNSBox li img {
  max-width: 34px;
  height: auto;
  vertical-align: middle;
}

#SNSBox li a {
  transition: 0.4s ease-in-out;
}

#SNSBox li a:hover {
  opacity: 0.8;
}

#GNavi01,
#GNavi02,
#GNavi03,
#GNavi04,
#GNavi05,
#GNavi06,
#GNavi07,
#GNavi08 {
  border-top: 1px solid #dddddd;
}

.c-gnav-under-title {
  box-sizing: border-box;
  min-height: 52px;
  margin-top: 1px;
  color: #fff;
  background-color: #80cee2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  transition: 0.4s ease-in-out;
}

.c-gnav-under-title.u-small-fz {
  font-size: 13px;
}

.c-gnav-under-title:hover {
  background-color: #dddddd;
  color: #4d5058;
}

.c-gnav-under-title__top {
  font-size: 10px;
}

.c-gnav-under-title__bottom {
  font-size: 14px;
  margin-top: 4px;
}

/* 追加 */
#NavigationBox ul {
  width: 100%;
}

#CntBox,
#CntBox2 {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  /* 追加 */
  #MainMenu {
    padding-top: 0;
  }
  #OCBtn,
#SRBtn {
    position: relative;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 9999;
  }
  #MenuBox img,
#SRBtn img,
#OCBtn img {
    width: 40px;
  }
  header {
    height: auto;
  }
  header h1 {
    padding: 0;
  }
  header h1 img,
header #title img {
    width: 100%;
    max-width: 200px;
    margin: 0;
  }
  .header__inner {
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
  .header__icon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 5px;
  }
  #Toggle {
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    display: block;
    cursor: pointer;
    z-index: 9999;
  }
  /* 追加 */
  #NavigationBox {
    max-width: none;
  }
  #MenuBox {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    overflow-y: auto;
    transition: 0.3s ease-in-out;
  }
  .is-open #MenuBox {
    z-index: 9900;
    height: calc(100% - 70px);
  }
}

/*# sourceMappingURL=add-style.css.map */
