.heading-lv10 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-family: 'Noto Serif JP', sans-serif;
  background-color: #1e1e1e;
  color: #FFF;
  padding: 10px 10px 14px;
  position: relative;
  background: url(../img/bg-hdlv10.jpg) repeat;
  margin-bottom: 50px;
}

.heading-lv10:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0;
  height: 0;
  bottom: -13px;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #1e1e1e transparent transparent transparent;
  margin-left: -6px;
}

.heading-lv08 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.red {
  color: #ff2f2f;
}

.next .tbl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0px 40px;
}

.next .tbl1.dt-w350 dt {
  width: 350px;
}

.next .tbl1 dt>div {
  background-color: #8c7227;
  color: #FFF;
}

.check-radios {
  margin-right: -15px;
  margin-bottom: -5px;
}

.wpcf7-list-item {
  display: block;
  margin-top: 5px;
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}

.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input_wrap,
.input_wrap p {
  width: 100%;
}

.next .tbl1.dd-tal dd {
  text-align: left;
}

.next .tbl1.dt-w350 dd {
  width: calc(100% - 350px);
}

.input_wrap,
.input_wrap p {
  width: 100%;
}

.w100p {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  caret-color: black;
}
textarea {
  -webkit-appearance: none;
  height: 250px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #b3b3b3;
  background: #FFF;
  font-size: 16px;
  padding: 10px;
  caret-color: black;
}
.email-block {
  width: 100%;
}

input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="password"]:placeholder-shown {
  color: #b8b8b8;
}
.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.next#form .btn-block .btn,
.next#demoform .btn-block .btn {
  margin: 0 -10px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-block>* {
  margin: 0 10px 15px;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.next#form .btn-block .btn input,
.next#demoform .btn-block .btn input {
  margin: 0 10px;
  width: calc(50% - 20px);
}
.btn input {
  display: -moz-inline-box;
  display: inline-block;
}
.btn a,
.btn input,
.btn span {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  color: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 2px #000;
  width: 600px;
  top: 0;
  font-family: 'Noto Serif JP', sans-serif;
  background: url(../img/arrow-r-white2.png) no-repeat right 20px center;
  background-color: #000;
}
/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
  background: #F5A9A9;
  border: #B40404 solid 2px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 5px;
}

/**
 * file
 */
.mw_wp_form input[type="file"] {
  display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

/**
 * tel and zip
 */
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

.input_wrap,
.input_wrap p {
  width: 100%;
}

.textarea_wrap,
.textarea_wrap p {
  width: 100%;
}

.wpcf7-response-output,
.screen-reader-response {
  display: none;
}

.select-list .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

.select-list .wpcf7-form-control-wrap:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #b3b3b3 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.wpcf7-list-item {
  display: block;
  margin-top: 5px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip-origin {
  display: none;
}

form br {
  display: none !important;
  height: 0 !important;
}

.thanks {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .thanks {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.btn a,
.btn input,
.btn span {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  color: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 2px #000;
  width: 600px;
  top: 0;
  font-family: 'Noto Serif JP', sans-serif;
  background: url(../img/arrow-r-white2.png) no-repeat right 20px center;
  background-color: #000;
  /* @include mq(retina){
				background-image:url(../img/arrow-r-white2.png) no-repeat right 20px center;
			} */
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

  .btn a,
  .btn input,
  .btn span {
    background-image: url(../img/arrow-r-white2@2x.png);
    background-size: 40px auto;
  }
}

.btn a.back,
.btn input.back,
.btn span.back {
  background: url(../img/arrow-l-white3.png) no-repeat left 20px center;
  background-color: #ccc;
  border-color: #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

  .btn a.back,
  .btn input.back,
  .btn span.back {
    background-image: url(../img/arrow-l-white3@2x.png);
    background-size: 40px auto;
  }
}
input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.btn a:hover,
.btn input:hover,
.btn span:hover {
  text-decoration: none;
  background-position: right 15px center;
}
@media screen and (max-width: 750px) {.heading-lv10 {
  font-size: 23px;
  font-size: 1.6428571429rem;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
}
@media screen and (max-width: 750px) {.next .tbl1.sp-block {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}}
@media screen and (max-width: 750px) {.next .tbl1.sp-block dt {
  width: 100%;
}}
@media screen and (max-width: 750px) {.next .tbl1.sp-block dt>div {
  margin: 0;
}}
@media screen and (max-width: 750px) {.next .tbl1.sp-block dd {
  width: 100%;
}}
@media screen and (max-width: 750px) {.next#form .btn-block .btn input,
.next#demoform .btn-block .btn input {
  margin: 0px;
  width: 100%;
  margin-bottom: 10px;
}}
@media screen and (max-width: 750px){ .next#form .btn-block .btn,
.next#demoform .btn-block .btn {
  margin: 0 0px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}}



.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

@media screen and (max-width: 750px){ .btn a,
.btn input,
.btn span {
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 10px;
  background-position: right 10px center;
  background-size: 18px auto;
  width: 300px;
}}

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

  .next#form .btn-block .btn input,
  .next#demoform .btn-block .btn input {
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
}
.select-list .wpcf7-form-control-wrap:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #b3b3b3 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

.select-list>div:not(:last-child) {
  margin-bottom: 20px;
}
.topForm{
  padding: 50px 0;
}
.topForm .inner{
  width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  
}
.topForm .s-inner2{
  width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tac {
  text-align: center;
}