

.text {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-family: "SF_Pro_Text_Regular", sans-serif;
}

.form-textbox-input {
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.23536;
  letter-spacing: -.022em;
  font-family: "SF_Pro_Text_Regular", sans-serif;
  width: 100%;
  height: 3rem;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  padding: 0 .94118rem;
}

.form-dropdown {
  position: relative;
}

.dropdown-fader:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px; /* Adjust to control arrow position */
  width: 16px; /* Adjust arrow size */
  height: 3rem; /* Adjust arrow size */
  background: url('../icon/arrow-collapse.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the arrow doesn't interfere with select element */
}


.form-dropdown-select {
  color: gray;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button-blue {
  cursor: pointer;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -.022em;
  font-family: "SF_Pro_Text_Regular", sans-serif;
  border-style: solid;
  border-width: 1px;
  min-width: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 980px;
  background: #0071e3;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button-blue:hover {
  opacity: 0.6;
}

.contact-wr {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  color: #1d1d1f;
  background-color: #fff;
}

.sec-wr {
  margin-bottom: 32px;
}

.sec-title {
  font-family: "SF_Pro_Display_Bold", sans-serif;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: .004em;
  text-align: left;
  margin-bottom: 16px;
}

.sec-desc {
  width: 85%;
  color: #86868b;
  font-family: "SF_Pro_Display_Semibold", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: .011rem;
  text-align: left;
}

.contact-form-wr {
  width: 85%;
}

.contact-form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-form-sp {
  width: 36px;
}

.contact-form-text {
  /* width: 48%; */
  width: 100%;
}

.contact-form-textarea {
  height: 200px !important;
  margin-top: 24px !important;
  padding-top: 16px !important;
  margin-bottom: 16px;
}

.notice-wr {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  background-color: #06c;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.notice-err {
  background-color: #ff5a00;
}



/* Tablet, <900px */
@media only screen and (max-width: 900px) {
}  

/* Mobile, <540px */
@media only screen and (max-width: 540px) {
  .contact-wr {
    width: 100%;
  }


  .sec-title, .sec-desc, .contact-form-wr {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }  

  .sec-wr {
    margin-bottom: 0;
  }


  .contact-form-row {
    flex-direction: column;
    /* width: 100%;
    display: flex;
    justify-content: space-between; */
  }

  .contact-form-text {
    margin-top: 16px;
    
  }

  .notice-wr {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content {
    font-size: 28px;
    font-family: "SF_Pro_Display_Bold", sans-serif;
  }
  
  .line2 {
    margin-bottom: 30vh;
  }  

}  