@charset "UTF-8";
.f_comt,
.f_comb {
  font-size: 80%;
}

article.resp input:not([type=checkbox], [type=radio]),
article.resp button,
article.resp textarea,
article.resp select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  font: inherit;
  outline: none;
  background-color: #fff;
  margin: 4px auto;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 3px;
  max-width: 100%;
}
article.resp select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font: inherit;
  outline: none;
}
article.resp textarea {
  resize: vertical;
}
article.resp input[type=submit],
article.resp input[type=button],
article.resp label,
article.resp button,
article.resp select {
  cursor: pointer;
}
article.resp input[size="15"] {
  width: auto;
}
@media screen and (max-width:750px) {
  article.resp input[size="15"] {
    width: calc(50% - 4.5em);
  }
}
article.resp input[size="10"] {
  width: auto;
}
@media screen and (max-width:750px) {
  article.resp input[size="10"] {
    width: calc(33.3333333333% - 2em);
  }
}
article.resp select::-ms-expand {
  display: none;
}
article.resp ul li {
  text-align: left;
  padding: 0 0 16px;
  list-style: none;
  display: flex;
}
@media screen and (max-width:750px) {
  article.resp ul li {
    flex-direction: column;
  }
}
article.resp ul li > label {
  width: 30%;
}
article.resp ul li > label.required::after {
  content: "※";
  color: #f00;
  display: inline-block;
}
@media screen and (max-width:750px) {
  article.resp ul li > label {
    width: 100%;
  }
}
article.resp ul li.label {
  margin: 2em auto 0;
}
article.resp ul li.label + .label_message {
  margin: 0 auto 1em;
}
article.resp ul li.label + .label_message:empty {
  display: none;
}
article.resp ul li .input {
  width: 70%;
}
@media screen and (max-width:750px) {
  article.resp ul li .input {
    width: 100%;
  }
}
article.resp ul li .input > label {
  margin: 0 4px 0 0;
  display: inline-flex;
  align-items: center;
}
.policy h2 {
  text-align: center;
  font-weight: 900;
}
.policy_html {
  height: 200px;
  overflow-y: scroll;
  padding: 1em;
  border: solid #ccc 1px;
  background-color: #fff;
}
.policy_check {
  display: block;
  text-align: center;
  margin: 1em auto 0;
}
.policy_check > label {
  display: inline-flex;
  align-items: center;
}
.policy_check > label input {
  margin: 0 4px 0 0;
}

.submit_btn input[name=送信] {
  display: block;
  margin: 40px auto;
  width: 380px;
  max-width: 100%;
}
.submit_btn.span_3 {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.submit_btn.span_3 input {
  display: block;
  margin: 40px auto !important;
  width: 90%;
  max-width: 320px;
}
.submit_btn.span_9 {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.submit_btn.span_9 input {
  display: block;
  margin: 40px auto;
  width: 90%;
  max-width: 320px;
}/*# sourceMappingURL=saaske_basic_2.css.map */