@charset "utf-8";
/* CSS Document */

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
.contents{
	padding:0;
}

.contents article{
	background:#e2e2e2;
	padding:49px 0;
}

.contents form table{
	width:100%;
}

.contents form table th,
.contents form table td{
	padding:10px 0;
}

.contents form table th{
	width:8em;
}

.contents form table td input.text,
.contents form table td textarea{
	width:99%;
}

.contents form .submitArea input{
	display:inline-block;
	border:0;
	background:#000;
	color:#fff;
	padding:10px 30px;
	text-align:center;
	cursor:pointer;
	transition:all 0.3s;
}

.contents form .submitArea input:hover{
	background:#999;
}

.screen-reader-response{
	color:#F00;
}

.wpcf7-validation-errors{
	color:#F00;
	text-align:center;
}

.wpcf7-not-valid-tip{
	color:#F00;
}


@media only screen and
(max-width : 740px) {

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

.contents h2.title{
	margin-bottom:1em;
}

.contents article{
	padding:4em 0;
}

.contents form table{
	width:auto;
	display:block;
}

.contents form table tr,
.contents form table tbody{
	display:block;
}

.contents form table th,
.contents form table td{
	display:block;
	padding:10px 0;
}

.contents form table th{
	width:auto;
}

.contents form table td input.text,
.contents form table td textarea{
	box-sizing:border-box;
}

.contents form .submitArea input{
	width:80%;
}



}