@media screen and (max-width: 767px) {
  .navi_sp h3 {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 30px 0 50px;
    background-color: #01073b;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .navi_sp h3::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #d1c8c3;
  }
  .navi_sp .open::before {
    content: "";
    position: absolute;
    top: 10px;
    right: px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #d1c8c3;
  }
  .navi_sp ul li {
    list-style: none;
  }
  .navi_sp ul li a {
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 30px 0 30px;
    background-color: #e1e5f6;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #2f4598;
  }
  .navi_sp ul li a::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #0f1630;
  }
}/*# sourceMappingURL=menubox.css.map */