@charset "UTF-8";

.top-title {
  text-align: left;
  padding: 30px 0;
  border-bottom: solid 2px #e9f4f1;
}
.top-title h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #007e5b;
  font-size: 45px;
  letter-spacing: 0.02em;
  line-height: 1.51;
}
.top-title span {
  font-size: 20px;
  line-height: 1.5;
}


.pp-inner {
  max-width: 900px;
  margin: 52px auto 145px;
}
@media screen and (max-width: 768px) {
  .pp-inner {
  max-width: initial;
  margin: 30px auto 80px;
}
}
.content {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .content {
    font-size: 14px;
}
}
.pp-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pp-lead {
  margin-bottom: 30px;
}
}
.pp-contentwrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pp-item h3 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pp-item h3 {
  font-size: 20px;
}
}
.pp-item li {
  list-style: inside;
}
.pp-address {
  margin-top: 10px;
}

.content.tou {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .content.tou {
  gap: 30px;
}
}
.tou-item h4 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tou-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
}