@charset "utf-8";
/* ========================================
# Contents
======================================== */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.p-contact {
  background: url(assets/images/bg_form.png);
}
.p-contact__header {
  padding: 10px 0;
  background-color: #1eb9ee;
}
@media only screen and (min-width: 768px) {
  .p-contact__header {
    padding: 25px 0;
  }
}
.p-contact__header__row {
  position: relative;
}
@media only screen and (min-width: 480px) {
  .p-contact__header__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-contact__header h2 {
  margin-bottom: 10px;
  padding-left: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.p-contact__header h2::before {
  content: '';
  width: 96px;
  height: 111px;
  background: url(assets/images/form_img01.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}
@media only screen and (min-width: 321px) {
  .p-contact__header h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
@media only screen and (min-width: 480px) {
  .p-contact__header h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__header h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__header h2 {
    padding-left: 180px;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
  .p-contact__header h2::before {
    width: 192px;
    height: 222px;
    top: -70px;
  }
}
.p-contact__header h2 span {
  color: #ffe86a;
}
.p-contact__header__content {
  padding-left: 60px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 321px) {
  .p-contact__header__content {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__header__content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__header__content {
    padding-left: 40px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}
.p-contact__header__content span {
  margin: 2px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 12.5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #1479a3;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .p-contact__header__content span {
    padding: 0 15px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__header__content span {
    border-radius: 22px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.p-contact__doc {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact__doc {
    margin-bottom: 50px;
  }
}
.p-contact__doc__inner {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .p-contact__doc__inner {
    /*padding-left: 170px;*/
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__inner {
    /*padding-left: 330px;*/
  }
}
.p-contact__doc__sub {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #727171;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.p-contact__doc__sub::before,
.p-contact__doc__sub::after {
  content: '';
  width: 3px;
  height: 80px;
  background: #727171;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}
.p-contact__doc__sub::before {
  left: -15px;
  transform: rotate(-20deg);
}
.p-contact__doc__sub::after {
  right: -15px;
  transform: rotate(20deg);
}
@media only screen and (min-width: 480px) {
  .p-contact__doc__sub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    line-height: 1.6rem;
    position: relative;
  }
  .p-contact__doc__sub::before,
  .p-contact__doc__sub::after {
    width: 3px;
    height: 25px;
  }
  .p-contact__doc__sub::before {
    left: -8px;
  }
  .p-contact__doc__sub::after {
    right: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__doc__sub {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__sub {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.p-contact__doc__sub br {
  display: block;
}
@media only screen and (min-width: 480px) {
  .p-contact__doc__sub br {
    display: none;
  }
}
.p-contact__doc__sub em {
  padding: 0 5px 5px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1eb9ee;
  background: linear-gradient(transparent 50%, #ffe34a 0%);
}
@media only screen and (min-width: 768px) {
  .p-contact__doc__sub em {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__sub em {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.p-contact__doc__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1eb9ee;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(transparent 25%, #ffe34a 0%);
}
@media only screen and (min-width: 768px) {
  .p-contact__doc__ttl {
    padding: 0 5px 8px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__ttl {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.p-contact__doc__ttl em {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .p-contact__doc__ttl em {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__ttl em {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.p-contact__doc__img {
  margin: 0 auto;
  width: 220px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 480px) {
  .p-contact__doc__img {
    width: 140px;
    position: absolute;
    top: 0;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__doc__img {
    width: 190px;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__img {
    width: 307px;
  }
}
.p-contact__doc__note {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: center;
  color: #727171;
}
@media only screen and (min-width: 980px) {
  .p-contact__doc__note {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.p-contact__tel {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  display: block;
}
@media only screen and (min-width: 480px) {
  .p-contact__tel {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__tel {
    /*margin-left: 26%;*/
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__tel {
    /*margin-bottom: 45px;*/
    /*margin-left: 330px;*/
    margin: 0 165px 45px 165px;
  }
}
.p-contact__tel__logo {
  margin: 0 auto 15px;
  width: 70%;
  display: block;
}
@media only screen and (min-width: 480px) {
  .p-contact__tel__logo {
    margin: 0 30px 0 0;
    width: 30%;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1080px) {
  .p-contact__tel__logo {
    width: 207px;
  }
}
.p-contact__tel__content {
  margin: 0 auto;
}
@media only screen and (min-width: 692px) {
  .p-contact__tel__content {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .p-contact__tel__content {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .p-contact__tel__content {
    margin: 0;
  }
}
.p-contact__tel__content .ttl01 {
  margin-top: 24px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  color: #727171;
}
.p-contact__tel__content a {
  padding-bottom: 5px;
  /*15px;*/
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-decoration: none;
  color: #727171;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 480px) {
  .p-contact__tel__content a {
    letter-spacing: 0.1em;
    font-size: 30px;
    font-size: 4.2rem;
    /*3rem;*/
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1080px) {
  .p-contact__tel__content a {
    padding-bottom: 5px;
    /*20px;*/
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
.p-contact__tel__content a img {
  margin-right: 5px;
  width: 55px;
}
@media only screen and (min-width: 980px) {
  .p-contact__tel__content a img {
    margin-right: 10px;
    width: 84px;
  }
}
.p-contact__tel__time {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #727171;
}
.p-contact__tel__time span {
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #727171;
  border-radius: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: inline-block;
}
.boxIndexContact01 {
  width: 100%;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .boxIndexContact01 {
    padding-top: 10px;
  }
}
.boxIndexContact01 .pTelno01 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #727171;
}
@media only screen and (min-width: 540px) {
  .boxIndexContact01 .pTelno01 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .boxIndexContact01 .pTelno01 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.boxIndexContact01 .pTelno01 .txt01 {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .boxIndexContact01 .pTelno01 .txt01 {
    display: inline;
    width: auto;
    margin-right: 0.5em;
  }
}
.boxIndexContact01 .pTelno01 .txt02 {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .boxIndexContact01 .pTelno01 .txt02 {
    display: inline;
    width: auto;
  }
}
.boxIndexContact01 .pTelno01 .txt03 {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 385px) {
  .boxIndexContact01 .pTelno01 .txt03 {
    display: inline;
    width: auto;
  }
}
.boxIndexContact01 .dl01 {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #727171;
}
@media only screen and (min-width: 540px) {
  .boxIndexContact01 .dl01 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .boxIndexContact01 .dl01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.boxIndexContact01 .dl01 > dt {
  margin-right: 10px;
  font-weight: 700;
}
.boxIndexContact01 .dl01 > dd > span {
  display: inline-block;
}
.p-form {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-top: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .p-form {
    padding-bottom: 75px;
  }
}
.p-form__note {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #727171;
}
@media only screen and (min-width: 768px) {
  .p-form__note {
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .p-form__note {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
  }
}
.p-form .required {
  color: #ce1b1b;
}
.p-form__item {
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .p-form__item {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-form__required {
  color: #ce1b1b;
}
.p-form__label {
  padding: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #727171;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .p-form__label {
    width: 35%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
    line-height: 5rem;
    text-align: right;
  }
}
.p-form__label .req,
.p-form__label .not_req {
  margin-right: 5px;
  padding: 2px;
  color: #ce1b1b;
  border: 1px solid #ce1b1b;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  display: block;
  align-self: center;
}
.p-form__label .not_req {
  color: #727171;
  border: 1px solid #727171;
}
.p-form__label em {
  padding: 0 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  display: inline-block;
  align-self: center;
}
.p-form__input {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-form__input {
    width: 65%;
  }
}
.p-form__input__note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #727171;
}
@media only screen and (min-width: 480px) {
  .p-form__input__note {
    padding-left: 10px;
  }
}
.p-form__btns {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-form__btns .back_btn {
  height: 50px;
  margin-top: 5px;
  margin-right: 15px;
  background: none;
  background-color: #f0f0f0;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  border-radius: 25px;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .p-form__btns .back_btn {
    height: 70px;
    border-radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.p-form__btns .confirmation_btn {
  width: 55%;
  -webkit-appearance: none;
  background-color: #8dc556;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-form__btns .confirmation_btn {
    border-radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 70px;
    line-height: 7rem;
  }
}
.mw_wp_form_complete {
  padding: 5vw 0 10vw 0;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_complete {
    padding: 40px 150px 80px 150px;
  }
}
.mw_wp_form_complete .ttl {
  margin-bottom: 5vw;
  line-height: 1.4;
  font-size: 4.8vw;
  color: #727171;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_complete .ttl {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 2.2rem;
    color: #727171;
  }
}
.mw_wp_form_complete p {
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form_complete p {
    margin-bottom: 25px;
  }
}
.p-form__thanks {
  padding: 100px 0;
  text-align: center;
}
input[type=checkbox] {
  width: 15px;
  display: inline;
}
label {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  color: #373737;
  display: inline-block;
}
input {
  margin: 5px 0;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  box-sizing: border-box;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  width: auto;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px 10px 15px;
  width: 100%;
  background: url(../images/select_arrow.png) no-repeat right 50%;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  margin: 5px 0;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  background-color: #fff;
  color: #444;
  display: block;
  position: relative;
}
.w100p {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .w_sp25p {
    width: 25%;
  }
  .w_sp45p {
    width: 45%;
  }
  .w_sp65p {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .w_md25p {
    width: 25%;
  }
  .w_md45p {
    width: 45%;
  }
  .w_md65p {
    width: 65%;
  }
}
@media only screen and (min-width: 980px) {
  .w_lg25p {
    width: 25%;
  }
  .w_lg45p {
    width: 45%;
  }
  .w_lg65p {
    width: 55%;
  }
}
:placeholder-shown {
  color: red;
}
::-webkit-input-placeholder {
  color: #b0afaa;
}
:-moz-placeholder {
  color: #b0afaa;
  opacity: 1;
}
::-moz-placeholder {
  color: #b0afaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b0afaa;
}
textarea {
  width: 100%;
  border: 1px solid #b0afaa;
  resize: vertical;
  height: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.addbtn {
  width: 100%;
  display: block;
  margin: 15px auto;
  padding: 0 15px;
  background-color: #333;
  border: none;
  color: #fff;
  border-radius: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .addbtn {
    margin-left: 15px;
    width: auto;
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  .addbtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}
.icon_external {
  margin: 0 5px;
  width: 23px;
  height: 29px;
  background: url(assets/images/icon_external_link.png) no-repeat;
  display: inline-block;
  position: relative;
  top: 14px;
}
.icon_external2:before {
  content: '\f08e';
  margin-right: 0.2em;
  font-family: FontAwesome;
  color: #269cc8;
}
.prv {
  line-height: 3rem !important;
}
@media only screen and (min-width: 768px) {
  .prv {
    line-height: 52px !important;
  }
}
.p-form__confirmitem {
  display: none;
}
.p-policy {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .p-policy {
    padding: 30px;
  }
}
f .p-policy h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: center;
}
.mw_wp_form_preview .p-form__input {
  line-height: 50px;
}
.mw_wp_form_preview .p-form__input__note {
  display: none;
}
.mw_wp_form_preview .p-form__confirmitem {
  display: inline;
}
.recaptcha-container {
  margin-top: 30px;
}
/* ========================================
# Footer
======================================== */
.site-footer {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 15px 0;
  }
}
.pagetop {
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 15px;
  }
}
.contact-block {
  display: none;
}
/* ========================================
#
======================================== */
/*
---------------------------------------- */
