@charset "utf-8";

/* CSS information ===================================================

	 file name : contact.css
	style info : コンテンツ部分スタイルシート

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

/*----------------------------------------------------------
/* .contact お問い合わせフォーム
----------------------------------------------------------*/
/* 共通 *******************************/
/* フォームテーブル */
.contact h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact table {
	clear:both;
	width:100%;
	line-height:1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact table th {
	background-color: #EEE;
	white-space: normal;
}
.contact .contact_table td label {
	display: block;
	margin: 8px 0px;
}
.contact .contact_table td span.horizontal-item {
	margin-left: 0px !important;
}
.contact table td .s_txt {
	font-size: 14px;
	font-size: 1.4rem;
}
.contact table td table {
	margin-bottom:0px;
	border: none;
}
.contact table td table th, 
.contact table td table td {
	border: none;
	background: none !important;
}
/* フォームタグ */
.contact input[type=text], 
.contact input[type=password], 
.contact input[type=email], 
.contact input[type=tel], 
.contact textarea, 
.contact select {
	padding:6px;
	border:0;
	border:solid 1px #999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.contact input[type=checkbox], 
.contact input[type=radio] {
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
}

/*Webkit*/
::-webkit-input-placeholder{
  color: #ccc;
}
 
/*Firefox 18以前（古い書き方なので使っちゃダメ） */
:-moz-placeholder {
  color: #ccc;
}

/*Firefox 19以降*/
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
  
/*IE10以降*/
/* http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx */
:-ms-input-placeholder {
  color: #ccc;
}
.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

	.formError .formErrorClose {
		border: solid #252525 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -4px;
		right: -4px;
		color: #efefef;
		background: #333;
		font-weight: bold;
		text-align: center;
		line-height: middle;
		cursor: pointer;
		box-shadow: 1px -1px 3px #888;
		-moz-box-shadow: 1px -1px 3px #888;
		-webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #666;
	}
	.fixed .formErrorClose {
		display: none;
	}
	
	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 200px;
    position:relative;
		color: #fff;
		background: #252525;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		font-size: 11px;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	
	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		left: 20px;
		z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}
	
		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #252525;
			line-height: 0px;
			font-size: 0px;
			box-shadow: 0px 2px 3px #888;
			-moz-box-shadow: 0px 2px 3px #888;
			-webkit-box-shadow: 0px 2px 3px #888;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
			
		.formError .formErrorArrow .line10 {
			width: 19px;
		} 
		.formError .formErrorArrow .line9 {
			width: 17px;
		} 
		.formError .formErrorArrow .line8 {
			width: 15px;
		} 
		.formError .formErrorArrow .line7 {
			width: 13px;
		} 
		.formError .formErrorArrow .line6 {
			width: 11px;
		} 
		.formError .formErrorArrow .line5 {
			width: 9px;
		} 
		.formError .formErrorArrow .line4 {
			width: 7px;
		} 
		.formError .formErrorArrow .line3 {
			width: 5px;
		} 
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}  

/* フォームボタン */
.button_center {
	text-align: center;
	margin: 20px auto;
	overflow: hidden;
	display: block;
}
input[name="submitConfirm"],
input[name="submit_b"], 
input[name="submitBack"] {
	-webkit-appearance: none;
	padding: 20px;
	width: 300px;
	cursor: pointer;
	background-color: #0073B4;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px !important;
	border: none;
	margin-bottom: 20px;
}
.button_box {
	padding-left: 0px;
}
.button_box li {
	list-style-type: none;
}
.contact_ol {
	font-size: 18px;
	line-height: 1.8;
	padding-left: 0px;
	margin-left: 20px;
}
.contact_ol li {
	margin-bottom: 40px;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){

/* フォームテーブル */
.contact table {
	margin-bottom:30px;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	overflow: visible;
}
.contact table th {
	width:25%;
	padding:15px 10px;
	vertical-align:top;
	border:solid 1px #CCC;
	vertical-align: middle;
	font-weight: bold !important;
}
.contact table td {
	width:75%;
	padding:15px 10px;
	border:solid 1px #CCC;
}
.contact table td ul.budget li {
	float:left;
	width:25%;
}
.contact table td table th {
	width: auto;
}
.contact table td table td {
	width: auto;
}
/* フォームタグ */
.contact select, 
.contact textarea {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.contact input {
	width: 400px;
}
.contact input[name="zip"] {
	width: 200px;
} 
.contact textarea {
	width: 100%;
}
input[name="submitBack"] {
	float: left;
}
input[name="submit_b"] {
	float: right;
}
input[name="submitConfirm"]:hover,
input[name="submit_b"]:hover, 
input[name="submitBack"]:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	color: #FFF;
}
.contact_table label.none_block {
	display: inline !important;
}
/* フォーム補足・エラー */
.contact table td p.err_msg {
	font-size: 14px;
	font-size: 1.4rem;
}

} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){

/* フォームテーブル */
.contact table {
	margin-bottom:20px;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: solid 1px #CCC;
	border-top: none;
	border-left: none;
	border-right: none;
	display: table;
}
.contact table th {
	padding:15px 10px;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom: none;
	display:block;
	width: 100% !important;
	float: left;
	clear: both;
}
.contact table th br {
	display: none;
}
.contact table td {
	padding:15px 10px;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom: none;
	display:block;
	width: 100% !important;
	float: left;
	clear: both;

}
.contact table td table th {
	padding: 0;
}
 
.contact table td table td {
	padding: 0 0 20px 0;
}
/* フォームタグ */
.contact input, 
.contact select, 
.contact textarea {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-family: 'UD Shin Maru Go Medium', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	width:100%;
}
/* フォーム補足・エラー */
.contact table td p.err_msg {
	font-size: 12px;
	font-size: 1.2rem;
}
.button_box {
	text-align: center;
}
.button_box li {
	margin-bottom: 15px;
}
} /*/@media*/

@media only screen and (max-width:400px){
} /*/@media*/