@charset "utf-8";
/* ============================================================ */
/* お問い合せ用スタイル */
/* ============================================================ */
.inquiry .inner p {
	/*text-align: center;*/
}

.inquiry .inner .txt_red {
	color: #e62929;
	font-weight: bold;
}

.inquiry #inquiry_tel {
	margin-top: 30px;
}

.inquiry #inquiry_tel div {
	background: #ffecf2;
	padding: 25px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}

.inquiry #inquiry_tel div h2 {
	font-size: 1.8rem;
	color: #7b4317;
	font-weight: bold;
	text-align: center;
}

.inquiry #inquiry_tel div p span {
	font-size: 2.8rem;
	color: #f66796;
	font-weight: bold;
}


/* .contact_error
------------------------------------------------------------ */
.inquiry .contact_error {
	/*background: #fff0f1;
	border: 3px solid #eabcbf;
	padding: 25px;
	width: 594px;
	margin: 0 auto;*/
	margin: 30px 0;
}

.inquiry .contact_error p {
	background: #d70000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 1.6rem;
}

/*.inquiry .contact_error ul li {
	color: #e62929;
	font-weight: bold;
	list-style-type: disc;
	margin: 0 0 0 20px;
}*/



/* table
------------------------------------------------------------ */
#inquiry_index table {
	margin: 30px 0 40px 0;
}

#inquiry_confirm table {
	margin: 30px 0 0 0;
}

.inquiry table td {
	vertical-align: middle;
}

.inquiry table td p {
	margin: 5px 0 0 0;
	text-align: left !important;
}

.inquiry table td .txt_error {
	color: #e62929;
	font-weight: bold;
}

.inquiry table th {
	width: 30%;
	text-align: left;
}


/* formパーツ */
.inquiry table td input[type="text"] ,
.inquiry table td textarea {
	border: 1px solid #a9a9a9;
	background: none;
	-webkit-appearance:none;
	padding: 3px;
	background: #fff;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.inquiry table td input[type="text"] ,
	.inquiry table td textarea {
		border-radius: 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.inquiry table td input[type="text"] ,
	.inquiry table td textarea {
		border-radius: 0;
	}
}

.inquiry table td .tbox_s {
	width: 100px;
}

.inquiry table td .tbox_m {
	width: 300px;
}

.inquiry table td .tbox_l {
	width: 600px;
}

.inquiry table td textarea {
	width: 600px;
	height: 150px;
	padding: 3px 5px;
	margin: 0;
	line-height: 1.4;
	font-size: 14px !important;
}

.inquiry table td .txt_error {
	color: #e62929;
	font-weight: bold;
	font-size: 1.4rem;
}


/* .txt_ssl */
.inquiry .txt_ssl {
	overflow: hidden;
}

.inquiry .txt_ssl img {
	float: left;
	margin: 0 20px 0 0;
}


/* .btn_form */
.inquiry .btn_form {
	text-align: center;
	margin: 20px auto 0 auto;
}

#inquiry_index .block .btn_form .btn ,
#inquiry_confirm .block .btn_form .btn {
	width: 200px !important;
	height: 50px !important;
}










