.pc {
  display: block
}

.sp {
  display: none!important
}

#pages_main .main {
  background-image: url(../../img/ir/news/mv.jpg)
}

.cont {
  padding: 60px 40px
}

@media screen and (max-width:767px) {
  .pc {
    display: none!important
  }
  .sp {
    display: block!important
  }
  .cont {
    padding: 40px 20px
  }
}

.cont .cont_wrap {
  max-width: 1000px;
  margin: auto
}

.cont .cont_inner {
  background-color: #fff;
  padding: 40px 45px
}

.cont #irnews .bt {
  margin-bottom: 25px
}

.cont #irnews .bt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.cont #irnews .bt ul li {
  margin-right: 20px
}

@media screen and (max-width:767px) {
  .cont .cont_inner {
    padding: 30px 15px
  }
  .cont #irnews .bt {
    margin-bottom: 15px
  }
  .cont #irnews .bt ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cont #irnews .bt ul li {
    margin-right: 3vw
  }
}

.cont #irnews .bt ul li:last-child {
  margin-right: 0
}

.cont #irnews .bt ul li span {
  width: 205px;
  display: block;
  padding: 10px 0 10px 15px;
  background: url(../../img/common/ico_arrow_under.png) right 20px center no-repeat #454445;
  background-size: 10px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease
  cursor: pointer;
}

.cont #irnews .bt ul li:hover span {
  background-position: right 20px top 20px;
  opacity: 0.8;
}

.cont #irnews .bt ul li span img {
  vertical-align: middle
}

.cont #irnews .newsList_ttl {
  margin-bottom: 35px
}

.cont #irnews .newsList_ttl_txt {
  font-size: 25px;
  letter-spacing: 0.08em;
}

@media screen and (max-width:767px) {
  .cont #irnews .bt ul li span {
    width: 37.5vw;
    background-size: auto 12px;
    padding: 5px 0 5px 15px;
    background-position: right 10px center;
    cursor: pointer;
  }
  .cont #irnews .bt ul li:hover span {
    background-position: right 10px top 15px;
  }
  .cont #irnews .bt ul li span img {
    height: 6.8px
  }
  .cont #irnews .newsList_ttl {
    margin-bottom: 20px
  }
  .cont #irnews .newsList_ttl_txt {
    font-size: 22px;
  }
}

.cont #irnews .bt ul li{
 position: relative;
}
.cont #irnews .bt ul li .listIn{
  position: absolute;
  text-align: center;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  display: none;
}
.cont #irnews .bt ul li .listIn a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 7px 0;
  border-bottom: solid 1px #eee;
}
.cont #irnews .bt ul li .listIn a:hover{
  background: #f7f7f7;
}

/*.cont #irnews .bt ul li:hover .listIn{
  display: block;
}*/

.cont #irnews .newsList_ttl:after {
  content: '';
  display: block;
  border-bottom: 3px solid #efae00;
  width: 40px;
  padding-top: 8px
}

.cont #irnews .newsList {
  margin-bottom: 40px
}

.cont #irnews .newsList li a {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 15px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none
}

.cont #irnews .newsList li a:hover {
  background-color: #f9f9f9
}

.cont #irnews .newsList li .date {
  margin-right: 10px;
  font-size: 14px;
  width:130px;
}

@media screen and (max-width:767px) {
  .cont #irnews .newsList li a {
    display: block;
    padding: 5px 0 10px
  }
  .cont #irnews .newsList li .date {
    font-size: 12px;
    display: inline-block
  }
}

.cont #irnews .newsList li .tag {
  width: 20%;
  font-size: 13px
}

@media screen and (max-width:767px) {
  .cont #irnews .newsList li .tag {
    width: auto;
    min-width: 130px;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block
  }
}

.cont #irnews .newsList li .tag .tag_inner {
  color: #fff;
  background-color: #002473;
  display: block;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
  margin-right: 10px
}

@media screen and (max-width:767px) {
  .cont #irnews .newsList li .tag .tag_inner {
    font-size: 11px;
    padding: 0
  }
}

.cont #irnews .newsList li .txt {
  width: 60%;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .cont #irnews .newsList li .txt {
    width: 100%;
    margin-bottom: 10px
  }
}

.cont #irnews .newsList li .icon {
  background: url(../../img/ir/news/icon_pdf.png) right center no-repeat;
  background-size: 23px;
  width: 23px;
  height: 27px
}

