.content-wrap {
  padding-top: 180px;
  padding-bottom: 180px;
  background: url(../images/about/bg.jpg) center top no-repeat;
  background-size: cover;
  border: 8px solid #0068b7;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}

h1 {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  .img-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .img-area figure {
    width: 46%;
    margin-bottom: 24px;
  }
}

.txt-area {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .txt-area {
    margin-top: 24px;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
  }
}

.txt-area .txt + .txt {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .txt-area .txt + .txt {
    margin-top: 24px;
  }
}

.txt-area span.marker {
  font-weight: 600;
}

/*# sourceMappingURL=maps/about.css.map */
