.wpcf7 form .wpcf7-response-output{
	color: red;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	margin: 0;
	border: transparent;
	margin-top: -45px;
}
.wp-block-contact-form-7-contact-form-selector {
    color: #333;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.wpcf7-form {
    width: 600px;
    height: 140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
label .wpcf7-form-control-wrap {
    position: absolute;
    left: 100px;
}
input.wpcf7-submit {
    display: block;
    width: 100px;
    background: #279b8d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
}


.kaigyou{
    display: none;
}
@media (max-width: 649px) {
    .subTitle01{
        margin:50px auto 0px;
    }
    #contact p {
        letter-spacing: 0px;
    }
    .txt_c{
        font-size: 11px; 
    }
    .line{
        width: 350px;
    }
    .kaigyou{
        display: block;
    }

    .wp-block-contact-form-7-contact-form-selector {
        color: #333;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .wpcf7-form {
        width: 350px;
        height: 140px;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    label .wpcf7-form-control-wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    input.wpcf7-submit {
        display: block;
        width: 100px;
        background: #279b8d;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-radius: 2px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }
    .form1{
        height: 40px;
        width: 300px;
    }
    label .wpcf7-form-control-wrap{
        display: block;
    }
    label{
        display: block;
        text-align: center;
    }
    .wpcf7 form .wpcf7-response-output{
        color: red;
        font-weight: 600;
        text-align: center;
        font-size: 10px;
        margin: 0;
        border: transparent;
        margin-top: -45px;
    }
    .wpcf7-not-valid-tip{
        margin-top: -90px;
    }
    
    }