.format-jp .p-lead {
  margin-bottom: 100px;
}
.format-jp .p-lead p {
  text-align: center;
}
.format-jp .p-lead__main {
  font-family: "FP-HiraginoUDSansStdN-W6";
  font-size: 20px;
  line-height: 2;
  margin-bottom: 15px;
}
.format-jp .p-lead__sub {
  width: 80%;
  margin: 0 auto;
}
.list-disc li {
  padding-left: 1.5em;
  text-indent: 0;
}
.list-disc li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.format-jp p a.link_txt {
  color: #e95549;
  text-decoration: none;
  font-size: 100%;
}
.format-jp .c-attention {
  margin-top: 0;
}
.format-jp .c-btn {
  margin-top: 30px;
}
.c-btn a {
  background: #ed776d;
  display: inline-block;
  text-decoration: none !important;
  padding: 13px 30px 7px 30px;
  text-align: center;
  border-radius: 10px;
}
.c-btn a span {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn a span .icon-mail {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 27px;
  height: 21px;
  margin-right: 12px;
}
.required-info {
  margin: 30px 0 10px;
}
.required-info h3 {
  font-family: "FP-HiraginoUDSansStdN-W6";
}
.c-list--number {
  padding-left: 15px;
}
.c-list--number li {
  list-style: auto;
}
.c-list--normal {
  padding-left: 15px;
}
.c-list--normal li {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .format-jp .p-lead {
    margin-bottom: 65px;
  }
  .format-jp .p-lead p {
    text-align: left;
  }
  .format-jp .p-lead__main {
    line-height: 1.6;
  }
  .format-jp .p-lead__sub {
    width: 100%;
  }
  .style-table {
    margin-top: 40px;
  }
  .u-pc-only {
    display: none;
  }
}
