@charset "UTF-8";
/*================================================
 *  上書き Prefix：
 ================================================*/
@media (min-width: 1124px) {
  .list__nav--container {
    width: 100%;
  }
}
@media (max-width: 1123px) {
  .list__nav--container {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .list__nav--container *, .list__nav--container *::before, .list__nav--container *::after {
    box-sizing: border-box;
  }
}

@media (min-width: 1124px) {
  .list__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 66px;
  }
  .list__nav > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 32px;
    border-right: 1px solid #999999;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .list__nav.-footer > li {
height: 100%;
  }
  .list__nav > li:first-child {
    border-left: 1px solid #999999;
  }
}
@media (max-width: 1123px) {
  .list__nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
    display: flex;
    width: 100%;
    width: 100vw;
    padding: 0;
  }
  .list__nav > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4);
    height: 50px;
    padding: 0 4px;
    border-right: 1px solid #999999;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .list__nav > li:first-child {
    border-left: none;
  }
  .list__nav > li:last-child {
    border-right: none;
  }
}
.list-items .pad .btn.btn-secondary.fluid {
display:none;
}
.list-items .pad h3 {
color:#006fcf;
}
.list-items .card {
box-shadow: none;
}
.list-items .offer.parbase {
height: auto!important;
}

.list-items .pad {
padding-top:2px!important;
}

@media (max-width: 1123px) {
.list-items .pad {
padding-top:2px!important;
padding-bottom:0px!important;
}
.top-banner-img img {
width: 100%
}
}