@charset "UTF-8";
.p-preview {
  padding: 114px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .p-preview {
    padding: 74px 0 0;
  }
}
.is-in .p-preview__title {
  margin: 0 auto 84px;
}

@media screen and (max-width: 899px) {
  .is-in .p-preview__title {
    margin: 0 auto 41px;
  }
}
.p-preview__title-text .p-in-title {
  text-align: left;
}

.p-preview__contents {
  width: 65.8%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 0;
  -webkit-transition: opacity 0.8s var(--ease-main) 0.3s, -webkit-transform 0.8s var(--ease-main) 0.3s;
  transition: opacity 0.8s var(--ease-main) 0.3s, -webkit-transform 0.8s var(--ease-main) 0.3s;
  transition: transform 0.8s var(--ease-main) 0.3s, opacity 0.8s var(--ease-main) 0.3s;
  transition: transform 0.8s var(--ease-main) 0.3s, opacity 0.8s var(--ease-main) 0.3s, -webkit-transform 0.8s var(--ease-main) 0.3s;
}

.is-load .p-preview__contents {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 899px) {
  .p-preview__contents {
    width: 90%;
  }
}
.p-preview__contents-main {
  position: relative;
  padding-bottom: 76px;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-main {
    padding-bottom: 40px;
  }
}
.p-preview__contents-main_ttl {
  margin-bottom: 38px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-main_ttl {
    margin-bottom: 41px;
    font-size: 2rem;
  }
}
.p-preview__contents-main-detail {
  padding: 38px;
  margin: 0 auto;
  padding-bottom: 33px;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  background-color: var(--color-yellow);
}
@media only screen and (max-width:899px) {
  .p-preview__contents-main-detail {
    padding: 5.44vw;
    font-size: 1.3rem;
  }
}
.p-preview__contents-main-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-preview__contents-main-dl + .p-preview__contents-main-dl {
  margin-top: 0.5rem;
}
.p-preview__contents-main-dl dt {
  position: relative;
  width: 8em;
}
.p-preview__contents-main-dl dt::after {
  position: absolute;
  top: 0;
  right: 0.5rem;
  content: "：";
}
.p-preview__contents-main-dl dd {
  width: calc(100% - 8em);
}
.p-preview__contents-main-dl .-attlist {
  font-size: 80%;
}
.p-preview__contents-main-dl .-attlist li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.p-preview__contents-main-dl .-attlist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-preview__contents-info {
  margin-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.p-preview__contents-info_ttl {
  text-align: center;
  margin-bottom: 41px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_ttl {
    font-size: 2rem;
  }
}
.p-preview__contents-info_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_txt {
    font-size: 1.3rem;
  }
}
.p-preview__contents-info_attlist {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_attlist {
    font-size: 1rem;
  }
}
.p-preview__contents-info_attlist li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.p-preview__contents-info_attlist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-preview__contents-info_attlist li + .p-preview__contents-info_attlist li {
  margin-top: 0.5rem;
}
.p-preview__contents-info_attlist li.-ttl {
  padding-left: 0;
  font-weight: bold;
  font-size: 110%;
}
.p-preview__contents-info_attlist li.-ttl::before {
  content: none;
}

