@charset "UTF-8";
/* ==================================================
    ServiceTop サービストップ
   ================================================== */
/* 特集
  ---------------------- */
.ServiceTop .Ico.-shop-blue {
  width: 48px;
}

.Catch {
  margin-bottom: -27px;
  padding: 56px 0 0;
}
.Catch__ttl {
  margin-bottom: 7px;
}

.Menu__ttl {
  margin-bottom: 33px;
}

.MenuCard__header {
  padding-top: 40%;
  height: 0;
}
.MenuCard__body {
  padding: 24px 30px 36px;
}
.MenuCard__ttl {
  margin-bottom: 9px;
  letter-spacing: 0.05em;
  color: #002E5D;
  font-size: 2rem;
}

.Service__secCateLink {
  margin-top: 35px;
  text-align: right;
}

.Service__newsCard {
  height: 100%;
}
.Service__newsCard .Card__header {
  padding-top: calc(100% / 305 * 160);
}
.Service__newsCard .Card__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
}
.Service__newsCardDate {
  font-family: "Roboto", arial, "Hiragino Sans", "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.Service__newsCardCate {
  padding-bottom: 5px;
  border-bottom: 1px solid #014793;
  font-size: 1.2rem;
  line-height: 1;
}
.Service__newsCardCate.-event {
  border-color: #EF6363;
}
.Service__newsCardCate.-shop {
  border-color: #2E8BF0;
}
.Service__newsCardCate.-media {
  border-color: #17BEAC;
}
.Service__newsCardTtl {
  width: 100%;
  margin-top: 15px;
}

.ServiceDetail__contDec {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ServiceTop .ly_FullBg.-heading {
    margin-bottom: 30px;
  }
  .ServiceTop .Ico.-shop-blue {
    width: 36px;
  }
  .Catch {
    margin-bottom: -24px;
    padding: 40px 0 0;
  }
  .Catch__ttl {
    margin-bottom: 17px;
  }
  .Menu.ly_FullBg.-cont {
    padding-top: 37px;
  }
  .Menu .ly_Col .ly_Col__item.Menu__listItem + .ly_Col__item.Menu__listItem {
    margin-top: 20px;
  }
  .Menu__ttl {
    margin-bottom: 24px;
  }
  .MenuCard__body {
    padding: 24px 20px 20px;
  }
  .MenuCard__ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .MenuCard__txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .Service__newsCard .Card__inner {
    flex-direction: row;
  }
  .Service__newsCard .Card__header {
    width: 30%;
    min-width: 100px;
    padding: 0;
  }
  .Service__newsCard .Card__header::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .Service__newsCard .Card__body {
    width: 70%;
    min-width: calc(100% - 100px);
    padding: 15px 15px 0 15px;
    align-content: flex-start;
  }
  .Service__newsCardTtl {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .Service__newsCardList > .Service__newsCardListItem + .Service__newsCardListItem {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .Menu .ly_Col .ly_Col__item.Menu__listItem {
    display: flex;
  }
  .MenuCard__ttl {
    line-height: 1.7;
  }
}