/* LESS Document */
em {
  display: inline-block;
  min-width: 46px;
  padding: 4px 0;
  line-height: 1;
  background: #FF4400;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  em {
    font-size: 2.8vw;
  }
}
em.notReq {
  background: #848484;
}
form {
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
  background: #EEE;
}
@media screen and (max-width: 767px) {
  form {
    margin: 0 -10px;
    padding: 30px 0;
  }
}
form.confirmArea .dlList_01 dt {
  padding: 0;
  font-weight: bold;
}
form em {
  margin-left: 10px;
}
form .dlList_01 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  form .dlList_01 {
    font-size: 3.2vw;
  }
}
form .dlList_01 .dlItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: #CCC 1px solid;
}
@media screen and (max-width: 767px) {
  form .dlList_01 .dlItem {
    gap: 5px;
  }
}
form .dlList_01 dt {
  width: 285px;
  padding: 8px 0;
  text-align: right;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  form .dlList_01 dt {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  form .dlList_01 dt {
    width: 100%;
    text-align: left;
    padding: 0 0 2px;
  }
}
form .dlList_01 dd {
  width: calc(100% - 285px - 15px);
  flex: auto;
}
@media screen and (max-width: 1023px) {
  form .dlList_01 dd {
    width: calc(100% - 250px - 15px);
  }
}
@media screen and (max-width: 767px) {
  form .dlList_01 dd {
    width: 100%;
    padding: 0 0 2px;
  }
}
input {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 8px;
  border: #CCC 1px solid;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  max-width: 300px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 3.2vw;
    min-height: 0;
    padding: 15px;
  }
}
input[type="submit"].return {
  background: #666;
}
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 8px;
  border: #CCC 1px solid;
}
select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 8px;
  border: #CCC 1px solid;
}
label {
  display: inline-block;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
::-webkit-input-placeholder {
  color: #DDD;
}
::-moz-placeholder {
  color: #DDD;
}
.inputL {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inputL {
    width: 100%;
  }
}
.inputM {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  .inputM {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .inputM {
    width: 100%;
  }
}
.inputS {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .inputS {
    width: 100%;
  }
}
.inputSS {
  width: 100px;
}
.help {
  color: #666;
  font-size: 92.8%;
  vertical-align: middle;
}
.submit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .submit {
    flex-direction: column-reverse;
  }
}
.completeArea {
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .completeArea {
    padding: 0 0 30px;
  }
}
.completeArea h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3.2rem;
  color: #1A7108;
}
@media screen and (max-width: 767px) {
  .completeArea h2 {
    font-size: 5.4vw;
  }
}
.completeArea h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: #CDD639;
  margin: 15px auto 0;
}
.completeArea .submit {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .completeArea .submit .btn {
    min-height: 0;
    padding: 15px;
  }
}
