/*お問い合わせ[inquiry.html]　Ver.1.0.0 */

/*=================================
コンテンツ設定
=================================*/
#inquiry .inq-ptn .sec-inner {
	padding: 60px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}
#inq-exp p {
	text-align: center;
}
.inq-tel-num {
	text-align: center;
}
.inq-tel-num dt {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.25;
}
.inq-tel-num dt::before {
	font-family: 'Material Icons';
	content: '\e61d';
	padding-right: 4px;
	font-size: 0.75em;

}
.inq-form-info {
	margin-bottom: 50px;
	padding: 0 20px;
	font-weight: 300;
}
.inq-form-info span {
	padding: 3px 0 0;
	font-size: 0.85em;
	display: block;
}
.inq-form-info a {
	text-decoration: underline;
}
.inq-form {
	padding: 50px 15px 15px;
	border-top: 1px solid rgba(120, 120, 120, 1.0);
}
/* ここから MV WP Formを使用した場合の設定 */
/*
.inq-form input[type="text"], 
.inq-form input[type="email"], 
.inq-form textarea {
	padding: 4px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 4px;
}
.inq-form .policy_chk,
.inq-form .btn-form-contact {
	text-align: center;
}
.inq-form .policy_chk > span {
	padding: 10px;
	background-color: rgba(240, 240, 240, 1.0);
	border: 1px solid rgb(210, 210, 210);
	border-radius: 4px;
}
.inq-form .btn-form-contact input[type="submit"] {
	min-width: 25%;
	margin-top: 60px;
	padding: 1.0em 1.5em;
	font-size: 20px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(99, 99, 99, 1.0);
	border: 1px solid rgb(180, 180, 180);
	border-radius: 4px;
}
.csnet-contact li {
	margin-bottom: 20px;
}
*/
/* ここまで MV WP Formを使用した場合の設定 */

#cf-frame {
	height: 1000px;
}



/*=================================
タブレット設定（〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	#inquiry .inq-ptn .sec-inner {
		padding: 30px 15px;
		border-radius: 12px;
	}

}



/*=================================
フォームのみ設定（〜887px）
=================================*/
@media only screen and (max-width: 919px) {

	#cf-frame {
		height: 1140px;
	}

}



/*=================================
スマホ設定（〜599px）
=================================*/
@media only screen and (max-width: 599px) {

	.inq-tel-num dt {
		font-size: 30px;
	}
	.inq-tel-num dd {
		font-size: 12px;
	}
	.inq-form {
		padding: 50px 0 15px;
	}

}
