@charset "UTF-8";
.section-news {
  position: relative;
  background-color: #fff5d6;
}
.section-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: bottom left/cover no-repeat;
}
.section-news .text-common-new {
  position: relative;
  font-size: 0.18rem;
}
.section-news .news-inner {
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-news .news-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-news .news-title {
  border-bottom: 1px dashed #8f480e;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5;
}
.is-android .section-news .news-title {
  font-weight: 700;
}
.section-news .button-common-primary {
  max-width: 2.22rem;
  margin: 0 auto;
}
.section-news .time-common {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-news {
    padding: 0.5rem 0 1.3rem;
  }
  .section-news::before {
    height: 0.9rem;
    background-image: url("../img/single/sp/background_single.svg");
  }
  .section-news .news-inner {
    margin-bottom: 0.3rem;
    padding: 0.15rem 0.15rem 0.3rem;
  }
  .section-news .news-title {
    margin-bottom: 0.1rem;
    padding-bottom: 0.03rem;
  }
  .section-news .news-heading {
    margin-bottom: 0.14rem;
  }
  .section-news .time-common {
    top: 1px;
    margin-right: 0.18rem;
    font-size: 0.16rem;
  }
  .section-news .text-common-new {
    margin-left: 10px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-news {
    padding: 80px 0 190px;
  }
  .section-news::before {
    height: 121px;
    background-image: url("../img/single/background_single.png");
    background-size: 100% 100%;
  }
  .section-news .news-inner {
    margin-bottom: 35px;
    padding: 35px 50px 43px;
  }
  .section-news .news-title {
    margin-bottom: 23px;
    padding-bottom: 7px;
  }
  .section-news .news-heading {
    margin-bottom: 13px;
  }
  .section-news .time-common {
    top: 1px;
    margin-right: 18px;
  }
  .section-news .text-common-new {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=single.css.map */