@charset "UTF-8";
.pagetop.pagetop_in {
  bottom: 90px;
}

.dl_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px auto 0;
  padding: 14px 25px;
  border: 2px solid rgba(16, 106, 176, 0.3);
  border-radius: 100px;
  background-color: transparent;
  color: #106AB0;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dl_btn:disabled {
  border: 1px solid #d4dbe1;
  background-color: #d4dbe1;
  color: #fff;
  pointer-events: none;
}

.dl_btn:hover {
  background-color: #106AB0;
  color: #fff;
}

.hp-area {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.modal_form_set {
  /* チェック時の見た目 */
  /* チェックマーク（疑似要素） */
}

.modal_form_set dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal_form_set dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  margin-bottom: 8px;
}

.modal_form_set dt span {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 8px;
  padding: 2px 4px 4px;
  border-radius: 4px;
  background-color: #8d8d8d;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.modal_form_set dt span.required {
  background-color: #E83C18;
}

.modal_form_set dd {
  width: calc(100% - 190px);
  margin-bottom: 8px;
}

.modal_form_set dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_form_set dd a {
  color: #333;
  text-decoration: underline;
}

.modal_form_set input[type="text"],
.modal_form_set input[type="tel"],
.modal_form_set input[type="email"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid rgba(16, 106, 176, 0.3);
  border-radius: 4px;
}

.modal_form_set input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.modal_form_set .c-checkbox {
  display: block;
  margin: 4px 0;
  cursor: pointer;
}

.modal_form_set .c-checkbox .c-box {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  /* 角丸(不要なら0) */
  margin-right: 6px;
  border: 1px solid #333;
  border-radius: 4px;
  vertical-align: middle;
}

.modal_form_set .c-checkbox input:checked + .c-box {
  border-color: #106AB0;
  background-color: #106AB0;
}

.modal_form_set .c-checkbox input:checked + .c-box::after {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.modal_form_set input + input {
  margin-left: 8px;
}

.modal_form_set input[name="name1"],
.modal_form_set input[name="name2"] {
  width: calc(50% - 4px);
}

.modal_close {
  top: 10px;
  right: 10px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .modal_form_set dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .modal_form_set dd {
    width: calc(100%);
    margin-bottom: 20px;
  }
  .modal_form_set .c-checkbox {
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=maps/form.css.map */
