@charset "UTF-8";
#governance .light_color {
  margin-bottom: 165px;
}
@media screen and (max-width: 1160px) {
  #governance .light_color {
    margin-bottom: 14.22vw;
  }
}
@media screen and (max-width: 1160px) {
  #governance .light_color {
    margin-bottom: 20.83vw;
  }
}

.governance_wrap {
  position: relative;
  width: 970px;
  margin: 0 auto 160px auto;
}
.governance_wrap h2 {
  font-size: 28px;
  line-height: 1.6em;
  color: #0064AF;
  padding: 0 0 15px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #0064AF;
}
.governance_wrap ul {
  padding-left: 1.7em;
  margin-bottom: 2em;
}
.governance_wrap ul:last-child {
  margin: 0;
}
.governance_wrap ul.governance_list {
  margin-bottom: 3em;
  padding-left: 1.7em;
}
.governance_wrap ul.governance_list li {
  font-size: 22px;
}
.governance_wrap ul.circle_line_list {
  padding-left: 0;
  list-style: none;
}
.governance_wrap ul.circle_line_list li {
  position: relative;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 1.5em 0;
  padding-left: 1.5em;
}
.governance_wrap ul.circle_line_list li::before {
  position: absolute;
  left: 0;
  top: 1.5em;
  content: "●";
  color: #0064AF;
}
.governance_wrap ol {
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.governance_wrap ol.num_strong {
  padding-left: 0;
  margin-bottom: 2em;
  margin: 0 0 1em 0;
  counter-reset: gcnt;
}
.governance_wrap ol.num_strong:last-child {
  margin: 0;
}
.governance_wrap ol.num_strong.mb4em {
  margin-bottom: 4em;
}
.governance_wrap ol.num_strong li {
  position: relative;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 1.5em 0 1.5em 0;
  list-style: none;
}
.governance_wrap ol.num_strong li:before {
  counter-increment: gcnt;
  content: counter(gcnt) "　";
  color: #0064AF;
  font-weight: bold;
}
.governance_wrap h3 {
  font-size: 22px;
  line-height: 1.6em;
  color: #0064AF;
  margin-bottom: 1em;
}
.governance_wrap p:last-child {
  margin: 0;
}
.governance_wrap p.more_btn {
  margin: 0 auto;
  padding: 0;
}
.governance_wrap p.more_btn a {
  display: block;
  padding: 1.5em 0;
  border-radius: 4em;
}
@media screen and (max-width: 1160px) {
  .governance_wrap {
    width: 83.62vw;
    margin: 0 auto 13.79vw auto;
  }
  .governance_wrap h2 {
    font-size: 2.41vw;
    padding: 0 0 1.29vw 0;
    margin: 0 0 5.17vw 0;
  }
  .governance_wrap ul.governance_list li {
    font-size: 1.9vw;
  }
  .governance_wrap h3 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 750px) {
  .governance_wrap {
    width: 86.67vw;
    margin: 0 auto 23.61vw auto;
  }
  .governance_wrap h2 {
    font-size: 5vw;
    padding: 0 0 2.78vw 0;
    margin: 0 0 9.72vw 0;
  }
  .governance_wrap ul.governance_list li {
    font-size: 4.44vw;
  }
  .governance_wrap h3 {
    font-size: 5vw;
  }
}

.governance_bottom {
  position: relative;
  padding: 0;
  background: none;
}
.governance_bottom ul li {
  display: block;
  list-style: none;
  text-align: left;
  width: 48.5%;
  margin-bottom: 3%;
  height: 154px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.governance_bottom ul li a {
  display: block;
  padding-left: 50px;
  height: 154px;
  padding: 0 0 0 50px;
  color: #323232;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.governance_bottom ul li a .hover_line {
  display: inline;
  line-height: 1.5em;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0064AF), to(#0064AF));
  background-image: linear-gradient(90deg, #0064AF, #0064AF);
  background-position: left bottom;
}
.governance_bottom ul li a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #0064AF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.governance_bottom ul li a .icon_rarrow {
  position: absolute;
  right: 37px;
  top: calc(50% - 5px);
}
.governance_bottom ul li a:hover {
  color: #0064AF !important;
  background: #FFF !important;
}
.governance_bottom ul li a:hover .hover_line {
  background-size: 100% 1px;
}
.governance_bottom ul li a:hover .icon_rarrow {
  background: url(/common/images/common/icon_arrow_right_b.svg) no-repeat center center !important;
  background-size: 10px !important;
}
.governance_bottom ul li.current {
  background: #FFF;
  border-radius: 10px;
}
.governance_bottom ul li.current a {
  background: #FFF;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 1160px) {
  .governance_bottom ul li {
    max-height: 13.28vw;
  }
  .governance_bottom ul li a {
    padding-left: 4.31vw;
    max-height: 13.28vw;
  }
  .governance_bottom ul li a::after {
    right: 2.59vw;
    top: calc(50% - 1vw);
    width: 2.07vw;
    height: 2.07vw;
  }
  .governance_bottom ul li.current {
    border-radius: 0.86vw;
  }
}
@media screen and (max-width: 750px) {
  .governance_bottom ul li {
    width: 100%;
    height: 27.78vw;
    max-height: 27.78vw;
    font-size: 5vw;
    line-height: 1.22em;
  }
  .governance_bottom ul li a {
    padding-left: 13.89vw;
    height: 27.78vw;
    max-height: 27.78vw;
    padding: 0 0 0 5.56vw;
  }
  .governance_bottom ul li a::before {
    right: 5.56vw;
    top: calc(50% - 3.33vw);
    width: 5.56vw;
    height: 5.56vw;
  }
  .governance_bottom ul li a .hover_line {
    background: none;
  }
  .governance_bottom ul li a .icon_rarrow {
    right: 6.94vw;
    top: calc(50% - 1.94vw);
  }
  .governance_bottom ul li a small {
    display: inline-block;
    line-height: 1.2em;
  }
  .governance_bottom ul li a:hover .icon_rarrow {
    background-size: 2.78vw !important;
  }
  .governance_bottom ul li.current {
    border-radius: 2.78vw;
  }
}

.governance_imagetext {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.governance_imagetext div {
  width: 61.8%;
}
.governance_imagetext div dl {
  border-top: 1px solid #EBEBEB;
  padding: 1.5em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.governance_imagetext div dl:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.governance_imagetext div dl dt {
  width: 38%;
  font-weight: bold;
  font-size: 20px;
}
.governance_imagetext div dl dd {
  width: 62%;
  font-size: 20px;
}
.governance_imagetext figure {
  width: 31%;
}
.governance_imagetext figure.w25p {
  width: 25%;
}
@media screen and (max-width: 1160px) {
  .governance_imagetext div dl dt {
    font-size: 1.72vw;
  }
  .governance_imagetext div dl dd {
    font-size: 1.72vw;
  }
}
@media screen and (max-width: 750px) {
  .governance_imagetext div {
    width: 100%;
    margin-bottom: 11.11vw;
  }
  .governance_imagetext div dl {
    margin: 0;
    border-top: 1px solid #EBEBEB;
    padding: 5.56vw 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .governance_imagetext div dl:last-child {
    border-bottom: 1px solid #EBEBEB;
  }
  .governance_imagetext div dl dt {
    width: 100%;
    font-size: 4.17vw;
  }
  .governance_imagetext div dl dd {
    width: 100%;
    font-size: 4.17vw;
  }
  .governance_imagetext figure {
    width: 100%;
    text-align: center;
  }
  .governance_imagetext figure img {
    width: 55.56vw;
  }
  .governance_imagetext figure.w25p {
    width: 100%;
  }
  .governance_imagetext figure.w25p img {
    width: 55.56vw;
  }
}

.governance_isoimage {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.governance_isoimage figure {
  width: 35%;
  margin: 0 5%;
}
@media screen and (max-width: 1160px) {
  .governance_isoimage {
    margin-bottom: 6.03vw;
  }
}
@media screen and (max-width: 750px) {
  .governance_isoimage {
    margin-bottom: 8.33vw;
  }
  .governance_isoimage figure {
    width: 46%;
    margin: 0 2%;
  }
}

.more_btn_g {
  text-align: center;
}
.more_btn_g a {
  position: relative;
  display: inline-block;
  width: 260px;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #0064AF;
  padding: 1em 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn_g a::before, .more_btn_g a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  margin: auto;
  background-color: #0064AF;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more_btn_g a::before {
  width: 1px;
  height: 13px;
  top: calc(50% - 6px);
  right: 30px;
}
.more_btn_g a::after {
  width: 13px;
  height: 1px;
}
.more_btn_g a:hover {
  background: #0064AF;
  color: #FFF;
}
.more_btn_g a:hover::before, .more_btn_g a:hover::after {
  background-color: #FFF;
}
@media screen and (max-width: 1160px) {
  .more_btn_g a {
    width: 22.41vw;
    font-size: 1.72vw;
    border-radius: 4.31vw;
  }
  .more_btn_g a::before, .more_btn_g a::after {
    right: 2.07vw;
    border-radius: 0.86vw;
  }
  .more_btn_g a::before {
    height: 1.12vw;
    top: calc(50% - 0.5vw);
    right: 2.59vw;
  }
  .more_btn_g a::after {
    width: 1.12vw;
  }
}
@media screen and (max-width: 750px) {
  .more_btn_g a {
    width: 72.22vw;
    font-size: 5.56vw;
    border-radius: 13.89vw;
    border: 1px solid #0064AF;
    padding: 1em 0;
  }
  .more_btn_g a::before, .more_btn_g a::after {
    right: 6.67vw;
    border-radius: 2.78vw;
  }
  .more_btn_g a::before {
    height: 3.61vw;
    top: calc(50% - 1.67vw);
    right: 8.33vw;
  }
  .more_btn_g a::after {
    width: 3.61vw;
  }
}