figure {
  display: block;
  margin: 0;
}
figure img {
  max-width: 100%;
  vertical-align: top;
}

.companyinfo_txt_wraper_access {
  width: 95%;
  margin: 50px auto 0px auto;
}
.companyinfo_txt_wraper_access .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.companyinfo_txt_wraper_access .btn_wrap a {
  color: #fff;
  font-size: 12px;
  background-color: #0050C8;
  line-height: 25px;
  padding: 0 1.5em;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.companyinfo_txt_wraper_access .btn_wrap a:hover {
  opacity: 0.7;
}

.companyinfo_txt_wraper_photo {
  width: 95%;
  margin: 40px auto 0px auto;
}