@charset 'utf-8';

.common-title {
  padding-bottom: 40px;
}

#common-section .wrap > p {
  text-align: center;
}


.form_img {
  width: 69%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.form_img img {
  width: 100%;
}

#form {
  width: 58%;
  margin: 60px auto 0 auto;
}

#form dl {
  margin: 0;
}

#form dl dd {
  margin: 0;
}

#form dl dt {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
}

#form dl .unnecessary {
  padding-left: 0;
}

#form dl dt:not(:first-of-type) {
  margin-top: 35px;
}

#form dl dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  font-size: 0.6875rem;
  color: #fff;
  border-radius: 4px;
  height: 20px;
  line-height: 18px;
  vertical-align: middle;
  width: 38px;
  background-color: #E5243B;
  text-align: center;
}

#form dl dt span + dd > input {
  border: 2px solid #E5243B;
}

#form dl dd input {
  background-color: #F3F5F8;
  border-radius: 5px;
  border: none;
  height: 54px;
  width: 100%;
  padding-left: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#form dl dd input.introduction-text,
#form dl dd input.others-text {
  margin-left: 10px;
  display: inline-block;
  width: 325px;
  height: 40px;
  padding: 13px 0 11px 18px;
}

#form dl .group-box {
  overflow: hidden;
}

#form dl .group-box .box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -22px;
}

#form dl .group-box .box-wrap .blank-box {
  width: 100%;
  margin: 0;
}

#form dl .group-box .box-wrap > div {
  margin-left: 40px;
  margin-top: 32px;
}

#form dl .group-box .box-wrap > div:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

#form dl .group-box .box-wrap > div:last-child > div {
  margin-left: 40px;
  margin-top: 24px;
}

#form dl .group-box .box-wrap > div:last-child > div + div {
  /* margin-top: 24px; */
}

#form dl .group-box .box-wrap2 > div {
  margin-bottom: 22px;
}


#form dl .group-box label {
  position: relative;
  padding-left: 25px;
}

#form dl .group-box label.newspaper,
#form dl .group-box label.introduction,
#form dl .group-box label.introduction {
  margin-left: 0;
}

#form dl .group-box label:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #D4D8DE;
  border-radius: 3px;
}

#form dl .group-box input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  top: 40%;
  left: 6px;
  box-sizing: border-box;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%);
}

#form dl .group-box label:first-of-type {
  margin: 0;
}

#form dl .group-box label {
  margin-left: 43px;
}

#form dl .group-box input {
  display: none;
  width: initial;
  height: initial;
}

.error,
.error_2 {
  color: #E5243B;
}

#form dl dd input.alert {
  border: 2px solid #E5243B;
}

#form dl dd textarea.alert {
  border: 2px solid #E5243B;
}

#form dl dd .error {
  margin-top: 10px;
}

#form dl dd textarea {
  background-color: #F3F5F8;
  border-radius: 5px;
  border: none;
  height: 180px;
  width: 100%;
  padding: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#form dl dd input::placeholder {
  color: #111;
  opacity: 0.3;
}

.form-confirm {
  margin-top: 40px;
  text-align: center;
}

.form-confirm p {
  line-height: 2.1;
  margin-bottom: 38px;
}

.form-confirm label {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}

.form-confirm label a {
  color: #179F5B;
}

.form-confirm label span {
  color: #179F5B;
}

.form-confirm label:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #D4D8DE;
}

.form-confirm .check-box[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  top: 40%;
  left: 6px;
  box-sizing: border-box;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%);
}

.form-confirm .check-box {
  display: none;
}

.form-confirm .submit {
  text-align: center;
}
.form-confirm .submit-btn {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  margin: 40px 0 0;
  display: inline-block;
  height: 54px;
  width: 250px;
  color: #111;
  font-weight: bold;
  font-size: 0.9375em;
  border: none;
  text-align: center;
  border-radius: 30px;
  background-color: #D4D8DE;
  transition: all .3s ease-out;
  pointer-events: none;
  outline: none;
}
.form-confirm .submit-btn.active {
  cursor: pointer;
  pointer-events: auto;
  background-color: #179F5B;
  color: #fff;
  outline: none;
}
.form-confirm .submit-btn.back-btn {
  pointer-events: auto;
  cursor: pointer;
  color: #111;
  background-color: #eee;
  border: 2px solid #eee;
}

