@charset "utf-8";
/* CSS Document */

.read-flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 0;
}

.read-container {
  width: 100%;
}

.read {
  text-align: justify;
}

.read-head-h3 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.read-list-cont {
  margin: 30px 0;
}

.read-list-cont li {
  counter-increment: number;
  margin-bottom: 12px;
  padding-left: 3rem;
  text-indent: -3rem;
  text-align: justify;
}

.read-list-cont li::before {
  content: counter(number) ".";
  padding-right: 15px;
  vertical-align: middle;
}

.hover {
  margin-top: 40px;
  color: #838383;
  word-break: break-all;
}

.hover a:hover {
  color: #008db7;
  transition: 0.3s;
}

/* ==================== */
/*   　　IRポリシー　    */
/* ==================== */
.irpolicy-list-cont li {
  counter-increment: number;
  padding-left: 3rem;
  text-indent: -3rem;
  margin-bottom: 12px;
}

.irpolicy-list-cont li::before {
  content: counter(number) ".";
  padding-right: 15px;
  vertical-align: middle;
}

/* レスポンシブ ------------------------------------ */

/* 1200px以下 ---------------------------------- */
@media screen and (max-width: 1199px) {
  .read-head-h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  .read-flex-box {
    gap: 80px 0;
  }
}

@media screen and (max-width: 559px) {
  .read-flex-box {
    gap: 60px 0;
  }

  .read-head-h3 {
    font-size: 2.1rem;
  }

  .hover {
    margin-top: 20px;
  }
}

/* ================================================== */
/*   コーポレート・ガバナンス・プライバシーポリシー一部   */
/* ================================================== */
/* 共通 */
.w850 {
  width: 830px;
}

.w1100.flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.gov-img {
  margin-bottom: 60px;
  width: 800px;
}

.gov-read-container {
  width: 100%;
  margin-bottom: 100px;
}

.gov-read-container.gov-report {
  margin-bottom: 0;
}

.secondary-content {
  width: 100%;
  margin-bottom: 60px;
}

.tertiary-content {
  width: 100%;
  margin-top: 30px;
}

.sub-ttl {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 600;
}

.label {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 600;
  text-align: justify;
}

.strategy-link {
  position: relative;
  width: 270px;
  margin-top: 40px;
  padding-left: 3px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}

.strategy-link a {
  display: inline-block;
  width: 100%;
}

.strategy-link .link-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 3rem;
  height: 3rem;
  border: solid 1.5px #333;
}

.strategy-link .link-btn::before {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

.strategy-link:hover .link-btn {
  background-color: #333;
  transition: 0.3s;
}

.strategy-link:hover .link-btn::before {
  border-color: #fff;
  transition: 0.3s;
}

/* サイドメニュー */
.agenda {
  width: 195px;
}

.governance-agenda {
  position: sticky;
  top: 175px;
}

.governance-agenda li {
  margin-bottom: 28px;
  line-height: 0;
}

.nav-item {
  font-size: 1.3rem;
  color: #888;
  line-height: 1.3;
  letter-spacing: 0px;
}

/* サイドメニューhover */
.governance-agenda a.nav-item {
  display: inline-block;
  position: relative;
  transition: padding-left 0.3s ease;
}

.governance-agenda a.nav-item.is-active {
  color: #333;
}

.governance-agenda a.nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 14px;
  height: 2px;
  background: #008db7;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.governance-agenda a.nav-item:hover {
  color: #333;
}

.governance-agenda a.nav-item:hover::before,
.governance-agenda a.nav-item.is-active::before {
  transform: translateY(-50%) scaleX(1);
}

/* table共通 -------------------------------------------*/
.secondary-content.scroll-wrap {
  width: 800px;
}

.attendance-list tr:last-child,
.remuneration-table tr:last-child {
  border-bottom: none;
}

/* 取締役会出席回数 */
.attendance-list th,
.headline {
  background-color: #f7f7f7;
}

.headline {
  height: 60px;
  text-align: center;
}

.attendance-list th {
  border-right: solid 1px #c1c0c0;
}

.attendance-list .headline th:last-child {
  border-right: none;
}

.attendance-list td {
  width: 250px;
  height: 60px;
  text-align: center;
}

.border {
  border-top: solid 1px #c1c0c0;
}

.border th {
  width: 240px;
  padding-left: 20px;
  line-height: 1.4;
}

.border td {
  border-left: solid 1px #c1c0c0;
}

