@charset "UTF-8";
/* 
  #IR・投資家情報ニュース関連スタイル
 */
.m-ir-titlestyle01 {
  margin-bottom: 10px;
}

.ir-news-category {
  margin-bottom: 60px;
}

.ir-news-category ul {
  border: solid 1px #e0e0e0;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ir-news-category ul li {
  box-sizing: border-box;
  width: 20%;
  text-align: center;
}

.ir-news-category ul li:not(:last-child) {
  border-right: solid 1px #e0e0e0;
}

.ir-news-category ul li a {
  display: block;
  text-align: center;
  padding: 16px 1em;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.5rem;
}

.ir-news-category ul li a.category-select {
  background-color: #f6f6f6;
  font-weight: bold;
}

.ir-selectbox {
  text-align: right;
  margin-bottom: 30px;
}

.ir-selectbox label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.ir-selectbox label::before {
  /*background-color: #f6f6f6;*/
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  content: " ";
  position: absolute;
  pointer-events: none;
}

.ir-selectbox label::after {
  border-left: solid 1px #252525;
  border-bottom: solid 1px #252525;
  transform: rotate(-45deg);
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  z-index: 3;
  content: " ";
  position: absolute;
  pointer-events: none;
}

.ir-selectbox label select {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding-right: 40px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
  background-color: #f6f6f6;
  padding: 15px 10rem 15px 1.5em;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #1a1a1a;
}

.ir-new {
  position: absolute !important;
  color: #d31010;
  font-weight: bold;
  top: -1.2em;
  left: 0;
}

.m-ir-news-box {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .m-ir-titlestyle01 {
    margin-bottom: 10px;
  }
  .ir-news-category {
    margin-bottom: 30px;
  }
  .ir-news-category ul li {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
  }
  .ir-news-category ul li:not(:last-child) {
    border-right: none;
  }
  .ir-news-category ul li {
    border-bottom: solid 1px #e0e0e0;
  }
  .ir-news-category ul li:nth-child(odd) {
    border-right: solid 1px #e0e0e0;
  }
  .ir-news-category ul li:last-child {
    border-bottom: none;
  }
  .ir-news-category ul li a {
    padding: 12px 1em;
  }
  .ir-selectbox {
    text-align: left;
    margin-top: 40px;
  }
  .ir-selectbox label::before {
    /*background-color: #f6f6f6;*/
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .ir-selectbox label::after {
    border-left: solid 1px #252525;
    border-bottom: solid 1px #252525;
    transform: rotate(-45deg);
    right: 20px;
    top: 16px;
    width: 7px;
    height: 7px;
    z-index: 3;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  .ir-selectbox label select {
    padding-right: 40px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    background-color: #f6f6f6;
    padding: 10px 10rem 10px 1.5em;
    font-size: 1.425rem;
    line-height: 1.25;
    font-weight: bold;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .m-ir-news-box {
    padding-bottom: 50px;
  }
}
/*@media print, screen and (min-width: 769px) and (max-width: 9999px) {}*/
.m-ir-news-datail {
  margin-top: 100px;
  margin-bottom: 120px;
}
.m-ir-news-datail .ir-news-content {
  display: block;
  padding-bottom: 100px;
}
.m-ir-news-datail .ir-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.m-ir-news-datail .ir-date {
  color: #005bac;
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
.m-ir-news-datail .ir-category {
  background-color: #005bac;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 1.45rem;
  min-width: 100px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 7px 1em;
  top: -2px;
}
.m-ir-news-datail .ir-textContent {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  font-size: 1.65rem;
  letter-spacing: 2;
}/*# sourceMappingURL=irnews.css.map */