.lot_number-main{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.lot_number-main .content-wrapper{
  width: 100%;
}
.section-title h2{
  position:relative;
  margin: 0;
  padding-left:20px;
  color:#000;
  font-size: 32px;
  font-weight: 400;
}

.section-title h2::before{
  content:"";
  position:absolute;
  left:0;
  top: 50%;
  width:6px;
  height:35px;
  background:var(--smp-green);
  border-radius:1px;
  transform: translateY(-50%);
}

.lot_number {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 45px;
}

.lot_number_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 45px 0px;
  border: 1px solid #129D69;
  background: #F9FFFD;
  border-radius: 20px;
  box-shadow: 2px 5px 18px -5px #d1d1d1;
}

.lot_number_search input#lot_number {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-right: 15px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid var(--smp-green);
  border-radius: 10px;
  outline: none;
  color: var(--text-black);
  font-size: 16px;
  line-height: 3.25;
}

input#lot_number::-webkit-search-cancel-button {
  display: none !important;
}

input#lot_number::-ms-clear {
  display: none !important;
}

input#lot_number::-ms-reveal {
  display: none !important;
}

.lot_number_search input#lot_number::placeholder {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}


.lot_number_search label {
  display: block;
  color: var(--text-black);
  font-size: 16px;
  font-weight:400;
  line-height: 24px;
}

.search-items {
  display: flex;
  align-items: center;
  gap: 15px;
  width: auto;
  padding-left: 34px;
  border-left: 1px solid var(--smp-gray);
}

.search-items a {
  position: relative;
  margin-top: 30px;
  min-width: 200px;
  padding: 0.6875em;
  background: var(--smp-green);
  border: 1px solid var(--smp-green);
  border-radius: 100vh;
  opacity: 1!important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .3s ease;
}

.search-items a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 17px; 
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%3E%3Cellipse%20cx='6.51483'%20cy='6.51484'%20rx='5.51483'%20ry='5.51484'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cline%20x1='13.7655'%20y1='15.1797'%20x2='10.4419'%20y2='11.8561'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.placeholder .label {
  padding-bottom: 10px;
  color: var(--text-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.placeholder {
  width: 330px;
}

.lot_number_section {
  padding: 45px 62px;
  background: #fff;
  border-radius:20px;
  box-shadow:2px 5px 18px -5px #D1D1D1;
}

.lot_number_section #error_message {
  width: 100%;
}

.lot_number_section #error_message p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight:400;
  line-height: normal;
  text-align: center;
  margin: 0;
  color: var(--text-black);
}

.lot_number_section #error_message p br {
  display: none;
}
.lot_number_section.hide_data {
  padding: 0;
}

.lot_number_section.hide_data.lot_number_content {
  display: none;
}

.lot_number_section.hide_table {
  display: none;
}

.lot_number_content .lot_number_headings {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--smp-gray);
  border-bottom: none;
  background: var(--bg-gray-extra-light);
}

.lot_number_table {
  border: 1px solid var(--smp-gray);
  border-bottom: none;
}

.lot_number_table_content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--smp-gray);
}

.lot_number_heading1,
.lot_number_table1 {
  width: 33.28%;
  padding: 18px;
  border-right: 1px solid var(--smp-gray);
}
.lot_number_heading2,
.lot_number_table2,
.lot_number_heading3,
.lot_number_table3{
  width: 22.21%;
  padding: 18px;
  border-right: 1px solid var(--smp-gray);
}

.lot_number_heading4,
.lot_number_table4 {
  width: 22.21%;
  padding: 18px;
}

.lot_number .lot_number_headings h6 {
  margin: 0;
  color: var(--text-black);
  font-size: 16px;
  line-height: normal;
  word-wrap: break-word;
}
.lot_number .lot_number_table_content h6 {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  color: var(--text-black);
  word-wrap: break-word;
}

.label_mobile {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--smp-gray);
  color: var(--text-black);
  font-size: 16px;
  font-weight:400;
  line-height: 1.5;
}

#lot_number::placeholder {
  color: #8B939B;
}

@media (max-width: 1024px) {
  .lot_number .lot_number_section { 
    padding: 30px;
  }
}

@media (min-width: 769px) {
  .search-items a:hover  {
    color: var(--smp-green);
    background: none;
    opacity: 0.7;
  }
  .search-items a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%3E%3Cellipse%20cx='6.51483'%20cy='6.51484'%20rx='5.51483'%20ry='5.51484'%20stroke='%23007A4C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cline%20x1='13.7655'%20y1='15.1797'%20x2='10.4419'%20y2='11.8561'%20stroke='%23007A4C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: var(--vw-20, 20px);
  }
  .section-title h2::before {
    height: 100%;
  }
  .lot_number {
    gap: 30px;
  }
  .search-label {
    display: none;
  }
  .lot_number_search {
    padding: 20px;
  }
  .lot_number_search input#lot_number {
    margin: 0;
    max-width: 100%;
    border: none;
    background: var(--bg-gray-extra-light);
    font-size: var(--vw-16, 16px);
  }
  .lot_number_search input#lot_number:focus {
    border: 1px solid #129D69; 
    outline: none; 
  }
  .lot_number_search input#lot_number:focus::placeholder {
    color: var(--bg-gray-extra-light);
  }
  .lot_number_search input#lot_number::placeholder {
    text-align: center;
  }
  .lot_number_section { 
    padding: 20px;
  }
  .lot_number_section #error_message p br {
    display: flex;
  }
  .lot_number .lot_number_headings h6 {
    font-size: var(--vw--14, 14px);
  }
  .lot_number_headings,
  .lot_number_table{ 
    width:100%;
  }
  .search-items {
    flex-direction: column;
    border: 0;
    padding: 0;
    width: 100%;
  }

  .placeholder {
    width: 100% !important;
  }

  .search-items .placeholder .label {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--smp-gray);
  }

  .search-items a {
    margin-top: 5px;
    min-width: 100%;
    font-size: var(--vw-16, 16px);
  }
  .lot_number_heading1,
  .lot_number_table1,
  .lot_number_heading2,
  .lot_number_table2,
  .lot_number_heading3,
  .lot_number_table3,
  .lot_number_heading4,
  .lot_number_table4{
    padding: 10px;
  }
  .label_mobile{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: var(--vw-16, 16px);
  }
  .placeholder .label{
    display: none;
  }

  .lot_number_heading1, .lot_number_table1, .lot_number_heading2, .lot_number_table2, .lot_number_heading3, .lot_number_table3, .lot_number_heading4, .lot_number_table4 {
    align-items: center;
    display: flex;
  }

  .for_mobile_only {
    background: unset !important; */
    border-radius: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
  }
}
