@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
.aform-content {
  margin-bottom: 0;
  background: #fff;
}

dl dt span a {
  text-decoration: none;
  pointer-events: none;
}
dl dt span a > img {
  display: none;
}

.aform .aform-header {
  margin: 0;
  display: none !important;
}
.aform dl:not(.aform-error-list) {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.aform dl:not(.aform-error-list).dl_bd dd {
  display: flex;
  align-items: center;
}
.aform dl:not(.aform-error-list).dl_bd dd span {
  flex: none;
}
.aform dl:not(.aform-error-list) dt {
  position: relative;
}
.aform dl:not(.aform-error-list) dt .aform-label {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.aform dl:not(.aform-error-list) dt .aform-required {
  color: #ff0000;
  flex: none;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  right: 0;
  top: -1px;
  background: none !important;
  margin-left: none !important;
}
.aform dl:not(.aform-error-list) dt .aform-label {
  font-weight: bold;
}
.aform dl:not(.aform-error-list) dd {
  padding-left: 0;
}
.aform dl:not(.aform-error-list) dd .aform-name-ul,
.aform dl:not(.aform-error-list) dd .aform-kana-ul {
  display: flex;
  width: 100%;
}
.aform dl:not(.aform-error-list) dd .aform-name-ul > li,
.aform dl:not(.aform-error-list) dd .aform-kana-ul > li {
  width: 50%;
}
.aform dl:not(.aform-error-list) dd .aform-name-ul > li:nth-child(odd),
.aform dl:not(.aform-error-list) dd .aform-kana-ul > li:nth-child(odd) {
  padding-right: 1em;
}
.aform dl:not(.aform-error-list) dd .aform-name-ul > li:nth-child(even),
.aform dl:not(.aform-error-list) dd .aform-kana-ul > li:nth-child(even) {
  padding-left: 1em;
}
.aform dl:not(.aform-error-list) .aform-checkbox-ul:not(.aform-vertical-ul) > li {
  display: flex;
  align-items: center;
}
.aform dl:not(.aform-error-list) .aform-checkbox-ul:not(.aform-vertical-ul) > li.wsnone label {
  flex: none;
}
@keyframes onAutoFillStart {}
.aform dl:not(.aform-error-list) input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.aform dl:not(.aform-error-list) select,
.aform dl:not(.aform-error-list) input[type=text],
.aform dl:not(.aform-error-list) input[type=tel],
.aform dl:not(.aform-error-list) input[type=email],
.aform dl:not(.aform-error-list) textarea {
  width: 100%;
  -webkit-appearance: none;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #222;
  box-shadow: transparent !important;
  transition: 0.2s border-color, 0.2s color, 0.2s box-shadow;
  cursor: pointer;
}
.aform dl:not(.aform-error-list) select:focus, .aform dl:not(.aform-error-list) select:checked, .aform dl:not(.aform-error-list) select:active, .aform dl:not(.aform-error-list) select:-webkit-autofill,
.aform dl:not(.aform-error-list) input[type=text]:focus,
.aform dl:not(.aform-error-list) input[type=text]:checked,
.aform dl:not(.aform-error-list) input[type=text]:active,
.aform dl:not(.aform-error-list) input[type=text]:-webkit-autofill,
.aform dl:not(.aform-error-list) input[type=tel]:focus,
.aform dl:not(.aform-error-list) input[type=tel]:checked,
.aform dl:not(.aform-error-list) input[type=tel]:active,
.aform dl:not(.aform-error-list) input[type=tel]:-webkit-autofill,
.aform dl:not(.aform-error-list) input[type=email]:focus,
.aform dl:not(.aform-error-list) input[type=email]:checked,
.aform dl:not(.aform-error-list) input[type=email]:active,
.aform dl:not(.aform-error-list) input[type=email]:-webkit-autofill,
.aform dl:not(.aform-error-list) textarea:focus,
.aform dl:not(.aform-error-list) textarea:checked,
.aform dl:not(.aform-error-list) textarea:active,
.aform dl:not(.aform-error-list) textarea:-webkit-autofill {
  border: 1px solid #36b5c8;
  color: #35373b;
  box-shadow: transparent !important;
  outline: none !important;
  -webkit-box-shadow: transparent;
}
.aform dl:not(.aform-error-list) select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.aform .aform-button-area {
  text-align: center;
  background: none;
  padding: 0;
  margin: 0;
}
.aform .aform-button-area input {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 270px;
  background: #d63706;
  text-decoration: none;
  padding: 15px 10px;
  transition: 0.3s;
  border: none;
  font-size: 18px;
  border-radius: 9999px;
  font-weight: bold;
}
.aform .aform-button-area #aform_btn_back {
  background: #e1e1e1;
  color: #333;
}
.aform input[type=checkbox] {
  display: none;
}
.aform input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.aform input[type=checkbox] + label.type2 {
  border: 1px solid #e1e1e1;
  padding: 15px 20px 13px 45px;
  background-color: #fff;
  box-shadow: 0px 2px 1px 0px #e1e1e1;
}
.aform input[type=checkbox] + label.type2:before, .aform input[type=checkbox] + label.type2:after {
  margin-left: 25px;
}
.aform input[type=checkbox] + label.type2:hover {
  opacity: 0.7;
}
.aform input[type=checkbox] + label::before,
.aform input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  transition: all 0.2s;
}
.aform input[type=checkbox] + label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.aform input[type=checkbox] + label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #36b5c8;
  border-bottom: 2px solid #36b5c8;
  transform: rotate(-45deg) scale(0.5);
}
.aform input[type=checkbox] + label:hover::before {
  background: #fff;
}
.aform input[type=checkbox]:checked + label::before {
  background: #fff;
  border: 1px solid #d2d2d2;
}
.aform input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.aform input[type=radio] {
  display: none;
}
.aform input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  margin-right: 20px;
}
.aform input[type=radio] + label::before,
.aform input[type=radio] + label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  transition: all 0.2s;
}
.aform input[type=radio] + label::before {
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.aform input[type=radio] + label:hover::before {
  background: #fff;
}
.aform input[type=radio] + label::after {
  opacity: 0;
  left: 5px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: #36b5c8;
  transform: scale(2);
}
.aform input[type=radio]:checked + label::before {
  background: #fff;
  border: 1px solid #36b5c8;
}
.aform input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.aform label[for=bd-dd] + * {
  flex: none;
}

#aform_result {
  color: inherit !important;
}

