@charset "utf-8";
/* ===================================================================
 CSS Document
 file name  : ir_dl.css
 style info : 投資家情報（2023年追加コンテンツ用）
=================================================================== */
section {
  width: 980px;
  padding: 0 30px;
  margin: 0 auto;
}
#ir.top .sec01 {
  margin: 0 auto 5rem auto;
}
#ir .dl_head a {
  color: #fff;
}
#ir .flebox {
  align-items: stretch;
}
.dl_title {
  font-size: 40px;
  font-weight: 600;
  margin: 2rem auto 0 auto;
  max-width: 400px;
  text-align: center;
  padding: 0 80px 0 0;
  background: url(/corporate/ir/images/dl_book.png) no-repeat 90% 0%;
  background-size: 60px 60px;
}
.dl_update {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.dl_btn {
  max-width: 400px;
  width: 85%;
  margin: 2rem auto;
  background-color: #333;
  padding: 15px 60px 15px 15px;
  font-size: 18px;
  line-height: 140%;
  background-image: url(/corporate/ir/images/dl_btn.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 40px 40px;
  text-align: center;
  display: block;
}
#ir.top .sec01 a {
  color: #333;
  text-decoration: underline;
}
#ir.top .sec01 .column02 {
  flex-wrap: nowrap;
  column-gap: 1.4%;
  align-items: flex-end;    
}
.columnbox {
  width: 50%;
}
.dl_red {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 2px;
  line-height: 120%;
  width: 100%;
  margin: 3rem 0 1rem 0;
  border-bottom: solid 2px #ec3f48;
  justify-content: flex-start;
  align-items: end;    
}

.dl_red span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0.5rem;    
  min-width: 11em;
}
.dl_red a {
    text-decoration: none!important;
}
.dl_pdf {
  padding: 20px 10px 20px 80px;
  border: solid 10px #f4f4f4;
  background-image: url(/corporate/ir/images/dl_pdf.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  line-height: 130%;
  font-weight: 600;
  min-height: 135px;
}
.dl_xslx {
  padding: 20px 10px 20px 80px;
  border: solid 10px #f4f4f4;
  background-image: url(/corporate/ir/images/dl_xslx.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  line-height: 130%;
  font-weight: 600;
  min-height: 135px;
}
.dl_pdf a::after, .dl_xslx a::after {
    content: "";
    display: inline-block;
    background: url(/corporate/ir/images/dl_mark.png) no-repeat 4px 3px;
    background-size: 15px 15px;
    width: 25px;
    height: 18px;
    margin: 0 15px 0 3px;
}
.glance, .pmt {
  justify-content: center;
  font-size: 17px;
  text-align: center;
  line-height: 170%;
  padding: 20px 80px 20px 80px;
}
.pmt {
  flex-direction: column;
  justify-content: flex-end;
}
.glance a, .pmt a {
  text-decoration: none !important;
}
.glance_title, .pmt_title {
  font-size: 26px;
}
.glance a::after {
  content: "";
  display: inline-block;
  background: url(/corporate/ir/images/dl_mark.png) no-repeat 100% 50%;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  margin: 0;
}
.dl_arrow {
  top: 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.dl_arrow::before, .dl_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.dl_oldlink::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.dl_oldlink::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dl_linkbox {
  text-align: right;
}
#ir.top .sec01 .dl_linkbox a {
  color: #002CB2;
  font-size: 16px;
  text-decoration: none;
}

/* 関連リンク */
#ir.top section.sec.has_rel_link {
  padding-bottom: 60px;
}
#ir.top .related_link {
  background: #efefef;
  padding: 16px;
  font-size: 18px;
}
#ir.top .related_link h4 {
  font-size: 16px;
  padding-bottom: 6px;
  padding-left: 0;
}
#ir.top .related_link ul.link_list {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 4px;
}
#ir.top .related_link ul.link_list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  list-style: none;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 0!important;
  line-height: 1.2;
  padding: 0;
}
#ir.top .related_link ul.link_list .rls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#ir.top .related_link ul.link_list .rls a {
  width: 100%;
  height: 100%;
  padding: 0.2em 0.4em;
  padding-left: 1em;
  display: flex;
  align-items: center;
  text-align: left;
}

#ir.top .related_link ul.link_list .link-l {
  flex-direction: column;
  width: calc(25% - 2px);
}
#ir.top .related_link ul.link_list .link-l li {
  width: 100%;
  height: 62px;
}
#ir.top .related_link ul.link_list .link-ms {
  flex-direction: column;
  width: calc(75% - 2px);
}
#ir.top .related_link ul.link_list .link-ms div li {
  font-size: 0.85em;
  width: calc(100% / 3 - 2.67px);
  height: 40px;
}
#ir.top .related_link ul.link_list .link-ms .link-s li a[target="_blank"]::after {
  content: url(/corporate/ir/images/icon-window.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
}
#ir.top .related_link ul.link_list li::before {
  content: "";
  position: absolute;
  inset: auto;
  left: 6px;
  display: inline-block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #403d33;
}

/*SP*/
@media all and (max-width: 767px) {
  section {
    width: 100%;
    padding: 0;
  }
  #ir.top .sec01 .column02 {
    flex-wrap: wrap;
    column-gap: normal;
  }
  #ir .flebox {
    flex-wrap: wrap;
  }
  .columnbox {
    width: 100%;
  }
  .dl_title {
    font-size: 2rem;
    width: 175px;
    line-height: 100%;
    text-align: left;
    padding: 0 45px 0 0;
    background: url(/corporate/ir/images/dl_book.png) no-repeat 95% 90%;
    background-size: 30px 30px;
  }
  .dl_btn {
    font-size: 15px;
  }
  .dl_blue, .dl_red {
    font-size: 16px;
  }
  .dl_red span, .dl_blue span {
    font-size: 11px;
  }
  .dl_pdf, .dl_xslx {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 10px;
    font-size: 14px;
    min-height: inherit;
    line-height: 150%;
    align-items: flex-start;
    background-image: none;
  }
  .dl_pdf p, .dl_xslx p {
    width: 100%;
  }
  .dl_pdf a::after, .dl_xslx a::after {
    content: "";
    display: inline-block;
    background: url(/corporate/ir/images/dl_mark.png) no-repeat 4px 10px;
    background-size: 10px 10px;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 3px;
  }
  #ir.top .sec01 .dl_linkbox a {
    font-size: 14px;
  }
  .glance, .pmt {
    font-size: 13px;
    text-align: left;
  }
  .glance_title, .pmt_title {
    font-size: 20px;
  }

  /* 関連リンク SP */
  #ir.top section.sec.has_rel_link {
    margin-top: 2em;
    padding-bottom: 30px;
  }
  #ir.top .related_link {
    padding: 10px 16px;
  }
  #ir.top .related_link h4 {
    padding-bottom: 10px;
  }
  #ir.top .related_link ul.link_list li {
    font-size: 14px;
    width: calc(50% - 3px);
    height: auto;
  }
  #ir.top .related_link ul.link_list .rls {
    width: 100%;
  }

  #ir.top .related_link ul.link_list .link-l {
    flex-direction: row;
  }
  #ir.top .related_link ul.link_list .link-l li {
    width: calc(50% - 2px);
    min-height: 62px;
  }

  #ir.top .related_link ul.link_list .link-ms div li {
    width: calc(50% - 2px);
    min-height: 40px;
    height: auto;
  }}