@charset "UTF-8";
/* =====================================

	▼▼▼ 新着情報

===================================== */
/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/news/mv.png) no-repeat scroll center center;
  background-size: cover;
}

.news_inner {
  max-width: 1040px;
  padding-bottom: 100px;
}
.news_inner .news_list {
  border-top: 1px solid #CCCCCC;
  margin: 0 auto 50px;
}
.news_inner .news_list .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 25px 0;
  border-bottom: 1px solid #CCCCCC;
}
.news_inner .news_list .news_item .data {
  width: 145px;
}
.news_inner .news_list .news_item .title {
  width: calc(100% - 145px);
}
.news_inner .news_list .news_item .title a {
  color: inherit;
}

#listanchor.first_page .news_item.hidden {
  display: none;
}
#listanchor.first_page + #pager {
  display: none;
}

#showMore {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
  display: block;
  width: 260px;
  position: relative;
  border: 3px solid #0053A5;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #0053A5;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
#showMore:hover {
  background-color: #0053A5;
  color: #fff;
  text-decoration: none;
}

/* --------------------
	▼▼▼ 詳細ページ
-------------------- */
.detail {
  max-width: 1040px;
  padding-bottom: 100px;
}
.detail .sub_title {
  max-width: 100%;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.detail .data {
  margin: 0 0 30px;
}
.detail .detail_article {
  text-align: left;
  line-height: 2;
  margin: 0 0 100px;
}
.detail .detail_article p {
  margin: 0 auto 10px;
}
.detail .detail_article h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #0053A5;
  margin: 0 0 20px;
}
.detail .detail_article h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #0053A5;
  padding: 0 0 5px;
  border-bottom: 1px solid #0053A5;
  margin: 0 0 20px;
}
.detail .detail_article h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #0053A5;
  margin: 0 0 20px;
}
.detail .detail_article h3::before {
  content: "■";
  margin: 0 5px 0 0;
}
.detail .detail_article h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #0053A5;
  margin: 0 0 20px;
}
.detail .detail_article a {
  color: inherit;
  text-decoration: underline;
}
.detail .btn {
  margin: 0 auto;
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
/* =====================================

	▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  /* --------------------
  	▼▼▼ 詳細ページ
  -------------------- */
  .detail .data {
    margin: 0 0 20px;
  }
}
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  .news_inner {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .news_inner .news_list {
    margin: 0 auto 30px;
  }
  .news_inner .news_list .news_item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .news_inner .news_list .news_item .data {
    width: 100%;
  }
  .news_inner .news_list .news_item .title {
    width: 100%;
  }
  .news_inner .news_list .news_item .title a {
    color: inherit;
  }
  #showMore {
    margin: 0 auto;
    display: block;
    width: 250px;
    border: 2px solid #0053A5;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
  }
  /* --------------------
  	▼▼▼ 詳細ページ
  -------------------- */
  .detail {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .detail .sub_title {
    line-height: 1.2;
  }
  .detail .data {
    margin: 0 0 20px;
  }
  .detail .detail_article {
    text-align: left;
    line-height: 1.6;
    margin: 0 0 50px;
  }
  .detail .detail_article p {
    margin: 0 auto 10px;
  }
  .detail .detail_article h1 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .detail .detail_article h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .detail .detail_article h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .detail .detail_article h3::before {
    content: "■";
    margin: 0 5px 0 0;
  }
  .detail .detail_article h4 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .detail .detail_article a {
    color: inherit;
    text-decoration: underline;
  }
  .detail .btn {
    margin: 0 auto;
  }
}/*# sourceMappingURL=news.css.map */