@charset "utf-8";


.page_title.ir {
    background: url(/ir/img/ir_mv.jpg) no-repeat center 80% / cover;
}

/*---------------------------------
  nav
-----------------------------------*/

.nav-ir {
  & .page-nav__item__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  & .page-nav__item__link:after {
    left: 10px;
    bottom: auto;
    transform: rotate(-90deg);
  }
  & .page-nav__item__link:hover:after {
    left: 20px;
  }
  & .page-nav__item__link[target="_blank"]::before {
    content: url(/ir/img/blank.png);
    padding: 20px 0;
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    right: 30px;
  }
}


/*---------------------------------
  IR TOP
-----------------------------------*/
.irtop_news_wrap {
  margin: 60px 0;
}
.irtop_news_button {
  margin-top: 60px;
}
.irtop_contents_wrap {
  background: #f2f2f2;
  padding: 60px 0;
}
.irtop_contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
.irtop_contents_box_list {
  width: 30%;
}
.irtop_contents_box_list_img img {
  width: 100%;
}
.irtop_contents_box_list_ttl {
  margin-top: 30px;
  background: #fff;
  font-size: 20px;
  padding: 15px;
  border-left: 6px solid;
}
.irtop_contents_box_list_link {
  margin-top: 10px;
}
.irtop_contents_box_list_item {
  border-bottom: 1px dashed #ddd;
}
.irtop_contents_box_list_item a {
  padding: 20px 0;
  display: block;
  color: #111;
  text-decoration: none;
  background: url(/assets/img/more2.png) no-repeat 95% center;
  font-size: 14px;
}
.irtop_contents_box_list_item a:hover {
  background-position: right center;
  transition: 0.4s;
}
.irtop_contents_box_list_item a[target="_blank"] {
  background-image: url(/ir/img/blank.png);
}

.irtop_button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.irtop_button_box_item {
  width: 30%;
}
.irtop_button_box_item .more3 {
  width: 100%;
}
.irtop_button_box_item .more3 a {
  padding: 15px;
}
.irtop_button_box_item .more3 a[target="_blank"]::after {
  content: url(../img/blank_w.png);
}

@media screen and (max-width: 639px) {
  .irtop_news_wrap {
    margin: 30px 0;
  }
  .irtop_news_button {
    margin-top: 30px;
  }
  .irtop_contents_wrap {
    padding: 30px 0;
  }
  .irtop_contents_box_list {
    width: 100%;
  }
  .irtop_contents_box_list_item a {
    padding:20px;
  }
  .irtop_button_box {
    padding: 30px 0;
    gap: 20px;
  }
  .irtop_button_box_item {
    width: 100%;
  }
}


/*---------------------------------
  message
-----------------------------------*/
.ir_message-wrap{
  display: flex;
  gap: 60px;
}
.ir_message-txt_right {
  text-align: right;
}
@media screen and (max-width: 639px) {
  .ir_message-wrap{
    flex-wrap: wrap;
    gap: 30px;
  }
  .ir_message-txt {
    width: 100%;
  }
}


/*---------------------------------
  dl style
-----------------------------------*/

.ir-table dl {
  overflow: hidden;
  /* background: #171818; */
  /* border-bottom:1px solid #fff; */
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}

.ir-table dt,
.ir-table dd {
  display: block;
  float: left;
  margin: 0;
  padding: 1em 2em;
  font-size: 14px;
}

.ir-table dt {
  width: calc(30% - 60px);
  clear: left;
  border-bottom: 1px solid #ddd;
  /* color:#fff; */
  font-weight: 400;
}

.ir-table dt:last-of-type,
.ir-table dd:last-of-type {
  border-bottom: none;
}

.ir-table dd {
  width: calc(70% - 60px);
  /* background: #f2f2f2; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .ir-table dl {}
}

@media screen and (max-width: 639px) {
  .ir-table dl {
    border: none;
    margin: 0 0 15px;
    background: none;
  }

  .ir-table dt,
  .ir-table dd {
    float: none;
    border-top: none;
  }

  .ir-table dt {
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    color: #222;
    border-bottom: 1px solid #171818;
    display: inline-block;
    width: auto;
  }

  .ir-table dd {
    margin: 0;
    width: calc(100% - 30px);
    background: none;
    padding: 10px 15px;
  }

  .ir-table dt:last-of-type {
    border-bottom: 1px solid #171818;
  }
}



/*---------------------------------
  faq style
-----------------------------------*/
.ir-faq_box:not(:first-child) {
  margin-top: 50px;
}

.ir-faq_text_q {
  padding-left: 10px;
}
.ir-faq_text_a {
  padding-left: 10px;
}
.ir-faq_text_q::marker {
  content: 'Q.';
}
.ir-faq_text_a::marker {
  content: 'A.';
}


