/* hulft30th form CSS */

html {
  overflow-y: auto;
  /*-ms-overflow-style: none;
  scrollbar-width: none;*/
  scrollbar-width: thin;
  scrollbar-color: #F57300 #fff;
}
::-webkit-scrollbar{
  /*display: none;*/
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: #F57300;
  border-radius: 50px;
}
main {
  margin-top: 0 !important;
  position: static;
}


.campaign-form-inner {
  background-color: #F5A000;
  border-radius: 27px;
  padding: 35px 10px;
  height: 90vh;
}
.campaign-form form {
  /*
  background-color: #F5A000;
  border-radius: 27px;
  */
  overflow-y: auto;
  height: 100%;
  padding: 0 40px;
  /*-ms-overflow-style: none;
  scrollbar-width: none;*/
}
/*
.campaign-form form::-webkit-scrollbar{
  display: none;
}
*/
.campaign-form br.sp-only {
  display: none !important;
}

.campaign-form table th,
.campaign-form table td {
  display: block;
  text-align: left;
  width: 100%;
}
.campaign-form table th {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.campaign-form table th .required {
  font-size: 60%;
  vertical-align: text-top;
}
.campaign-form table td {
  padding-top: 10px;
}
.campaign-form tr + tr th {
  padding-top: 25px;
}
.campaign-form table tr:nth-of-type(n+4) {
  margin-left: auto;
  margin-right: auto;
  width: 325px;
}
.campaign-form table tr:nth-of-type(n+4) th {
  font-size: 2rem;
}
.campaign-form table tr:nth-of-type(n+4) th,
.campaign-form table tr:nth-of-type(n+4) td {
  padding-left: 90px;
  padding-right: 90px;
}
.campaign-form table tr:nth-of-type(4) th {
  padding-top: 50px;
}
.campaign-form table tr:nth-of-type(n+5) th {
  padding-top: 10px;
}
.campaign-form input,
.campaign-form select,
.campaign-form textarea {
  background-color: #fff;
  border-radius: 6px;
  border: none;
  color: #F5A000;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 25px;
  width: 100%;
}
.campaign-form input {
  height: 55px;
  cursor: text;
}
.campaign-form select {
  background-image: url(/packages/theme_hulft30th/themes/hulft30th/assets/images/top/form_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px auto;
  height: 55px;
  padding-right: 50px !important;
  cursor: text;
}
.campaign-form textarea {
  min-height: 175px;
  padding: 15px 25px;
}
.campaign-form label.error {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-top: 10px;
}
.campaign-form .text-link {
  margin-top: 35px;
  text-align: center;
}
.campaign-form .text-link a {
  color: #fff;
  text-decoration: underline;
}
/*
.campaign-form .block-agree {
  margin-top: 30px;
  text-align: center;
}
.campaign-form .block-agree .list-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.campaign-form .block-agree .list-checkbox li {
	line-height: 1.5;
}
.campaign-form .block-agree .list-checkbox li + li {
  margin-left: 20px;
}
.campaign-form .block-agree label.label-check {
	cursor: pointer;
	display: inline-block;
	position: relative;
  padding-left: 35px;
	vertical-align: middle;
  color: #fff;
  text-decoration: underline;
}
.campaign-form .block-agree label.label-check:hover {
  text-decoration: none;
}
.campaign-form .block-agree label.label-check:before {
	background-color: #fff;
	border: 1px solid #EB4600;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
*/
.campaign-form .elq-form input[type="checkbox"] + i {
	position: absolute;
	left: -9999px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.campaign-form .elq-form input[type="checkbox"]:checked + i {
	border-bottom: 2px solid #EB4600;
  border-left: 2px solid #EB4600;
  display: block;
  height: 9px;
  left: 9px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 13px;
}
/*
.campaign-form .block-agree label.label-check a {
  color: #fff;
}
*/
.campaign-form .button-submit {
  margin: 40px auto 0;
  width: 160px;
}
.campaign-form .button-submit button {
  background-color: #EB4600;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  width: 100%;
}
.campaign-form .text-note {
  color: #fff;
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.campaign-form .button-popup-close,
.campaign-form .button-popup-close-iframe {
  bottom: 0;
}
/* TAB */
@media only screen and (max-width: 645px) {
  .campaign-form table th {
    font-size: 2rem;
  }
  .campaign-form table tr:nth-of-type(n+4) th {
    font-size: 1.8rem;
  }
}
/* SP */
@media only screen and (max-width: 450px) {
  .campaign-form-inner {
    padding: 25px 5px;
  }
  .campaign-form form {
    padding: 45px 15px 0;
  }
  .campaign-form br.sp-only {
    display: block !important;
  }
  .campaign-form table th {
    font-size: 1.6rem;
  }
  .campaign-form input,
  .campaign-form select,
  .campaign-form textarea {
    border-radius: 4px;
    font-size: 1.6rem !important;
    padding: 10px 15px;
  }
  .campaign-form tr + tr th {
    padding-top: 35px;
  }
  .campaign-form table tr:nth-of-type(n+4) th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .campaign-form table tr:nth-of-type(n+4) td {
    padding: 10px 10px 0 20px;
  }
  .campaign-form input {
    height: 40px;
  }
  .campaign-form select {
    background-position: right 15px center;
    background-size: 18px auto;
  }
  .campaign-form textarea {
    min-height: 155px;
  }
  .campaign-form table tr:nth-of-type(4) th {
    padding-top: 60px;
  }
  .campaign-form table tr:nth-of-type(n+4) {
    width: calc(100% - 20px);
  }
  .campaign-form table tr:nth-of-type(n+5) th {
    padding-top: 20px !important;
  }
  .campaign-form .text-note {
    font-size: 1rem;
    margin-top: 20px;
  }
  .campaign-form label.error {
    font-size: 1.2rem;
  }
  .campaign-form .elq-form input[type="checkbox"]:checked + i {
    height: 6px;
    left: 5px;
    margin-top: -2px;
    width: 10px;
  }
}


/* 確認画面 */
.campaign-form.conf .text-conf {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.campaign-form.conf table {
  margin-top: 40px;
  width: 100%;
}
.campaign-form.conf table td {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 15px;
}
.campaign-form.conf tr + tr th {
  padding-top: 60px;
}
.campaign-form.conf table tr:nth-of-type(4) th {
  padding-top: 90px;
}
.campaign-form.conf table tr:nth-of-type(n+5) th {
  padding-top: 50px;
}
.campaign-form.conf table tr:nth-of-type(7) {
  display: none;
}
.campaign-form.conf .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
}
.campaign-form.conf .btn-area > p {
  margin: 0 30px;
  width: 160px;
}
.campaign-form.conf .btn-area > p .btn-submit {
  background-color: #EB4600;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
  height: 56px;
  transition: 0.2s all;
  width: 100%;
}
.campaign-form.conf .btn-area > p .btn-submit:hover {
	opacity: 0.7;
}
/* SP */
@media only screen and (max-width: 450px) {
  .campaign-form.conf .text-conf {
    display: table;
    font-size: 2rem;
    margin: 0 auto;
    text-align: left;
  }
  .campaign-form.conf table th,
  .campaign-form.conf table td {
    font-size: 1.6rem !important;
  }
  .campaign-form.conf table td {
    padding-top: 10px;
  }
  .campaign-form.conf tr + tr th {
    padding-top: 40px;
  }
  .campaign-form.conf table tr:nth-of-type(4) th {
    padding-top: 40px;
  }
  .campaign-form.conf table tr:nth-of-type(n+5) th {
    padding-top: 30px;
  }
  .campaign-form.conf .btn-area {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .campaign-form.conf .btn-area > p {
    margin: 0 auto;
  }
  .campaign-form.conf .btn-area > p + p {
    margin-top: 30px;
  }
}



/* 完了画面 */
.form-thanks {
  background-color: #F5A000;
  border-radius: 27px;
  height: 90vh;
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.form-thanks-inner .text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.form-thanks-inner .text + p {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
.form-thanks-inner .button {
  cursor: pointer;
  position: static;
  margin: 60px auto 0;
  width: 160px;
}
.form-thanks-inner .button span {
  background-color: #EB4600;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  transition: 0.2s all;
  line-height: 56px;
}
.form-thanks-inner .button:hover {
  opacity: 0.7;
}
.form-thanks + .button-popup-close,,
.form-thanks + .button-popup-close-iframe {
  bottom: 0;
}
.form-thanks br.sp-only {
  display: none !important;
}
/* SP */
@media only screen and (max-width: 450px) {
  .form-thanks-inner .text {
    font-size: 2rem;
  }
  .form-thanks-inner .text + p {
    margin-top: 15px;
  }
  .form-thanks-inner .button {
    margin-top: 40px;
  }
  .form-thanks br.sp-only {
    display: block !important;
  }
}
