/* ======================================================================
ページ共通
====================================================================== */
img{
  width: 100%;
}
.page-contents-wrap {
  padding: 150px 5% 200px;
}
@media screen and (max-width: 980px) {
  .page-contents-wrap {
    padding: 60px 5%;
  }
}
.page-contents__inner {
  margin: 0 auto;
  /* max-width: 1440px; */
  max-width: 1200px;
  width: 100%;
}
.page-contents__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .page-contents__header {
    margin-bottom: 40px;
  }
}
.contents__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .contents__title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
.contents__sub-title {
  margin: 60px 0 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2307692308;
}
@media screen and (max-width: 980px) {
  .contents__sub-title {
    margin: 40px 0 20px;
    font-size: 18px;
  }
}
.contents-sec__text {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 980px) {
  .contents-sec__text {
    font-size: 14px;
  }
}
/* #p_privacy .privacy-sec__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 980px) {
  #p_privacy .privacy-sec__list li {
    font-size: 14px;
  }
}
#p_privacy .privacy-sec__list li:before {
  content: "・";
} */