
.bg-red{
  background-color: #ff0033;
}

.ttl-sec {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .ttl-sec {
      font-size: 30px;
      margin-bottom: 25px;
      padding-bottom: 5px; }
    }
  .ttl-sec:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 10px;
    background: #fc0e3a;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .ttl-sec:before {
        width: 40px;
        height: 5px; }
      }

@media (max-width: 768px){
  .title {
      font-size: 20px !important;
      font-weight: bold !important;
      line-height: 2.2 !important;
  }

  .table-adjust{
    padding-bottom: 35px !important;
  }
}

.lineup-slider-list > li{
  background: #f6f6f6;
}
.box-small2 {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    padding: 5px 3px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
}
.box-small2-image {
    padding-top: 0;
    margin: 0 auto 10px;
    width: 50px;
}
.box-small2 p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
}

.btn-shop-before:before {
    background: url(/sp/info202106/images/icon_shop_book.svg) no-repeat 0 -7px;
    background-size: 35px 35px;
    width: 30px;
}

@media (max-width: 768px){
  .btn-shop-before:before {
    background-size: 30px 30px;
  }
}

.l-footer-bottom{
  padding-bottom:120px;
}
@media (max-width: 768px){
  .l-footer-bottom{
    padding-bottom:80px;
  }
}