@charset "UTF-8";
/**
* ガバナンス
*/


/* ==========================================================================
レイアウト
========================================================================== */
#index-company-action-governance .full-box {
  width: 1024px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  #index-company-action-governance .full-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

.img-c {
  margin: 0;
  text-align: center;
}

.text-wrap p {
  text-indent: 1em;
}
.text-wrap p + p {
  margin-top: 13px;
}

/* heading */
.sttl03 {
  margin-top: 28px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(../img/title_line.gif) repeat-x left bottom;
  color: #006FA6;
  font-size: 114%;
  font-weight: bold;
  line-height: 1.25;
}

.linkPDF {
  margin-top: 15px;
  font-size: 14px;
}

/* table */
.tblStyle01 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 700px;
  margin: 0 auto;
  border:3px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .tblStyle01 {
    width: 100%;
  }
}
.tblStyle01 caption {
  text-align: right;
}
.tblStyle01 th {
  padding: 10px;
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.tblStyle01 td {
  padding: 10px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.tblStyle01 thead th {
  width: 33.33333%;
}


/* ==========================================================================
タブ
========================================================================== */
.tab-navi {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  padding: 0 8px;
  border-bottom: #ccc 1px solid;
}
.tab-navi > li {
  width: 33.33333%;
  min-height: 56px;
  margin-bottom: -1px;
  border: #ccc 1px solid;
  border-right: none;
}
.tab-navi > li:last-child {
  border-right: #ccc 1px solid;
}

.tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
.tab-button:hover {
  background: #e5f0f7;
}
.tab-button > span {
  display: block;
} 
.tab-button.is-active {
  background: #e5f0f7;
  border-bottom: #e5f0f7 1px solid;
}

.tab-area {
  display: none;
}
.tab-area.is-active {
  display: block;
}
