.about_message {
  margin: 170px auto;
}

.about_message .about_message_wrapper {
  background-color: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_message .about_message_wrapper .about_text {
  line-height: 40px;
  color: #333333;
  padding-top: 50px;
  padding-left: 10px;
}

.leaf_line {
  margin: 80px auto;
}

.about_contents {
  width: 90%;
  margin: 0 auto;
}

.about_contents .about_title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.about_contents .about_texts .about_text {
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 1px;
  line-height: 30px;
}

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.access p {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 10px;
}

.access .yoshida {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.access .about_tel {
  color: red;
  font-size: 2.8rem;
  margin-top: 50px;
}

.access .about_fax {
  margin-top: 50px;
}

.access .btn {
  margin-top: 50px;
}

/****************************/
/*********responsive*********/
/****************************/
@media screen and (max-width: 480px) {
  .about_message {
    margin: 100px auto;
  }
  .about_message .about_message_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_message .about_message_wrapper img {
    width: 100%;
    height: 200px;
  }
  iframe {
    height: 300px;
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=office.css.map */