@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー ライト*/
/*サイトカラー ライト2*/
/*サイトカラー ディープ*/
/*青*/
/*テキストに使うフォントカラー*/
div.aform .aform-header {
  display: none;
}
div.aform dl {
  border-bottom: 1px solid #D7E8F6;
}
div.aform dl:first-of-type {
  padding-top: 0;
}
div.aform dl dt {
  flex-basis: 300px;
  font-size: 1.8rem;
  position: relative;
}
div.aform dl dt:before,
div.aform dl dt .aform-label .aform-required {
  content: "任意";
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  padding: 7px 10px 5px;
  display: block;
  right: 30px;
  top: 1px;
  background: #106AB5;
  font-weight: normal;
  border-radius: 5px;
}
div.aform dl dt .aform-label .aform-required {
  background: #c30d23;
}
div.aform dl dd {
  flex: 1;
  font-size: 1.6rem;
}
div.aform .aform-note.parts-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.aform .aform-note.parts-12 p a {
  color: #106AB5;
  text-decoration: underline;
}
div.aform .aform-button-area {
  background: none;
}
div.aform .aform-button-area input[type=submit],
div.aform .aform-button-area #aform_btn_back,
div.aform #aform_result.aform-content a {
  padding: 0;
  border: 2px solid #106ab5;
  border-radius: 31px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  font-size: 1.8rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 62px;
  color: #106ab5;
  font-weight: 700;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
div.aform .aform-button-area input[type=submit]:hover,
div.aform .aform-button-area #aform_btn_back:hover,
div.aform #aform_result.aform-content a:hover {
  background-color: #106AB5;
  color: #fff;
}
div.aform input[type=radio] {
  display: none;
}
div.aform input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  margin-right: 20px;
}
div.aform input[type=radio] + label::before,
div.aform input[type=radio] + label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  transition: all 0.2s;
}
div.aform input[type=radio] + label::before {
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #bfbfbf;
}
div.aform input[type=radio] + label:hover::before {
  background: #fff;
}
div.aform input[type=radio] + label::after {
  opacity: 0;
  left: 6px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #5BADE1;
  transform: scale(2);
}
div.aform input[type=radio]:checked + label::before {
  background: #fff;
  border: 2px solid #5BADE1;
}
div.aform input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1.3);
}

form#aform-confirm-form dl dt:before,
form#aform-confirm-form dl dt .aform-label .aform-required {
  display: none;
}
#aform_result.aform-content {
  text-align: center;
}
#aform_result.aform-content p {
  margin-bottom: 25px;
  font-size: 2.5rem;
  color: #000;
}
#aform_result.aform-content .aform-button-area {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  div.aform .aform-content {
    margin-top: 20px;
  }
  div.aform dl {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  div.aform dl dt {
    margin-bottom: 15px;
  }
  div.aform dl dt:before,
  div.aform dl dt .aform-label .aform-required {
    right: 0px;
  }
  div.aform ul.aform-field-1 li {
    display: block;
  }
  div.aform ul.aform-field-4 li {
    display: block;
  }
  div.aform .aform-note.parts-12 p {
    margin-top: 15px;
  }
  div.aform .aform-button-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.aform .aform-button-area > * + * {
    margin-top: 20px !important;
  }
  div.aform .aform-button-area input[type=submit],
  div.aform .aform-button-area #aform_btn_back,
  div.aform #aform_result.aform-content a {
    margin: 0 10px;
  }
  div.aform input[type=radio] + label {
    margin-bottom: 5px;
  }
  .conf_title {
    font-size: 2rem;
    margin-top: 20px;
  }
  form#aform-confirm-form dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #aform_result.aform-content {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 641px) {
  div.aform .aform-content {
    margin-top: 40px;
  }
  div.aform dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  div.aform ul.aform-field-1 {
    display: flex;
    flex-wrap: wrap;
  }
  div.aform ul.aform-field-1 li {
    flex-basis: 40%;
  }
  div.aform ul.aform-field-4 {
    display: flex;
    flex-wrap: wrap;
  }
  div.aform ul.aform-field-4 li {
    flex-basis: 20%;
  }
  div.aform .aform-note.parts-12 p {
    margin-top: 15px;
    text-align: center;
  }
  div.aform .aform-button-area {
    display: flex;
    justify-content: center;
  }
  div.aform .aform-button-area input[type=submit],
  div.aform .aform-button-area #aform_btn_back,
  div.aform #aform_result.aform-content a {
    margin: 0 20px;
  }
  .conf_title {
    font-size: 2.5rem;
    margin-top: 40px;
  }
  form#aform-confirm-form #aform_confirm_msg {
    text-align: center;
    margin-bottom: 20px;
  }
  #aform_result.aform-content {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
/*# sourceMappingURL=map/contact.css.map */
