/* ============
pp-contents
============ */
section#pp-contents {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  section#pp-contents {
    margin: 3rem 0 5rem;
  }
}
section#pp-contents .contents__lead {
  line-height: 2.2;
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
section#pp-contents .contents__item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(44, 85, 167, 0.15);
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__item {
    padding-bottom: 2.5rem;
  }
}
section#pp-contents .contents__item:last-of-type {
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}
section#pp-contents .contents__item--title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C55A7;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #EAEEF6;
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__item--title {
    font-size: 1.1rem;
  }
}
section#pp-contents .contents__item--text {
  line-height: 2.2;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
section#pp-contents .contents__item--contact {
  margin-top: 1rem;
}
section#pp-contents .contents__item--contact p {
  line-height: 2;
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}
section#pp-contents .contents__item--contact p:last-child {
  margin-bottom: 0;
}
section#pp-contents .contents__item--contact p a {
  color: #2C55A7;
  text-decoration: underline;
  font-weight: 500;
}
section#pp-contents .contents__item--contact p a:hover {
  text-decoration: none;
}
section#pp-contents .contents__item--meta {
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #888888;
  margin-bottom: 1rem;
}
section#pp-contents .contents__item--meta:last-child {
  margin-bottom: 0;
}
section#pp-contents .contents__item--subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #2C55A7;
  line-height: 1.6;
  margin: 2.2rem 0 0.8rem;
  padding-left: 0.8rem;
  border-left: 3px solid #2C55A7;
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__item--subtitle {
    font-size: 1rem;
  }
}
section#pp-contents .contents__major {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2C55A7;
  text-align: center;
  line-height: 1.5;
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__major {
    font-size: 1.4rem;
    margin: 3.5rem 0 2rem;
  }
}
section#pp-contents .contents__deflist {
  margin-top: 1rem;
}
section#pp-contents .contents__deflist--row {
  display: flex;
  gap: 0.7rem;
  font-size: 0.875rem;
  line-height: 1.95;
  margin-bottom: 0.9rem;
}
section#pp-contents .contents__deflist--row:last-child {
  margin-bottom: 0;
}
section#pp-contents .contents__deflist--row dt {
  flex-shrink: 0;
  font-weight: 700;
  color: #2C55A7;
}
section#pp-contents .contents__deflist--row dd {
  margin: 0;
  flex: 1;
}
section#pp-contents .contents__table {
  margin-top: 1rem;
  border-top: 1px solid rgba(44, 85, 167, 0.15);
}
section#pp-contents .contents__table--row {
  display: grid;
  grid-template-columns: 30% 1fr;
  border-bottom: 1px solid rgba(44, 85, 167, 0.15);
}
section#pp-contents .contents__table--row dt {
  padding: 0.9rem 1.5rem 0.9rem 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #2C55A7;
}
section#pp-contents .contents__table--row dd {
  margin: 0;
  padding: 0.9rem 0;
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__table--row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section#pp-contents .contents__table--row dt {
    padding: 0.7rem 0 0.2rem;
  }
  section#pp-contents .contents__table--row dd {
    padding: 0 0 0.7rem;
  }
}
section#pp-contents .contents__table--wide .contents__table--row {
  grid-template-columns: 45% 1fr;
}
@media screen and (max-width: 767px) {
  section#pp-contents .contents__table--wide .contents__table--row {
    grid-template-columns: 1fr;
  }
}
section#pp-contents .contents__pmark {
  margin-top: 1.5rem;
}
section#pp-contents .contents__pmark img {
  display: block;
  width: 130px;
  height: auto;
}
section#pp-contents .contents__note {
  text-align: right;
  font-size: 0.8125rem;
  color: #888888;
  line-height: 2;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #EAEEF6;
}
