@charset "UTF-8";
/* =============================================================================
   #pf（portfolioページ）
   ========================================================================== */
/* #pg-ppCnt
   -------------------------------------------------------------------------- */
.pg-ppCnt {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}
.pg-ppCnt__title {
  font-size: 1.25em;
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
}
.pg-ppCnt__note {
  margin-bottom: 1em;
}
.pg-ppCnt__item {
  margin: 2em 0;
}
.pg-ppCnt__label {
  display: block;
  padding: 0.5em 1.25em;
  margin-bottom: 1em;
  font-weight: 700;
  background: #efefef;
  border-radius: 30px;
  box-sizing: border-box;
}
.pg-ppCnt__text {
  padding: 0 1.25em;
  box-sizing: border-box;
}
.pg-ppCnt__text.-end {
  margin-top: 1em;
  font-weight: 700;
}
