@charset "UTF-8";
.p_content .inr {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  padding-top: 130px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 480px) {
  .p_content .inr {
    width: 86.7%;
    padding-top: 65px;
    font-size: 1.4rem;
  }
}
.p_content h3 {
  margin-top: 2.5em;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 480px) {
  .p_content h3 {
    font-size: 2rem;
  }
}
.p_content h3 .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_content h3 + p,
.p_content h3 + ul {
  margin-top: 2em;
}
.p_content h4 {
  margin-top: 2em;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.75;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 480px) {
  .p_content h4 {
    font-size: 1.6rem;
  }
}
.p_content h4 .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_content p:not(:first-child),
.p_content ul:not(:first-child) {
  margin-top: 1em;
}
.p_content p + p,
.p_content p + ul,
.p_content ul + p,
.p_content ul + ul {
  margin-top: 1em;
}
.p_content ul li {
  position: relative;
  padding-left: 1em;
}
.p_content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #a62126;
}
@media screen and (max-width: 480px) {
  .p_content ul {
    margin-top: 2em;
  }
}
.p_content hr {
  margin-top: 80px;
}
.p_content hr + * {
  margin-top: 80px !important;
}
@media screen and (max-width: 480px) {
  .p_content hr {
    margin-top: 45px;
  }
  .p_content hr + * {
    margin-top: 45px !important;
  }
}
.p_content .txt_r {
  text-align: right;
}
.p_content::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto;
}
@media screen and (max-width: 480px) {
  .p_content::after {
    margin: 50px auto;
    width: 86.7%;
  }
}