/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*事業所ご案内*/
.table01 {
	border-color: transparent;
}
.table01 th, .table01 td {
	display: block;
	font-size: 1rem;
}
.table01 td {
	text-align: center;
}
/*contact-form CSS*/
.contact-form {
	margin: auto;
}
.contact-container {
	margin: auto;
}
.form-control dt {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-control dt span {
	color: #ffff;
    background: #e32d14;
    border-radius: 20px;
    font-size: 14px;
    display: block;
	padding: 2px 10px;
    margin-left: 10px;
}
/* CF7標準のエラー非表示 */
.wpcf7-not-valid-tip { 
	display: none !important; 
}
.error-message { 
	display: none; 
	color: red; 
	font-size: .9em; 
	margin-top: 4px; 
}
.error-message.active {
	display: block !important; 
}
.center {
	text-align: center;
}
.submit {
	text-align: center;
	margin-top: 2rem;
}
#submit-btn {
	width: 90%;
    border-radius: 40px;
    padding: 15px;
}
.name-container input {
	width: 45%;
}
.name {
	float: right;
}
/*レスポンシブ*/
@media screen and (min-width: 960px) {
	.table01 th, .table01 td {
		display: table-cell;
	}
	.table01 td {
		text-align: left;
	}
	.contact-form {
		width: 850px;
	}
	.contact-container {
		width: 500px;
	}
}