.cont #irnews .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cont #irnews .pagenation ul li {
  border: 1px solid #454445;
  text-align: center;
  margin-right: 10px
}

.cont #irnews .pagenation ul li:last-child {
  margin-right: 0
}

.cont #irnews .pagenation ul li a,
.cont #irnews .pagenation ul li span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  padding: 2px 0 0;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  display: block
}

@media screen and (max-width:767px) {
  .cont #irnews .pagenation ul li a,
  .cont #irnews .pagenation ul li span {
    width: 30px;
    height: 30px;
    padding-top: 0;
    line-height: 30px;
    font-size: 12px
  }
}

.cont #irnews .pagenation ul li a:hover,
.cont #irnews .pagenation ul li span.current_page {
  color: #fff;
  background-color: #454445
}

#irnews_pages .article {
  padding: 30px 45px 60px;
  background-color: #fff
}

@media screen and (max-width:767px) {
  #irnews_pages .article {
    padding: 20px 15px 40px
  }
}

#irnews_pages .article .article_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1
}

#irnews_pages .article .article_head .date {
  margin-right: 20px;
  font-size: 14px
}

#irnews_pages .article .article_head .tag {
  padding: 2px 10px;
  min-width: 130px;
  color: #fff;
  background-color: #002473;
  text-align: center;
  font-size: 12px
}

@media screen and (max-width:767px) {
  #irnews_pages .article .article_head {
    display: block;
    margin-bottom: 15px
  }
  #irnews_pages .article .article_head .date {
    margin-right: 10px;
    display: inline-block
  }
  #irnews_pages .article .article_head .tag {
    font-size: 11px;
    display: inline-block;
    min-width: 100px
  }
}

#irnews_pages .article_ttl {
  font-size: 27px;
  margin-bottom: 60px;
  position: relative
}

#irnews_pages .article_ttl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  border-bottom: 3px solid #efae00;
  width: 150px
}

@media screen and (max-width:767px) {
  #irnews_pages .article_ttl {
    font-size: 20px;
    margin-bottom: 30px
  }
  #irnews_pages .article_ttl:after {
    bottom: -5px;
    width: 100px
  }
}

#irnews_pages .article_img {
  margin: 0 auto 40px;
  text-align: center
}

#irnews_pages .article_txt {
  font-size: 14px;
  line-height: 2.5
}

@media screen and (max-width:767px) {
  #irnews_pages .article_img {
    margin: 0 auto 20px
  }
  #irnews_pages .article_img img {
    width: 100%
  }
  #irnews_pages .article_txt {
    font-size: 13px
  }
}

#irnews_pages .article_pagenation {
  margin-top: -15px
}

#irnews_pages .article_pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#irnews_pages .article_pagenation ul li {
  font-size: 14px
}

#irnews_pages .article_pagenation ul li.left a {
  text-align: right
}

#irnews_pages .article_pagenation ul li.center a {
  min-width: 230px;
  text-align: center
}

#irnews_pages .article_pagenation ul li.prev a {
  padding: 8px 20px 8px 30px;
  background: url(../../img/common/ico_arrow_prev.png) left 20px center no-repeat #fff;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-size: 15px
}

#irnews_pages .article_pagenation ul li.prev a:hover {
  background-position: left 15px center
}

@media screen and (max-width:767px) {
  #irnews_pages .article_pagenation ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #irnews_pages .article_pagenation ul li.left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 48%;
    margin-bottom: 10px
  }
  #irnews_pages .article_pagenation ul li.left a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #irnews_pages .article_pagenation ul li.center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
  }
  #irnews_pages .article_pagenation ul li.center a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #irnews_pages .article_pagenation ul li.prev a {
    background-size: 15px
  }
  #irnews_pages .article_pagenation ul li.next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 48%;
    margin-bottom: 10px
  }
}

#irnews_pages .article_pagenation ul li.next a {
  padding: 8px 30px 8px 20px;
  background: url(../../img/common/ico_arrow.png) right 20px center no-repeat #fff;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-size: 15px
}

#irnews_pages .article_pagenation ul li.next a:hover {
  background-position: right 15px center
}

#irnews_pages .article_pagenation ul li a {
  background-color: #fff;
  border: 1px solid #454445;
  text-decoration: none;
  background-size: 15px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  min-width: 130px
}

@media screen and (max-width:767px) {
  #irnews_pages .article_pagenation ul li.next a {
    background-size: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #irnews_pages .article_pagenation ul li a {
    font-size: 10px;
    min-width: auto
  }
}
