@charset "UTF-8";
/* ==============================================
 * NEWS
 *
 * memo:
 *
 * ============================================== */

/* ----------------------------------------------------------------------------------

 共通 マイページヘッダー

 ---------------------------------------------------------------------------------- */
.sx-page-header .sx-page-header-select {
  margin-top: 30px;
}

/* ----------------------------------------------------------------------------------

 ニュース一覧

 ---------------------------------------------------------------------------------- */
.sx-news-list {
  padding: 30px 15px 40px;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.sx-news-list > a {
  display: block;
  border-top: 1px solid #BAB9B3;
}
.sx-news-list > a > .row {
  padding: 12px 0;
}
.sx-news-list > a:last-of-type {
  border-bottom: 1px solid #BAB9B3;
}

/* ----------------------------------------------------------------------------------

 ニュース詳細

 ---------------------------------------------------------------------------------- */
.sx-news-detail {
  padding: 30px 15px 40px;
  background-color: #fff;
  font-size: 16px;
}
.sx-news-detail .card,
.sx-news-detail .card-header,
.sx-news-detail .card-body,
.sx-news-detail .card-footer {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.sx-news-detail .card-header {
  margin-bottom: 20px;
  padding: 18px 0;
  border-top: 1px solid #BAB9B3;
  border-bottom: 1px solid #BAB9B3;
}
.sx-news-detail .card-header h1, .sx-news-detail .card-header h2, .sx-news-detail .card-header h3 {
  margin: 0;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.sx-news-detail .card-header .sx-news-detail-date {
  margin-top: 6px;
  font-size: 15px;
}
.sx-news-detail .card-body {
  max-width: 740px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
}
.sx-news-detail .card-body p + img,
.sx-news-detail .card-body img + p {
  margin-top: 30px;
}
.sx-news-detail .card-body img {
  max-width: 100%;
  height: auto;
}
.sx-news-detail .card-body a {
  color: #c90012 !important;
  text-decoration: underline;
}
.sx-news-detail .card-footer {
  padding: 30px 0 20px;
}
.ie .sx-news-detail .card-body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #maincontent {
    max-width: 543px;
  }
}
@media screen and (min-width: 1200px) {
  #maincontent .container {
    max-width: 1110px;
  }
}
@media screen and (min-width: 544px) {
  .sx-page-header .page-title {
    font-size: 24px;
  }
  .sx-page-header .sx-page-header-select {
    margin-top: 0;
  }
  .sx-news-list > a > .row {
    padding: 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .sx-news-list {
    padding: 77px 90px;
    font-size: 17px;
  }
  .sx-news-list > a {
    transition: background-color 0.3s;
  }
  .sx-news-list > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .sx-news-detail {
    padding: 60px 30px;
  }
  .sx-news-detail .card-header h1, .sx-news-detail .card-header h2, .sx-news-detail .card-header h3 {
    font-size: 24px;
  }
  .sx-news-detail .card-body {
    font-size: 17px;
  }
  .sx-news-detail .card-body p + img,
.sx-news-detail .card-body img + p {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .sx-news-detail {
    padding: 77px 90px;
    font-size: 17px;
  }
  .sx-news-detail .card-header {
    margin-bottom: 50px;
    padding: 32px 0;
  }
  .sx-news-detail .card-header .sx-news-detail-date {
    margin: 0;
    text-align: right;
  }
}