@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2? family= Dancing+Script & family= Noto+Serif & family= Noto+Serif+JP:wght@200;300;400;500; 600;700;900 & family= PT+Serif & display=swap");
* {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
th,
td,
pre,
form,
fieldset,
input,
textarea {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

body {
  font-family: "Helvetica Neue", "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
  color: #404040;
}

p,
dd,
li {
  word-break: normal;
  line-height: 1.8;
}


img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.c-grid__inner {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (max-width: 1380px) {
  .c-grid__inner {
    width: 100%;
    padding: 0 75px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-grid__inner {
    padding: 0 18px;
  }
}
.c-grid__inner-short {
  width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .c-grid__inner-short {
    padding: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-grid__inner-short {
    width: 100%;
    padding: 0 18px;
  }
}
.c-grid__inner-minimum {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-grid__inner-minimum {
    width: 100%;
    padding: 0 10px;
  }
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.wei-bold {
  font-weight: 700;
}

.c-input__box {
  margin: 0 0 25px;
}
.c-input__box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-input__box-col {
  width: 47%;
}
.c-input__box-col:last-child {
  margin: 0;
}
.c-input__box-label {
  font-weight: bold;
  margin: 0 0 5px;
}
.c-input__static {
  padding: 10px 0 0;
}
.c-input__text {
  border: 1px solid #919191;
  font-size: 18px;
  outline: none;
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
}
.c-input__textarea {
  border: 1px solid #919191;
  font-size: 18px;
  outline: none;
  width: 100%;
  min-height: 200px;
  line-height: 1.6;
  padding: 12px 12px;
  border-radius: 4px;
}
.c-input__textarea-notice {
  font-size: 15px;
  margin: 0 0 10px;
}
.c-input__select {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
.c-input__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #919191;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__select select:disabled + i {
  color: #A3A3A3;
}
.c-input__select i {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 22px;
  color: #a00;
  z-index: 1;
}
.c-input__radio {
  margin: 0 0 10px;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-input__radio .horizontal-item {
  margin: 0 0 5px !important;
}
.c-input__radio label {
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-input__radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-input__radio label .mwform-radio-field-text {
  display: inline-block;
  line-height: 1.9;
}
.c-input__radio input[type=radio] {
  outline: none;
  opacity: 0.01;
}
.c-input__radio input[type=radio] + span {
  padding: 0 0 0 12px;
}
.c-input__radio input[type=radio] + span:before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 6px;
  left: 0px;
  background: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 24px;
  content: " ";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-input__radio input[type=radio] + span:after {
  position: absolute;
  display: block;
  top: 12px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #e3e3e3;
  content: " ";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-input__radio input[type=radio] + span + span {
  padding: 0 0 0 20px;
}
.c-input__radio input[type=radio]:checked + span:before {
  background: #fff;
  border-color: #105491;
}
.c-input__radio input[type=radio]:checked + span:after {
  background: #105491;
}
.c-input__checkbox .mwform-checkbox-field {
  position: relative;
  display: block;
  margin: 0 0 15px 0 !important;
}
.c-input__checkbox label {
  cursor: pointer;
}
.c-input__checkbox input[type=checkbox] {
  outline: none;
  opacity: 0.01;
}
.c-input__checkbox input[type=checkbox] + span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 0 0 30px;
}
.c-input__checkbox input[type=checkbox] + span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  border: 1px solid #919191;
  content: " ";
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.c-input__checkbox input[type=checkbox]:checked + span:before {
  background: #105491;
  border-color: #105491;
}
.c-input__checkbox input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: " ";
  cursor: pointer;
}
.c-input__checkbox-ex {
  display: none;
}
.c-input__checkbox-ex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .c-input__checkbox-ex-inner {
    display: block;
  }
}
.c-input__checkbox-ex-label {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-input__checkbox-ex-label {
    margin: 0 0 5px;
  }
}
.c-input__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
}
.c-input__action:last-child {
  margin: 0;
}
.c-input__content {
  padding: 35px 0 75px;
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C9D2D9;
}
@media only screen and (max-width: 768px) {
  .c-input__group {
    padding: 0 5px 20px;
    margin: 0 0 20px;
    display: block;
  }
}
.c-input__group-container {
  border: 25px solid #F8F8F2;
  padding: 25px 15px;
  margin: 0 0 45px;
}
.c-input__group-wrap {
  border-bottom: 1px dotted #eee;
}
.c-input__group-wrap__last {
  margin: 0;
  padding: 0;
  border: none;
}
.c-input__group-noline {
  padding: 0 15px;
  margin: 0 0 10px;
}
.c-input__group-noline:last-child {
  margin: 0;
}
.c-input__group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-weight: bold;
  width: 306px;
  padding: 30px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F0F4F7;
}
@media only screen and (max-width: 768px) {
  .c-input__group-label {
    width: auto;
    padding: 0 0 10px 0;
    background: none;
  }
}
.c-input__group-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 25px 30px 20px;
}
@media only screen and (max-width: 768px) {
  .c-input__group-body {
    padding: 0;
  }
}
.c-input__group-etc {
  padding: 10px 0 0;
}
.c-input__group-notice {
  padding: 0.75rem 0 0;
}
.c-input__group-zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px;
}
.c-input__group-zip-code__col {
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.c-input__group-address__col {
  margin: 0 0 10px;
}
.c-input__group-sub-head {
  font-weight: 700;
  padding: 10px 0 0;
  font-size: 14px;
}
.c-input__group-sub-body {
  padding: 5px 0 0;
  margin: 0 0 0 15px;
}
.c-input__label {
  padding: 0 8px 0 0;
  line-height: 1.6;
}
.c-input__required {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #a00;
  padding: 0.3rem 0.5rem;
  font-size: 12px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .c-input__required {
    position: relative;
  }
}
.c-input__optional {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #A3A3A3;
  padding: 0.3rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 12px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .c-input__optional {
    position: relative;
  }
}
.c-input__default {
  font-size: 17px;
  padding: 12px 0 6px;
}
.c-input__default br {
  display: none;
}
@media only screen and (max-width: 400px) {
  .c-input__default br {
    display: block;
  }
}
.c-input__default-title {
  margin: 0 0 3px;
}
.c-input__default-date {
  font-size: 16px;
  font-weight: 400;
}
.c-input__form-wrap {
  margin: 0 0 50px;
}
.c-input__form-name {
  width: 10em;
}
@media only screen and (max-width: 768px) {
  .c-input__form-name {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
.c-input__form-email {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-input__form-position {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-input__form-position-check {
    width: 5%;
  }
}
.c-input__form-tel {
  width: 35rem;
}
@media only screen and (max-width: 768px) {
  .c-input__form-tel {
    width: 100%;
  }
}
.c-input__form-privacy {
  text-align: center;
  margin: 0 0 50px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy {
    display: block;
    margin: 0 0 20px;
  }
}
.c-input__form-privacy .validation-errors .c-input__error {
  width: 60% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy .validation-errors .c-input__error {
    width: auto !important;
  }
}
.c-input__form-privacy label {
  cursor: pointer;
  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;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy label {
    padding: 0 10px;
  }
}
.c-input__form-privacy input[type=checkbox] {
  outline: none;
  opacity: 0.01;
}
.c-input__form-privacy input[type=checkbox] + span {
  display: block;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox] + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 15px;
    position: relative;
  }
}
.c-input__form-privacy input[type=checkbox] + span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #919191;
  content: " ";
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox] + span:before {
    left: -25px;
  }
}
.c-input__form-privacy input[type=checkbox]:checked + span:before {
  background: #105491;
  border-color: #105491;
}
.c-input__form-privacy input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 3px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: " ";
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox]:checked + span:after {
    left: -17px;
  }
}
.c-input__form-enquete-label {
  margin: 0 0 15px;
}
.c-input__form-enquete-label span {
  font-weight: bold;
  font-size: 18px;
}
.c-input__form-enquete-outline {
  margin: 0 0 15px;
}
.c-input__etc {
  padding: 0 0 0 32px;
}
.c-input__ex {
  margin: 0 0 15px;
}
.c-input__ex:last-child {
  margin: 0;
}
.c-input__ex-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
}
.c-input__ex-body input {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-input__ex-body input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.c-input__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-input__service-hiru-semi .c-input__purpose-hiru-semi,
.c-input__service-hiru-semi .c-input__detail-hiru-semi {
  display: block;
}
.c-input__service-mail-letter .c-input__purpose-mail-letter,
.c-input__service-mail-letter .c-input__detail-mail-letter {
  display: block;
}
.c-input__service-dac-dock .c-input__purpose-dac-dock,
.c-input__service-dac-dock .c-input__detail-dac-dock {
  display: block;
}
.c-input__service-withdraw .c-input__purpose-withdraw,
.c-input__service-withdraw .c-input__detail-withdraw {
  display: block;
}
.c-input__service-personnel .c-input__purpose-personnel,
.c-input__service-personnel .c-input__detail-personnel {
  display: block;
}
.c-input__service-negotiation .c-input__purpose-negotiation,
.c-input__service-negotiation .c-input__detail-negotiation {
  display: block;
}
.c-input__service-freshman .c-input__purpose-freshman,
.c-input__service-freshman .c-input__detail-freshman {
  display: block;
}
.c-input__purpose, .c-input__detail {
  display: none;
}

.mw_wp_form_confirm .c-input__group-sub-head,
.mw_wp_form_confirm .c-input__form-privacy,
.mw_wp_form_confirm .c-input__privacy-link,
.mw_wp_form_confirm .c-input__textarea-notice {
  display: none;
}
.mw_wp_form_confirm .c-input__group-body {
  padding: 12px 0 0 15px;
}
.mw_wp_form_confirm .c-input__radio {
  padding: 0;
  margin: 0;
}

.mw_wp_form_preview .c-input__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  padding: 0 0 0 15px;
}
.mw_wp_form_preview .c-input__group-body.cul-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0 10px 15px;
}
.mw_wp_form_preview .c-input__group-body.other-cul, .mw_wp_form_preview .c-input__group-sub-body, .mw_wp_form_preview .c-input__group-sub-head {
  padding: 0;
  margin: 0;
}
.mw_wp_form_preview .c-input__group-etc {
  padding: 1px 0 0 0;
}

