.p-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 0;
  overflow: hidden;
  font-family: "Noto Serif JP", sans-serif;
}
.p-wrapper [data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-wrapper [data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-wrapper [data-op-left].js-op,
.p-wrapper [data-op-right].js-op {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-wrapper [data-scroll-txt] {
    transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
  }
  .p-wrapper [data-scroll-txt].is-title__left.is-active, .p-wrapper [data-scroll-txt].is-title__right.is-active {
    background-position: 0 center;
  }
}
.p-wrapper [data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-wrapper [data-scroll-fade-up].is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-wrapper [data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-wrapper [data-scroll-fade-left].is-active {
  opacity: 1;
  transform: translateX(0);
}
.p-wrapper [data-scroll-fade-left-s] {
  opacity: 0;
  transform: translateX(-25px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-wrapper [data-scroll-fade-left-s].is-active {
  opacity: 1;
  transform: translateX(0);
}
.p-wrapper [data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-wrapper [data-scroll-fade-right].is-active {
  opacity: 1;
  transform: translateX(0);
}
.p-wrapper .u-bp__spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-wrapper .u-bp__pcOnly {
    display: none;
  }
  .p-wrapper .u-bp__spOnly {
    display: block;
  }
}
.p-wrapper .u-nm__harf__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.p-wrapper .u-nm__r-03__txt {
  vertical-align: baseline;
  margin-right: -0.3em;
}
.p-wrapper .u-nm__r-05__txt {
  vertical-align: baseline;
  margin-right: -0.5em;
}
.p-wrapper .u-nm__r-06__txt {
  vertical-align: baseline;
  margin-right: -0.6em;
}
.p-wrapper .u-nm__r-07__txt {
  vertical-align: baseline;
  margin-right: -0.7em;
}
.p-wrapper .u-nm__r-08__txt {
  vertical-align: baseline;
  margin-right: -0.8em;
}
.p-wrapper .u-nm__r-09__txt {
  vertical-align: baseline;
  margin-right: -0.9em;
}
.p-wrapper .u-nm__l-05__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
}
.p-wrapper .u-ls__d-001 {
  letter-spacing: -0.01em;
}
.p-wrapper .u-ls__d-008 {
  letter-spacing: -0.08em;
}
.p-wrapper .u-ls__d-05 {
  letter-spacing: -0.5em;
}
.p-wrapper .u-ls__u-001 {
  letter-spacing: 0.01em;
}
.p-wrapper .u-ls__u-008 {
  letter-spacing: 0.08em;
}
.p-wrapper .u-ls__u-05 {
  letter-spacing: 0.5em;
}

.c-button {
  width: 340px;
  margin: 52px auto 0;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 240px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm .c-button {
    width: 210px;
  }
}
.c-button__list__item + .c-button__list__item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-button__list__item + .c-button__list__item {
    margin-top: 15px;
  }
}
.c-button__link {
  position: relative;
  display: block;
  padding-bottom: 0;
  border-radius: 35px;
  padding: 24px 3% 26px;
  -o-background-image: linear-gradient(to right, #e01a17 0%, #b20875 100%);
  background-image: linear-gradient(to right, #e01a17 0%, #b20875 100%);
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button__link {
    border-radius: 25px;
    padding: 16px 3% 19px;
  }
}
.c-button__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: #e01a17;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .c-button__link:hover::before {
    transform: translateX(0);
  }
}
.c-button__txt {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-button__txt {
    font-size: 13px;
  }
}
.c-button__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
}
.l-section {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section {
    width: 90%;
  }
}
.l-section .l-section__lead {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section .l-section__lead {
    margin: 10px auto 0;
  }
}
.l-section .l-section__lead__txt {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  .l-section .l-section__lead__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.l-footer {
  position: relative;
  margin-top: 114px;
  padding-bottom: 133px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 81px;
    padding-bottom: 75px;
  }
}
.l-footer__link {
  width: 660px;
  margin: 81px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    width: 86.67%;
    margin: 40px auto 0;
  }
}
.l-footer__pict {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__pict {
    width: 188px;
  }
}
.l-footer__pict__link {
  display: block;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__pict__link:hover {
    transform: scale(1.05);
  }
}
.l-footer__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__share {
    width: 154px;
  }
}
.l-footer__share-cap {
  width: 85px;
  font-family: "Cormorant Infant", "Noto Serif JP", sans-serif;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-footer__share-cap {
    width: 60px;
    font-size: 13px;
    letter-spacing: 0.09em;
  }
}
.l-footer__share-list {
  width: calc(100% - 85px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list {
    width: calc(100% - 60px);
  }
}
.l-footer__share-item:nth-of-type(1) {
  width: 23px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-item:nth-of-type(1) {
    width: 17px;
  }
}
.l-footer__share-item:nth-of-type(2) {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-item:nth-of-type(2) {
    width: 19px;
  }
}
.l-footer__share-item:nth-of-type(3) {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-item:nth-of-type(3) {
    width: 19px;
  }
}
.l-footer__share-item a {
  display: block;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__share-item a:hover {
    transform: scale(1.2);
  }
}
.l-footer__share__path {
  fill-rule: evenodd;
}
.l-footer__nav {
  width: 412px;
  margin: 61px auto 66px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 85.6%;
    margin: 26px auto 0;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: space-between;
}
.l-footer__nav-list a {
  display: block;
  position: relative;
  padding-left: 14px;
  font-family: "Cormorant Infant", "Noto Serif JP", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.103em;
  text-decoration: none;
  color: #030303;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list a:hover {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a {
    padding-left: 12px;
    font-size: 12px;
    letter-spacing: 0.102em;
  }
}
.l-footer__nav-list a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -o-background-image: linear-gradient(to right, #e01a17 0%, #b20875 100%);
  background-image: linear-gradient(to right, #e01a17 0%, #b20875 100%);
  -webkit-clip-path: polygon(0% 0, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a::before {
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
  }
}
.l-footer__annot {
  margin-right: -1em;
  font-size: 11.5px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .l-footer__annot {
    margin: 36px auto 0;
    text-align: center;
    font-size: 8.5px;
    letter-spacing: 0.09em;
    line-height: 1.95;
  }
}
.l-footer__copy {
  margin: 20px auto 0;
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin: 7px auto 0;
    margin-right: -0.5em;
    font-size: 8px;
    letter-spacing: 0.2em;
  }
}

.p-wrapper {
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
  color: #030303;
}

.p-contents {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_pc.png) top center repeat-y;
  background-size: contain;
  pointer-events: none;
  transform: scale(1.05);
  transition: transform 6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-contents::before {
    background: url(../img/bg_sp.png) top center repeat-y;
    background-size: contain;
  }
}
.js-load .p-contents::before {
  transform: scale(1);
}

.p-mainVisual {
  width: 100%;
  overflow: hidden;
}

.p-mainVisual__img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transform: scale(1.03);
  transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1), transform 4s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-load .p-mainVisual__img {
  transform: scale(1);
}

