.mobile {
  display: none !important;
}
.kv {
  max-height: 1020px;
  height: 33vw;
}
* {
  font-size: 20px;
}
#header {
  height: 90px;
}
.color_border {
  height: 20px;
}
.footer_border {
  height: 195px;
}
#vdo {
  margin: 20px auto;
  width: 900px;
  height: 506px;
}
#header .btn_fb {
  background-image: url(images/btn_fb.png);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 20px;
}
#main_form {
  width: 730px;
  margin: 50px auto;
}
#form_content {
  margin: 20px auto;
  max-width: 950px;
  padding: 10px;
  width: 100%;
  position: relative;
}
#form_content .title {
  font-size: 32px;
  text-align: left;
}
#form_content .title > * {
  font-size: 32px;
}
#form_content .mid_title {
  text-align: center;
}
#form_content .sub {
  font-size: 23px;
}
#form_content .p_birthday {
  margin-top: 0;
  margin-bottom: 26px;
}
#form_content input[name="birthday"] {
  width: 300px;
  display: inline-block;
}
#form_content #person_table td:nth-child(1) {
  width: 180px;
}
#form_content .product_name {
  font-size: 32px;
  padding: 11px 17px;
  border-radius: 11px;
  margin: 13px 0 17px 60px;
}
#form_content input[type=checkbox],
#form_content input[type=radio] {
  width: 26px;
  height: 26px;
  position: relative;
  top: 3px;
}
#form_content p {
  margin: 26px 0 36px 0px;
}
#form_content p.question {
  margin-top: 40px;
  font-size: 1.15em;
}
#form_content input[type=text],
#form_content input[type=email],
#form_content input[type=number],
#form_content input[type=month],
#form_content select {
  width: 550px;
  border-radius: 20px;
}
#form_content .radio_group {
  margin-left: 60px;
}
#form_content .radio_group label {
  width: 130px;
}
#form_content .agree_table {
  margin-left: 60px;
  width: 800px;
}
#form_content .agree_table tr {
  line-height: 54px;
}
#form_content .agree_table td:nth-child(1) {
  width: 540px;
}
#form_content .agree_table td:nth-child(2) {
  width: 260px;
}
#form_content .agree_table td:nth-child(2) .border {
  width: 100%;
}
#form_content .border {
  border-radius: 30px;
  padding: 3px;
  height: 54px;
  margin-bottom: 15px;
}
#form_content .border label {
  height: 46px;
}
#form_content .border label:nth-child(1) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#form_content .border label:nth-child(2) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#form_content .border[name=q4_recommend] {
  min-width: 270px;
}
#form_content #btn_submit {
  height: 64px;
  width: 184px;
  border-radius: 10px;
  font-size: 38px;
  padding-top: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#form_content textarea {
  height: 180px;
  width: calc(100% - 35px);
  margin-left: 35px;
}
.footer_border .inner {
  height: 164px;
}
hr {
  margin-bottom: 50px;
}
#coupons {
  display: flex;
}
#coupons .coupon {
  margin: 0 30px;
}
