.p-content__in {
  max-width: 930px;
  margin: auto;
}

.p-form-container {
  padding: 34px 0 0;
}

.p-heading-01 {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 35px;
  text-align: left;
  color: #333;
}

.p-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 62px 0 0;
}

.p-read-text {
  margin: 27px 0 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #333;
}

.p-check {
  padding: 38px 40px 25px;
  margin: 35px 0 0;
  border: 1px solid #E6E6E6;
}
.p-check__heading {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #677b93;
}
.p-check__list {
  margin: 23px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.p-check__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-check__list-item:not(:first-child) {
  margin-top: 11px;
}
.p-check__list-item-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
}

.p-form {
  margin: 10px 0 0;
}
.p-form__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px 17px;
  margin: 60px 0 0;
  background: #f6f7fb;
}
.p-form__guide-main {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #333;
}
.p-form__guide-sub {
  margin-left: 30px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #d93d3d;
}
.p-form__scroller {
  margin: 50px 0 0;
}
.p-form__list {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 50px 70px;
}
.p-form__card {
  display: grid;
  grid-template: "image title" auto "image select" auto/120px 1fr;
  gap: 5px 10px;
}
.p-form__card-image {
  grid-area: image;
}
.p-form__card-image img {
  width: 100%;
  height: auto;
}
.p-form__card-title {
  grid-area: title;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.p-form__card-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 13px;
  grid-area: select;
  align-self: end;
  justify-self: end;
}
.p-form__card-select-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}
.p-form__card-select .p-form__card-select-input {
  display: block;
  min-width: 100px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  background: url(/pgmedia/sampleform/img/icon_select.svg) right 13px center/9px auto no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-form__error {
  padding: 17px 18px 15px;
  margin: 50px 0 0;
  border: 2px solid #DF0326;
}
.p-form__error-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333333;
}
.p-form__error-point {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #DF0326;
}
.p-form__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0 30px;
  margin: 20px 0 0;
  background: #f6f7fb;
}
.p-form__confirm + .p-form__foot {
  margin-top: 50px;
}
.p-form__button {
  display: block;
  border-radius: 100px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: #c9b100;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.p-form__button:hover {
  opacity: 0.7;
}
.p-form__button img:nth-child(n) {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.p-form__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  width: 6px;
  height: 9px;
  margin: auto;
  background: url(/pgmedia/sampleform/img/icon_button_arrow.svg) 0 0/contain no-repeat;
}
.p-form__button._negative {
  background: #999999;
}
.p-form__button._negative:before {
  display: none;
}
.p-form__confirm {
  margin: 58px 0 0;
}
.p-form__confirm-read {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #333;
}
.p-form__confirm-scroller {
  margin: 36px 0 0;
}
.p-form__confirm-list {
  border-top: 1px solid #E6E6E6;
}
.p-form__confirm-list-item {
  border-bottom: 1px solid #E6E6E6;
}
.p-form__confirm-card {
  display: grid;
  grid-template: "image title" auto "image detail" auto/90px 1fr;
  padding: 29px 10px 30px 0;
  gap: 0 10px;
}
.p-form__confirm-card-image {
  grid-area: image;
}
.p-form__confirm-card-image img {
  width: 100%;
  height: auto;
}
.p-form__confirm-card-title {
  grid-area: title;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.p-form__confirm-card-detail {
  grid-area: detail;
  align-self: end;
  justify-self: end;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.p-form__confirm-information {
  margin: 50px 0 0;
}
.p-form__confirm-information .sec-cmn-01 {
  margin: 0;
}

.p-contact {
  margin: 80px 0 0;
}
.p-contact__heading {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #677b93;
}
.p-contact__read {
  margin: 15px 0 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
  color: #333;
}
.p-contact__content {
  display: grid;
  grid-template: auto/1fr 1fr;
  padding: 48px 0 51px;
  margin: 33px 0 0;
  border: 1px solid #E6E6E6;
}
.p-contact__content-block:not(:first-child) {
  border-left: 1px solid #E6E6E6;
}
.p-contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__card-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  color: #677b93;
}
.p-contact__card-label {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #333;
}
.p-contact__card-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #333;
  text-decoration: none;
}
.p-contact__card-tel:before {
  content: "";
  display: block;
  width: 35px;
  height: 23px;
  margin: 4px 0 0;
  background: url(/pgmedia/sampleform/img/tel_pc.png) 0 0/contain no-repeat;
}
.p-contact__card-sub {
  margin: 1px 0 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #333;
}