#nc_moreSearchBtn {
  display: none;
}
.nc_moreSearch {
  display: none;
}
.nc_headNav {
  display: none;
}
.moreSearchTitle {
  display: none;
}
.searchBar {
  display: none;
}
li.none a {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-bottom-color: rgb(219, 219, 219);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 1px solid #dbdbdb;
  cursor: inherit;
  color: #C1C1C1;
}
li.none a:hover {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-bottom-color: rgb(219, 219, 219);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 1px solid #dbdbdb;
  cursor: inherit;
  color: #C1C1C1;
  margin-top: -1px;
}
.liWrap {
  border: 1px solid #dddddd;
  padding: 20px;
  margin: 20px 0;
}
.liWrap div {}
.keywordsLiindex {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 5px;
  margin-top: 50px;
  font-weight: bold;
}
.keywordsLi li {
  float: left;
  width: 25%;
  font-size: 93%;
}
.keywordsLi a {
  padding: 12px 12px 12px 18px;
  color: #333333;
  display: block;
  text-decoration: none;
  background: url(../img/icon_triangle.png) left top no-repeat;
  background-size: 5px 8px;
  background-position: 5px 18px;
}
.last {
  margin: 0 0 40px 0;
}
.kanaDropLi {
  float: left;
  width: 10%;
}
.kanaDropLi_sp li {
  float: left;
  width: 18%;
  margin: 1%;
}
.kanaDropLi li {
  margin: 5% 5% 10% 5%;
}
.dropLi li {
  margin: 0 !important;
}
.kanaDropLi a, .kanaDropLi_sp a {
  border: 1px solid #dddddd;
  display: block;
  text-align: center;
  padding: 10px;
  color: #333333;
  font-weight: bold;
  margin-top: -1px;
  border-radius: 6px;
  border-width: 1px 1px 2px 1px;
  text-decoration: none;
}
.kanaDropLi_sp a {
  border-radius: 0;
  color: #ffffff;
  border-width: 1px 1px 1px 1px;
}
.kanaDropLi a:hover {
  border: 1px solid #dddddd;
  display: block;
  text-align: center;
  padding: 10px;
  color: #333333;
  font-weight: bold;
  margin-top: 0px;
  border-radius: 6px;
  border-width: 1px 1px 1px 1px;
  background: #f9f9f9;
}
@media screen and (max-width:960px) {
  .keywordsLi li {
    width: 50%;
    font-size: 95%;
  }
}
@media screen and (max-width:768px) {
  .moreSearchTitle {
    display: inline-block;
  }
  #nc_moreSearchBtn {
    display: block;
    background: #333333;
    position: fixed;
    top: 69px;
    width: 100%;
    padding: 10px 0;
    height: 25px;
    z-index: 7777;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .moreSearchTitle {
    display: block;
    position: fixed;
    top: 80px;
    left: 10px;
    z-index: 7777;
    color: #ffffff;
    font-size: 92%;
  }
  .nc_moreSearch {
    display: block;
    background: #e6e6e6;
    border-bottom: 1px solid #cccccc;
    border-radius: 6px;
    position: fixed;
    top: 76px;
    right: 5px;
    z-index: 7777;
  }
  .nc_moreSearch a {
    background: url(../img/bg_listArrow_02.png);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 5px 9px;
    color: #333333 !important;
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
  }
  .nc_headNav {
    display: block;
    color: #ffffff;
    margin-top: 15px;
    font-weight: bold;
  }
  .branch {
    margin: 125px 0 15px 0;
  }
  .liWrap {
    display: none;
  }
  .keywordsLi li {
    float: none;
    width: auto;
    font-size: 94%;
  }
  .keywordsLi a {
    background-image: url("../img/bg_listArrow_gray.png") !important;
    background-size: 5px 7px !important;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f1f1f1;
    background-position: 99%;
    padding: 12px 40px 12px 0px;
    color: #333333;
    display: block;
    text-decoration: none;
  }
  .keywordsLiindex {
    position: -webkit-sticky;
    position: sticky;
    top: 114px;
    z-index: 6666;
    margin: 0 -20px;
    padding: 5px 5px 5px 15px;
  }
  .last {
    margin: 0;
  }
  li.none a {
    background: #666;
    border: 1px solid #666;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #666;
    cursor: inherit;
    color: #C1C1C1;
  }
  li.none a:hover {
    background: #666;
    border: 1px solid #666;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #666;
    cursor: inherit;
    color: #C1C1C1;
    margin-top: -1px;
  }
}
@media screen and (max-width:320px) {
  .kanaDropLi_sp a {
    border: 1px solid #dddddd;
    display: block;
    text-align: center;
    padding: 8px;
    color: #333333;
    font-weight: bold;
    margin-top: -1px;
    border-radius: 6px;
    border-width: 1px 1px 2px 1px;
    text-decoration: none;
    font-size: 84%;
  }
  .kanaDropLi_sp a {
    border-radius: 0;
    color: #ffffff;
    border-width: 1px 1px 1px 1px;
  }
}