@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

.form {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 85.7%;
}
.form textarea {
  width: 100%;
  resize: vertical;
}
.form .required {
  padding: 1px 2px;
  margin-right: 5px;
  font-size: 85%;
  font-weight: bold;
  color: #FFF;
  background: #FF0000;
  border-radius: 5px;
}
.form .memo {
  font-size: 0.7rem;
  font-weight: normal;
}
.form .row {
  background-color: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .form .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.form .row + .row {
  border-top: none;
}
.form .row .row__head {
  background-color: #e6fcec;
  padding: 10px 15px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .form .row .row__head {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .form .row .row__head {
    border-bottom: 1px solid #ccc;
  }
}
.form .row .row__body {
  padding: 10px 15px;
}
@media screen and (min-width: 769px) {
  .form .row--header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .form .row--header > .row__head {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}
@media screen and (min-width: 769px) {
  .form .row--hidelabel {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form .row--border-b-none {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .form > .row .row__body {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 769px) {
  .form .group {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.form .group .row {
  border-left: none;
  border-right: none;
}
.form .group .row:first-child {
  border-top: none;
}
.form .group .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .form .group .row__head {
    background-color: #f8fffa;
    border-bottom: unset;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .form .group--sibling .row__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form .group--row .row__title {
  color: #009260;
  font-size: 90%;
}
@media screen and (min-width: 769px) {
  .form .group--blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (min-width: 769px) {
  .form .group--blocks > .row {
    border-bottom: none;
    width: 100%;
  }
}
.form .group--blocks > .row + .row {
  border-left: 1px solid #ccc;
}
.form .submitRow {
  padding-block: 40px;
}
.form .submit_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form .submit_button input[type=submit] {
  height: 50px;
}
@media screen and (min-width: 769px) {
  .form .submit_button input[type=submit] {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .form .submit_button input[type=submit] {
    width: 130px;
  }
}
.form .submit_button--closed {
  pointer-events: none;
}
.form .submit_button--closed input[type=submit] {
  border-color: #666;
  background-color: #666;
}

.form-button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 15px 6px;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 1px #CCC;
          box-shadow: 1px 1px 1px #CCC;
  cursor: pointer;
  text-align: center;
}
.form-button.back {
  color: #000;
  background: #FFF;
  border: 1px solid #26307b;
}
.form-button.back:hover {
  color: #FFF;
  background: #666;
  border: 1px solid #26307b;
}
.form-button.submit {
  color: #FFF;
  border: 1px solid #009260;
  background: url(/wp-content/themes/biz-vektor-child/newskin/images/arrow_wh_s.png) right bottom no-repeat #009260;
}
.form-button.submit:hover {
  color: #009260;
  background: url(/wp-content/themes/biz-vektor-child/newskin/images/arrow_bk_s.png) right bottom no-repeat #fff;
}

.split {
  height: 40px;
}

.hide {
  display: none;
}

.row__body .border {
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  margin-inline: -15px;
  background-color: #ccc;
  margin-block: 10px;
}

.reset {
  all: revert;
}

.note  {
  background-color: #e6fcec !important;
}