.p-lead {
  position: relative;
  margin: 0 5%;
  padding: 90px 0 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding: 38px 0 35px;
  }
}
.p-lead__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    font-size: 13px;
    line-height: 1.77;
  }
}

.p-detailList {
  width: 71.429%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  border-top: 1px;
}
@media screen and (max-width: 767px) {
  .p-detailList {
    width: 90%;
  }
}
.p-detailList::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #b30772 2px, transparent 1px);
  background-size: 7px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-detailList::before {
    height: 1px;
    background-image: linear-gradient(to right, #b30772 1px, transparent 2px);
    background-size: 3px 1px;
  }
}
.p-detailList__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-detailList__item {
    display: block;
  }
}
.p-detailList__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #b30772 2px, transparent 1px);
  background-size: 7px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-detailList__item::after {
    height: 1px;
    background-image: linear-gradient(to right, #b30772 1px, transparent 2px);
    background-size: 3px 1px;
  }
}
.p-detailList__first {
  width: 12em;
  margin-right: 7.7%;
}
@media screen and (max-width: 767px) {
  .p-detailList__first {
    width: 100%;
    margin-right: 0;
    padding-top: 21px;
  }
}
.p-detailList__cap {
  position: relative;
  padding: 36px 0 36px 1.3em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-detailList__cap {
    padding: 0 0 0 1.65em;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
.p-detailList__cap::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/point.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detailList__cap::before {
    width: 10px;
    height: 10px;
    background: url(../img/point.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-40%);
  }
}
.p-detailList__last {
  width: calc(100% - (12em + 7.7%));
}
@media screen and (max-width: 767px) {
  .p-detailList__last {
    width: 100%;
  }
}
.p-detailList__inList {
  padding: 31px 0 24px;
}
@media screen and (max-width: 767px) {
  .p-detailList__inList {
    padding: 12px 0 19.8px 1.3em;
  }
}
.p-detailList__inList__item {
  position: relative;
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-detailList__inList__item {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.p-form {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 120px auto 0;
  padding: 93px 5% 100px;
  background-color: #f9eaef;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 75px auto 0;
    padding: 44px 5% 47px;
  }
}
.p-form.p-confirm {
  width: 78.6%;
  margin: 91px auto 0;
  padding: 53px 7% 100px;
}
@media screen and (max-width: 767px) {
  .p-form.p-confirm {
    width: 90%;
    margin: 40px auto 0;
    padding: 13px 5% 54px;
  }
}
.p-form__table {
  width: 100%;
}
.p-form__form {
  width: 670px;
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__form {
    width: 100%;
    margin: 31px auto 0;
  }
}
.p-confirm .p-form__form {
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .p-confirm .p-form__form {
    width: 100%;
    margin: 0 auto 0;
  }
}
.p-form__lead {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__lead {
    font-size: 12.5px;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}
.p-form__tr {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__tr {
    display: block;
  }
}
.p-form__tr + .p-form__tr {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-form__tr + .p-form__tr {
    margin-top: 18px;
  }
}
.p-confirm .p-form__tr + .p-form__tr {
  margin-top: 0;
}
.p-confirm .p-form__tr {
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .p-confirm .p-form__tr {
    padding: 25px 0;
  }
}
.p-form__tr:nth-of-type(n + 3) {
  padding: 26px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-form__tr:nth-of-type(n + 3) {
    padding: 27px 0 27px;
  }
}
.p-form__tr:nth-of-type(n + 3) .p-form__td__answer__txt {
  padding: 8px 10px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__tr--04 .p-form__td__answer {
  display: flex;
  align-items: center;
  width: 270px !important;
}
@media screen and (max-width: 767px) {
  .p-form__tr--04 .p-form__td__answer {
    width: 150px !important;
  }
}
.p-form__tr--04 .p-form__td__answer span {
  padding-left: 15px;
}
.p-form__tr--05 .c-typr_address1 {
  width: 140px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-form__tr--05 .c-typr_address1 {
    width: 87px;
    margin-right: 5px;
  }
}
.p-form__tr--05 .c-typr_address2 {
  width: 205px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-form__tr--05 .c-typr_address2 {
    width: 145px;
    margin-left: 5px;
  }
}
.p-form__tr--06 .c-formSelectItem {
  display: inline-block;
  position: relative;
}
.p-form__tr--06 .c-formSelectItem::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: #030303;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 80%);
  transform: translateY(-50%);
}
.p-form__tr--06 .p-form__td__answer__txt {
  width: 210px;
  position: relative;
}
.p-confirm .p-form__tr::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #b30772 2px, transparent 1px);
  background-size: 7px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.p-form__td__cap {
  position: relative;
  display: block;
  width: 8.4em;
  font-size: 18px;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-form__td__cap {
    width: 100%;
    margin-left: -0.1em;
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.p-confirm .p-form__td__cap {
  width: 16.4em;
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .p-confirm .p-form__td__cap {
    width: 100%;
    padding-left: 16px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
.p-confirm .p-form__td__cap::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/point.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-confirm .p-form__td__cap::before {
    width: 6px;
    height: 6px;
    left: 4px;
  }
}
.p-form__td__answer {
  display: block;
  width: calc(100% - 8.4em);
}
@media screen and (max-width: 767px) {
  .p-form__td__answer {
    margin-top: 9px;
    width: 100%;
  }
}
.p-confirm .p-form__td__answer {
  width: calc(100% - 16.4em);
}
@media screen and (max-width: 767px) {
  .p-confirm .p-form__td__answer {
    margin-top: 18px;
    width: 100%;
    font-size: 12px;
  }
}
.p-form__td__answer__txt {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__td__answer__txt {
    border-radius: 4px;
    padding: 10px 10px 10px;
    font-size: 13px;
  }
}
.p-form__td__answer__txt-d {
  width: 100%;
  border: none;
  padding: 10px 10px 10px;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form__td__answer__txt-d {
    padding: 10px 10px 10px;
    font-size: 13px;
  }
}
.p-form .name_wrapper {
  display: flex;
}
.p-form .name_inner {
  display: flex;
  align-items: center;
}
.p-form .name_inner:nth-of-type(1) {
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .p-form .name_inner:nth-of-type(1) {
    margin-right: 6%;
    width: 55%;
  }
}
.p-form .name_inner:nth-of-type(2) {
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .p-form .name_inner:nth-of-type(2) {
    width: 39%;
  }
}
.p-form .name_inner__label {
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .p-form .name_inner__label {
    padding-right: 9px;
  }
}
.p-form__list {
  width: 650px;
  margin: 44px auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    width: 100%;
    margin: 25px auto 0;
  }
}
.p-form__list__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-form__list__item {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p-form__list__item + .p-form__list__item {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-form__list__item + .p-form__list__item {
    margin-top: 1.5px;
  }
}

.p-noteList {
  width: 71.429%;
  max-width: 1000px;
  position: relative;
  margin: 113px auto 0;
}
@media screen and (max-width: 767px) {
  .p-noteList {
    width: 90%;
    margin: 55px auto 0;
  }
}
.p-noteList__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-noteList__item {
    display: block;
  }
}
.p-noteList__first {
  width: 9.6em;
}
@media screen and (max-width: 767px) {
  .p-noteList__first {
    width: 100%;
  }
}
.p-noteList__cap {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-noteList__cap {
    padding-left: 19px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.p-noteList__cap::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/point.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-35%);
}
@media screen and (max-width: 767px) {
  .p-noteList__cap::before {
    width: 12px;
    height: 12px;
    background: url(../img/point.png) center center no-repeat;
    background-size: contain;
  }
}
.p-noteList__last {
  width: calc(100% - 9.6em);
  padding: 2px 0 0;
}
@media screen and (max-width: 767px) {
  .p-noteList__last {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-noteList__inList {
    padding-top: 0px;
    padding-left: 19px;
  }
}
.p-noteList__txt_n {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.068em;
}
@media screen and (max-width: 767px) {
  .p-noteList__txt_n {
    font-size: 9px;
    line-height: 1.65;
    letter-spacing: 0.13em;
  }
}
.p-noteList__txt_n + .p-noteList__txt_n {
  margin-top: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-noteList__txt_n + .p-noteList__txt_n {
    margin-top: 0.4px;
  }
}
.p-noteList__txt_c {
  margin-top: 24px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13.5px;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-noteList__txt_c {
    margin-top: 12px;
    font-size: 9.5px;
  }
}
.p-noteList__txt_m {
  margin-top: 24px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13.5px;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-noteList__txt_m {
    margin-top: 14px;
    font-size: 9.5px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
.p-noteList__txt_m + .p-noteList__txt_m {
  margin-top: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-noteList__txt_m + .p-noteList__txt_m {
    margin-top: 0.8px;
  }
}
.p-noteList__link {
  color: #b30772;
  transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 768px) {
  .p-noteList__link:hover {
    color: #b20875;
    text-decoration: none;
  }
}

.p-thanks {
  position: relative;
  margin: 152px auto 170px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    margin: 102px auto 99px;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 0.11em;
  }
}