@charset "UTF-8";


/* contents
-----------------------------------------------*/
section a {
  color: #00AFDE !important;
  transition: opacity .2s;
  word-break: break-all;
}
section a:hover {
  opacity: .7;
}
section a::after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
  background: url("/ir/img/icon-blank.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  margin-left: 5px;
}


/* section
-----------------------------------------------*/
section {
  margin-top: 60px;
}
section p {
  font-size: 16px;
  line-height: 2em;
}
section .ttlArea + p {
  margin-top: 25px;
}
section .note {
  font-size: 14px;
  margin-top: 15px;
}
section p + .note {
  margin-top: 0;
}
section .box {
  background-color: #f8f8f8;
  padding: 22px 30px;
  margin-top: 30px;
}
section p.data {
  font-size: 14px;
  text-align: right;
}
section h3 {
  font-size: 20px;
  line-height: 1.75em;
}
section table {
  margin-top: 30px;
  width: 100%;
}
section p.data + table {
  margin-top: 8px;
}
section h3 + .over table {
  margin-top: 20px;
}
section table tr {
  border-bottom: 1px solid #e5e5e5;
}
section table tr:first-child {
  border-top: 1px solid #e5e5e5;
}
section table th,
section table td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.8;
  padding: 12px 30px;
  font-feature-settings: "palt";
}
section table th {
  white-space: nowrap;
  padding: 12px 30px;
  background-color: #f8f8f8;
}
section table td:nth-child(n+3) {
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  .anchorMenu + section {
    margin-top: 30px;
  }
  section .ttlArea + p {
    margin-top: 10px;
  }
  section p.note {
    font-size: 12px;
  }
  section p.data {
    font-size: 12px;
  }
  section .box {
    padding: 20px;
  }
  section .box p {
    font-size: 13px;
  }
  section h3 {
    font-size: 16px;
  }
  section .over {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  section table {
    margin-top: 20px;
  }
  section table th,
  section table td {
    font-size: 14px;
    padding: 16px 20px 14px 20px;
  }
}


/* situation
-----------------------------------------------*/
#situation table td {
  width: 100%;
}


/* composition
-----------------------------------------------*/
#composition table td {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #composition {
    margin-top: 30px;
  }
  #composition table {
    margin-top: 15px;
  }
}


/* dividend
-----------------------------------------------*/
#dividend table td {
  width: 20%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}


/* shareholder
-----------------------------------------------*/
#shareholder table {
  table-layout: fixed;
}
/* #shareholder table td {
  width: 38%;
}
#shareholder table td:nth-child(3) {
  width: 24%;
} */
#shareholder table tr:first-child td {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #shareholder table {
    table-layout: auto;
  }
}