input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.f-text07,textarea.wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required,input.wpcf7-form-control wpcf7-text f-text13 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
	outline: none;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.f-text07 {
    padding-left: 0.5vw;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
.screen-reader-response {
    font-weight: 600;
    text-align: center;
}
a {
    color: #ffffff;
    text-decoration: none;
}
p {
    margin: 0;
}
.select {
	   width: 300px;
	   height: 50px;
	   margin: 0 auto 50px;
    }
   .wpcf7-form-control {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
	  border: none;
   }
	textarea.wpcf7-form-control.wpcf7-textarea{
    width:100%!important;
}
.fo-titlesita {
    width: 900px;
    padding-top: 40px;
    font-weight: 600;
}
.o-form_content {
    background-color: #eff2f8;
    padding: 60px 0 70px 0;
    border-radius: 20px;
}
div#thanks {
    width: 70%;
    margin: auto;
}
.txt_box_ttl {
    display: block;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
  }
  label {
      display: inline-block;
      margin-bottom: 0;
  }
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.f-text07 {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important;
    padding: 13px 13px !important;
    width: 100%;
  }
  input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], input[type=select], textarea {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important;
    padding: 13px 13px !important;
  }
input[type=email] {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #bbb !important;
    padding: 13px 13px !important;
}
.txt_box.justify-between {
    display: flex;
    justify-content: space-between;
}
.txt_box_sepa {
    width: 48%;
    height: 80px;
}
.txt_box_ttl-area {
    padding-top: 20px;
    height: 45px;
    font-size: 15px;
    padding-bottom: -10px;
}
.f-text05 p {
    width: 100%;
    font-size: 15px;
    margin: 50px a 50px 0;
    line-height: 25px;
    text-align: center;
    padding: 20px 0 50px 0;
}
.f-box04 {
    text-align: center;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    border: none;
    background-color: #e60000;
    width: 170px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  span.f-text06 {
    color: #e60000;
    font-size: 13px;
}
input::placeholder,
textarea::placeholder {
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #bbbbbb;
    font-size: 16px;
}
span.nini {
    font-size: 13px;
    color: #777777;
  }
.form-title{
    padding: 20px 0 40px 0;
    text-align: center;
    font-size: 23px;
}
.wpcf7-spinner {
    width: 0;
    padding: 0;
    margin: 0;
}
.txt_box.fo-radio {
    text-align: center;
    border: 3px solid #b0beda;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}
.txt_box_ttl-radio {
    padding-bottom: 10px;
    color: #ff1d25;
    font-weight: 600;
}
.f-text05 a {
    text-decoration: underline;
    color: #006bb9;
}
.pullbox {
    padding-top: 20px;
}
.fo-bikoend {
    padding: 30px 0 0 20px;
    font-size: 13px;
}
@media screen and (min-width: 1024px) { 
    .container {
        max-width: 1000px;
        margin: 0 auto 100px auto;
    }
}


@media screen and (max-width: 1023px) {
    .container {
        max-width: 700px;
        margin: 0 auto 80px auto;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 95%;
        margin: 0 auto 5vw auto;
    }
    div#thanks {
        width: 90%;
        margin: auto;
    }
    .form-title {
        padding: 20px 0 30px 0;
        text-align: center;
        font-size: 18px;
    }
    .o-form_content {
        width: 98%;
        margin: auto;
        background-color: #eff2f8;
        padding: 30px 0;
        border-radius: 15px;
    }
}