/* 取締役報酬table */
.remuneration-table th {
  padding: 10px 0;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  border-right: solid 1px #c1c0c0;
  border-bottom: solid 1px #c1c0c0;
}

.remuneration-table tr:first-child th:last-child {
  border-right: none;
}

.remuneration-table tr:last-child .remu-label {
  border-bottom: none;
}

.remu-label {
  width: 200px;
  border-top: solid 1px #c1c0c0;
}

.remuneration-table td {
  width: 120px;
  padding: 20px 10px;
  text-align: right;
  border-left: solid 1px #c1c0c0;
  border-top: solid 1px #c1c0c0;
}

/* 内部統制ナンバリング */
.main-cont-box {
  margin-top: 50px;
}

.main-list-content li.main-cont-box {
  counter-increment: number;
}

.main-list-content li.main-cont-box h4 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.7;
}

.main-list-content li.main-cont-box h4::before {
  content: counter(number) ".";
  padding-right: 5px;
}

.sub-list-content,
.main-cont-box p {
  padding-left: 2.5rem;
}

.sub-list-content li {
  margin-left: 1em;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  counter-increment: level;
}

.sub-list-content li::before {
  display: inline-block;
  margin-left: 0;
  width: 1em;
  content: "(" counter(level, lower-roman) ")";
}

/* CG報告書 */
.cg-report {
  display: flex;
  align-items: baseline;
  /* padding-bottom: 150px; */
}

.cg-report a {
  position: relative;
}

.cg-report a::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  transition: 0.3s ease 0s;
}

.cg-report a:hover::before {
  width: 100%;
}

.cg-report .day {
  color: #838383;
  margin-right: 60px;
}

/* レスポンシブ ------------------------------------ */

/* 1200px以下 ---------------------------------- */
@media screen and (max-width: 1199px) {
  .agenda {
    display: none;
  }

  .w850 {
    width: 100%;
  }

  .sub-ttl {
    font-size: 2.1rem;
  }

  /* .governance-content .gov-read-container {
    width: 100%;
    padding-top: 0;
    margin-bottom: 100px;
  } */

  .gov-img {
    width: 100%;
  }

  .attendance-list td {
    padding: 20px 60px;
  }

  .remuneration-table th {
    padding: 10px 20px;
  }

  .remuneration-table th.remu-label {
    text-align: left;
  }
}

@media screen and (max-width: 959px) {
  .secondary-content .scroll-wrap {
    overflow-x: scroll;
  }

  .attendance-list,
  .remuneration-table {
    white-space: nowrap;
  }

  .border th {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .gov-read-container {
    margin-bottom: 80px;
  }

  .label {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 559px) {
  .gov-read-container {
    margin-bottom: 60px;
  }
  .secondary-content {
    margin-bottom: 40px;
  }
  .sub-ttl {
    font-size: 1.8rem;
  }

  .cg-report {
    flex-wrap: wrap;
  }
}

/* =============== */
/*   サイトマップ   */
/* =============== */
.sitemap-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px 36px;
}

.content-box {
  width: 30%;
}

.content-box h3,
.content-box h3 a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.content-box h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #bfbfbf;
}

.content-box .sub-box {
  margin-bottom: 115px;
}

.content-box li {
  margin-bottom: 6px;
}

.content-box li span {
  font-size: 1.2rem;
}

.content-box li .link {
  margin-left: 10px;
  width: 16px;
}

.content-box a:hover {
  color: #008db7;
  transition: 0.3s;
}

/*------------------------------------------
    1439px - 1200px
-------------------------------------------*/
@media screen and (max-width: 1439px) {
}

/*------------------------------------------
    1199px - 1100px
-------------------------------------------*/
@media screen and (max-width: 1199px) {
  .content-box {
    width: 45%;
  }
}

/*------------------------------------------
    1099px - 960px
-------------------------------------------*/
@media screen and (max-width: 1099px) {
}

/*------------------------------------------
    959px - 769px  TAB
-------------------------------------------*/
@media screen and (max-width: 959px) {
}

/*------------------------------------------
    768px - 560px
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .content-box li a {
    font-size: 1.4rem;
  }
}

/*------------------------------------------
    559px - 360px  SP
-------------------------------------------*/
@media screen and (max-width: 559px) {
  .sitemap-container {
    width: 90%;
    gap: 40px;
    margin: 0 auto;
  }

  .content-box {
    width: 100%;
  }

  .content-box .sub-box {
    margin-bottom: 40px;
  }
}
