/* ===============================================================================
Kigyo-form
=============================================================================== */
/* kigyo-form-secs */
.kigyo-form-secs {
  padding: 52px 0 100px;
}

@media screen and (max-width: 768px) {
  .kigyo-form-secs {
    padding: 10px 0 48px;
  }
}
.kigyo-form-sec-1 {
  padding: 50px 50px 75px;
}

.kigyo-form-sec-1 .blks-1 {
  display: table;
  margin: 0 auto 30px;
}

.kigyo-form-sec-1 .blks-1 .txt {
  color: #e60012;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .kigyo-form-sec-1 {
    padding: 32px 16px 48px;
  }

  .kigyo-form-sec-1 .blks-1 {
    margin: 0 auto 24px;
  }

  .kigyo-form-sec-1 .blks-1 .txt {
    text-align: center;
  }
}
.kigyo-form-sec-1 .blks-2 {
  margin-bottom: 80px;
}

.kigyo-form-sec-1 .blks-2 .txt {
  text-align: center;
  margin-bottom: 50px;
}

.kigyo-form-sec-1 .blks-2 .btn {
  margin: 0 auto;
  max-width: 572px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kigyo-form-sec-1 .blks-2 {
    margin-bottom: 50px;
  }

  .kigyo-form-sec-1 .blks-2 .txt {
    margin-bottom: 30px;
    text-align:left;
  }
}
.kigyo-form-sec-1 .blks-3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .kigyo-form-sec-1 .blks-3 {
    margin-bottom: 30px;
  }
}
.kigyo-form-sec-1 .blks-4 .form-blks {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kigyo-form-sec-1 .blks-4 .blks-4__inner .form-blks:not(:last-child) {
  border-bottom: 2px solid #bdbbaf;
}

.kigyo-form-sec-1 .blks-4 .form-blks .title {
  position: relative;
  top: 10px;
}

.kigyo-form-sec-1 .blks-4 .form-blks .title p {
  font-weight: 700;
  line-height: 1.2;
}

.kigyo-form-sec-1 .blks-4 .form-blks .title .hissu,
.kigyo-form-sec-1 .blks-6 .hissu {
  background: #a40000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  padding: 1px 8px;
}

.kigyo-form-sec-1 .blks-4 .form-blks .input {
  width: 790px;
}

.kigyo-form-sec-1 .blks-4 .form-blks .radio-flex,
.kigyo-form-sec-1 .blks-4 .form-blks .select-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kigyo-form-sec-1 .blks-4 .form-blks .radio-flex > p:not(:last-child),
.kigyo-form-sec-1 .blks-4 .form-blks .select-flex > p:not(:last-child) {
  margin-right: 25px;
}

.kigyo-form-sec-1 .blks-4 .form-blks .wide-p {
  width: 100%;
}

.kigyo-form-sec-1 .blks-4 .form-blks .select-flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kigyo-form-sec-1 .blks-4 .form-blks input[type=text] {
  border-radius: 3px;
  border: 1px solid #bdbbaf;
  height: 40px;
  width: 100%;
}

.kigyo-form-sec-1 .blks-4 .form-blks input[type=text].mini {
  width: 210px;
}

.kigyo-form-sec-1 .blks-4 .form-blks textarea {
  border-radius: 3px;
  border: 1px solid #bdbbaf;
  height: 205px;
  width: 100%;
}

.cp_ipselect {
  overflow: hidden;
  position: relative;
  border: 2px solid #bdbbaf;
  background: #ffffff;
  text-align: center;
  display: block;
  height: 40px;
  z-index: 2;
  margin-right: 5px;
  border-radius: 3px;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect::before {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  pointer-events: none;
  z-index: 2;
}

.cp_ipselect::after {
  content: "";
  background: #bdbbaf;
  height: 40px;
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: black;
}

.cp_ipselect.cp_sl01 {
  width: 150px;
}

.cp_ipselect.cp_sl02 {
  width: 110px;
}

.cp_ipselect.cp_sl03 {
  width: 250px;
}

.cp_ipselect.cp_sl04 {
  width: 580px;
}

.kigyo-form-sec-1 .blks-4 label {
  font-size: 1rem;
  font-weight: 700;
}

.kigyo-form-sec-1 .blks-4 .form-blks .input h6 {
  font-size: 1rem;
  font-weight: 700;
}

.kigyo-form-sec-1 .blks-4 .form-blks .input .txt-btm {
  margin-bottom: 15px;
}

.kigyo-form-sec-1 .blks-4-sec,
.kigyo-form-sec-1 .blks-5 {
  margin-bottom: 50px;
}

.kigyo-form-sec-1 .blks-5 .heading,
.kigyo-form-sec-1 .blks-7 .heading {
  margin-bottom: 30px;
}

.kigyo-form-sec-1 .blks-5 .privacy-box {
  background: #ffffff;
  border: 1px solid #bdbbaf;
  border-radius: 16px;
  box-sizing: border-box;
  height: 292px;
  overflow: auto;
  padding: 25px 40px;
  width: 100%;
}

.kigyo-form-sec-1 .blks-6 .txt1 {
  padding-left: 45px;
}

.kigyo-form-sec-1 .blks-6 .txt2 {
  padding-left: 70px;
}

.kigyo-form-sec-1 .blks-6 .btn {
  margin: 50px auto 0;
  width: 252px;
}

.kigyo-form-sec-1 .blks-7 {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  margin: 50px -50px -75px;
  padding: 30px 50px 75px;
}

.kigyo-form-sec-1 .blks-7 .blks-7-main {
  display: table;
  margin: 0 auto;
}

.kigyo-form-sec-1 .blks-7 .blks-7-main h3 {
  font-weight: 700;
}

.kigyo-form-sec-1 .blks-7 .blks-7-main .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.kigyo-form-sec-1 .blks-7 .blks-7-main .cont span {
  font-size: 1.055rem;
  margin-right: 5px;
}

.kigyo-form-sec-1 .blks-7 .blks-7-main .cont a {
  font-size: 2rem;
  font-weight: 700;
}
.kigyo-form-sec-1 .blks-7 .blks-7-main .cont a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .kigyo-form-sec-1 .blks-4 .form-blks {
    padding: 20px 10px;
  }

  .kigyo-form-sec-1 .blks-4 .form-blks .title {
    top: 0;
    margin-bottom: 10px;
  }

  .kigyo-form-sec-1 .blks-4 .form-blks .input {
    width: 100%;
  }

  .kigyo-form-sec-1 .blks-4 .form-blks input[type=text],
.kigyo-form-sec-1 .blks-4 .form-blks textarea {
    box-sizing: border-box;
  }

  .kigyo-form-sec-1 .blks-4 .form-blks .radio-flex > p:not(:last-child),
.kigyo-form-sec-1 .blks-4 .form-blks .select-flex > p:not(:last-child) {
    margin-right: 10px;
  }

  .cp_ipselect.cp_sl01 {
    width: 100px;
  }

  .cp_ipselect.cp_sl02 {
    width: 70px;
  }

  .cp_ipselect.cp_sl04 {
    width: 250px;
  }

  .kigyo-form-sec-1 .blks-4 .form-blks .input h6 {
    font-size: 0.83rem;
  }

  .kigyo-form-sec-1 .blks-5 .privacy-box {
    padding: 10px 15px;
  }

  .kigyo-form-sec-1 .blks-6 .txt1,
.kigyo-form-sec-1 .blks-6 .txt2 {
    padding-left: 0;
  }

  .kigyo-form-sec-1 .blks-7 {
    border-radius: 0;
    margin: 30px -16px -48px;
    padding: 30px 16px 40px;
  }

  .kigyo-form-sec-1 .blks-7 .blks-7-main .cont a {
    margin-top: 10px;
    font-size: 0.9375rem;
  }
  .kigyo-form-sec-1 .blks-7 .blks-7-main .cont a span {
    font-size: 0.75rem;
    margin-right: 3px;
  }
}