@charset "UTF-8";

.box-tab .btn-tab .list-btn {
  width: 100%!important;
}
.box-tab .btn-tab .list-btn > li {
  width: 23%!important;
}

.list-index {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .list-index {
    margin: 2.667vw 0;
  }
}
.list-index > li {
  width: 20%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) {
  .list-index > li:nth-child(5n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .list-index > li {
    width: 50%;
  }
  .list-index > li:nth-child(2n) {
    border-right: none;
  }
}
.list-index > li > a {
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-index > li > a:before {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
}
.list-item-name {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .list-item-name {
    display: block;
  }
}
.list-item-name > li {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .list-item-name > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.667vw;
  }
}
.list-item-name > li a {
  display: block;
  width: 100%;
  padding-left: 20px;
  position: relative;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .list-item-name > li a {
    padding-left: 4.478%;
  }
}
.list-item-name > li a:before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  .list-item-name > li a:before {
    width: 2vw;
    height: 2vw;
    top: 1.333vw;
  }
}
