@charset "UTF-8";
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*form*/
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=date],
.form textarea {
  width: 100%;
  background-color: #efefef;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  vertical-align: middle;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=date]:focus,
.form textarea:focus {
  border-color: #0069C9;
}
@media (max-width: 768px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=date],
  .form textarea {
    padding: 0.5em;
  }
}
.form textarea {
  width: 100%;
}
.form .cp_ipselect {
  margin: 10px 0;
  text-align: center;
}
.form .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form .cp_ipselect select::-ms-expand {
  display: none;
}
.form .cp_ipselect.cp_sl01 {
  width: 50%;
  position: relative;
  border: 1px solid #ccc;
  background: #ffffff;
}
.form .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.form .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #000000;
}
.form li {
  display: inline-block;
  margin-right: 2em;
}
.form .checker {
  background-color: #F2F2F2;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
.form .checker p {
  font-size: 1em;
  margin-bottom: 0.7em;
  font-weight: normal;
}
.form .check {
  margin: 0;
}

/* チェックボックス01 */
.check {
  margin: 3em auto 1.5em;
  text-align: center;
}

input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 30px;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 45%;
  width: 16px;
}

.checkbox01::after {
  border-right: 3px solid #0069C9;
  border-bottom: 3px solid #0069C9;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

input[type=checkbox]:checked + label {
  background: none !important;
}

/* ラジオボタン01 */
input[type=radio] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.radio01::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 45%;
  width: 16px;
}

.radio01::after {
  background: #0069C9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 45%;
  width: 10px;
}

input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

.radio01 + input {
  margin-left: -26px;
}
.radio01 + input + span {
  margin-right: 30px;
}

@media (min-width: 769px) {
  .harf {
    width: 50% !important;
  }
}

@media (min-width: 769px) {
  .harfharf {
    width: 23% !important;
    min-width: 150px !important;
  }
}
@media (max-width: 768px) {
  .harfharf {
    width: calc(100% - 1.5em) !important;
  }
}

@media (max-width: 768px) {
  .form dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
  }
  .submit {
    width: 100%;
    display: block;
    margin: auto;
  }
  .button {
    margin: 1em auto 0;
  }
}/*# sourceMappingURL=form.css.map */