@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
/*=======================================
お知らせ 一覧
=========================================*/
.p-news-archive a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #C9C9C9;
  text-decoration: none;
}
.p-news-archive a:first-child {
  border-top: 1px solid #C9C9C9;
}
.p-news-archive a .day {
  display: inline-block;
  width: 150px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #0063b0;
}
.p-news-archive a .title {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #333;
}

/*=======================================
お知らせ 詳細
=========================================*/
.p-news-detail .news-title {
  margin-bottom: 60px;
}
.p-news-detail .news-title p {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #0063b0;
  margin-bottom: 10px;
}
.p-news-detail .back-list {
  margin-top: 60px;
  padding-top: 55px;
  border-top: 1px solid #C9C9C9;
}
.p-news-detail .back-list a {
  width: 170px;
  display: block;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0063B0;
  text-align: center;
  text-decoration: none;
  color: #0063B0;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  /*=======================================
  お知らせ 一覧
  =========================================*/
  .p-news-archive a {
    padding: 10px 0;
  }
  .p-news-archive a .day {
    display: block;
    width: auto;
    font-size: 14px;
  }
  .p-news-archive a .title {
    display: block;
    font-size: 16px;
    margin-top: 0;
  }

  /*=======================================
  お知らせ 詳細
  =========================================*/
  .p-news-detail .news-title {
    margin-bottom: 40px;
  }
  .p-news-detail .news-title p {
    font-size: 14px;
  }
  .p-news-detail .back-list {
    margin-top: 40px;
    padding-top: 40px;
  }
}
