@charset "UTF-8";
.filter {
  margin-bottom: 30px;
}

.js-year {
  padding: 10px 40px 10px 10px;
}

.tabs ul {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li.is-active button, .tabs li:hover button {
  color: #fff;
  background-color: #005aa5;
}
.tabs button {
  display: block;
  width: 150px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #005aa5;
  color: #333;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}

.news {
  margin-top: 30px;
}

.news__links {
  padding: 20px 0 50px;
}

.news__item {
  display: flex;
  padding: 10px 0 4px 0;
  border-bottom: 1px dotted #cccccc;
  float: none;
  flex-wrap: wrap;
}

.news__meta {
  white-space: nowrap;
  width: 100%;
  padding: 0 0 7px;
}

.news__date {
  color: #005aa5;
}

.news__category {
  display: inline-block;
  width: 100px;
  background-color: #333;
  vertical-align: top;
  margin-left: 10px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  line-height: normal;
}
.news__category.cat_ir {
  background-color: #cba370;
}
.news__category.cat_release {
  background-color: #00a95f;
}
.news__category.cat_product {
  background-color: #ec6b71;
}

.news__content {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.news__title a {
  padding: 0 !important;
}

.news__file {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.news__filetype {
  display: none;
}

.news__fileicon {
  flex-shrink: 0;
  transform: translateY(-2px);
}

.ir_news_style ul {
  margin-top: 30px;
}
.ir_news_style .listItem {
  display: flex;
  padding: 10px 0 4px 0;
  border-bottom: 1px dotted #cccccc;
  float: none;
  flex-wrap: wrap;
}
.ir_news_style .listItemHead {
  white-space: nowrap;
  width: 100%;
  padding: 0 0 7px;
}
.ir_news_style .item_date {
  color: #005aa5;
}
.ir_news_style .item_category {
  display: inline-block;
  width: 100px;
  background-color: #333;
  vertical-align: top;
  margin-left: 10px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font: 0.6rem "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
.ir_news_style .item_category.disclosure {
  background-color: #0094a5;
}
.ir_news_style .item_category.results {
  background-color: #4263ad;
}
.ir_news_style .item_category.securities {
  background-color: #4ca6dd;
}
.ir_news_style .item_category.meeting {
  background-color: #cba370;
}
.ir_news_style .item_category.information {
  background-color: #00a95f;
}
.ir_news_style .item_link {
  color: #333;
}
.product-04 h2.h2_tit {
  margin-bottom: 0;
}

#mainContents .info_section .section_main {
  padding: 30px 20px 0;
}