.error {
  display: table;
  margin: 10px 0 0;
  padding: 0;
  color: #a00;
  font-weight: bold;
  font-size: 14px;
}
.error.hidden {
  display: none;
}

.has-error input[type=text] {
  background: #b66d6d;
  border: 1px solid #a00;
}

.validation-errors {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.validation-errors .error {
  display: inline-block !important;
  color: #BE1639 !important;
  background: #FFE8E9;
  font-size: 14px !important;
  padding: 8px 12px;
  line-height: 1;
}

.validation-error-msg {
  font-size: 12px;
  line-height: 1.2;
}

.form-content-act.local-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .form-content-act.local-content {
    display: block;
  }
}
.form-content-act__btn {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-content-act__btn {
    margin-bottom: 2.5rem;
  }
  .form-content-act__btn:last-child {
    margin-bottom: 0;
  }
}
.form-content-act__btn-confirm, .form-content-act__btn-back {
  color: #fff;
  background: #BE1639;
}
.form-content-act__btn-submit {
  color: #fff;
  background: #BE1639;
}
.form-content-act .btn {
  margin: 0 35px;
}
.form-content-act .button {
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  min-width: 30rem;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .form-content-act .button {
    min-width: auto;
    width: 80%;
  }
}
.form-content-act .button:hover {
  cursor: pointer;
  color: #fff;
}

