@charset "utf-8";
.page-title-wrap {
   background-image: url(../images/bg_page_title.jpg);
}
/*新着情報*/
.contents-title {
  text-align: left;
  margin-top: 0;
  font-size: 2.8rem;
}
.list-news {
   list-style: none;
   padding:10px;
   border-top: 2px solid #167934;
   margin-bottom: 30px;
   overflow-y: scroll;
   height: 120px;
  border-bottom: 1px solid #ddd;
}
.list-news li {
   display: table;
   width: 100%;
}
.list-news .date {
   display: table-cell;
   width: 150px;
}
.list-news .kiji {
   display: table-cell;
   padding: 5px;
}
/*IR*/
.ir-area .col-lg-4 {
  margin-bottom: 30px;
}
.ir-block{
  border: 1px #ddd solid;
  padding: 15px;
  height: 100%;
}
.ir-title{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
.ir-title span {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height:3em;
}
.ir-block img{
   margin-bottom: 10px;
}
.ir-block .btn-area .btn-normal{
   display: block;
}
@media screen and (max-width: 767.98px) {
.contents-title {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
  .list-news li {
   display: block;
}
.list-news .date {
   display: block;
   width: auto;
}
.list-news .kiji {
   display: block;
}
  .ir-title span {
    font-size: 1.6rem;
  }
  .ir-block{
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .ir-title span {
    height: auto;
  }
  .ir-area .col-lg-4 {
      margin-bottom: 15px;
    }
}