@charset "utf-8";
/* CSS Document */

/* お問い合わせ */

#contact_form{
	width:100%;
	margin:0 0 50px 0;
	}

#contact_form p{
	margin:0 0 10px 0;
	font-size:1.6rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	}

#contact_form h3{
	margin:50px 0 20px 0;
	padding:5px 0;
	border-top: solid 1px #2A4073;
	border-bottom: solid 1px #2A4073;
	clear:both;
	}

#contact_form .tel{
	padding:10px 30px 10px 0;
	border-right: solid 1px #B5B5B5;
	font-size:3.0rem;
	color:#434343;
	font-weight: bold;
	float:left;
	}

#contact_form .tel a{
	color:#434343;
	text-decoration:none;
	}

#contact_form .tel02{
	margin:0 0 50px 0;
	padding:0 0 0 30px;
	font-size:1.4rem;
	color:#434343;
	line-height:170%;
	float:left;
	}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:900px) {
	/* 表示領域が900px未満の場合に適用するスタイル */
	#contact_form p{
	font-size:1.4rem;
	}
	#contact_form .tel{
	border-right:none;
	font-size:2.4rem;
	float:none;
	}
	#contact_form .tel02{
	padding:0;
	float:none;
	}
}

#contact_form p.form_text01{
	font-size:1.4rem;
	}

#contact_form span.required{
	color:#F80000;
	}

#contact_form table {
	width:90%;
	margin:5% 5% 0 5%;
	border-spacing: 0;
	border-top:1px dotted #B5B5B5;
	}

#contact_form table th {
	width:25%;
	padding:20px;
	font-size:1.5rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	font-weight: normal;
	border-bottom:1px dotted #B5B5B5;
	background: #E5E5E5;
	}

#contact_form table td {
	padding:20px;
	font-size:1.5rem;
	color:#434343;
	line-height:170%;
	text-align:left;
	border-bottom:1px dotted #B5B5B5;
	}

#contact_form table input.text01{
	width:50%;
	min-height:20px;
	}

#contact_form table input.text02{
	width:30%;
	min-height:20px;
	}

#contact_form table input.text03{
	width:80%;
	min-height:20px;
	}

#contact_form table textarea.text04{
	width:80%;
	min-height:200px;
	}

#contact_form .form_btn{
	text-align:center;
	}

#contact_form p.form_text02{
	width:90%;
	margin:5% 5% 10% 5%;
	padding:20px;
	border:1px dotted #B5B5B5;
	font-size:1.4rem;
	}

#contact_form p.form_text02 span{
	color:#2A4073;
	font-weight: bold;
	}



/* -------------------------------------------------- タブレット */
@media screen and (min-width:450px) and (max-width:750px) {
	/* 表示領域が450px以上750px以下の場合に適用するスタイル */
	#contact_form table th {
	font-size:1.4rem;
	}
	#contact_form table td {
	font-size:1.4rem;
	}
	#contact_form table input.text01{
	width:100%;
	}
	#contact_form table input.text02{
	width:100%;
	}
	#contact_form table input.text03{
	width:100%;
	}
	#contact_form table textarea.text04{
	width:100%;
	min-height:200px;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:450px) {
	/* 表示領域が450px未満の場合に適用するスタイル */
	#contact_form table th {
	width:100%;
	font-size:1.4rem;
	display: block;
	}
	#contact_form table td {
	width:100%;
	font-size:1.4rem;
	border-bottom:none;
	display: block;
	}
	#contact_form table input.text01{
	width:100%;
	}
	#contact_form table input.text02{
	width:100%;
	}
	#contact_form table input.text03{
	width:100%;
	}
	#contact_form table textarea.text04{
	width:100%;
	min-height:200px;
	}
	#contact_form .form_btn{
	border-top:1px dotted #B5B5B5;
	border-bottom:1px dotted #B5B5B5;
	}
}
