

.p-form-top {
  position: relative;
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  .p-form-top {
    padding: 4rem 0 0;
  }
}

.p-form-top_title {
  text-align: center;
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-form-top_title {
    margin: 0 0 4rem;
  }
}

.p-form-top_title_text {
  color: #81b01b;
  font-size: 3.5rem;
  line-height: 1.3714285714;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: inline-block;
  transform: translate(6rem, 0);
}
@media screen and (max-width: 1200px) {
  .p-form-top_title_text {
    font-size: 5.8rem;
    line-height: 1.3448275862;
    transform: translate(4rem, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-form-top_title_text {
    font-size: 3.5rem;
    line-height: 1.3714285714;
    transform: translate(8rem, 0);
  }
}

.p-form-top_img {
  width: 20rem;
  position: absolute;
  top: 0;
  left: 10rem;
}

.p-form-label {
  font-size: 1.4rem;
  line-height: 1.4444444444;
  padding: 0;
  cursor: pointer;
}

.p-form_input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  border-radius: unset;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  height: 4.4rem;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #EDEDED;
  border-radius: .5rem;
}

.p-form_input-text:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b6c649 inset;
}

.p-form_input-text::-moz-placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
}
.p-form_input-text::placeholder {
  font-size: 1.4rem;
  color: #A0A0A0;
}

.p-form_textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  border-radius: .5rem;
  font-size: 1.4rem;
  line-height: 1.375;
  resize: none;
  width: 47.5rem;
  height: 4.4rem;
  padding: 1.2rem 1rem;
  background: #EDEDED;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -0.6rem;
}

.p-form_textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b6c649 inset;
}

.p-form_textarea::-moz-placeholder {
  color: #A0A0A0;
}
.p-form_textarea::placeholder {
  color: #A0A0A0;
}



.p-form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  background: #EDEDED;
  border-radius: .5rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #A0A0A0;
  width: 100%;
  height: 4.4rem;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
}

.p-form_select.active{
  color: #000000;
}

.p-form_select:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b6c649 inset;
}

.p-form_select::-moz-placeholder {
  color: #c9c9c9;
}
.p-form_select::placeholder {
  color: #c9c9c9;
}

.p-form-item_half-box_arrow {
  position: relative;
}
.p-form-item_half-box_arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  position: absolute;
  top: 37%;
  right: 1.8rem;
  transform: rotate(-45deg);
  z-index: 10;
}

.p-form-group_head_text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}


.p-form-group_head_text-small {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0 2rem;
  vertical-align: middle;
}


.p-form-container_title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0 0 7rem;
}

.p-form-container_title_img {
  width: 3.6rem;
  margin: 0 2rem 0 0;
}

.p-form-card {
  width: 21rem;
  height: 12.5rem;
  margin: 0 .3rem .6rem;
  position: relative;
}

.p-form-card_content {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.p-form-card_content_inner {
  font-size: 1.7rem;
  line-height: 1.5882352941;
}

.p-form-card_content_text {
  font-weight: 700;
}

.p-form-card_content_date {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1rem 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-form-card_content_date {
    font-size: 2.8rem;
  }
}




.p-form-card_label {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20%;
  display: inline-block;
  border-radius: 1rem;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .p-form-card_label {
    padding: 0 0 0 9rem;
    border-radius: 1rem;
  }
}

.p-form-card-thumbnail, .p-form-card-thumbnail-l {
  margin: 0 auto 2rem;
  width: 42.5rem;
  height: 23.3rem;
}

.p-form-card-thumbnail_label {
  padding: 2.6rem 1rem 2rem;
}

.p-form-card-thumbnail_checkbox {
  top: 3rem;
  left: 1.5rem;
}

.p-form-card-thumbnail_name, .p-form-card-thumbnail-l_name {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 3.5rem;
}

.p-form-card-thumbnail-l_name {
  text-align: left;
}

.p-form-card-thumbnail_content, .p-form-card-thumbnail-l_content {
  height: calc(100% - 2.7rem);
  display: flex;
  align-items: unset;
}

.p-form-card-thumbnail_img, .p-form-card-thumbnail-l_img {
  display: flex;
  align-items: center;
}

.p-form-card-thumbnail_inner, .p-form-card-thumbnail-l_inner {
  width: calc(100% - 18.2rem);
  padding: 2rem 0 0 1rem;
}

.p-form-card-thumbnail_content_text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}

.p-form-group .p-form-card .p-form-card_checkbox:checked {
  border: 1px solid #fff;
}
.p-form-group .p-form-card .p-form-card_checkbox:checked::after {
  opacity: 1;
}
.p-form-group .p-form-card .p-form-card_checkbox:checked + .p-form-card_label {
  color: #fff;
  background: #81b01b;
}

.p-form-item {
  width: 100%;
}

.p-form-item dt {
  color: #1c3738;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 700;
  width: 8.5rem;
  display: flex;
  align-items: center;
}

.p-form-item dd {
  width: 47.5rem;
  display: flex;
  justify-content: space-between;
}

.p-form-item .p-form-item_half-box {
  width: 48%;
  width: calc(50% - 0.75rem);
}

.p-form-bottom {
  padding: 0 3rem;
}
.p-form-bottom a {
  border-bottom: 1px solid #0062FF;
  color: #0062FF;
  transition: all 0.35s;
}
.p-form-bottom a:hover {
  border-bottom-color: transparent;
}

.p-form-bottom_text {
  font-size: 1.4rem;
  line-height: 1.3846153846;
  letter-spacing: 0;
}

.p-submit-box {
  padding-top: 5.5rem ;
  text-align: center;
}

.p-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.875;
  width: 31rem;
  padding: 2.3rem 0;
  display: inline-block;
  background: #000000;
  border: none;
  cursor: pointer;
  border-radius: 1rem;
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,sans-serif;
}

.formError {
  opacity: 1 !important;
}

.formError .formErrorContent {
  background: #81b01b;
  border-radius: unset;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #81b01b;
}

.p-form {
  padding-bottom: 5rem;
}


.p-form-page_top {
  padding: 8rem 0 4rem;
  display: flex;
  justify-content: center;
}


.p-form-page_title {
  color: #81b01b;
  font-size: 4.2rem;
  line-height: 1.1428571429;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}

.p-form-page_notice {
  font-size: 1.6rem;
  color: #d04141;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form-page_notice {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}

.p-form-group.-hidden {
  display: none;
}