@charset "utf-8";
.cmn_ttl_page h2{
  font-size: 45px;
  font-size: 4.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
  .cmn_ttl_page h2{
    font-size: 33.75px;
    font-size: 3.375rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
/* ===============================================
# ¥Ë¥å©`¥¹Ò»ÓE
=============================================== */
.sec_news .inner{
  padding-bottom: 20px;
}
.sec_news .area_pagination{
  margin-bottom: 39px;
}
.sec_news .area_pagination ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_news .area_pagination li{
  position: relative;
  width: 50px;
  border: 1px solid #c0c0c0;
  margin: 0 4px 8px;
  background-color: #fff;
  min-height: 34px;
}
.sec_news .area_pagination li > *{
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
}
.sec_news .area_pagination li img{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_news .area_pagination li .current_page{
  color: #fff;
  background-color: #003c91;
}
.sec_news .area_news .list_news{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec_news .area_news .box_news{
  width: 23%;
  min-height: 290px;
  padding-bottom: 10px;
}
.sec_news .area_news .box_news:not(:nth-child(4n)){
  margin-right: 2.66%;
}
.sec_news .area_news .box_news a:visited{
  color: #000;
}
.sec_news .area_news .box_news .image{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
}
.sec_news .area_news .box_news .image picture > *{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.sec_news .area_news .box_news .date{
  color: #006cb4;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 18px;
}
.sec_news .area_news .box_news .ttl{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.222;
  padding-top: 8px;
}
@media screen and (max-width: 1024px){
  .sec_news .area_news .box_news{
    width: 48.7%;
    min-height: auto;
    padding-bottom: 25px;
  }
  .sec_news .area_news .box_news:not(:nth-child(4n)){
    margin-right: 0;
  }
  .sec_news .area_news .box_news:nth-child(2n-1){
    margin-right: 1.49%;
  }
  .sec_news .area_news .box_news .date{
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .sec_news .area_news .box_news .ttl{
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px){
  .sec_news .inner{
    width: 98%;
    padding-bottom: 13px;
  }
  .sec_news .area_pagination{
    margin-bottom: 18px;
  }
  .sec_news .area_pagination li{
    width: 42.5px;
    margin: 0 3.75px 7.5px;
    min-height: 29px;
  }
  .sec_news .area_pagination li > *{
    font-size: 13.7px;
    font-size: 1.37rem;
    padding: 7px 0;
  }
  .sec_news .area_pagination li img{
    width: auto;
    height: 8.5px;
  }
  .sec_news .area_news .list_news{
    padding-bottom: 10px;
  }
  /*Android4Ïµ*/
  #top.android .sec_news .area_pagination ul,
  #top.android .sec_news .area_pagination li,
  #top.android .sec_news .area_news .list_news{
    display: block;
  }
  #top.android .sec_news .area_news .box_news,
  #top.android .sec_news .area_pagination li{
    float: left;
  }
  #top.android .sec_news .area_pagination li{
    overflow: hidden;
    height: 29px;
  }
  #top.android .sec_news .area_news .box_news{
    min-height: 0;
  }
}