/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
.thanks_pic {
  text-align: center;
}
#thanks h2 {
  text-align: center;
  margin-bottom: 1em;
}
#thanks .thanks_text {
  text-align: center;
  line-height: 1.8em;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  .thanks_pic {
    margin-bottom: 40px;
  }
  .thanks_pic img {
    max-width: 160px;
  }
  #thanks h2 {
    font-size: 22px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #thanks h2 {
    font-size: 28px;
  }
  .thanks_pic {
    margin-bottom: 80px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONFIRM TITLE

--------------------------------------------------------------------------------------------- */

.sec_title__block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec_title_bg_en {
  position: absolute;
  z-index: 1;
  color: rgba(139,139,139,.12);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.sec_title {
  font-weight: 700;
  text-align: center;
  z-index: 2;
  line-height: 1.3em;
}
@media only screen and ( max-width : 767px ) {
  .sec_title__block {
    margin-bottom: 20px;
    min-height: 100px;
  }
  .sec_title {
    font-size: 24px;
  }
  .sec_title_bg_en {
    font-size: 100px;
  }
}
@media only screen and ( max-width : 575px ) {
  .sec_title__block {
    min-height: 18vw;
  }
  .sec_title {
    font-size: 6.2vw;
  }
  .sec_title_bg_en {
    font-size: 18vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec_title__block {
    margin-bottom: 40px;
    min-height: 155px;
  }
  .sec_title {
    font-size: 40px;
  }
  .sec_title_bg_en {
    font-size: 155px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 50px;
  padding:0 15px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
input.short_input {
  width: 10em;
  display: inline-block;
}
textarea {
  padding:20px;
  height: 16em;
  width: 100%;
  display: block;
  resize: vertical;
}
button,input[type="submit"] {
  -webkit-appearance: none;
  border:none;
  display: block;
  text-align: center;
  /*background: none;*/
  font-size: inherit;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  width: 300px;
  font-weight: bold;
}
button:hover,input[type="submit"]:hover {
  opacity: .8;
}
.contact_form__block button {
  margin: 0;
}

.wpcf7-list-item.first {
  margin-left: 0;
}


/*#demo_service_name input {
  border: none;
  padding: 0;
  height: auto;
  pointer-events : none;
}*/
.select-wrap {
    position: relative;
    display: block;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 22px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 10px;
    height: 7px;
    background: url(../img/arrow_down.png) no-repeat center / 100%;
}
.mw_wp_form_confirm .select-wrap:before {
  content: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#D3D3D3;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
::placeholder {
  color: #D3D3D3;
}
.contact_lead_text__block p {
  line-height: 2em;
}
.form_dl dt {
  font-weight: 700;
  margin-bottom: 15px;
}
.form_dl dd {
  margin-bottom: 40px;
}
.required {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 3em;
  text-align: center;
  margin-left: 1em;
  font-weight: 400;
  background: #E24343;
  vertical-align: middle;
}
[data-id="demo_service"] {
  width: 100%;
}

.confirm_text {
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 2em;
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 3rem;
}
.mw_wp_form_confirm .form_dl {
  margin-bottom: 60px;
}
.mw_wp_form_confirm .form_dl dt,
.mw_wp_form_confirm .form_dl dd {
  margin-bottom: 0;
  border-bottom: 1px dotted #000;
  line-height: 1.8em;
}
.back_btn,
.send_btn {
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
}
.back_btn {
  background: #969696;
  color: #fff;
  border: #969696;
}
.back_btn:after {
}
.send_btn {
  background: #148CCF;
  color: #fff;
}
.thanks__block {
  border-radius: 20px;
  background: #fff;
}
.thanks_check {
  display: block;
  max-width: 86px;
  margin: 0 auto 50px;
}
.thanks__block h2,
.thanks__block p {
  text-align: center;
}
.thanks__block h2 {
  margin-bottom: 1.6em;
  font-size: 28px;
}
.thanks__block p {
  line-height: 2em;
}

input[type="text"].form_article_title {
  border: none;
  padding-left: 0;
}

@media only screen and ( max-width : 767px ) {
  .contact_lead_text__block {
    margin-bottom: 60px;
  }
  .mw_wp_form_confirm .form_dl dt,
  .mw_wp_form_confirm .form_dl dd {
  }
  .mw_wp_form_confirm .form_dl dt {
    width: 100%;
    padding-right: 15px;
    border-bottom: none;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .mw_wp_form_confirm .form_dl dd {
    width: 100%;
    padding-bottom: 20px;
  }
  /*.send_btn_area .btn {
    width: 100%;
    margin-bottom: 20px;
  }*/
}
@media print, screen and ( min-width : 768px ) {
  .form_dl {
    max-width: 700px;
    margin: 0 auto;
  }
  .mw_wp_form_confirm .form_dl {
    display: flex;
    flex-wrap: wrap;
  }
  .contact_col_wrapper .contact_lead_text__block {
    width: 40%;
  }
  .contact_col_wrapper .contact_form__block {
    width: 55%;
  }
  .confirm__block {
    background: #fff;
    border-radius: 20px;
    padding: 80px;
  }
  .mw_wp_form_confirm .form_dl dt,
  .mw_wp_form_confirm .form_dl dd {
    padding: 30px;
  }
  .mw_wp_form_confirm .form_dl dt {
    text-align: right;
    width: 280px;
  }
  .mw_wp_form_confirm .form_dl dd {
    width: calc(100% - 280px);
  }
  .send_btn_area .back_btn {
    margin-right: 30px;
  }
  .mw_wp_form_confirm [data-id="demo_service"] dt {
    float: left;
  }
  .mw_wp_form_confirm [data-id="demo_service"] dd {
    float: right;
  }
  /*.send_btn_area .btn {
    width: 48%;
    max-width: 300px;
  }*/
}