.p-preview__contents-info_sub {
  position: relative;
}
.p-preview__contents-info_sub + .p-preview__contents-info_sub {
  margin-top: 76px;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_sub + .p-preview__contents-info_sub {
    margin-top: 40px;
  }
}
.p-preview__contents-info_sub:last-child {
  padding-top: 58px;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_sub:last-child {
    padding-top: 18px;
  }
}
.p-preview__contents-info_sub:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center/auto 100%;
}
.p-preview__contents-info_sub_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 33px;
  margin-bottom: 20px;
  padding: 4px 12px 5px;
  color: var(--color-white);
  font-size: 1.5em;
  letter-spacing: 0.1em;
  background-color: var(--color-navy);
}
.p-preview__contents-info_sub_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 20px;
}
.p-preview__contents-info_sub_dl + .p-preview__contents-info_sub_dl {
  margin-top: 0.5rem;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_sub_dl {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-preview__contents-info_sub_dl dt {
  position: relative;
  width: 8em;
}
.p-preview__contents-info_sub_dl dt::after {
  position: absolute;
  top: 0;
  right: 0.5rem;
  content: "：";
}
.p-preview__contents-info_sub_dl dd {
  width: calc(100% - 8em);
}
.p-preview__contents-info_sub_txt {
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media only screen and (max-width:899px) {
  .p-preview__contents-info_sub_txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-preview__contents-info_sub a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.5s var(--ease-main);
  transition: opacity 0.5s var(--ease-main);
}
@media only screen and (min-width:900px) {
  .p-preview__contents-info_sub a:hover {
    opacity: 0.5;
  }
}

.p-preview__contents-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center/auto 100%;
}

.p-preview__contents-main-image {
  width: 43.4%;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-image {
    width: 87%;
    margin: 0 auto 20px;
  }
}
.p-preview__contents-main-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-preview__contents-main-detail .p-in-head {
  margin-bottom: 33px;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-head {
    margin-bottom: 14px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-preview__contents-main-detail .p-in-date {
  margin-bottom: 22px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-date {
    margin-bottom: 22px;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-preview__contents-main-detail .p-in-lead {
  margin-bottom: 13px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-lead {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-preview__contents-main-detail .p-in-about {
  padding-bottom: 33px;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-about {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
}
.p-preview__contents-main-detail .p-in-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center/auto 100%;
}

.p-preview__contents-main-detail .p-in-detail {
  padding-top: 30px;
  padding-bottom: 33px;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-detail {
    padding-top: 25px;
  }
}
.p-preview__contents-main-detail .p-in-detail-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 12px 5px;
  color: var(--color-white);
  font-size: 1.5em;
  letter-spacing: 0.1em;
  background-color: var(--color-navy);
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-detail-head {
    margin-bottom: 8px;
    font-size: 1.3em;
  }
}
.p-preview__contents-main-detail .p-in-detail-item {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 12px;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-detail-item {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.p-preview__contents-main-detail .p-in-detail-item:first-of-type {
  margin-top: 0;
}

.p-preview__contents-main-detail .p-in-detail .p-in-caution {
  margin-top: 10px;
  font-size: 1.3rem;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-main-detail .p-in-detail .p-in-caution {
    margin-top: 4px;
    font-size: 1rem;
  }
}
.p-preview__contents-prize {
  padding: 80px 0;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize {
    padding: 49px 0;
  }
}
.p-preview__contents-prize-head {
  text-align: center;
  margin-bottom: 41px;
  font-size: 2.8rem;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-head {
    text-align: center;
    margin-bottom: 29px;
    font-size: 2rem;
  }
}
.p-preview__contents-prize-head .u-small {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-head .u-small {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.p-preview__contents-prize-image {
  width: 69.6%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-image {
    width: 85.7%;
  }
}
.p-preview__contents-prize-name {
  margin-top: 24px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-name {
    margin-top: 14px;
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-preview__contents-prize-detail {
  margin-top: 54px;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-detail {
    margin-top: 30px;
  }
}
.p-preview__contents-prize-detail .p-in-lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-detail .p-in-lead {
    font-size: 1.3rem;
  }
}
.p-preview__contents-prize-detail .p-in-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 18px;
  padding: 4px 12px 5px;
  color: var(--color-white);
  font-size: 1.5em;
  letter-spacing: 0.1em;
  background-color: var(--color-navy);
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-detail .p-in-head {
    margin-bottom: 8px;
    font-size: 1.3em;
  }
}
.p-preview__contents-prize-detail .p-in-text {
  margin-top: 9px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-detail .p-in-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-preview__contents-prize-detail .p-in-caution {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 9px;
}

.p-preview__contents-prize-detail .p-in-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 899px) {
  .p-preview__contents-prize-detail .p-in-caution {
    font-size: 1.1rem;
  }
}
/*============================
form
============================*/
.p-form {
  position: relative;
  padding: 147px 0 176px;
}
@media only screen and (max-width:899px) {
  .p-form {
    padding: 114px 0 106px;
  }
}
.p-form__content {
  position: relative;
  width: 78.5%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-load .p-form__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width:899px) {
  .p-form__content {
    display: block;
    width: 86.5%;
  }
}
.p-form__content-main-head {
  text-align: center;
  font-size: 34px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: 2px dotted var(--color-blue);
}
@media only screen and (max-width:899px) {
  .p-form__content-main-head {
    margin: 0 auto 30px;
    padding-bottom: 30px;
    font-size: 22px;
  }
}
.p-form__content-main-head .p-in-name {
  margin: 36px auto 10px;
  font-size: 80%;
}
.p-form__content-main-head .p-in-title {
  line-height: 1.4;
}
.p-form__content-main-head .p-in-lead {
  margin-top: 27px;
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: 0.01em;
}
@media only screen and (max-width:899px) {
  .p-form__content-main-head .p-in-lead {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.75;
  }
}
.p-form__main {
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-load .p-form__main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-form__main_cap {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0;
  font-size: 14px;
  padding: 6px 12px;
  letter-spacing: 0.25em;
  background-color: var(--color-navy);
  color: var(--color-white);
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__main_cap strong {
  padding-right: 0.5em;
}
.p-form__main_cap strong img {
  width: 20px;
}
.p-form__main-form {
  padding-bottom: 58px;
}
@media only screen and (max-width:899px) {
  .p-form__main-form {
    padding-bottom: 40px;
  }
}
.p-form__main-form_dl {
  letter-spacing: 0.01em;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-form__main-form_dl + .p-form__main-form_dl {
  margin-top: 30px;
}
.p-form__main-form_dl.-bottom {
  display: block;
}
.p-form__main-form_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2em;
  font-size: 12px;
  line-height: 1.75;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dt {
    padding-top: 11px;
    width: 200px;
    font-size: 15px;
  }
  .-bottom .p-form__main-form_dt {
    width: 100%;
  }
}
.p-form__main-form_dt strong {
  vertical-align: baseline;
  padding-right: 0.5em;
}
.p-form__main-form_dt strong img {
  width: 15px;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dt strong img {
    width: 20px;
  }
}
.p-form__main-form_dd {
  font-size: 12px;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dd {
    width: calc(100% - 200px);
    font-size: 15px;
  }
  .-bottom .p-form__main-form_dd {
    width: 100%;
  }
}
.p-form__main-form_dd p {
  line-height: 1.6;
  font-size: 13px;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dd.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-form__main-form_dd .c-formCheckbox {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__main-form_dd .c-formCheckbox .c-formCheckbox__text {
  margin-left: 1rem;
}
.p-form__main-form_dd_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_dd_block + .p-form__main-form_dd_block {
    margin-left: 1em;
  }
}
@media only screen and (max-width:899px) {
  .p-form__main-form_dd_block + .p-form__main-form_dd_block {
    margin-top: 10px;
  }
}
.p-form__main-form_dd_block .txt {
  margin-right: 0.5em;
}
.p-form__main-form_dd_block input {
  width: calc(100% - 1em - 4px);
}
.p-form__main-form form input,
.p-form__main-form form select,
.p-form__main-form form textarea {
  outline: none;
  font-weight: 400;
  font-family: var(--font-all);
  width: auto;
  width: calc(100% - 1em - 4px);
  margin: 0;
  padding: 9px 0.5em 6px;
  border: 0;
  border-bottom: 3px solid #fff;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  vertical-align: baseline;
}
@media only screen and (min-width:900px) {
  .p-form__main-form form input,
  .p-form__main-form form select,
  .p-form__main-form form textarea {
    padding: 15px 0.5em 10px;
  }
}
.p-form__main-form form input::-webkit-input-placeholder, .p-form__main-form form select::-webkit-input-placeholder, .p-form__main-form form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p-form__main-form form input::-moz-placeholder, .p-form__main-form form select::-moz-placeholder, .p-form__main-form form textarea::-moz-placeholder {
  color: #ccc;
}
.p-form__main-form form input:-ms-input-placeholder, .p-form__main-form form select:-ms-input-placeholder, .p-form__main-form form textarea:-ms-input-placeholder {
  color: #ccc;
}
.p-form__main-form form input::-ms-input-placeholder, .p-form__main-form form select::-ms-input-placeholder, .p-form__main-form form textarea::-ms-input-placeholder {
  color: #ccc;
}
.p-form__main-form form input::placeholder,
.p-form__main-form form select::placeholder,
.p-form__main-form form textarea::placeholder {
  color: #ccc;
}
.p-form__main-form form input:focus,
.p-form__main-form form select:focus,
.p-form__main-form form textarea:focus {
  border-bottom: 3px solid var(--color-blue);
}
.p-form__main-form form input[name=serial] {
  width: calc(100% - 1em - 4px);
  max-width: 802px;
}
.p-form__main-form form input[id=elem_address] {
  width: calc(100% - 1em - 4px);
}
.p-form__main-form form input[id=i_short] {
  width: calc(20% - 1em - 4px);
}
.p-form__main-form form input[id=i_short_02] {
  width: calc(40% - 1em - 4px);
}
.p-form__main-form form input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #000;
  line-height: 1;
  font-size: 0;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__main-form form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.p-form__main-form form select {
  width: 100%;
}
.p-form__main-form_submit {
  position: relative;
  width: 80%;
  margin: 38px auto 0;
}
.p-form__main-form_submit input[type=submit] {
  font-family: var(--font-all);
  outline: none;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  position: relative;
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 17px 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: center;
  border-radius: 200px;
  color: var(--color-white);
  line-height: 1;
  background-color: var(--color-navy);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--color-navy);
  -webkit-transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  text-indent: 0;
}
@media only screen and (min-width:900px) {
  .p-form__main-form_submit input[type=submit] {
    max-width: 280px;
  }
  .p-form__main-form_submit input[type=submit]:hover {
    background-color: var(--color-white);
    color: var(--color-navy);
  }
  .p-form__main-form_submit input[type=submit]:hover::after {
    opacity: 1;
  }
}
.p-form__return {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-load .p-form__return {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-form__return .p-in-btn {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .p-form__return .p-in-btn {
    margin-top: 19px;
  }
}
.p-form__return .p-in-btn a {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 17px 0 12px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 300;
  text-align: center;
  border-radius: 200px;
  color: var(--color-white);
  line-height: 1;
  background-color: var(--color-blue);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--color-blue);
  -webkit-transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 901px) {
  .p-form__return .p-in-btn a:hover {
    background-color: var(--color-beige);
    color: var(--color-blue);
  }
  .p-form__return .p-in-btn a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-form__return .p-in-btn a {
    width: 59%;
    padding: 16px 0 12px;
    font-size: 13px;
  }
}
.p-form__return .p-in-btn a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background: url(../img/arrow.svg) center no-repeat;
  background-size: contain;
}
.p-form__return .p-in-btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background: url(../img/arrow_blue.svg) center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}