/* fo0001
-------------------------------------------------------- */

.fo0001 {
  font-size: 16px;
  text-align: center;
}

.fo0001-p {

}

.fo0001-m {
  margin-bottom: 10%;
}

.fo0001 h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

.fo0001 .desc {
  padding: 0 80px;
  padding-bottom: 64px;
  font-size: 14px;
  text-align: left;
}



@media (max-width: 768px) {
  .fo0001 .desc {
    padding: 0;
    padding-bottom: 64px;
    
  }
}


/* fo0001
-------------------------------------------------------- */



.fo0001 p.line-link {
  margin-bottom: 2em;
  font-size: 14px;
  font-weight: normal;
}

.fo0001 p.line-link a {
  text-decoration: underline;
}

.fo0001-box {
  border: solid 2px #0068B7;
  font-weight: bold !important;
  padding-bottom: 7%;
  border-radius: 10px;
}

.fo0001-box p.head {
  background: #0068B7;
  color: #fff;
  font-size: 18px;
  padding: .7em 0;
  border-radius: 8px 8px 0 0;
}

.fo0001 ul {
  margin-top: 2em;
  text-align: left;
}

.fo0001 ul.top {
  align-items: flex-start;
}


.fo0001 ul li.ttl {
  margin-bottom: 1em;
}

.fo0001 ul li.field {
  width: 100%;
}

.fo0001 ul li.field-s {
  width: 35%;
}

.fo0001 .required {
  font-size: 14px;
  background: #DC143C;
  color: #fff;
  font-weight: normal;
  margin-left: 1em;
  border-radius: 2px;
  padding: 4px 4px;
}


.fo0001 .complete-text {
  padding: 5%;
  text-align: left;
}

.fo0001 .complete-text p {
  margin-bottom: 1.5em;
}

.fo0001 .privacy-text {
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  color: #3333339f;
}

.fo0001 .privacy-text a {
  border-bottom: 1px #3333339f solid;
  margin-bottom: 5px;

}


/* フォーム　
  ーーーーーーーーーーーーーーーーーーー */

/* .grecaptcha-badge {
    visibility: hidden;
  } */

.fo0001 input[type="text"],
.fo0001 input[type="email"],
.fo0001 select,
.fo0001 input[type="tel"] {
  font-size: 15px;
  line-height: 1.8;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  background-color: #F4F4F4;
  margin-top: 0 !important;
}

.fo0001 textarea {
  font-size: 15px;
  line-height: 1.8;
  border-radius: 4px;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #F4F4F4;
  min-height: 200px;

}

.fo0001 ul li.field input[type="text"],
.fo0001 ul li.field input[type="tel"],
/* .fo0001 ul li.field input[type="email"] , */
.fo0001 ul li.field select {
  width: 50%;
}


.fo0001 ul li.field-s input[type="text"] {
  width: 95%;
}

.fo0001 ul li.field-s select {
  width: 95%;
}


select {
  font-size: 15px;
  line-height: 1.8;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  position: relative;
}

/* .fo0001 ul li .arrow-style {
  position: relative;
}
.fo0001 ul li .arrow-style::after {
  z-index: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  pointer-events: none;
  line-height: 1;
} */

.fo0001 .mw_wp_form_confirm ul li .arrow-style::after {
  content: none;
}

.fo0001 .mw_wp_form_preview ul li .arrow-style::after {
  content: none;
}



:placeholder-shown {
  color: #ACB3B8;
  font-weight: normal;
}

.fo0001 .btn-confirm {
  margin-top: 7%;
  background: #0068B7;
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
}

.fo0001 .btn-back {
  margin-top: 7%;
  background: #0068B7;
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
}

.fo0001 button[type="submit"] {
  margin-top: 7%;
  background: #0068B7;
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  position: relative;
}

.fo0001 button[type="submit"]::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



@media screen and (max-width: 480px) {

  .fo0001 button[type="submit"],
  .fo0001 .btn-confirm,
  .fo0001 .btn-back {
    width: 100%;
  }
}

.fo0001 button[type="submit"]:hover, .fo0001 .btn-back:hover, .fo0001 .btn-confirm:hover {
  background: rgb(126, 122, 122);
  color: #fff;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: bold !important;
}


@media screen and (max-width: 768px) {

  .fo0001-box {
    font-size: 14px;
  }

  .fo0001 ul {
    flex-direction: column;
  }

  .fo0001 ul li.ttl {
    width: 100%;
    margin-bottom: 10px;
  }

  .fo0001 ul li.field {
    width: 100%;
    margin-bottom: 20px;

  }

  .fo0001 ul li.field {
    width: 100%;
  }

  .fo0001 ul li.field-s {
    width: 100%;
  }

  .fo0001 ul li.field input[type="text"], .fo0001 ul li.field input[type="tel"] {
    width: 100%;
  }

  .fo0001 ul li.field-s input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .fo0001 ul li.field-s select {
    width: 100%;
  }



}


/* confirm --------------------- */

 
.fo0001 .mw_wp_form_confirm input[type="hidden"],
.fo0001 .mw_wp_form_confirm input[type="email"],
.fo0001 .mw_wp_form_confirm select,
.fo0001 .mw_wp_form_confirm input[type="tel"] {
  font-size: 15px;
  line-height: 1.8;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  background-color: #F4F4F4;
  margin-top: 0 !important;
}

.fo0001 .mw_wp_form_confirm textarea {
  font-size: 15px;
  line-height: 1.8;
  border-radius: 4px;
  padding: 0.57143rem 0.85714rem;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #F4F4F4;
  min-height: 200px;

}

/* thanks ------------------------ */


.thanks-p {
  padding-top: 180px;
  padding-bottom: 100px;
}

@media (max-width:768px) {
  .thanks-p {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}


.thanks .pagetop-btn {
  margin-top: 7%;
  background: #0068B7;
  color: #fff;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  position: relative;
  display: inline-block;
}

.thanks .pagetop-btn::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