input[type=submit] {
  cursor: pointer;
}

.aform-hdln {
  color: #000;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-weight: 600;
  position: relative;
  border-bottom: none;
}
.aform-hdln::before {
  content: "";
  background: #36b5c8;
  position: absolute;
}

.aform-input-example {
  color: #222222 !important;
}
.aform-input-example a {
  color: #00788a;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 768px) {
  /*サイトカラー*/
  .aform-content {
    padding: 40px 30px 30px;
    margin-top: 30px;
  }
  dl dt span a {
    text-decoration: none;
    pointer-events: none;
  }
  dl dt span a > img {
    display: none;
  }
  .aform dl:not(.aform-error-list) {
    flex-direction: column;
  }
  .aform dl:not(.aform-error-list) dt,
  .aform dl:not(.aform-error-list) dd {
    width: 100%;
  }
  .aform dl:not(.aform-error-list) dd {
    padding: 8px 8px 24px;
  }
  .aform dl:not(.aform-error-list) dt {
    min-height: 17px;
    padding: 8px;
  }
  .aform dl:not(.aform-error-list) dt dd {
    padding: 8px;
  }
  .aform dl:not(.aform-error-list) dd .aform-name-ul > li label,
  .aform dl:not(.aform-error-list) dd .aform-kana-ul > li label {
    font-size: 12px;
  }
  @keyframes onAutoFillStart {}
  .aform dl:not(.aform-error-list) select {
    padding: 5px 35px 5px 8px;
  }
  .aform dl:not(.aform-error-list) input,
  .aform dl:not(.aform-error-list) textarea {
    padding: 5px 8px;
  }
  .aform .aform-button-area {
    margin-top: 30px;
  }
  .aform .aform-button-area input + input {
    margin-top: 20px;
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 5px;
  }
  .aform input[type=checkbox] + label.type2 {
    border: 1px solid #e1e1e1;
    padding: 15px 20px 13px 45px;
    background-color: #fff;
    box-shadow: 0px 2px 1px 0px #e1e1e1;
  }
  .aform input[type=checkbox] + label.type2:before, .aform input[type=checkbox] + label.type2:after {
    margin-left: 25px;
  }
  .aform input[type=checkbox] + label.type2:hover {
    opacity: 0.7;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #36b5c8;
    border-bottom: 2px solid #36b5c8;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.2s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #36b5c8;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #36b5c8;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform-hdln {
    padding-left: 16px;
    margin-top: 26px;
  }
  .aform-hdln::before {
    width: 4px;
    left: 0px;
    top: 0px;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  /*サイトカラー*/
  .aform-content {
    padding: 80px 60px 60px;
    margin-top: 60px;
  }
  dl dt span a {
    text-decoration: none;
    pointer-events: none;
  }
  dl dt span a > img {
    display: none;
  }
  .aform {
    margin: 0 auto 0x;
  }
  .aform dl:not(.aform-error-list) dt,
  .aform dl:not(.aform-error-list) dd {
    padding: 30px 20px 30px 0;
    margin-bottom: 0;
  }
  .aform dl:not(.aform-error-list) dt {
    width: 30%;
    padding-right: 0;
  }
  .aform dl:not(.aform-error-list) dt label {
    font-weight: bold;
  }
  .aform dl:not(.aform-error-list) dt .aform-label {
    font-size: 18px;
  }
  .aform dl:not(.aform-error-list) dd {
    width: 70%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
  }
  .aform dl:not(.aform-error-list) dd .aform-name-ul > li label,
  .aform dl:not(.aform-error-list) dd .aform-kana-ul > li label {
    font-size: 14px;
  }
  .aform dl:not(.aform-error-list) .aform-checkbox-ul:not(.aform-vertical-ul) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .aform dl:not(.aform-error-list) .aform-checkbox-ul > li {
    margin-bottom: 8px;
  }
  @keyframes onAutoFillStart {}
  .aform dl:not(.aform-error-list) select,
  .aform dl:not(.aform-error-list) input[type=text],
  .aform dl:not(.aform-error-list) input[type=tel],
  .aform dl:not(.aform-error-list) input[type=email],
  .aform dl:not(.aform-error-list) textarea {
    font-size: 18px;
  }
  .aform dl:not(.aform-error-list) select {
    padding: 5px 45px 5px 8px;
  }
  .aform dl:not(.aform-error-list) select::-ms-expand {
    display: none;
  }
  .aform dl:not(.aform-error-list) input,
  .aform dl:not(.aform-error-list) textarea {
    padding: 5px 8px;
  }
  .aform .aform-button-area {
    margin-top: 40px;
  }
  .aform .aform-button-area input {
    transition: 0.2s all;
  }
  .aform .aform-button-area input:hover {
    opacity: 0.7;
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .aform input[type=checkbox] + label.type2 {
    border: 1px solid #e1e1e1;
    padding: 15px 20px 13px 45px;
    background-color: #fff;
    box-shadow: 0px 2px 1px 0px #e1e1e1;
  }
  .aform input[type=checkbox] + label.type2:before, .aform input[type=checkbox] + label.type2:after {
    margin-left: 25px;
  }
  .aform input[type=checkbox] + label.type2:hover {
    opacity: 0.7;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #36b5c8;
    border-bottom: 2px solid #36b5c8;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.2s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #36b5c8;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #36b5c8;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform-hdln {
    padding-left: 24px;
    line-height: 1.35;
  }
  .aform-hdln::before {
    width: 7px;
    left: 0px;
    top: 0;
    height: 100%;
  }
  .aform-input-example {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /*サイトカラー*/
  dl dt span a {
    text-decoration: none;
    pointer-events: none;
  }
  dl dt span a > img {
    display: none;
  }
  @keyframes onAutoFillStart {}
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .aform input[type=checkbox] + label.type2 {
    border: 1px solid #e1e1e1;
    padding: 15px 20px 13px 45px;
    background-color: #fff;
    box-shadow: 0px 2px 1px 0px #e1e1e1;
  }
  .aform input[type=checkbox] + label.type2:before, .aform input[type=checkbox] + label.type2:after {
    margin-left: 25px;
  }
  .aform input[type=checkbox] + label.type2:hover {
    opacity: 0.7;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #36b5c8;
    border-bottom: 2px solid #36b5c8;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.2s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #36b5c8;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #36b5c8;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
}
/*# sourceMappingURL=map/form.css.map */
