input[type="checkbox" ] {
    width: 6%!important;
}
.form_area02 .wpcf7-form-control-wrap input {
-webkit-appearance: auto;
}

.wpcf7-list-item{
    display: block!important;
    margin: 0 0 10px 0!important;
}
.form_area02 .wpcf7-form-control-wrap input{
 padding: 2px 0.5rem!important;
}

.wpcf7 input[type="file"]{
border: none;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

.display_none {
    display: none;
}

@media only screen and (max-width: 750px) {
.form_img {
    width: 100%;
    height: auto;
}
}




#contact_all {
    width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
#contact_all {
    width: 94%;
}
}

.form_header {
    margin: 0.5rem 0 1rem;
}

.form_logo {
    height: 50px;
    display: flex;
    align-items: center;
}

.form_logo img {
    width: 83px;
    height: 50px;
}

.form_ttl {
    width: 100%;
    color: #320688;
    font-size: 32px;
    font-weight: normal;
    padding-right: 83px;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (max-width: 750px) {
.form_logo img {
    width: 62px;
    height: 38px;
}

.form_ttl {
    font-size: 22px;
    padding-right: 62px;
}
}

.form_text {
    margin: 1rem 0;
    text-align: center;
    line-height: 1.5;
}

.form_text02 {
    margin-bottom: 1rem;
    line-height: 2;
}

.form_area01 .wpcf7-radio .first {
    margin-right: 1rem;
}

.form_area01 .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
}

.form_area01 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.form_area01 th,
.form_area02 th,
.form_area03 th {
    font-size: 16px;
    font-weight: 400;
    padding: 1.5rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    letter-spacing: 0.05rem;
}

.form_area01 th span,
.form_area02 th span,
.form_area03 th span {
    width: 28px;
    margin: 0 1rem;
    display: block;
}

.form_area01 td,
.form_area02 td,
.form_area03 td {
    width: 70%;
    padding: 1rem 1rem 1rem 3rem;
}

@media only screen and (max-width: 750px) {
.form_area01 th,
.form_area02 th,
.form_area03 th {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem 0 1rem;
}

.form_area01 th span,
.form_area02 th span,
.form_area03 th span {
    width: auto;
    margin: 0;
}

.form_area01 td,
.form_area02 td,
.form_area03 td {
    width: 100%;
    padding: 0.5rem 1rem 1rem 1rem;
    display: block;
}
}

.form_area02 {
    width: 100%;
    border: 1px solid #cccccc;
}

.form_area02 tr:nth-child(odd) {
    background-color: #eeeeee;
}

.form_area03 {
    background-color: #dddddd;
    width: 100%;
    border: 1px solid #cccccc;
}

.form_area04 {
    padding: 1.5rem;
    border: 1px solid #cccccc;
}

.req {
    color: #fff;
    background-color: #e64b5b;
    font-size: 11px;
    padding: 0.2rem 0;
    border-radius: 3px;
}

.opt {
    color: #fff;
    background-color: #999999;
    font-size: 11px;
    padding: 0.2rem 0;
    border-radius: 3px;
}

@media only screen and (max-width: 750px) {
.req,
.opt {
    font-size: 13px;
    padding: 0.3rem;
}
}

.form_area02 .wpcf7-form-control-wrap input {
    font-size: 16px;
    width: 100%;
    height: auto;
    border-radius: 3px;
    -webkit-appearance: none;
}

input::placeholder {
    color: #cccccc;
}

#theform textarea {
    font-size: 16px;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #999999;
    border-radius: 3px;
    -webkit-appearance: none;
}

@media only screen and (max-width: 750px) {
#theform textarea {
    height: 180px;
}
}

.agreement {
    background-color: #eee;
    font-size: 12px;
    height: 100px;
    padding: 0.7rem;
    overflow-x: hidden;
    line-height: 1.5;
}

.agreement .title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.agreement ol li {
    list-style-type: decimal;
    margin: 0 0 1rem 1rem;
    display: list-item;
}

.wpcf7-confirm,
.wpcf7-submit {
    color: #fff;
    background: linear-gradient(to bottom, #FFC778, #ff3b0a);
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    text-align: center;
    letter-spacing: 0.1rem;
    border: 0;
    border-radius: 5px;
    display: block;
    -webkit-appearance: none;
}

.wpcf7-confirm:hover,
.wpcf7-submit:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-appearance: none;
}

.wpcf7-submit {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.wpcf7-back {
    font-size: 14px;
    width: 200px;
    background-color: #fff;
    color: #666;
    margin: 0 auto;
    border: 0;
    text-align: center;
    display: block;
    -webkit-appearance: none;
}

.wpcf7-back:hover {
    color: #999;
    cursor: pointer;
    -webkit-appearance: none;
}

#theform span[role="alert"] {
    color: #ff0000;
    background-color: #FCD6D6;
    display: block;
    margin-top: 0.5rem;
    padding: 0.5rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-response-output {
    color: #ff0000;
    background-color: #FCD6D6;
    width: 100%;
    display: block;
    margin: 1rem 0 0!important;
    padding: 0.5rem!important;
    border: 0!important;
    text-align: center;
    line-height: 1.5;
}

.mt2rem {
    margin-top: 2rem;
}

.mb2rem {
    margin-bottom: 2rem;
}

.center {
    text-align: center;
}

.form_ttl_h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 1rem 0 2rem;
    text-align: center;
}

@media only screen and (max-width: 750px) {
.form_ttl_h3 {
    font-size: 22px;
    line-height: 1.5;
}
}

.wpcf7c-conf {
    background-color: #cccccc!important;
    border: 1px solid #cccccc!important;
}

.text_pp {
    margin-top: 5rem;
}

.text_pp a {
    color: #333;
    text-decoration: underline;
}

.text_pp a:hover {
    color: #320688;
    text-decoration: none;
}


input, select {
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    height: 34px;
    padding: 0 0.5rem;
    border: 1px solid #999999;
    border-radius: 3px;
}
.wpcf7-confirm, .wpcf7-submit {
height: auto;
}

input[type="radio"] {
font-size:16px!important;
width: auto!important;
-webkit-appearance: auto!important;
height: 34px!important;
}

.wpcf7-list-item-label{
font-size:16px;
}