@charset "utf-8";

/*----------------------------------------------------------------
 WordPressにのっけるときにいろいろ書く用のCSSです
----------------------------------------------------------------*/
.wpcf7-form .text-quarter-quarter{
	width:12.5%;
}
.wpcf7-form .text-quarter{
	width:25%;
}
.wpcf7-form .text-half{
	width:50%;
}
.wpcf7-form .text-full{
	width:100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	max-width:100%;
}

.wpcf7-form table tr td{
	font-size:14px;
}
.wpcf7-form table tr td:first-child{
	width:20%;
}
.wpcf7-form p.center{
	text-align:center;
}
.wpcf7-form .submit{
	margin: 0 8px;
	padding: 5px 10px;
}

@media screen and (max-width: 767px) {
.wpcf7-form table,
.wpcf7-form table tbody,
.wpcf7-form table tr,
.wpcf7-form table td,
.wpcf7-form table td:first-child,
.wpcf7-form table th
{
	display:block;
	width:100%!important;
	padding:0!important;
}
.wpcf7-form table th,
.wpcf7-form table td,
.wpcf7-form table td:first-child{
	padding:5px!important;
}
.wpcf7-form table tr{
	padding:8px 0!important;
}
.wpcf7-form table .inner-table{
	border:1px solid #ccc;
}
}
