@charset "euc-jp";

/* TOPページのお知らせ一覧 */
.info h2.heading.-type1 { margin-top: 4rem; }
@media (max-width: 768px) {
  .info h2.heading.-type1 { margin-top: 2rem; }
}

.news__lists {
  list-style: none;
  margin: 0;
}
.news__lists li {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 15px 5px 15px;
  border-bottom: 1px solid #0F3192;
}
.news__lists .news__date {
  box-sizing: border-box;
  width: 110px;
  min-width: 110px;
  vertical-align: top;
  color: #0F3192;
}
.news__lists a {
  box-sizing: border-box;
  width: calc(100% - 110px);
  color: #0F3192;
}
@media (max-width: 768px) {
  .news__lists, .bnrarea_easysearch { padding: 0 10px; }
  .news__lists li { padding: 15px 0;flex-wrap: wrap; }
  .news__lists li:first-of-type { padding: 0 0 15px 0; }
  .news__lists .news__date, .news__lists a { width: 100%; }
}

.bnrarea_easysearch a { display: block; }
.bnrarea_easysearch img {
  width: 100%;
  max-width: 100%;
}

/* ピックアップ */
.pickup-brandname {
  color: #0F3192;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 3rem;
  padding: 0 10px;
}

/* PICKUP WATCH */
.recommend_wppickup, .recommend_wplimited {
  display: flex;
  flex-wrap: wrap;
}

