.title-area {
  padding-top: 60px;
}
#contact .tel {
  margin: 1em 0 -0.5em;
  font-family: 'Roboto', sans-serif;
}
#contact .tel a {
  margin: 1em 0 0;
  background-image: url("../images/icon-tel.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #37C92B;
  padding-left: 40px;
}
#contact .s-font{
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  #contact .tel a {
    font-size: 3.0rem;
    background-size: 24px;
    background-position: left top 6px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact .tel a {
    font-size: 2.8rem;
    background-size: 22px;
    padding-left: 28px;
  }
}
#form {
  width: 1024px;
  margin: 30px auto 0;
}
#form dl {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  border: 1px solid #FEFEFE;
  padding: 25px 25px 40px;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 30px;
  /*text-justify: inter-ideograph;*/
}
#form dt {
  width: 11.5em;
  padding: 25px 0;
  /*border-top: solid 1px #DDD;*/
  box-sizing: border-box;
  height: 100%;
}
#form dd {
  padding: 25px 0 25px 20px;
  width: calc(100% - 11.5em);
  /*border-top: solid 1px #DDD;*/
  box-sizing: border-box;
  height: 100%;
}
#form dt:first-child {
  border-top: none;
}
#form dd:nth-child(2) {
  border-top: none;
}
#form input[type=tel], #form input[type=text], #form input[type=email], #form input[type=date] {
  height: 45px;
  border: 1px solid #E2E2E2;
  padding: 3px 10px;
  background-color: #F4F4F4;
}
#form input[type=date] {
  background-color: #F4F4F4;
  padding: 3px 10px;
  border: 1px solid #E2E2E2;
  margin-right: 20px;
  width: 100%;
  max-width: 180px;
  min-width: 160px;
}
#form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  padding: 3px 10px;
  background-color: #F4F4F4;
  color: #000;
}
#form select {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  padding: 3px 50px 3px 10px;
  background-color: #F4F4F4;
  color: #000;
  background-image: url(../assets/select_icon.svg);
  background-size: 10px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*セレクトボックス*/
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectbox::after {
  position: absolute;
  left: 8em;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .selectbox::after {
    left: 6.5em;
  }
}
@media all and (max-width: 480px) {
  .selectbox::after {
    left: 7em;
  }
}
.selectbox select {
  appearance: none;
  cursor: pointer;
}
#form label {
  cursor: pointer;
}
#form input, #form select {
  vertical-align: middle;
  border-radius: 4px;
}
#form .boxW100 input, #form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
#form .boxW40 {}
#form .boxW40 input {
  width: 40%;
  box-sizing: border-box;
}
#form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
#form .boxW50 select {
  background-color: #F4F4F4;
  padding: 3px 10px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
#form .other {
  width: 100%;
  max-width: 500px;
}
#form label input {
  transform: scale(1.3);
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#form ::placeholder {
  color: #ccc
}
@media screen and (max-width: 1100px) {
  #form {
    width: 94%;
    margin: 30px auto 0;
  }
  #form dl {
    padding: 25px 25px 40px;
  }
}
@media all and (max-width: 768px) {
  #form dl {
    padding: 15px 15px 25px;
  }
  #form center {
    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: #FFB423;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 auto;
  transition: 0.2s;
}
#image-btn:hover {
  background-color: #FFB72D;
}
#image-btn input {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  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.2em;*/
}
@media all and (max-width: 768px) {
  #form dl {
    display: block;
  }
  #form dl.margin_erase {
    margin-top: -40px;
  }
  #form dt {
    width: 100%;
    padding: 20px 0 7px;
  }
  #form dd {
    padding: 0 0 20px;
    width: 100%;
    border-top: none;
  }
  #form dd:last-child {
    padding: 0;
  }
  #form #image-btn input {
    font-size: 1.8rem;
  }
}
.time_wrap {
  display: inline;
}
.time_colon {
  display: inline;
  padding: 0 5px;
}
.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 {
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
  border-radius: 4px;
  padding: 10px 60px;
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  text-align: center;
}
#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 {
  /*width: 100%;*/
  transition: 0.3s;
  text-align: center;
  border-radius: 4px;
  padding: 10px 60px;
  background-color: #FFB423;
  color: #FFF;
  font-weight: bold;
}
#form input.submitBtn:hover {
  background-color: #FFB72D;
}
#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 */