  @charset "utf-8";
/* ----サービスに関するお問い合わせ---- */

/* ----h1イメージ---- */
#tit {
	background-image: url(/wp/wp-content/themes/ios/inquiry/img/h1_image.jpg);
}

/* ----inquiry_form---- */
#inquiry_form {
	margin-bottom: 50px;
	padding: 0 80px;
}

#inquiry_form .top_text {
	margin-top: 57px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
	line-height: 175%;
}

.required, .any{
	font-size: 10px;
	color: #fff;
	padding: 2px 10px;
	margin-left: 10px;
}
.required {
	background-color: #e00012;
}
.any {
	background-color: #999999;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
/* ----h1イメージ---- */
	#tit {
		background-position: center;
	}

	#inquiry_form {
		margin-bottom: 0;
		padding: 0;
	}
	#inquiry_form .top_text {
		margin-top: 20px;
		margin-bottom: 0;
		text-align: left;
	}
}