.sec1 {
  margin-bottom: 75px;
}

.sec2 {
  margin-bottom: 40px;
}

.h2 {
  margin-bottom: 44px;
}

.ceo-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ceo-message__figure {
  width: 32%;
  text-align: center;
}
.ceo-message__body {
  width: 60%;
}
.ceo-message__body > * + * {
  margin-top: 2em;
}
.ceo-message__caption {
  margin-top: 5px;
}

.data_box dt {
  width: 30%;
}
.data_box dd {
  width: 70%;
}

.img_box {
  margin: 0 -0.497% 15px 0;
  overflow: hidden;
}
.img_box figure {
  float: left;
  width: 32.836%;
  margin: 0 0.497% 0 0;
}

.map {
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .sec1 {
    margin-bottom: 55px;
  }
  .sec2 {
    margin-bottom: 30px;
  }
  .h2 {
    margin-bottom: 25px;
  }
  .ceo-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ceo-message__figure {
    width: 100%;
  }
  .ceo-message__body {
    margin-top: 25px;
    width: 100%;
  }
  .img_box {
    margin: 0 0 10px;
  }
  .img_box figure {
    float: none;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
  }
}/*# sourceMappingURL=style_about.css.map */