@charset "UTF-8";
@import url(reset.css);
@import url(base.css);

header {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
header img {
  width: 30%;
  max-width: 140px;
}

footer {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}
footer p {
  margin-bottom: 1em;
}

.ft_logo {
  padding: 5% 0;
}

.ft_logo img {
  width: 50%;
  max-width: 120px;
}

.copy {
  font-size: 10px;
  color: white;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 767px) {
  footer {
    margin: 0;
  }

  .ft_logo {
    padding: 2% 0 2%;
  }

  .ft_logo img {
    width: 240px;
  }

  .copy {
    font-size: 12px;
    color: white;
    text-align: center;
  }
}
.l-footer { text-align: center; width: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; background: #1a1a1a; color: #fff; padding: 32px; font-size: 14px;}

.l-footer-logo { width: 120px; margin: auto; }

.l-footer-inner { width: 100%; }

.l-footer-nav { 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;margin: 1em auto; }

.l-footer-nav li:not(:last-child) { border-right: 1px solid rgba(51, 51, 51, 0.1); }

.l-footer-nav li a { padding: 4px 8px;color: white; }

.copyright { text-align: center; font-size: 12PX; padding: 8px 0 0; font-weight: 700; }

.copyright > .fa-copyright:before { padding: 0 4px; }
.page-ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  font-weight: 900;
}
.page-intro {
  margin-bottom: 30px;
  padding: 0 4%;
  line-height: 1.4;
  text-align: left;
}
.page-head {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
.page-head p {
  margin-bottom: 1em;
}
.shadow_box h2 {
  margin-bottom: 10px;
}
.form {
  padding: 0 4%;
}
.form input,
.form select,
.form textarea {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 16px 0 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 2px;
  color: #555;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  cursor: default;
  pointer-events: none;
  background: none;
  border: none;
  border-left: 2px solid #ccc;
  border-radius: 0;
  padding-left: 1em;
}
.form input:-webkit-autofill,
.form select:-webkit-autofill,
.form textarea:-webkit-autofill {
  background: inherit;
  background-image: none;
  color: inherit;
}
.form button,
.form input[type="button"],
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
.form input[type="file"] {
  display: none;
}
.form textarea {
  min-height: 10em;
  resize: vertical;
  line-height: 1.4;
  padding: 16px;
}
.form select::-ms-expand {
  display: none;
}
.form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.form .select-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 2px;
}
.form .select-box select {
  width: 100%;
}
.form .select-box:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  color: #ccc;
  line-height: 0;
  pointer-events: none;
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] + label {
  width: calc((100% - 8px) / 2);
  padding: 1em 8px 1em 16px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  margin: 0 8px 8px 0;
  font-weight: 400;
}
.form input[type="radio"] + label:nth-of-type(2n) {
  margin-right: 0;
}
.form input[type="radio"] + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 4px;
  content: "";
  color: inherit;
}
.form input[type="radio"]:checked + label {
  color: #0da5ff;
  border-color: #0da5ff;
  -webkit-box-shadow: 0px 0px 0px 2px #0da5ff inset;
  box-shadow: 0px 0px 0px 2px #0da5ff inset;
}
.form input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + label {
  padding: 1em 8px 1em 16px;
  color: #999;
  cursor: pointer;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 400;
}
.form input[type="checkbox"] + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  color: inherit;
  margin-right: 4px;
}
.form input[type="checkbox"]:checked + label {
  color: #0da5ff;
  border-color: #0da5ff;
  -webkit-box-shadow: 0px 0px 0px 2px #0da5ff inset;
  box-shadow: 0px 0px 0px 2px #0da5ff inset;
}
.form input[type="checkbox"]:checked + label:before {
  font-weight: 900;
  content: "";
}
.form input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form input[type="date"]::-webkit-inner-spin-button,
.form input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form .form-item {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  max-width: 540px;
  margin: 0 auto 30px;
}
.form .form-ttl {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 8px;
}
.form .form-ttl.required:after {
  content: "※";
  display: inline-block;
  color: red;
  font-size: 10px;
  vertical-align: top;
  margin-left: 4px;
}
.form .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.form .form-body.tel > input {
  max-width: 5em;
}
.form .form-body.tel span {
  color: #ccc;
  font-size: 10px;
  margin: 4px;
}
.form .form-body.age > input {
  max-width: 5em;
  margin-right: 4px;
}
.form .form-body.daytime {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.form .form-body.daytime input[type="number"] {
  width: 3em;
  padding-right: 0;
  padding-left: 8px;
}
.form .form-body.daytime input[type="time"] {
  width: 6.5em;
  padding-right: 0;
  padding-left: 8px;
}
.form .form-body.daytime span {
  font-size: 12px;
  margin: 0 4px;
}
.form .form-note {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  padding-left: 1em;
}
.form .form-note:first-line {
  text-indent: -1em;
  line-height: 1.5;
}
.form .form-note-red {
  color: red;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 32px;
}
.form .indent {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 8px;
}
.form .indent .form-ttl {
  margin-left: -1em;
}
.form .doui {
  background: #fffed8;
  padding: 16px 16px 24px;
  border-radius: 5px;
}
.contact_tel {
  text-align: center;
  margin-bottom: 20px;
}
.contact_tel p {
  margin-bottom: 10;
}
.contact_tel .phone-num {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
  font-family: "Roboto";
}
.contact_tel .phone-num:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #00a7ff;
  border-radius: 17px;
  top: -2px;
  left: 0px;
  text-align: center;
  position: absolute;
}
.required_text {
  margin-bottom: 20px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}
@media (max-width: 559px) {
  .form .comment textarea {
    height: 195px;
  }
  label.radio.in_small {
    font-size: 12px;
    padding-left: 34px;
    padding-right: 0px;
  }
}
@media (max-width: 380px) {
  .form .input_tell_number li:after {
    right: -30px;
  }
}

.wrap_accbox {
  margin: 30px auto;
  max-width: 640px;
}
/* @media (min-width: 560px) {
  .wrap_accbox {
    margin: auto auto 30px;
  }
} */
.accbox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}
.accbox p {
  font-size: 15px;
  width: auto;
  margin-left: 15px;
  margin-bottom: 20px;
  padding-right: 0;
  margin-right: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.accbox label {
  width: auto;
  margin: auto;
  padding: 14px 15px;
  font-size: 16px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #00a7ff;
  letter-spacing: 1px;
  position: relative;
}
.accbox label:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.accbox label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  right: 12px;
  top: 16px;
  position: absolute;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 560px) {
  .accbox label {
    margin: auto;
    padding: 19px 15px 18px;
  }
  .accbox label:before {
    right: 15px;
    top: 20px;
  }
  .accbox p {
    padding-right: 15px;
    margin-right: auto;
  }
}
.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}
.cssacc:checked + label:before {
  content: "\f106";
}


.complete_text {
  text-align: center;
  margin: 60px auto 40px;
  line-height: 1.4;
  padding: 0 4%;
}

.complete_text img {
  text-align: center;
  margin: auto;
  margin-bottom: 5%
}
.complete_btn{
  text-align: center;
  margin-bottom: 60px;
}


.form-file {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 4%;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.form-file > p {
  color: #8f8f8f;
  margin-bottom: 10px;
}
.form-file > label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 8px;
  background: white;
  color: #8f8f8f;
  font-size: min(1.4rem, 3.5vw);
}
.form-preview {
  line-height: 1;
  width: auto;
}
.form-preview span {
  width: 120px;
  height: 90px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.form-preview img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  line-height: 1;
}
.form-preview button {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
  color: white;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
  padding: 0;
}
