@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/news/bg_toptitle.jpg) no-repeat center center;
  background-size: cover; }

#news h3 {
  text-align: left;
  color: #009fb7;
  margin: 3rem 0 2rem 0; }
#news .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
#news li {
  border-bottom: 1px solid #858585;
  padding: 2rem 0; }
  #news li .day {
    color: #009fb7; }
#news .shop_link {
  display: flex;
  margin: 2rem 0; }
  #news .shop_link .btn_b {
    width: 75px;
    margin: 0 2rem 0 0; }
@media (min-width: 768px) {
  #news {
    margin-top: 10rem; }
    #news ul li a {
      display: flex;
      justify-content: space-between;
      align-items: top; }
    #news ul li .day {
      width: 15%;
      margin-top: 0; }
    #news ul li .news_title {
      width: 85%; }
    #news .wrap {
      width: 70%; } }

/* 同ページリンク非表示 */
#link_list ul li:nth-child(3) {
  display: none; }

/*# sourceMappingURL=news.css.map */
