.formWrap{
  width: 100%;
  margin: 80px 0 0 !important;
  background: #F8F7F2;
  padding-bottom: 100px;
}
.feature_inner,
.article_wrap{
  padding-bottom: 0;
}
.formWrap .description{
  font-size: .8em;
  line-height: 1.4;
}
#usefulDetail .feature_wrap > .feature_inner .sec_photo + .sec_ttl-h2{
  margin-top: 0px;
  padding-top: 40px;
}
.formWrap .sec_ttl-h2{
  width: 100%;
  margin-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.formWrap label{
  font-weight: bold;
  min-width: 120px;
}
#usefulDetail .article .formWrap .ttl{
  color: #323232;
  background: none;
}
.formWrap .mt0{
  margin-top: 0 !important;
}
.formWrap button,.formWrap input,.formWrap select,.formWrap textarea{
  width: 100%;
  vertical-align: bottom;
  border-radius: 0 !important;  
}
.formWrap textarea{
  border: 1px #919191 solid;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  min-height: 200px;
}
.formWrap textarea#preferred_date{
  min-height: 120px;
}
.formWrap input[type="submit"]{
  border: none;
  background: transparent;
}
.formWrap button:focus,.formWrap input:focus,.formWrap select:focus,.formWrap textarea:focus{
  outline: none;
}
.formWrap .privacy-field{
  font-size: 1.4rem;
  color: #646464;
  line-height: 1.8em;
  color: #333;
}
.formWrap .privacy-field > p{
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.formWrap .privacy-field > p:last-child,
.formWrap .privacy-field div{
  height: 250px;
  overflow-y: auto;
  padding: 15px;
  border: solid #333 1px;
  text-align: left;
  font-size: 14px;
  background: #fff;
}
.formWrap section form{
  display: flex;
  flex-flow: wrap row;
}

.formWrap section form dl{
  margin: 0;
}
.formWrap section form dl + div + dl{
  margin-top: 15px;
}
.formWrap section form dl{
  display: flex;
  width: 100%;
}
.formWrap section form > dl + dl{
  margin-top: 15px;
}
.formWrap section form dl.contact__trigger-keyword{
  align-items: flex-start;
}
.formWrap section form dl dt{
  width: 30%;
  background: #EAE8E1;
  padding: 15px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
}
.formWrap section form dl dd{
  width: 100%;
  background: #fff;
  margin-left: 0;
  padding: 15px;
  box-sizing: border-box;
}
.formWrap section form dl dd dl > dt{
  background: transparent;
  align-items: center;
  width: 10%;
  padding: 30px 0 15px 15px;
}
.formWrap section form dl dd p{
 margin: 0;
}
.formWrap input[type="text"] {
  border: 1px #919191 solid;
  border-radius: 4px;
  height: 50px;
  padding: 8px;
  box-sizing: border-box;
}
.formWrap .formrun-system-show{
  color: #FF3A00;
}

.formWrap .form-required::after{
  content: "必須";
  background: #FF7850;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  display: inline-block;
  margin-top: 5px;
}
.span_table{
  display: table;
  border: 1px solid;
  width: 100%;
  border-right: none;
  border-bottom: none;
}
.span_table_row{
  display: table-row;
}
.span_table_cell{
  display: table-cell;
  border: 1px solid;
  padding: 5px;
  border-left: none;
  border-top: none;
}
.formWrap .btn{
  width: 60%;
  margin: 80px auto 0;
  max-width: none;
  justify-content: space-around;
  display: flex;
}
.formWrap .btn .btn {
  margin-top: 0;
  max-width: none;
  width: 296px;
  color: #747474;;
}
.formWrap .btn button{
  display: block;
  border: 1px #4D7ADE solid;
  color: #4D7ADE;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, #4D7ADE 0%, #4D7ADE 50%, #fff 50%, #fff 100%);
  box-shadow: 0 3px 10px rgb(112 112 112 / 20%);
  transition: ease 0.3s background-position;
  max-width: none;
  width: 296px;
  margin: auto;
}
.formWrap .btn button:hover{
  background-position: 0 0;
  color: #fff;
  opacity: 1;
}
.formWrap .btn button::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4D7ADE;
  border-right: 2px solid #4D7ADE;
  transition: ease-in 0.4s right,color;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formWrap .btn button:hover::after{
  right: 10px;
  border-color: #fff;
}
/* -----------------------
セレクトボックス
-----------------------*/
.formWrap select{
  border: 1px #919191 solid;
    width: 100%;
    height: 50px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  border-radius: 0 ;  
}
.formWrap select::-ms-expand {
    display: none;
}
.formWrap .form_select {
  position: relative;
}
.formWrap .form_select::before{
  content: '';
  position: absolute;
  top: 5px;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0; 
  border: 6px solid transparent;
  border-top-color: #666;
  pointer-events: none;
}

/* -----------------------
ラジオボタン
-----------------------*/


.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: auto;
}
.radio-label{
  display: inline-block;
  margin-right: 60px;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  top: 2px;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #4D7ADE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #4D7ADE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.radio-label + input[type=radio]{
  margin-left: 50px;
}


