/* ir css */
/*------------------------------------------------------------------------
Basic Layout (PC Layout)
------------------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* !btnMore01
---------------------------------------------------------- */
.btnMore01 {
  margin-top: 28px;
}

/* !ir
---------------------------------------------------------- */
/*---------- stock01 ----------*/
.stock01 {
  width: 100%;
  overflow: hidden;
}

.stockholder,
.stockInfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #dae2ed;
  background-color: #f0f3f7;
}

.stockholder {
  float: left;
  width: 65.7%;
  overflow: hidden;
  padding: 25px;
}

.stockInfo {
  padding: 10px 10px;
  margin: 0 0 30px;
}

.stockInfo .ttlStock01 {
  padding-left: 26px;
  margin-bottom: 5px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.6rem;
}

.stockInfo .ttlStock01.icon01 {
  background-image: url(../../ir/ico_cir01.gif);
}

.stockInfo .ttlStock01.icon02 {
  background-image: url(../../ir/ico_cir02.gif);
}

.dl_stockholder01 {
  overflow: hidden;
}

.dl_stockholder01 dt {
  float: left;
  width: 40%;
  margin-right: 25px;
}

.dl_stockholder01 dd {
  overflow: hidden;
}

.dl_stockholder01 dd .btnMore01 a {
  padding: 7px 10px 7px 37px;
  background-position: 24px 10px;
}

.dl_stockholder01 dd .pdflinks01 {
  position: relative;
  padding-left: 30px;
}

.dl_stockholder01 dd .pdflinks01 > a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}

.dl_stockholder01 dd .pdflinks01:before,
.dl_stockholder01 dd .pdflinks01 > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.dl_stockholder01 dd .pdflinks01:before {
  width: 18px;
  height: 19px;
  background: url("../../../../common/images/ico_pdf01.png") 0 0 no-repeat;
}

.dl_stockholder01 dd .pdflinks01 > a:before {
  top: 5px;
  width: 6px;
  height: 9px;
  background: url(../images/ico_arrow_r03.png) 0 0 no-repeat;
}

.dl_stockholder01 dd .pdflinks01 > a:hover:before {
  opacity: 0.6;
}

/*---------- btnYahoo01 ----------*/
.btnYahoo01 a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: auto;
  min-height: 100px;
  background: url(../../ir/img_yahoo_pc.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-indent: -9999px;
}

/*---------- info01 ----------*/
.latestNews {
  float: left;
  width: 65.7%;
}

.irEvent {
  float: right;
  width: 31.5%;
}

.ttlInfo01 {
  position: relative;
  margin: 0 !important;
  padding: 20px 0 14px 40px;
  font-size: 2rem;
  border-bottom: solid 1px #cdd7e5;
  background: url(../images/bg_h2_basic01.gif) 0 0 repeat-x;
}

.ttlInfo01.icon01:before,
.ttlInfo01.icon02:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

.ttlInfo01.icon01:before {
  background-image: url(../../ir/ico_cir03.gif);
}

.ttlInfo01.icon02:before {
  background-image: url(../../ir/ico_cir04.gif);
}

.boxInfo-ir {
  margin-bottom: 2.5em;
}

