@charset "UTF-8";
/*========================================================================

  en_only style

========================================================================*/
/*-------------------------------------
初期設定
---------------------------------------*/
body {
  font-weight: 100;
}

h1 {
  font-weight: 100;
}

/*-------------------------------------
TSE Filings
---------------------------------------*/
@media screen and (min-width: 768px){
  .c_info .list-news table tr th {
    width: 130px;
    white-space: nowrap;
  }
  .c_style.list-news table tr th {
    width: 135px;
  }
  .c_style.list-news table tr td {
    padding-left: 18px;
  }
  .m_newsList__title {
    flex: 0 0 130px;
  }
}
