@charset "UTF-8";

.m_text {
  margin-bottom: 2em;
}

.ir__pcNone {
  display: none;
}

.ir__spNone {
  display: block;
}

@media screen and (max-width: 767px) {
  .ir__pcNone {
    display: block;
  }

  .ir__spNone {
    display: none;
  }
}


/* -----------------------------------
* ローカルナビ
* ----------------------------------- */
.ir__localNav_item_active {
  background-color: #f8f9fa;
}

.m_btnNav>li.ir__localNav_item_blank::after {
  content: "\E004";
}

@media (min-width: 768px) {
  .ir__localNav .ir__localNav_item {
    width: 290px;
  }

  .ir__localNav_stock .ir__localNav_item {
    width: 210px;
  }
}

.eir_top .s_eirList_item {
  border-bottom: none;
}
.eir_top .s_eirModule_eirItem > *:first-child{
  margin-top: -25px;
}
.eir_top .s_eirList_item-pdf .s_eirModule_eirItem::after {
  top: 35%;
  right: 30px;
}
.eir_top .s_eirList_item-all_link::before{
  border: none;
}
@media screen and (max-width: 767px) {
  .eir_top .s_eirModule_eirItem > *:first-child{
    margin-top: -7px;
  }
  .eir_top .s_eirList_item-pdf .s_eirModule_eirItem::after {
    top: 40%;
  }
}
/* -----------------------------------
* 株主・投資家の皆様へ
* ----------------------------------- */
.ir__messageKv + .m_section {
  padding-top: 0;
}

.ir__messageKv img {
  width: 100%;
  height: auto;
}

.ir__messageName {
    text-align: right;
}

.ir__messageName span {
    display: inline-block;
    text-align: left;
}

@media (min-width: 768px) {
  .ir__messageKv {
    margin: 100px 0 82px;
  }

  .ir__messageName {
    margin: 44px 0 0;
    font-size: .875rem;
  }

  .ir__messageName_img {
    margin: 14px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .ir__messageKv {
    margin: 60px -20px 50px;
  }
  
  .ir__messageName {
    margin: 46px 0 0;
    font-size: .75rem;
  }

  .ir__messageName span {
    font-size: .75rem;
  }

  .ir__messageName_img {
    margin: 8px 0 0;
  }
}


/* -----------------------------------
* コーポレート・ガバナンス
* ----------------------------------- */
@media (min-width: 768px) {
  .ir__governanceImg {
    margin: 47px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .ir__governanceImg {
    margin: 25px 0 0;
  }
}


/* -----------------------------------
* 株式情報
* ----------------------------------- */
.ir__stockTable table {
  border: none;
}

.ir__stockTable th,
.ir__stockTable td {
  padding: 20px 20px 22px;
}


.ir__stockTable th {
  width: 220px;
  text-align: left;
  font-weight: 700;
  background: #f2f4f5;
}

@media (min-width: 768px) {
  .ir__stockTable th,
  .ir__stockTable td {
    padding: 20px 20px 22px;
    border-bottom: 1px solid #e1e4e6;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .ir__stockTable tr:last-child th,
  .ir__stockTable tr:last-child td {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .ir__stockTable tr,
  .ir__stockTable th,
  .ir__stockTable td {
    display: block;
    width: auto;
  }

  .ir__stockTable th,
  .ir__stockTable td {
    padding: 9px 10px 10px;
    font-size: .9375rem;
  }

  .ir__stockTable td {
    margin-bottom: 13px;
  }
}

.m_ir_text{
  font-size: 1.375rem;
  margin-bottom: 2em;
}
.m_ir_text .ir_emphasis{
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m_ir_text{
    font-size: 1.125rem;
  }
  .m_ir_text .ir_emphasis{
    font-size: 1.875rem;
  }
}
.Shareholders_Table{
  margin-bottom: 2em;
}
.Shareholders_Table table{
  width: 100%;
  border: none;
}
.Shareholders_Table table th,
.Shareholders_Table table td{
  padding: 20px 20px 22px;
  border-bottom: 1px solid #e1e4e6;
  font-size: 1.125rem;
  line-height: 1.5;
}
.Shareholders_Table table .date{
  text-align: center;
  font-weight: 700;
  background: #f2f4f5;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .Shareholders_Table table th,
.Shareholders_Table table td{
  padding: 9px 10px 10px;
  font-size: .9375rem;
}
}
/* -----------------------------------
* よくあるご質問
* ----------------------------------- */
.ir__faqList {
   margin-bottom: 0;
}

.ir__faqList_q {
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
  line-height: 2;
}

.ir__faqList_a {
  position: relative;
  margin-left: 0;
  padding-left: 1.5em;
  line-height: 2;
}

.ir__faqList_q::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q.';
  display: inline-block;
  font-weight: bold;
  color: #354765;
}

.ir__faqList_a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'A.';
  display: inline-block;
  font-weight: bold;
  color: #354765;
}

@media (min-width: 768px) {
  .ir__faqList_a + .ir__faqList_q {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ir__faqList_a + .ir__faqList_q {
    margin-top: 30px;
  }
}


/* -----------------------------------
* 免責事項
* ----------------------------------- */
@media (min-width: 768px) {
  .ir__disclaimerTxt + .m_borderHeading.s_color02_type01 {
    margin-top: 60px;
  }

  .m_borderHeading + .ir__disclaimerTxt {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .ir__disclaimerTxt + .m_borderHeading.s_color02_type01 {
    margin-top: 37px;
  }

  .m_borderHeading + .ir__disclaimerTxt {
    margin-top: 37px;
  }
}