.l-content-form {
  margin-bottom: 150px;
}

.p-header__img {
  padding: 20px 50px;
}
@media only screen and (max-width: 768px) {
  .p-header__img {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .p-header__img {
    padding: 15px 3% 0px;
  }
}
.p-header__img img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .p-header__img img {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .p-header__img img {
    width: 135px;
  }
}

.p-footer {
  background: #E9E0CD;
}
.p-footer-company {
  text-align: center;
  padding: 50px 0;
}
.p-footer-company__logo {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .p-footer-company__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .p-footer-company__logo {
    width: 110px;
  }
}
.p-footer-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .p-footer-company__inner {
    padding: 30px 10px;
  }
}
.p-footer__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-footer__nav-inner {
    margin: 0 10px;
  }
}
.p-footer__nav-inner a {
  color: #404040;
  text-decoration: none;
}
.p-footer__nav-inner a:hover {
  border-bottom: 1px solid #404040;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-footer__nav-inner a i {
  padding-left: 3px;
}
@media only screen and (max-width: 768px) {
  .p-footer__nav-inner-item {
    font-size: 12px;
  }
}
.p-footer-copyright {
  text-align: center;
  padding: 20px 0 40px;
  color: #404040;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .p-footer-copyright {
    padding: 15px 0px 25px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 13px;
  }
}
.p-footer-policy {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  background: rgba(64, 64, 64, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  bottom: -15px;
  line-height: 1;
}
.p-footer-policy.js-active {
  bottom: 0;
  opacity: 1;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy {
    padding: 1.5rem 1.25rem 2.5rem;
  }
}
.p-footer-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__inner {
    display: block;
  }
}
.p-footer-policy__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__content {
    margin: 0 0 1.5rem;
  }
}
.p-footer-policy__content p {
  line-height: 1.6;
}
.p-footer-policy__content a {
  color: #fff;
}
.p-footer-policy__content a:hover {
  color: #F45F2A;
}
.p-footer-policy__agree {
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__agree {
    width: auto;
  }
}
.p-footer-policy__agree a {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  color: #404040;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-footer-policy__agree a:hover {
  background: #F45F2A;
  color: #fff;
}

