/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 .p_contact, .p_confirm, .p_complete
====================================================================== */
.p_contact .l_content, .p_confirm .l_content, .p_complete .l_content {
  padding: 95px 0 100px;
}
@media screen and (max-width: 768px) {
  .p_contact .l_content, .p_confirm .l_content, .p_complete .l_content {
    padding: 60px 4.6875vw 80px;
  }
}

.p_contact .sec4__ttl {
  text-align: center;
}
.p_contact .sec6 {
  padding: 90px 0;
  background: #eef7f7;
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 {
    padding: 50px 4.6875vw;
  }
}
.p_contact .sec6 form {
  width: 620px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 form {
    width: 100%;
  }
}
.p_contact .sec6 form label {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 form label {
    flex-direction: column;
  }
  .p_contact .sec6 form label:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
.p_contact .sec6 form label > span {
  font-size: 15px;
}
.p_contact .sec6 form label > span:first-of-type {
  font-weight: bold;
  padding: 17px 0 0;
  width: calc(100% - 420px);
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 form label > span:first-of-type {
    width: 100%;
    padding: 0 0 10px;
  }
}
.p_contact .sec6 form label > span:first-of-type > span {
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 2px;
}
.p_contact .sec6 form label > span:not(:first-of-type) > span {
  display: inline-block;
  margin: 10px 0 0;
}
.p_contact .sec6 form textarea, .p_contact .sec6 form input {
  width: 420px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #a5b5c3;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 form textarea, .p_contact .sec6 form input {
    width: 100%;
  }
}
.p_contact .sec6 form textarea::placeholder, .p_contact .sec6 form input::placeholder {
  color: #c2d2de;
}
.p_contact .sec6 form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #00c0e6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 340px;
  height: 70px;
  margin: 40px auto 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .p_contact .sec6 form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 300px;
    height: 60px;
  }
}
.p_contact .sec6 form .wpcf7-response-output {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.p_contact .sec6 form label.error {
  color: #f00;
}
.p_contact .sec6 form input.error {
  outline: solid 1px #f00;
}
.p_contact .sec6 form textarea.error {
  outline: solid 1px #f00;
}

.p_complete .sec4__ttl {
  text-align: center;
}
.p_complete .sec4__maintext {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}
.p_complete .sec6 {
  padding: 90px 0;
  background: #eef7f7;
}
@media screen and (max-width: 768px) {
  .p_complete .sec6 {
    padding: 50px 4.6875vw;
  }
}

.u-mt-m {
  margin-top: 20px !important;
  font-size: 14px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

.container--cluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.box-row {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .box-row {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.box-row--fluid {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .box-row--fluid {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

#pp {
  background: #f3f3f3;
  line-height: 1.7;
}
#pp .ttl {
  font-size: 2.6rem;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
#pp .ttl::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 30px;
  background: #a10218;
  left: 0;
  top: 7px;
}
#pp ol {
  margin-bottom: 30px;
}
#pp ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

strong {
  font-weight: bold;
  font-size: 14px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a.link {
  text-decoration: underline;
}

@media (min-width: 421px) {
  .u-mt-m-pc {
    margin-top: 20px !important;
  }

  .u-mb-m-pc {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 420px) {
  .u-mt-m-sp {
    margin-top: 20px !important;
  }
}