/*----------------------- BREAK POINT ------------------------------------
Tablet Layout
------------------------- BREAK POINT ----------------------------------*/
@media screen and (max-width: 768px) {
  .btnYahoo01 {
    text-align: center;
  }

  .btnYahoo01 a {
    display: block;
    margin: 0 auto;
    width: 75%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    background: url(../../ir/img_yahoo_sp.png) no-repeat center 0;
    background-size: 75% auto;
    text-align: center;
  }
}
/*----------------------- BREAK POINT ------------------------------------
SP Layout
------------------------- BREAK POINT ----------------------------------*/
@media screen and (max-width: 480px) {
  /*---------- info01 ----------*/
  .info01 {
    margin-bottom: 0;
  }

  .latestNews {
    float: none;
    width: auto;
  }

  .irEvent {
    float: none;
    width: auto;
  }

  .ttlInfo01 {
    position: relative;
    padding: 20px 0 16px 13%;
    font-size: 1.5rem;
  }

  .ttlInfo01.icon01:before,
  .ttlInfo01.icon02:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px auto;
  }

  .stock01 {
    width: 90.7%;
    margin: 0 auto;
  }

  .stockholder,
  .stockInfo {
    float: none;
    width: 100%;
  }

  .stockholder {
    margin-bottom: 20px;
    padding: 20px;
  }

  .stockInfo {
    padding: 19px 20px;
  }

  .stock01 .ttlStock01 {
    padding-left: 26px;
    margin-bottom: 14px;
    background-position: 0 2px;
    font-weight: bold;
    font-size: 1.5rem;
  }

  .stock01 .ttlStock01.ico01 {
    background-image: url(../../ir/ico_cir01.gif);
  }

  .stock01 .ttlStock01.ico02 {
    background-image: url(../../ir/ico_cir02.gif);
  }

  .dl_stockholder01 dt {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .dl_stockholder01 dd .btnMore01 a {
    padding: 7px 0 7px 0;
    background-position: 34% 8px;
  }

  .dl_stockholder01 dd .pdflinks01 {
    padding-left: 25px;
  }

  .dl_stockholder01 dd .pdflinks01 > a {
    display: block;
    padding: 0 15px 0 0;
  }

  .dl_stockholder01 dd .pdflinks01 > a:before {
    top: 14px;
    right: 4px;
    left: inherit;
    width: 9px;
    height: 13px;
    background: url(../images/ico_arrow_r07.png) 0 0 no-repeat;
    background-size: 9px 13px;
  }

  /*---------- btnYahoo01 ----------*/
  .btnYahoo01 a {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    background: url(../../ir/img_yahoo_sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}

/* 202302追加 */

.pagination01 {
  padding-top: 15px;
}

.pagination01 a {
  background: #fff;
}

.irselect {
  padding: 12px 16px;
  background: #ececec;
}

.irselect select {
  background-color: #ffffff;
  padding: 6px;
  border: 1px solid #cdd7e5;
  margin: 0 5px 0 0;
  border-radius: 5px;
}

.irselect select:focus-visible {
  outline-color: #005bac;
}

@media screen and (max-width: 480px) {
  .irselect {
    padding: 8px 4px;
  }
}

.sectionNews .newsListCategoryWrap {
  margin-top: 32px;
}

.sectionNews .irnews#xj-mainlist {
  margin-top: 10px;
}

.sectionNews #xj-select-category {
  display: flex;
  background-color: transparent;
}

.sectionNews #xj-select-category li {
  width: 20%;
  background-color: transparent;
  box-shadow: none;
}

.sectionNews #xj-select-category li:after {
  right: 0;
  top: calc(50% - 12px);
  width: 1px;
  height: 24px;
  margin-top: 0;
  background-color: #d9d9d9;
}

.sectionNews #xj-select-category li a {
  transition: all .2s ease-out;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0;
  color: #4d4d4d;
  background-image: none;
}

.sectionNews #xj-select-category li a.active {
  color: #fff;
  background-color: #005bac;
}

.sectionNews #xj-select-category li a:first-child {
  margin-right: 8px;
  margin-left: 8px;
}

.newsList li .icon.cat01 p, .newsList li .icon.cat02 p, .newsList li .icon.cat03 p {
  color: #227abc;
  border: none;
}

@media screen and (max-width: 768px) {
  .sectionNews .newsListCategoryWrap {
    border-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .sectionNews #xj-select-category li a:first-child {
    margin-right: 4px;
    margin-left: 4px;
  }
  .sectionNews #xj-select-category li a {
    text-align: center;
    font-size: 14px;
  }
  .sectionNews #xj-select-category li::after{
    display: block;
  }
}