/* -----------------------
チェックボックス
-----------------------*/
.formWrap .privacy_btn{
  /*margin-top: 30px;*/
  display: flex;
  justify-content: center;
}
.formWrap .privacy_btn dd{
  border: none;
  width: auto;
  background: transparent;
}
.formWrap .privacy-field{
  margin-top: 70px;
  font-size: 14px;
}
.formWrap .privacy-field .heading-2{
  text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.privacy-check {
    width: 100%;
    text-align: center;
}
.privacy-check + .formrun-system-show{
  width: 100%;
    text-align: center;
}
.formWrap input[type="checkbox"] { display: none; }

.formWrap input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.formWrap input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.formWrap input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.formWrap input[type="checkbox"]:checked + label:before {
  width: 7px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border: solid 2px #4D7ADE;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* チェックボックス横並び */
.formWrap .contact__flex dd{
  border-bottom: 0;
}
.formWrap .contact__flex dd p > span{
  display: flex;
}
.formWrap .contact__flex dd p > span span + span{
  margin-left: 30px;
}

.formWrap .mod_btn02 {
  width: 360px;
  max-width: 360px;
  margin: 30px auto 0;
}
.formWrap .mod_btn02 a,.formWrap .mod_btn02 span {
  display: block;
    border: 1px #4D7ADE solid;
    color: #4D7ADE;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #4D7ADE 0%, #4D7ADE 50%, #fff 50%, #fff 100%);
    box-shadow: 0 3px 10px rgb(112 112 112 / 20%);
    transition: ease 0.3s background-position;
}
.formWrap .mod_btn02 a:after,.formWrap .mod_btn02 span:after {
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #4D7ADE;
    border-right: 3px solid #4D7ADE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formWrap .mod_btn02 a::after,.formWrap .mod_btn02 span:after {
    border-top: 2px solid #4D7ADE;
    border-right: 2px solid #4D7ADE;
    transition: ease-in 0.4s right,color;
}
.formWrap .mod_btn02 input {
  display: block;
  width: 100%;
  color: #4D7ADE;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.formWrap .mod_btn02 span:hover input {
  color: #fff;
}
.formWrap .mod_btn03 a:hover,.formWrap .mod_btn02 a:hover,.formWrap .mod_btn02 span:hover,.formWrap .mod_btn04 span:hover,.formWrap .mod_btn04 a:hover {
    background-position: 0 0;
    color: #fff;
    opacity: 1;
}
.formWrap .mod_btn02 a:hover::after,.formWrap .mod_btn02 span:hover::after {
    right: 10px;
    border-color: #fff;
}
.formWrap span.error.no-label{
  color: #FF3A00;
  white-space: nowrap;
  font-size: 10px;
  display: block;
}
.formWrap .errors{
  color: #FF3A00;
}
.formWrap p.description {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.formWrap .required dt::after{
  content: "必須";
  background: #FF7850;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  display: inline-block;
}
.submit_cap{
  text-align: center;
  width: 100%;
}
.privacy-check label{
  font-weight: normal;
}
@media screen and (max-width: 767px) {
    .formWrap{
        width: 100%;
    }
    .formWrap section form dl{
        flex-direction: column;
    }
    .formWrap section form dl dt,
    .formWrap section form dl dd,
    .formWrap dl.contact__l-name,
    .formWrap dl.contact__2col-left,
    .formWrap dl.contact__l-name::before,
    .formWrap dl.contact__2col-left::before,
    .formWrap dl.contact__f-name,
    .formWrap dl.contact__2col-right,
    .formWrap dl.contact__f-name dt,
    .formWrap dl.contact__l-name dt,
    .formWrap dl.contact__2col-left dt,
    .formWrap dl.contact__2col-right dt{
        width: 100%;
    }
    .formWrap dl.contact__f-name,.formWrap dl.contact__2col-right{
        margin: 0;
    }
    .formWrap .privacy-field{
        margin-top: 0;
    }
    .formWrap section form dl dd p{
        display: flex;
        justify-content: center;
    }
    .radio-label{
      margin-bottom: 20px;
    }
    .formWrap .privacy-field .heading-2{
      font-size: 1.6rem;
      padding: 20px 0 0;
    }
    .formWrap section form > dl + dl{
      margin: 0;
    }
    .formWrap .privacy-field > p:last-child{
      margin: 0 15px;
    }
    .formWrap .btn{
      width: 90%;
      max-width: 340px;
    }
}