.p-form a {
  text-decoration: none;
  color: #105491;
}
.p-form-sample {
  border: 8px solid #E6E6DB;
  padding: 25px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-form-sample {
    margin-bottom: 25px;
  }
}
.p-form-sample__title {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-form-sample__title {
    margin: 5px 0 15px;
  }
}
.p-form-sample__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-form-sample__inner {
    display: block;
  }
}
.p-form-sample__body {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-form-sample__body {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.p-form-sample__movie {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .p-form-sample__movie {
    width: 100%;
  }
}
.p-form-title__logo {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-form-title__logo {
    padding: 10px 0 25px;
  }
}
.p-form-title__logo img {
  width: 240px;
}
@media only screen and (max-width: 900px) {
  .p-form-title__logo img {
    width: 200px;
  }
}
.p-form-head__title {
  font-weight: 700;
  margin: 0 0 40px;
  font-size: 30px;
}
@media only screen and (max-width: 900px) {
  .p-form-head__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.p-form-outline {
  margin: 0 0 10px;
}
.p-form-notice {
  background: #F8F8F2;
  padding: 12px 20px;
  margin-bottom: -20px;
  font-size: 14px;
}
.p-form-notice a {
  border-bottom: 1px solid #7FAAD8;
}
.p-form-thanks__head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}
.p-form-pass__title {
  font-weight: 700;
  margin: 0 0 35px;
  padding: 2px 0 2px 15px;
  border-left: 3px solid #aaa;
}
.p-form-pass__head {
  font-weight: 700;
  margin: 0 0 25px;
}
.p-form-pass__label {
  font-weight: 700;
  margin: 0 0 15px;
}
.p-form-pass__notice {
  margin: 0 0 25px;
}
.p-form-thanks__icon {
  font-size: 60px;
  text-align: center;
  margin: 0 0 10px;
  color: #EF8661;
}
.p-form-thanks__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .p-form-thanks__title {
    font-size: 22px;
  }
}
.p-form-thanks__body {
  text-align: center;
  margin: 0 0 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-form-thanks__body {
    text-align: left;
  }
}
.p-form-thanks__tell {
  margin: 0 auto 35px;
  padding: 15px 20px;
  width: 400px;
  background: #F8F8F2;
}
@media only screen and (max-width: 768px) {
  .p-form-thanks__tell {
    width: 100%;
  }
}
.p-form-thanks__notice {
  margin: 0 50px;
  border: 8px solid #E6E6DB;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  .p-form-thanks__notice {
    margin: 0 0 35px;
    padding: 20px 23px;
  }
}
.p-form-thanks__notice-title {
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
}
.p-form-thanks__important {
  border: 8px solid #FFE8E9;
  margin: 0 50px 35px;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  .p-form-thanks__important {
    margin: 0 0 35px;
    padding: 20px 23px;
  }
}
.p-form-thanks__important-title {
  font-weight: 700;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.3;
}
.p-form-thanks__important-title span:first-child {
  background: #a00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 8px;
}
.p-form-thanks__important-title span:last-child {
  padding: 0 0 0 10px;
  color: #a00;
}
.p-form-thanks__important strong {
  font-weight: bold;
}
.p-form-thanks__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.p-form-thanks__action a {
  display: block;
  padding: 15px 35px;
  border-radius: 40px;
  background: #000;
  color: #fff;
  font-weight: bold;
}