body {
    margin: 0;
}
header#header-form-new {
    height: 80px;
    background-color: #3E4D5D;
}
.footer {
   height: 80px;
   background-color: #3E4D5D;
}
.container {
    padding: 10px 0 30px;
    background-color: #F6F6F6;
}
form#companyForm {
    background-color: #fff;
    padding: 20px;
}
.form-content {
  max-width: 1200px;
  margin: auto;
  font-family: sans-serif;
}
.form-title h3 {
    text-align: center;
}
.custom-form {
  max-width: 1200px;
  margin: auto;
  font-family: sans-serif;
}

.grid-2, .grid-3 {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.grid-2 { grid-template-columns: 1fr 1fr; }
.spec-grid { 
  display: grid;
  gap: 10px;
}

/*.grid-3.tenpo-grid-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}*/

input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

h2 {
  margin-top: 30px;
}

.shop-block {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 10px;
  background-color: #fcfcfc;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.spec-grid-ll label {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
form#companyForm h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
}
span.red-block {
    color: red;
}

/* Thanks Page */

.thanks-wrapper {
    min-height: 85vh;
    background: #f7f7f7;
}

.thanks-box {
    padding: 40px 0px;
    border-radius: 10px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.thanks-box h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #333;
}

.thanks-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-home {
    display: inline-block;
    padding: 12px 30px;
    background: #fa7512; 
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-home:hover {
    background: #942502;
}

.bn-content-top {
    margin: 14px 0;
}
.bn-content-top button {
    width: 100%;
    margin: 10px 0;
    border: none;
    padding: 8px 0;
    font-weight: 600;
    transition: 0.5s;
}
.bn-content-top button:hover {
    background-color: #ea5413;
    color: #fff;
}
.button-all {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}
.bn-content-down button {
    background-color: #333333;
    color: #fff;
    border: none;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: 0.5s;
}
.bn-content-down button:hover {
    background-color: #ea5413;
    color: #fff;
}
.bn-content-down {
    text-align: center;
}
.button-submit-all button {
    background-color: #ea5413;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 5px;
    transition: 0.5s;
}
.button-submit-all button:hover {
    background-color: #c73507;
}
.button-submit-all {
    text-align: center;
}
input#logo {
    padding: 7px;
}
.hojin-company-info {
  padding-bottom: 20px;
}
.info-section-two {
  padding-bottom: 20px;
}
.info-section-three {
  padding-bottom: 20px;
}
.tempo-section {
  padding-bottom: 20px;
}

/* responvive */
@media (min-width: 768px) {
  .spec-grid {
    grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
  }
  .grid-3.tenpo-grid-three {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sp-ct {
    display: none;
  }
  .grid-3.tenpo-grid-one {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3.tenpo-grid-two {
    grid-template-columns: 1fr 1fr;
  }
  .csv-upload.form-group span {
      font-size: 12px;
      padding-bottom: 5px;
      color: red;
  }
  .thanks-ct-dw {
    padding: 40px 0;
  }
  .button-submit-all button {
    width: 250px;
  }
}

@media (max-width: 768px) and (min-width: 468px) {
  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3.tenpo-grid-three {
    grid-template-columns: 1fr 1fr;
  }
  .sp-ct {
    display: block;
  }
  .grid-3.tenpo-grid-two {
    grid-template-columns: 1fr 1fr;
  }
  .csv-upload.form-group span {
      font-size: 12px;
      padding-bottom: 5px;
      color: red;
  }
  .form-title p {
      font-size: 12px;
  }
  .form-title {
      padding: 0 20px;
  }
  .thanks-ct-dw {
    padding: 40px 0;
  }
  .button-submit-all button {
    width: 250px;
  }
}

@media (max-width: 468px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3.tenpo-grid-one {
    grid-template-columns: 1fr;
  }
  .grid-3.tenpo-grid-two {
    grid-template-columns: 1fr;
  }
  .csv-upload.form-group span {
      font-size: 9px;
      padding-bottom: 5px;
      color: red;
  }
  .csv-upload.form-group p {
    font-size: 12px;
  }
  .soluong {
    font-size: 12px;
  }
  .form-title p {
      font-size: 12px;
  }
  .form-title {
      padding: 0 20px;
  }
  .thanks-box {
    margin: 0 20px;
  }
  .thanks-ct-dw {
    padding: 20px;
  }
  .button-submit-all button {
    width: 100%;
  }
}

.shop-hidden {
    display: none;
}
.soluong {
    display: none;
}
.error-input p {
    font-size: 10px;
    color: red;
    margin: 0;
    padding: 0;
}

.error-input {
    display: none;
    color: #d8000c;
    margin-bottom: 20px;
}

.input-error {
    border: 2px solid red !important;
}

.thanks-ct-dw h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.thanks-ct-dw {
    background-color: #fff;
}
.thanks-ct-dw a {
    margin-top: 30px;
}
.thanks-ct-dw h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.thanks-ct-dw p {
    margin: 0;
    font-size: 11px;
}