@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*--------ガムシス ----------*/
/*--------コーポレートサイト ----------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
@media screen and (max-width: 767px) {
  .area_News_c {
    width: 95%;
    border-radius: 30px;
  }
  .area_News_c {
    padding: 0;
  }
  .ul_news_c {
    overflow-y: auto;
    overflow-x: hidden;
    width: 95%;
    max-height: 70vh;
    margin: 30px 0;
    padding: 10px 0;
  }
  .button_li_News_c {
    border-bottom: 1.5px solid #db831f;
  }
  .area_News_flex {
    display: flex;
    align-items: center;
    width: 98%;
    height: 100%;
    padding: 7px;
    border-radius: 1000px;
  }
  .News_List_day_c {
    padding-left: 10px;
    font-size: 14px;
  }
  .h2_News_List_c {
    padding-left: 0;
    font-size: 14px;
  }
  .button_link_News_c {
    font-size: 11px;
  }
  .text_News_c {
    position: relative;
    left: 2%;
    width: 96%;
    padding: 20px 0;
  }
}/*# sourceMappingURL=SP_3_News_ver1.0.css.map */