.pc {
  display: block
}

.sp {
  display: none!important
}

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

.cont .cont_inner {
  padding: 65px 30px 20px
}

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

.cont #irTopNews {
  padding-bottom: 60px
}

@media screen and (max-width:767px) {
  .cont #irTopNews {
    padding-bottom: 10px
  }
}

.cont #irTopNews .newsList {
  max-width: 980px;
  margin: 0 auto 25px
}

.cont #irTopNews .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: 20px 15px;
  border-bottom: 1px solid #c8c8c8;
  text-decoration: none
}

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

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

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

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

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

.cont #irTopNews .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 #irTopNews .newsList li .tag .tag_inner {
    padding: 0 10px;
    font-size: 11px
  }
}

.cont #irTopNews .newsList li .txt {
  width: 60%;
  margin-right: 30px;
  font-size: 14px;
  letter-spacing: .1em
}

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

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

.cont #irTopNews .newsList_bt {
  border: 1px solid #454445;
  width: 480px;
  margin: auto;
  background: url(../../img/common/ico_arrow.png) right 20px center no-repeat #fff;
  background-size: 20px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease
}

.cont #irTopNews .newsList_bt:hover {
  background-position: right 15px center
}

@media screen and (max-width:767px) {
  .cont #irTopNews .newsList_bt {
    width: 70%
  }
}

.cont #irTopNews .newsList_bt img {
  width: 62px;
  vertical-align: baseline
}

.cont #irTopNews .newsList_bt a {
  display: block;
  padding: 12px 5px;
  text-align: center
}

@media screen and (max-width:767px) {
  .cont #irTopNews .newsList_bt img {
    width: 52px
  }
  .cont #irTopNews .newsList_bt a {
    padding: 5px
  }
}

.cont #irTopinfo {
  padding: 75px 40px
}

@media screen and (max-width:767px) {
  .cont #irTopinfo {
    padding: 20px 10px
  }
}

.cont #irTopinfo .cont_inner {
  max-width: 1040px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 20px
}

.cont #irTopinfo .cont_inner .card {
  width: 45%;
  background-color: #fff;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow:10px 10px 0px 0px #efae00;
}

/*.cont #irTopinfo .cont_inner .card:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efae00;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1
}*/

.cont #irTopinfo .cont_inner .card:nth-child(2n) {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px)
}

@media screen and (max-width:767px) {
  .cont #irTopinfo .cont_inner {
    display: block;
    padding: 30px 20px
  }
  .cont #irTopinfo .cont_inner .card {
    width: 100%;
    margin-bottom: 60px
  }
  .cont #irTopinfo .cont_inner .card:nth-child(2n) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .cont #irTopinfo .cont_inner .card:last-child {
    margin-bottom: 0
  }
}

.cont #irTopinfo .cont_inner .card .card_cont {
  background-color: #fff;
  padding: 20px 0 25px
}

.cont #irTopinfo .cont_inner .card h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px
}

.cont #irTopinfo .cont_inner .card h3:after {
  content: '';
  display: block;
  border-bottom: solid 3px #002473;
  width: 40px;
  margin: auto;
  padding-top: 10px
}

.cont #irTopinfo .cont_inner .card img {
  width: 100%
}

.cont #irTopinfo .cont_inner .card .card_img {
  position: relative
}

.cont #irTopinfo .cont_inner .card .card_img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.cont #irTopinfo .cont_inner .card p {
  padding: 0 40px;
  margin-bottom: 20px;
  min-height: 56px;
}

@media screen and (max-width:767px) {
  .cont #irTopinfo .cont_inner .card h3 {
    font-size: 20px
  }
  .cont #irTopinfo .cont_inner .card p {
    font-size: 14px;
    padding: 0 30px
  }
}

.cont #irTopinfo .cont_inner .card .bt {
  border: 1px solid #454445;
  width: 220px;
  margin: auto;
  background: url(../../img/common/ico_arrow.png) right 20px center no-repeat #fff;
  background-size: 20px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  padding: 5px
}

@media screen and (max-width:767px) {
  .cont #irTopinfo .cont_inner .card .bt {
    width: 70%
  }
}

.cont #irTopinfo .cont_inner .card .bt img {
  width: 62px;
  vertical-align: baseline
}

@media screen and (max-width:767px) {
  .cont #irTopinfo .cont_inner .card .bt img {
    width: 52px
  }
}

.cont #irTopinfo .cont_inner .card a {
  display: block;
  text-decoration: none
}

.cont #irTopinfo .cont_inner .card a:hover .card_img:after {
  opacity: .4
}

.cont #irTopinfo .cont_inner .card a:hover .bt {
  background-position: right 15px center
}
