/* 2501~UWTopページのcssに新規変更を追加する場合に使用 */

/* Reluxでお得に泊まるカルーセルエリア START */
  .index .feature-line-2 {
    width: 100%;
    overflow-x: auto;
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .index .feature-line-2 h2 {
    line-height: 44px;
  }
  .index .feature-line-2 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .index .feature-line-2 a {
    color: #0F0A64;
    background: #F3F8FD;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    width: 198px;
    height: 82px;
    float: left;
    text-align: left;
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 16px 8px 14px 16px;
    position: relative;
  }
  .index .feature-line-2 a:last-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .index .feature-line-2 a::after {
    display: inline-block;
    content: "";
    background: url(/stcontents/img/index/icon-featureline2-arrow-right.svg) no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .index .feature-line-2 a:hover {
    opacity: .7;
  }
  .index .feature-line-2 .upper-row {
    display: flex;
    align-items: center;
    height: 28px;
  }
  .index .feature-line-2 .upper-row .fl2-icon {
    width: 24px;
    margin-right: 8px;
  }
  .index .feature-line-2 .mb-2 {
    margin-bottom: 2px;
  }
  .index .feature-line-2 .lower-row {
    color: #0F0A64;
  }
  @media (max-width: 767px) {
    .index .feature-line-2 .inner {
      justify-content: space-between;
    }
    .index .feature-line-2 .inner::after {
      content: "";
      display: block;
      width: calc(33% - 4px);
      height: 0;
    }
    .index .feature-line-2 a {
      width: calc(33% - 4px);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
      margin-right: 8px;
      margin-bottom: 8px;
    }
    .index .feature-line-2 a:last-child {
      margin-right: 8px;
      margin-bottom: 24px;
    }
    .index .feature-line-2 a::after {
      display: none;
    }
    .index .feature-line-2 .upper-row {
      height: 24px;
      margin-bottom: 8px;
    }
    .index .feature-line-2 .upper-row .fl2-icon {
      width: 16px;
      margin-right: 2px;
    }
    .index .feature-line-2 .mb-sp-10 {
      display: flex;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 601px) {
    .index .feature-line-2 a:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media (max-width: 600px) {
    .index .feature-line-2 a {
      width: calc(50% - 4px);
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 14px 10px;
    }
    .index .feature-line-2 a:nth-of-type(2n) {
      margin-right: 0;
    }
    .index .feature-line-2 .lower-row {
     letter-spacing: normal;
    }
  }
  @media (max-width: 367px) {
    .index .feature-line-2 .upper-row span {
      font-size: 1.3rem;
    }
    .index .feature-line-2 .lower-row {
      font-size: 1rem;
    }
  }
/* Reluxでお得に泊まるカルーセルエリア END */