.l-main {
  background: #d6e9c4;
}

.p-title-main img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-sec + .p-sec {
    margin-top: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec + .p-sec {
    margin-top: 130px;
  }
}