body.about {
  color: #000;
  /*  テキスト　*/
  /* カットイメージ */
  /* カットイメージ */
}
body.about:before {
  content: "プリンター用レイアウトに変更しました。";
  padding: 10px;
  display: block;
}
body.about .gnav {
  display: none;
}
body.about section.first h1 {
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  background: none;
  position: relative;
  color: #000;
}
body.about section.second .box,
body.about section.third .box,
body.about section.fifth .box {
  opacity: 1;
  padding-bottom: 0px;
  padding: 50px 0 0 50px;
  width: 500px;
}
body.about section.second .box h2,
body.about section.third .box h2,
body.about section.fifth .box h2,
body.about section.second .box p,
body.about section.third .box p,
body.about section.fifth .box p {
  color: #000;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  text-align: left;
}
body.about section.second,
body.about section.third,
body.about section.fifth {
  display: flex;
}
body.about section.second figure.bgg,
body.about section.third figure.bgg,
body.about section.fifth figure.bgg {
  display: block;
  position: relative;
  width: 500px;
  overflow: hidden;
}
body.about section.second figure.bgg img,
body.about section.third figure.bgg img,
body.about section.fifth figure.bgg img {
  display: block;
  position: absolute;
}
body.about section.second figure.bgg img {
  left: 0px;
  top: 0px;
}
body.about section.third figure.bgg img {
  right: 0px;
  top: -70px;
}
body.about section.fifth figure.bgg img {
  right: 0px;
  top: 0px;
}
body.about .producttiles {
  display: none;
}
body.about .contact {
  display: none;
}
body.about .footer {
  display: none;
}
