@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) {
  /*お知らせ＆プレスリリース
***************************************************************/
  .flex.inner {
    display: block;
  }
  .flex.inner section.top_news {
    width: 100%;
    margin-bottom: 17vw;
  }
  section.top_news h2.top_title {
    margin: 0;
    font-size: 18px;
  }
  .top_news h3 {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
  }
  section.top_news li.fs-pt-list__item:last-child {
    border-bottom: 1px dashed #d3d3d3;
  }
  section.top_news li.fs-pt-list__item .flex > div p {
    letter-spacing: 0;
    line-height: 1.6;
  }
  section.top_news li.fs-pt-list__item .flex {
    padding: 6vw 0;
  }
  section.top_news li.fs-pt-list__item .flex > p {
    margin-right: 10px;
    min-width: 75px;
  }
  section.top_news li.fs-pt-list__item .flex > div {
    font-size: 14px;
  }
  p.viewall {
    margin-bottom: 0;
    font-size: 16px;/*10px;*/
  }
  /*お知らせ＆プレスリリース(フリーページ)
***************************************************************/
  section.top_news.f_news {
    margin-bottom: 35vw;
  }
  section.f_news h2.top_title.top_news {
    font-size: 24px;
    margin: 10vw 0 4vw;
    letter-spacing: 1px;
  }
  section.top_news.f_news li.fs-pt-list__item .flex {
    padding: 5vw 0;
  }
  section.top_news.f_news li.fs-pt-list__item .flex > p {
    margin-right: 8px;
  }
  .f_news h3 {
    line-height: 1.6;
  }
  /*お知らせ＆プレスリリース(詳細)
***************************************************************/
  h2.top_title.f_news_dtl {
    font-size: 24px;
    margin: 10vw 0 7px;
  }
  p.f_news_dtl_img {
    margin: 4vw 0;
  }
  section.f_news_dtl_cnt h3 {
    font-size: 18px;
    margin: 7.8vw 0 2.5vw;
  }
  .f_news_dtl_cnt p.f_news_text01, .f_news_dtl_cnt p.f_news_text02 {
    margin-bottom: 6.5vw;
    font-size: 14px;
  }
  section.f_news_dtl > p.btn_news_back {
    border: 2px solid #d3d3d3;
    margin: 10vw auto 20vw;
    width: 60%;
    min-width: 200px;
  }
  section.f_news_dtl > p.btn_news_back a {
    padding: 3vw;
  }
  section.f_news_dtl > p.btn_news_back a::after {
    width: 12px;
    height: 12px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    top: 44%;
    left: 13px;
  }
}