@charset "utf-8";
/* CSS Document */


/* ==========================================================================//
//
//　SP 767px以下
//
// ========================================================================== */

@media screen and (max-width: 767px) {
  /* area_ttl
  ---------------------------------------------------------- */
  .area_ttl {
      background-image: url("/news/img/main_news_sp.jpg");
      background-size: cover;
    }
    .area_ttl .ttl {
      background-position: 8px 41px;
      background-size: 134px;
    }



  /* area_news
  ---------------------------------------------------------- */
  .area_news {
    padding: 100px 0;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .area_news ul.cate_select {
    display: none;
  }

  .area_news ul.list_news {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
    margin: 0 auto 80px;
    width :335px;
  }
  .area_news ul.list_news li {
    width: 160px !important;
    margin: 0 0 0 0;
  }
  .area_news ul.list_news li a .box_img {
    margin: 0 0 20px;
  }
  .area_news ul.list_news li a .box_img img {
    width: 160px;
    height: 106px;
    object-fit:cover ;
  }
  .area_news ul.list_news li a .box_date_cate {
    display: flex;
    margin: 0 0 3px;
  }
  .area_news ul.list_news li a .date {
    font-size: 1.2rem;
  }
  .area_news ul.list_news li a .date::after {
    content: "|";
    display: inline-block;
    margin: 0 7px 0;
  }
  .area_news ul.list_news li a .cate_name {
    font-size: 1.2rem;
  }
  .area_news ul.list_news li a .ttl {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .area_news ul.list_news li a .box_txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .area_news .link_news {
    position: relative;
    margin: 50px 0 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .area_news .link_news a {
    display: block;
    padding: 0 48px 0 0;
  }
  .area_news .link_news a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url("/assets/img/icon_link_01.svg");
    background-size: cover;
  }

  .area_news .notfound {
    text-align: center;
  }





  /* ==========================================================================//
  //
  //　詳細ページ
  //
  // ========================================================================== */

  /* area_post_detail
  ---------------------------------------------------------- */
  .area_post_detail {
    width:80%;
    padding: 80px 0 80px;
  }


  /* area_post_contents
  ---------------------------------------------------------- */
  .area_post_contents {
  }
  .area_post_contents .area_eyecatch {
    margin: 0 0 30px;
  }
  .area_post_contents .area_eyecatch img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .area_post_contents .box_date_cate {
    margin: 0 0 20px;
  }
  .area_post_contents .post_ttl {
    margin: 0 0 15px;
  }
  .area_post_contents .post_ttl h2 {
    font-size: 3rem;
  }
  .area_post_contents img {
    max-width: 100% !important;
    height: auto;
    margin: 0 0 5px;
  }

  /* area_post_contents_detail
  ---------------------------------------------------------- */
  .area_post_contents_detail {
    padding: 0 0 25px;
  }
  .area_post_contents_detail p {
    margin: 0 0 25px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .area_post_contents_detail img {
    max-width: 100%;
    margin: 0 0 5px;
  }
  .area_post_contents_detail .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    }
    .area_post_contents_detail .youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    }

  /* area_post_pagenavi
  ---------------------------------------------------------- */
  .area_post_pagenavi {
    gap: 20px;
  }
  .area_post_pagenavi a { 
    padding: 0 10px;
  }

}