@charset "UTF-8";
/* ヘッダー画像======================================== */
@media screen and (min-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top.jpg);
  }
}
@media screen and (max-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top_sp.jpg);
  }
}
.news-background-wrapper {
  margin-top: 0;
}

/* ボタン部分======================================== */
.flex_wrapper {
  justify-content: space-around;
}
.content p {
  text-align: justify;
}

/* 日付 */
.date {
  color: #a68a56;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center !important;
}
