.tel {
    border: solid 1px #ccc;
    padding: 16px;
    margin: 40px auto 0 auto!important;
}

.tel p {
    text-align: center;
}



.form_text {
    width: 700px;
	max-width:100%;
    margin: 0 auto!important;
}

.tel a {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 8px auto;
}

.contact-form td.require::before {
    content: '必須';
    display: inline-block;
    background: #F52828;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    margin: 0 10px 0 0;
    padding: 0 10px;
}

.contact-form table {
	width:700px;
	margin:0 auto;
    max-width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.contact-form tr {
    display: block;
    border: none;
    margin-bottom: 30px;
}

.contact-form td:first-child {
    min-width: 200px;
    background: transparent;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-right: 30px;
}

.contact-form td {
    display: block;
    border: none;
}
td, th {
    font-size: 15px;
    padding: 5px;
}

.wpcf7-form-control {
    width: 100%;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #ccc;
}

.wpcf7-form-control.wpcf7-submit {
    max-width: 500px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
	margin:0 auto;
	display:block;
    cursor: pointer;
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
	.wpcf7-form-control{
		font-size: .875rem;
    line-height: 1.8571428571;
	}
	.wpcf7-form-control.wpcf7-submit{
		
		font-size: 1.2rem;
    line-height: 1.8571428571;
	}
	
	.contact-form table {
	width:100%;
	margin:0 auto;
    max-width: 100%;
}
}