@charset "UTF-8";
.from-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 17px;
}

.smf-checkbox-control,
.smf-radio-button-control {
  display: inline-block;
  margin: 0 1.4em 0.65em 0;
}

@media screen and (max-width: 736px) {
  .from-wrap {
    margin: 0 auto;
    padding: 0 30px;
    font-size: 16px;
  }
}
.form-tbl {
  width: 100%;
  border: none;
}
.form-tbl th,
.form-tbl td {
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 36px 0 28px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.form-tbl > tbody > tr > th {
  font-size: 18px;
  width: 30%;
}
.form-tbl > tbody > tr > td {
  width: 70%;
}
.form-tbl input[type=text],
.form-tbl input[type=email] {
  line-height: 1.6;
  padding: 0.4em 0.5em;
  border-radius: 6px;
  border: 1px solid #969696;
}
.form-tbl input[type=text]:focus,
.form-tbl input[type=email]:focus {
  background-color: #fff8d5;
  border-color: #484848;
}
.form-tbl input[type=file] {
  width: 100%;
  font-size: 15px;
  margin-top: 16px;
}
.form-tbl ::file-selector-button,
.form-tbl ::-webkit-file-upload-button {
  padding: 0.4em 1.2em;
  margin-right: 0.8em;
  border-radius: 999px;
  border: none;
  background-color: #2a85d3;
  color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .form-tbl ::file-selector-button:hover,
  .form-tbl ::-webkit-file-upload-button:hover {
    background-color: #278de5;
  }
}
.form-tbl textarea {
  width: 550px;
  line-height: 1.6;
  padding: 0.4em 0.5em;
  border-radius: 6px;
  border: 1px solid #969696;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.form-tbl input[type=radio],
.form-tbl input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 0.3em;
}
.form-tbl .notebox {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0.5em;
}

@media screen and (max-width: 736px) {
  .form-tbl th,
  .form-tbl td {
    padding: 36px 0 28px 0;
  }
  .form-tbl > tbody > tr th,
  .form-tbl > tbody > tr td {
    display: block;
    width: 100%;
  }
  .form-tbl > tbody > tr > th {
    font-size: 16px;
    border-bottom: none;
    padding: 22px 0 12px;
  }
  .form-tbl > tbody > tr > td {
    padding: 0 0 8px;
  }
  .form-tbl input[type=file] {
    font-size: 15px;
    margin-top: 16px;
  }
  .form-tbl textarea {
    width: 100%;
  }
  .form-tbl .notebox {
    font-size: 14px;
  }
}
.form-tbl-inner {
  width: 100%;
}
.form-tbl-inner th,
.form-tbl-inner td {
  border-bottom: none;
}
.form-tbl-inner th {
  padding: 16px 0 14px;
}
.form-tbl-inner th p {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
  margin-bottom: 0;
}
.form-tbl-inner th p:before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0.15em;
  background-color: #4e4e4e;
  border-radius: 1px;
}
.form-tbl-inner td {
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
.form-tbl-inner tr:first-child th {
  padding-top: 0;
}
.form-tbl-inner tr:last-child td {
  border-bottom: none;
}
.form-tbl-inner .smaller {
  font-size: 0.85em;
}

@media screen and (max-width: 736px) {
  .form-tbl-inner th {
    padding: 16px 0 14px;
    font-weight: 500;
  }
  .form-tbl-inner th p {
    font-size: 16px;
  }
  .form-tbl-inner td {
    padding: 0 0 20px;
  }
  .form-tbl-inner tr:first-child th {
    padding-top: 0;
  }
  .form-tbl-inner tr:last-child td {
    border-bottom: none;
  }
  .form-tbl-inner .smaller {
    font-size: 0.85em;
  }
}
.address-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.address-item dt {
  width: 11em;
}
.address-item dd {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.address-item .note {
  font-size: 14px;
  margin-left: 16px;
}

@media screen and (max-width: 736px) {
  .address-item {
    display: block;
    margin-top: 16px;
  }
  .address-item dt,
  .address-item dd {
    width: 100%;
  }
  .address-item dd {
    display: block;
  }
  .address-item .note {
    font-size: 14px;
    margin: 0.5em 0 0;
  }
}
input[type=radio],
input[type=checkbox] {
  margin-right: 0.2em;
}

.input-ss {
  width: 80px;
}

.input-s {
  width: 160px;
}

.input-m {
  width: 400px;
}

.input-l {
  width: 550px;
}

@media screen and (max-width: 736px) {
  .input-ss {
    width: 8em;
  }
  .input-s {
    width: 10em;
  }
  .input-m,
  .input-l {
    width: 100%;
  }
}
.ico-must {
  content: "必須";
  border: 1px solid #c00;
  color: #c00;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1;
  position: relative;
  padding: 3px 5px;
  border-radius: 2px;
  top: -2px;
  margin-left: 8px;
}

.ico-must-s {
  position: relative;
  display: inline-block;
}
.ico-must-s:after {
  content: "※";
  display: block;
  color: #d93838;
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  font-size: 0.7em;
}

.input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input-name-item {
  margin-right: 22px;
}
.input-name-item span:not([class]) {
  display: inline-block;
  width: 2.4em;
}

@media screen and (max-width: 736px) {
  .input-name-item {
    margin: 0 0 16px;
  }
}
.form-privacy {
  text-align: center;
  margin: 32px 0;
}
.form-privacy p {
  margin-bottom: 0.5em;
}
.form-privacy .wpcf7-list-item {
  margin: 0 12px 0 0;
}

.wpcf7-list-item {
  margin: 0 22px 12px 0;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
  margin-top: 0.4em;
}

.btn-submit {
  display: block;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 24px 32px;
  border-radius: 999px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border: none;
  transition: background-color 0.3s;
  position: relative;
  cursor: pointer;
}
.btn-submit:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(../img/ico_chevron.svg) left top/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(38%) sepia(36%) saturate(737%) hue-rotate(90deg) brightness(97%) contrast(95%);
  transition: 0.3s;
}
@media (hover: hover) {
  .btn-submit:hover {
    background-color: #4a4a4a;
  }
  .btn-submit:hover:after {
    filter: invert(99%) sepia(100%) saturate(5%) hue-rotate(105deg) brightness(105%) contrast(100%);
  }
}
.btn-submit:disabled {
  opacity: 0.4;
  background-color: #2a2a2a;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 3px;
  text-align: center;
  padding: 1.3em;
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .btn-submit {
    font-size: 17px;
    padding: 18px 24px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
  }
}
/* =================================================================
		#完了画面
================================================================= */
.form-complete {
  max-width: 660px;
  text-align: center;
  margin: 0 auto;
  padding: 2vh 30px 0;
  font-size: 18px;
}
.form-complete .lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.form-complete .exp {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .form-complete {
    padding: 0 30px;
    font-size: 16px;
  }
  .form-complete .exp {
    text-align: left;
  }
}/*# sourceMappingURL=form.css.map */