main article section .box_fig03 + * {
  margin-top: 60px;
}

main article section .box_governance01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 166px;
  -webkit-box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  margin-top: 100px;
}

main article section .box_governance01 figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

main article section .box_governance01 .hl {
  margin-left: 70px;
  text-align: center;
  margin-top: 1em;
}

main article section .box_governance01 .hl span {
  display: inline-block;
  margin-top: 10px;
}

main article section .box_governance01 .btn {
  width: 194px;
  margin-top: 0;
  margin-left: 60px;
}

main article section .box_governance01 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #1b1b1b;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  overflow: hidden;
}

main article section .box_governance01 .btn a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

main article section .box_governance01 .btn .txt {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

main article section .box_governance01 .btn .txt::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

main article section .box_governance01 .btn .fig {
  display: none;
  position: absolute;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

main article section .box_governance01 .btn .fig:nth-of-type(1) {
  left: 0%;
  top: 0;
  width: 200%;
  height: 2px;
  background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,1)),color-stop(12.5%, rgba(170,170,170,1)),color-stop(25%, rgba(255,255,255,1)),color-stop(37.5%, rgba(170,170,170,1)),color-stop(50%, rgba(85,85,85,1)),color-stop(62.5%, rgba(170,170,170,1)),color-stop(75%, rgba(255,255,255,1)),color-stop(87.5%, rgba(170,170,170,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 12.5%,rgba(255,255,255,1) 25%,rgba(170,170,170,1) 37.5%,rgba(85,85,85,1) 50%,rgba(170,170,170,1) 62.5%,rgba(255,255,255,1) 75%,rgba(170,170,170,1) 87.5%,rgba(255,255,255,1) 100%);
}

main article section .box_governance01 .btn .fig:nth-of-type(2) {
  right: 0%;
  top: 0;
  width: 2px;
  height: 200%;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(85,85,85,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(85,85,85,1)));
  background: linear-gradient(to top,rgba(85,85,85,1) 0%,rgba(255,255,255,1) 50%,rgba(85,85,85,1) 100%);
}

main article section .box_governance01 .btn .fig:nth-of-type(3) {
  right: 0%;
  bottom: 0;
  width: 200%;
  height: 2px;
  background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,1)),color-stop(12.5%, rgba(170,170,170,1)),color-stop(25%, rgba(255,255,255,1)),color-stop(37.5%, rgba(170,170,170,1)),color-stop(50%, rgba(85,85,85,1)),color-stop(62.5%, rgba(170,170,170,1)),color-stop(75%, rgba(255,255,255,1)),color-stop(87.5%, rgba(170,170,170,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 12.5%,rgba(255,255,255,1) 25%,rgba(170,170,170,1) 37.5%,rgba(85,85,85,1) 50%,rgba(170,170,170,1) 62.5%,rgba(255,255,255,1) 75%,rgba(170,170,170,1) 87.5%,rgba(255,255,255,1) 100%);
}

main article section .box_governance01 .btn .fig:nth-of-type(4) {
  left: 0%;
  bottom: 0%;
  width: 2px;
  height: 200%;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(85,85,85,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(85,85,85,1)));
  background: linear-gradient(to top,rgba(85,85,85,1) 0%,rgba(255,255,255,1) 50%,rgba(85,85,85,1) 100%);
}

@media screen and (max-width: 639px) {
  main article section .box_fig03 + * {
    margin-top: 40px;
  }

  main article section .box_governance01 {
    display: block;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -12px 0;
  }

  main article section .box_governance01 figure {
    position: static;
    left: auto;
    bottom: auto;
  }

  main article section .box_governance01 figure img {
    width: 100%;
  }

  main article section .box_governance01 .hl {
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  main article section .box_governance01 .hl {
    margin-top: 1em;
    text-align: center;
  }

  main article section .box_governance01 .hl span {
    display: inline-block;
    margin-top: 10px;
  }

  main article section .box_governance01 .btn {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5%;
    width: auto;
    margin-left: 0;
  }

  main article section .box_governance01 .btn a {
    position: relative;
    width: 100%;
    height: 50px;
    border: none;
    color: #454545;
    font-size: 1.5rem;
  }

  main article section .box_governance01 .btn a .txt:before {
    border-color: #454545;
  }

  main article section .box_governance01 .btn a:hover {
    background-color: none;
    text-decoration: none;
  }

  main article section .box_governance01 .btn a .fig {
    display: block;
  }
}
