@media (min-width: 768px) {
  .service-anchor-navi {
    margin: 60px 0 30px;
  }
  .service-anchor-navi__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 0;
  }
  .service-anchor-navi .service-anchor-navi__list > li {
    width: calc(((100% - (44px)) / 5) - .1px);
    margin-left: 11px;
    box-sizing: border-box;
    text-align: center;
  }
  .service-anchor-navi .service-anchor-navi__list > li:nth-child(5n+1) {
    margin-left: 0!important;
  }
  .service-anchor-navi .service-anchor-navi__list > li:nth-child(n+6) {
    margin-top: 10px;
  }
  a.service-anchor-navi__link {
    width: 100%;
    border: 1px solid #005ab4;
    padding: 10px 8px 10px 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
  }
  a.service-anchor-navi__link:hover {
    text-decoration: underline!important;
    color: #005ab4!important;
  }
  .service-anchor-navi__label {
    position: relative;
    padding-left: 32px;
    display: inline-block;
  }
  .service-anchor-navi__label::before {
    position: absolute;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image:url("/common/img/ico_img_04.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
}
@media only screen and (max-width: 767px) {
  .service-anchor-navi {
    margin-bottom:30px;
  }
  .service-anchor-navi__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 0;
  }
  .service-anchor-navi .service-anchor-navi__list > li {
    width: calc(((100% - (15px)) / 2) - .1px);
    margin-left: 15px;
    box-sizing: border-box;
    border: 1px solid #005ab4;
    background-color: #fff;
  }
  .service-anchor-navi .service-anchor-navi__list > li:nth-child(2n+1) {
    margin-left: 0!important;
  }
  .service-anchor-navi .service-anchor-navi__list > li:nth-child(n+3) {
    margin-top: 9px;
  }
  a.service-anchor-navi__link {
    width: 100%;
    padding: 13px 16px 9px 11px;
    display: block;
    box-sizing: border-box;
    height: 100%;
  }
  .service-anchor-navi__label {
    padding-left: 32px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #005ab4;
  }
  .service-anchor-navi .service-anchor-navi__list > li {
    position: relative;
    display: inline-block;
  }
  .service-anchor-navi .service-anchor-navi__list > li::before {
    position: absolute;
    left: 14px;
    width: 20px;
    height: 20px;
    background-image:url("/common/img/ico_img_04.svg");
    top: 50%;
    margin-top: -10px;
    content:"";
  }
}
