@charset "UTF-8";
.p-henshel {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-henshel {
    padding-top: 18vw;
  }
}
.p-henshel::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-henshel::before {
    width: 100vw;
    height: 500px;
    margin-inline: calc(50% - 50vw);
    background-image: url("../img/henshel/henshel_bg_pc.png");
    background-size: 3000px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-henshel::before {
    width: 100vw;
    height: 66.6666666667vw;
    margin-inline: calc(50% - 50vw);
    background-image: url("../img/henshel/henshel_bg_sp.png");
    background-size: 100% auto;
  }
}

.henshel_header_area {
  display: grid;
}
@media screen and (min-width: 768px) {
  .henshel_header_area {
    grid-template-columns: auto 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_header_area {
    row-gap: 8.6666666667vw;
  }
}

.henshel_header {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .henshel_header {
    line-height: 1.25em;
    font-size: 44px;
  }
  .henshel_header > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_header > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .henshel_header > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_header {
    line-height: 1.488em;
    font-size: 20.5px;
    text-align: center;
  }
  .henshel_header > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_header > *:not(div):first-child {
    margin-top: -0.243em;
  }
  .henshel_header > *:not(div):last-child {
    margin-bottom: -0.243em;
  }
}

@media screen and (max-width: 767px) {
  .henshel_header_icon {
    width: 17.8666666667vw;
    margin-inline: auto;
  }
}

.henshel_header_icon figcaption {
  font-weight: 700;
  color: #5a519a;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .henshel_header_icon figcaption {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_header_icon figcaption {
    font-size: 3.4666666667vw;
  }
}

.henshel_lead {
  color: #5a519a;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .henshel_lead {
    margin-top: 50px;
    line-height: 1.067em;
    font-size: 30px;
  }
  .henshel_lead > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_lead > *:not(div):first-child {
    margin-top: -0.033em;
  }
  .henshel_lead > *:not(div):last-child {
    margin-bottom: -0.033em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_lead {
    margin-top: 4vw;
    line-height: 1.474em;
    font-size: 19px;
  }
  .henshel_lead > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_lead > *:not(div):first-child {
    margin-top: -0.236em;
  }
  .henshel_lead > *:not(div):last-child {
    margin-bottom: -0.236em;
  }
}

.henshel_txt {
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .henshel_txt {
    margin-top: 30px;
    line-height: 1.786em;
    font-size: 14px;
  }
  .henshel_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_txt > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .henshel_txt > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_txt {
    margin-top: 5.3333333333vw;
    line-height: 1.924em;
    font-size: 13px;
  }
  .henshel_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_txt > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .henshel_txt > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
}

.henshel_dl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .henshel_dl_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_dl_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.9333333333vw;
    margin-top: 5.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .henshel_dl_img {
    width: 528px;
  }
}

