@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

form{
  width: 100%;
}
#form {
  width: 750px;
  margin: 0 auto 60px;
}
#form dl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
#form dt {
  width: 11em;
  padding: 15px 0;
  text-align: right;
  color: #000;
}
#form dd {
  padding: 15px 0 15px 40px;
  width: calc(100% - 11em);
  box-sizing: border-box;
  color: #000;
}
#form input[type=tel],
#form input[type=text],
#form input[type=email],
#form input[type=date] {
  width: 100%;
  height: 45px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  background-color: #FFF;
}
#form input[type=date] {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #CCC;
  margin-right: 20px;
  width: 100%;
  max-width: 180px;
  min-width: 160px;
}
#form textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  background-color: #FFF;
  color: #000;
}
#form select {
  height: 45px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 3px 50px 3px 10px;
  background-color: #FFF;
  color: #000;
  background-image: url(../assets/select_icon.svg);
  background-size: 10px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#form label {
  cursor: pointer;
}
#form input,
#form select {
  vertical-align: middle;
  border-radius: 3px;
}
#form .boxW100 input,
#form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
#form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .boxW49 input {
  width: 49%;
}
#form .boxW50 select {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #CCC;
}
#form .other {
  width: 100%;
  max-width: 500px;
}
#form label input {
  transform: scale(1.3);
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: 20px;
}
.contact__attention__box{
  max-width:none;
  margin-left:0;
}
.font-sm{
  font-size: 0.8em;
}
@media all and (max-width: 768px) {
  #form {
    width: 90%;
  }
  #form center {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
}

.must {
  display: inline-block;
  background-color: #E23C3E;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 0 0 9px;
  padding: 2px 5px;
}

#image-btn {
  width: 86%;
  max-width: 400px;
  text-align: center;
  background-color: #f2c52c;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 auto;
  transition: 0.2s;
}
#image-btn:hover {
  background-color: #FFF;
  color: #2fb3cc;
}

#image-btn input {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  background-color: transparent;
  color: #fff;
  /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
  border: none;
  font-weight: 700;
  /*
    padding: 15px 0 13px;*/
  display: block;
  cursor: pointer;
  font-size: 1.0em;
}
#image-btn input:hover {
  color: #2fb3cc;
}


@media all and (max-width: 768px) {
  #form dl {
    display: block;
    margin: 0 auto;
    padding: 25px 0;
  }
  #form dl.margin_erase {
    margin-top: -40px;
  }
  #form dt {
    width: 100%;
    padding: 15px 0 15px;
    border-bottom: none;
    text-align: left;
  }
  #form dd {
    padding: 0 0 15px;
    width: 100%;
    /*input {
      width: 100% !important;
    }*/
  }
  #form #image-btn input {
    font-size: 1.0em;
  }
}
.formText {
  width: 92%;
  margin: 0 auto 30px;
}
@media all and (max-width: 768px) {
  .formText {
    text-align: left;
  }
}

.formBtn {
  width: 92%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .formBtn {
    flex-direction: column;
    align-items: center;
  }
}
.formBtn form {
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
}

#form input.backBtn {
  font-size: 1.2em;
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
  border-radius: 5px;
  padding: 15px 60px;
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#form input.backBtn:hover {
  background-color: rgb(184, 184, 184);
}
@media all and (max-width: 768px) {
  #form input.backBtn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

#form input.submitBtn {
  font-size: 1.2em;
  width: 100%;
  transition: 0.3s;
  text-align: center;
  border-radius: 5px;
  padding: 15px 60px;
  background-color: #f2c52c;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
#form input.submitBtn:hover {
  background-color: #FFF;
  color: #2fb3cc;
}

#form .topBtn {
  margin-top: 30px;
}

#page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#page #form {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*チェックボックス*/
.checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media all and (max-width: 480px) {
  .inputGroup {
    width: 100%;
  }
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #FFF;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #043d60;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}

.inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}/*# sourceMappingURL=contact.css.map */
#global-nav ul li.navLogo{
  box-sizing: content-box;
}