@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	コンタクト7　お問い合わせフォーム

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	PC・SP共通設定

================================================================================ */

/* 任意 */
.wpcf7-form span.ninni{
	font-size:90%;
}

/* 必須 */
.wpcf7-form span.hissu{
	color:#cc0000;
	font-size:90%;
}

/* 送信ボタン色 */
.wpcf7-form input[type="submit"]{
	background-color: #333333;
	color: #fff;
}





/* ================================================================================

	PC設定

================================================================================ */
@media (min-width: 768px) {
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form textarea{
		width:100%;
	}
	.wpcf7-form label{
		width:100%;
		margin-top:24px;
		font-weight:normal;
	}
	.wpcf7-form input#zip1{
		width:100px;
	}
	.wpcf7-form input#zip2{
		width:160px;
	}
	.wpcf7-form input[type="submit"]{
		padding: 8px 24px;
		font-size: 1.2em;
		border-style: none;
		cursor: pointer;
	}
}





/* ================================================================================

	SP設定

================================================================================ */
@media (max-width: 767px) {
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form textarea{
		width:100%;
	}
	.wpcf7-form label{
		width:100%;
		margin-top:24px;
		font-weight:normal;
	}

	.wpcf7-form input#zip1{
		width:36%;
	}
	.wpcf7-form input#zip2{
		width:42%;
	}
	.wpcf7-form input[type="submit"]{
		padding: 8px 24px;
		font-size: 1.2em;
		border-style: none;
		cursor: pointer;
	}
}