.form-confirm .submit-btn.confirm {
  cursor: pointer;
  background: #179F5B;
  color: #fff;
  pointer-events: auto;
}
.form-confirm .submit-btn + .submit-btn {
  margin-left: 1em;
}

.form-confirm .submit-error {
  color: #E5243B;
  margin-top: 20px;
}

.form-confirm .error {
  margin: 0;
}

#common-section .wrap {
  border-top: none;
}

#common-section .wrap:before {
  display: none;
}

.download {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  padding-right: 20px;
}

.download:before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/shared/images/download.svg) no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.download:hover:before {
  animation: vertical-slide ease-in .4s 1 both;
}

.email_note{
	font-size: 14px;
    margin-bottom: 0;
}
.email_flex{
	display: flex;
	align-items: baseline;
}

@media screen and (max-width: 1000px) {
.email_flex{
	display:block;
}
}
/* @media screen and (max-width: 1270px) {

  #form dl .group-box div.introduce, #form dl .group-box div.others {
    margin: 0;
    width: 100%;
  }

  #form dl .group-box div.others {
    margin-top: 23px;
  }

  #form dl dd input.introduction-text, #form dl dd input.others-text {
    width: 100%;
    margin: 0;
  }
} */

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

  #common-section .wrap > p {
    margin: 0;
  }
  #common-section .wrap > .form_img + p {
    text-align: left;
  }
  #common-section.form {
    padding: 0 24px;
  }
  .common-title {
    padding: 92px 0 24px 0;
  }

  #form {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #form dl {
    margin: 0;
  }

  #form dl dd {
    margin: 0;
  }

  #form dl dt {
    font-size: 0.9375rem;
    margin-bottom: 11px;
  }

  #form dl dd p {
    color: #E5243B;
    margin-top: 8px;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }

  #form dl dd input::placeholder {
    font-size: 0.9375rem;
  }

  #form dl dt:not(:first-of-type) {
    margin-top: 20px;
  }

  #form dl .group-box .box-wrap {
    margin-top: 0;
  }

  #form dl .group-box .box-wrap div {
    margin-top: 20px;
  }

  #form dl .group-box div + div {
    margin-left: 0;
  }

  #form dl .group-box .box-wrap > div:last-child {
    display: block;
  }

  #form dl .group-box .box-wrap > div:last-child > div {
    padding-right: 40px;
  }

  #form dl .group-box div.introduce,
  #form dl .group-box div.others {
    width: 100%;
    margin: 0;
  }

  #form dl .group-box label {
    margin-left: 20px;
    display: inline-block;
    font-size: 0.9375em;
  }

  #form dl .group-box label.newspaper,
  #form dl .group-box label.introduction {
    margin-left: 0;
  }

  #form dl .group-box .box-wrap div:last-child {

    width: 100%
  }

  #form dl dd input.introduction-text,
  #form dl dd input.others-text {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .form-confirm {
    margin-top: 40px;
    text-align: initial;
  }

  .form-confirm p {
    font-size: 0.9375rem;
    line-height: 2.1;
    margin-bottom: 30px;
  }

  .form-confirm label {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
  }

  .form-confirm label:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #D4D8DE;
  }

  .form-confirm .check-box[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    top: 40%;
    left: 6px;
    box-sizing: border-box;
    border-bottom: 2px solid #111;
    border-left: 2px solid #111;
    position: absolute;
    transform: rotate(-45deg) translateY(-50%);
  }

  .form-confirm .check-box {
    display: none;
  }

  .form-confirm .submit-error {
      display: none;
  }

  .form-confirm span {
      text-align: left;
  }

  .form-confirm .submit-btn {
    width: 200px;
    height: 50px;
    margin: 0;
  }
  .form-confirm .submit-btn + .submit-btn {
    margin-left: 0;
    margin-top: 10px;
  }

}
