body {
  background: #fff;
}
main {
  background: #fff;
}
.key-visual {
  background-image: url('../images/h_beforeafter_img.jpg');
}
.top-content {
  margin: 60px 0 0;
  background: #fff;
}
.top-content .list-item {
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.top-content .list-item .title {
  font-weight: bold;
}
.top-content .text {
  width: 80%;
  margin: 50px auto;
}
.top-content a {
  text-decoration: none;
  color: #000;
}
.top-content .photos {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-content .photos .img-area {
  position: relative;
  width: 48%;
  height: 400px;
  overflow: hidden;
}
.top-content .photos .img-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-content {
    width: 100%;
  }
  .top-content .text,
  .top-content .photos {
    width: 90%;
  }
  .top-content .photos {
    max-width: 400px;
  }
  .top-content .photos .img-area {
    height: 120px;
  }
}
