@charset "UTF-8";

.contact__form-section{
  max-width: 768px;
  padding-inline: 24px;
  margin: 0 auto;
}

.contact__form-text{
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05rem;
  color: #2a2a2a;
  margin-bottom: 48px;
}

.form__label{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: normal;
  color: #2a2a2a;
}

.form__radio-box{
  margin-bottom: 40px
}

.form__radio-box>div{
  margin-top: 8px;
}

.form__radio-label{
  display: block;
  margin-bottom: 8px;
  margin-left: 9px;
}

.form__radio{
  position: relative;
  left: -8px;
}

.form__input{
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-left: 8px;
  padding-bottom: 3.5px;
  margin-top: 8px;
  line-height: normal;
}

.form__textarea{
  width: 100%;
  height: 226px;
  border: 1px solid #ccc;
  margin-top: 8px;
  padding: 8px;
  resize: vertical;
  margin-bottom: 40px;
}

.form__privacy{
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05rem;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 48px;
}

.form__privacy a{
  border-bottom: 1px solid #2a2a2a;
}

.form__submit-box input[type="submit"]{
  display: block;
  margin: 0 auto 120px;
  background-color: #e60012;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: calc((400 /768 ) * 100%);
  height: 80px;
  line-height: 80px;
}



@media screen and (max-width: 767px) {


}