@charset "utf-8";
/* CSS Document */
.category-title.ir::before {
  background-image: url(../../res/mv_ir.png);
  background-position-y: 40%;
}
.summary-inner h2 {
  font-size: 2.4rem;
  padding: 0 0 1.5rem;
  line-height: 1.5;
}
.ir-title {
  font-size: 2.4rem;
  color: #1C2660;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1rem;
}
.ir-news {
  position: relative;
}
/*.ir-news .ir-title {
  margin-bottom: 3rem;
}*/
@media screen and (max-width:800px) {
  .category-title.ir {
    padding: 1.5rem 0 0;
  }
  .summary-inner h2 {
    font-size: 1.6rem;
  }
}