@charset "UTF-8";
/*about*/
#about_page {
  background: #d3e0cb;
  box-sizing: border-box;
  padding-bottom: 160px;
  position: relative;
}
#about_page .ttl {
  margin-bottom: 120px;
}
#about_page .image_box, #about_page .text_box {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}
#about_page .image_box img, #about_page .text_box img {
  width: 100%;
  height: auto;
}
#about_page .text_box {
  margin-bottom: 120px;
  max-width:400px;
}
@media screen and (max-width: 590px) {
  #about_page {
    padding-bottom: 100px;
  }
  #about_page .ttl {
    margin-bottom: 120px;
  }
  #about_page .text_box {
    margin-bottom: 100px;
    max-width:75%;
  }
}