.henshel_dl_btn {
  background-color: #e6f0fa;
}
@media screen and (min-width: 768px) {
  .henshel_dl_btn {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_dl_btn {
    border-radius: 2vw;
  }
}
.henshel_dl_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .henshel_dl_btn a {
    padding: 27px 35px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_dl_btn a {
    padding: 5.0666666667vw 7.4666666667vw;
  }
}
.henshel_dl_btn img {
  vertical-align: middle;
}

.icon_dl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .icon_dl {
    width: 40px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .icon_dl {
    width: 9.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}

.henshel_dl_btn_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .henshel_dl_btn_txt {
    margin-right: 5px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_dl_btn_txt {
    margin-right: 1.3333333333vw;
    font-size: 5.0666666667vw;
  }
}

.henshel_dl_btn_capacity {
  color: #0060b5;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .henshel_dl_btn_capacity {
    margin-right: 8px;
    padding-top: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_dl_btn_capacity {
    margin-right: 2vw;
    padding-top: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}

.icon_pdf {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .icon_pdf {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .icon_pdf {
    width: 4.4vw;
  }
}

.henshel_contents {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 768px) {
  .henshel_contents {
    margin-top: 40px;
    height: 605px;
    padding-top: 180px;
    padding-left: 622px;
    background-image: url("../img/henshel/henshel_cont_bg_pc.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .henshel_contents {
    width: 94.6666666667vw;
    margin-top: 21.3333333333vw;
    margin-right: -5.3333333333vw;
    height: 151.4666666667vw;
    padding-top: 9.3333333333vw;
    background-image: url("../img/henshel/henshel_cont_bg_sp.png");
    background-size: 100% auto;
  }
}
.henshel_contents::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("../img/henshel/henshel_cont_elem.png") no-repeat 0 0;
  background-size: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .henshel_contents::before {
    width: 508px;
    top: -130px;
    left: -90px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_contents::before {
    width: 67.7333333333vw;
    top: -12vw;
    left: -20.6666666667vw;
  }
}

.henshel_cont_head {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .henshel_cont_head {
    line-height: 1.63em;
    font-size: 27px;
  }
  .henshel_cont_head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_head > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .henshel_cont_head > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_cont_head {
    padding-left: 11.2vw;
    line-height: 1.524em;
    font-size: 21px;
  }
  .henshel_cont_head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_head > *:not(div):first-child {
    margin-top: -0.261em;
  }
  .henshel_cont_head > *:not(div):last-child {
    margin-bottom: -0.261em;
  }
}

.henshel_cont_txt {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .henshel_cont_txt {
    margin-top: 30px;
    line-height: 1.786em;
    font-size: 14px;
  }
  .henshel_cont_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_txt > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .henshel_cont_txt > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_cont_txt {
    margin-top: 6vw;
    padding-left: 11.2vw;
    line-height: 1.77em;
    font-size: 13px;
  }
  .henshel_cont_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_txt > *:not(div):first-child {
    margin-top: -0.384em;
  }
  .henshel_cont_txt > *:not(div):last-child {
    margin-bottom: -0.384em;
  }
}

@media screen and (min-width: 768px) {
  .henshel_cont_img {
    position: absolute;
    top: 10px;
    left: -40px;
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .henshel_cont_img {
    width: 89.3333333333vw;
  }
}

.henshel_cont_source {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .henshel_cont_source {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1em;
    font-size: 12px;
  }
  .henshel_cont_source > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_source > *:not(div):first-child {
    margin-top: 0em;
  }
  .henshel_cont_source > *:not(div):last-child {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .henshel_cont_source {
    padding-top: 0.8vw;
    padding-right: 5.3333333333vw;
    line-height: 1em;
    font-size: 10.5px;
    text-align: right;
  }
  .henshel_cont_source > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .henshel_cont_source > *:not(div):first-child {
    margin-top: 0em;
  }
  .henshel_cont_source > *:not(div):last-child {
    margin-bottom: 0em;
  }
}

.hn_def01 {
  padding-top: 77px;
  padding-bottom: 99px;
}
@media screen and (max-width: 767px) {
  .hn_def01 {
    padding-top: 72px;
    padding-bottom: 49.5px;
    line-height: 1.342em;
    font-size: 20.5px;
    text-align: justify;
  }
  .hn_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .hn_def01 > *:not(div):first-child {
    margin-top: -0.17em;
  }
  .hn_def01 > *:not(div):last-child {
    margin-bottom: -0.17em;
  }
}

@media screen and (max-width: 767px) {
  .hn_line01 {
    padding-top: 20px;
    line-height: 1.3em;
    font-size: 20px;
  }
  .hn_line01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .hn_line01 > *:not(div):first-child {
    margin-top: -0.15em;
  }
  .hn_line01 > *:not(div):last-child {
    margin-bottom: -0.15em;
  }
}

.form-text {
  padding-top: 49px;
  line-height: 1.786em;
  font-size: 14px;
}
.form-text > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.form-text > *:not(div):first-child {
  margin-top: -0.392em;
}
.form-text > *:not(div):last-child {
  margin-bottom: -0.392em;
}
@media screen and (max-width: 767px) {
  .form-text {
    line-height: 1.924em;
    font-size: 13px;
    text-align: justify;
    padding-top: 39px;
  }
  .form-text > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .form-text > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .form-text > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
}
.form-text .red {
  color: #e61e1e;
}
.form-text a {
  color: #0060b5;
}
.form-text .form-ttl {
  line-height: 1.389em;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-text .form-ttl > *:not(div) {
  line-height: inherit !important;
  font: inherit !important;
}
.form-text .form-ttl > *:not(div):first-child {
  margin-top: -0.194em;
}
.form-text .form-ttl > *:not(div):last-child {
  margin-bottom: -0.194em;
}
@media screen and (max-width: 767px) {
  .form-text .form-ttl {
    padding-top: 10px;
    line-height: 1.267em;
    font-size: 15px;
  }
  .form-text .form-ttl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .form-text .form-ttl > *:not(div):first-child {
    margin-top: -0.133em;
  }
  .form-text .form-ttl > *:not(div):last-child {
    margin-bottom: -0.133em;
  }
}

.form-check {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .form-check {
    padding-top: 20px;
    text-align: center;
  }
}
.form-check .wpcf7-list-item-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form-check .wpcf7-list-item-label {
    font-size: 13px;
    padding: 5px 24px;
  }
}
.form-check .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #0060b5;
  content: "";
  display: block;
  height: 18px;
  left: -1px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.form-check .wpcf7-list-item-label::after {
  border-right: 1px solid #0060b5;
  border-bottom: 1px solid #0060b5;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-check input[type=checkbox] {
  display: none;
}

.form-submit {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .form-submit {
    padding-top: 43px;
    padding-right: 12px;
  }
}
.form-submit .col03 {
  margin: 0 411px;
}
@media screen and (max-width: 767px) {
  .form-submit .col03 {
    margin: auto;
    width: 17em;
    height: 4em;
  }
}
.form-submit .submit-button {
  background: no-repeat;
  border: none;
  color: #0060b5;
  font-size: 13px;
}
.form-submit .btn_line01 {
  width: 15.447em;
}
.form-submit .btn_line01:hover {
  background: #fff;
}

.form {
  padding-top: 20px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01 .email-box {
    height: auto;
  }
}
.form .tbl_def01 .email-box .clm02 {
  padding-top: 31px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01 .email-box .clm02 {
    padding-top: 19px;
  }
}
.form .tbl_def01_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body {
    padding-top: 8px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .tbl_def01_body .clm01 {
  width: 23%;
  min-height: 90px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm01 {
    font-size: 12px;
    width: 100%;
    min-height: 40px;
    padding: 0 0;
  }
}
.form .tbl_def01_body .clm01 p {
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm01 p {
    padding-left: 1.2em;
  }
}
.form .tbl_def01_body .clm01 sup {
  font-size: 1px;
}
.form .tbl_def01_body .clm01 .email {
  padding-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm01 .email {
    padding-bottom: 0px;
  }
}
.form .tbl_def01_body .clm02 {
  width: 77%;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 {
    width: 90%;
    margin: 0 auto;
    border: none;
  }
}
.form .tbl_def01_body .clm02 .form-item-input {
  border: 1px solid #e1e1e1;
  height: 40px;
  margin-left: -16em;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 45%;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .form-item-input {
    width: 100%;
    margin-left: 0;
    height: 35px;
  }
}
.form .tbl_def01_body .clm02 .form-item-input::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}
.form .tbl_def01_body .clm02 .form-item-input::-moz-placeholder {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}
.form .tbl_def01_body .clm02 .form-item-input:-ms-input-placeholder {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}
.form .tbl_def01_body .clm02 .form-item-input::-ms-input-placeholder {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}
.form .tbl_def01_body .clm02 .form-item-input::placeholder {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .form-item-input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .form .tbl_def01_body .clm02 .form-item-input::-moz-placeholder {
    font-size: 11px;
  }
  .form .tbl_def01_body .clm02 .form-item-input:-ms-input-placeholder {
    font-size: 11px;
  }
  .form .tbl_def01_body .clm02 .form-item-input::-ms-input-placeholder {
    font-size: 11px;
  }
  .form .tbl_def01_body .clm02 .form-item-input::placeholder {
    font-size: 11px;
  }
}
.form .tbl_def01_body .clm02 p {
  padding-top: 14px;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 p {
    padding-top: 10px;
    padding-left: 0;
  }
}
.form .tbl_def01_body .clm02 .wpcf7-not-valid-tip {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box1 {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .tbl_def01_body .clm02 .input-box1 p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box1 p {
    margin-bottom: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box1 > span {
  margin-left: -22em;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box1 > span {
    margin-left: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box1 .form-item-input {
  width: 100%;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box1 .form-item-input {
    margin-left: 0;
    min-height: 35px;
  }
}
.form .tbl_def01_body .clm02 .input-box2 {
  padding-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box2 {
    font-size: 12px;
  }
}
.form .tbl_def01_body .clm02 .input-box2 p {
  padding-top: 7px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box2 p {
    padding-top: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box3 {
    padding-top: 20px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .tbl_def01_body .clm02 .input-box3 p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box3 p {
    margin-bottom: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box3 .form-item-input {
  margin-left: 1em;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box3 .form-item-input {
    margin-left: 0;
    width: 100%;
    min-height: 35px;
  }
}
.form .tbl_def01_body .clm02 .input-box4 {
  padding-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box4 {
    margin-left: 0;
    font-size: 12px;
  }
}
.form .tbl_def01_body .clm02 .input-box4 p {
  padding-top: 7px;
  margin-bottom: 3px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box4 p {
    margin-left: 0;
  }
}
.form .tbl_def01_body .clm02 .input-box4 .form-item-input {
  margin-left: -0.5em;
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .input-box4 .form-item-input {
    margin-left: 0;
    width: 100%;
  }
}
.form .tbl_def01_body .clm02 .input-box4 .wpcf7-not-valid-tip {
  margin-left: 0;
  font-size: 12px;
}
.form .tbl_def01_body .clm02 .form-item-input_tell {
  border: 1px solid #e1e1e1;
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 99px;
  width: 100%;
  height: 40px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .form-item-input_tell {
    margin-left: 0;
    max-width: 28%;
  }
}
.form .tbl_def01_body .clm02 .hihn {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .form .tbl_def01_body .clm02 .hihn {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.form .red {
  color: #e61e1e;
  display: inline-block;
  font-size: 9px;
  vertical-align: super;
}
.form .form-tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .form .form-tel {
    margin-left: 0;
  }
}
.form .form-tel-text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .form .form-tel-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .tbl_def01.col01 .tbl_def01_title + .tbl_def01_detail {
    border-left-color: transparent;
    border: none;
  }
}

.tbl_def01_body > * {
  padding: 25px 20px 25px;
}
@media screen and (max-width: 767px) {
  .tbl_def01_body > * {
    padding: 3px 0px 8px 0px;
  }
}

@media screen and (max-width: 767px) {
  .form .tbl_def01 .email-box .clm02 {
    padding-top: 0px;
  }
}

div.flex {
  margin-left: -19em;
}
@media screen and (max-width: 767px) {
  div.flex {
    margin-left: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fntGothic {
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.fntMincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}