.cont {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cont {
    margin-bottom: 50px;
  }
}
.cont .txt > p:not(:first-of-type) {
  margin-top: 1.5em;
}

.phBlock {
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .phBlock {
    margin-bottom: 50px;
  }
}
.phBlock.mb0 {
  margin-bottom: 0;
}
.phBlock.mb5 {
  margin-bottom: 50px;
}
.phBlock.mb10 {
  margin-bottom: 100px;
}
.phBlock .ph {
  border-radius: 15px;
  overflow: hidden;
}
.phBlock .ph img {
  width: 100%;
}
@media (max-width: 767px) {
  .phBlock {
    display: block;
  }
  .phBlock .item:first-of-type {
    margin-bottom: 30px;
  }
}

.caption {
  margin-top: 10px;
}

.btn01 {
  text-align: center;
}