@charset "utf-8";

.cover h1 {
	width: 50px;
	height: 257px;
	background-image: url(../../contact/images/pc/title.png);
}

#tel {
	margin-bottom: 30px;
}

#tel .container {
	padding: 20px 0 20px 245px;
	background-image: url(../../contact/images/tel_bg.png);
	border-radius: 5px;
	width: 855px;
}

#tel h2 {
	margin-right: 40px;
	float: left;
	width: 242px;
	height: 60px;
	background-image: url(../../contact/images/pc/tel_hl.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#tel .number {
	float: left;
	width: 324px;
	height: 60px;
	background-image: url(../../contact/images/pc/tel_number.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
	border-radius: 5px;
}

#form {
	margin-bottom: 30px;
}

#form .container {
	padding: 50px 100px;
	width: 900px;
	background-image: url(../../contact/images/form_bg.png);
}

#form h2 {
	margin: 0 auto 30px auto;
	width: 231px;
	height: 27px;
	background-image: url(../../contact/images/pc/form_hl.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#form p {
	margin-bottom: 1em;
	text-align: center;
}

#form dl {
	margin: 50px auto 30px auto;
	border-bottom: solid 2px #ccc;
	width: 600px;
}

#form dl dt {
	padding: 10px;
	border-top: solid 2px #ccc;
	float: left;
	clear: left;
	width: 180px;
	text-align: right;
}

#form dl dd {
	padding: 10px;
	border-top: solid 2px #ccc;
	float: left;
	width: 380px;
}

#form .buttons {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 640px){

#tel .container {
	margin: 0 30px;
	padding: 20px 0;
	background-image: url(../../contact/images/tel_bg.png);
	border-radius: 5px;
	width: auto;
}

#tel h2 {
	margin: 0 auto;
	float: none;
	width: 242px;
	height: 60px;
	background-image: url(../../contact/images/pc/tel_hl.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#tel .number {
	margin: 0 auto 20px auto;
	float: none;
	width: 324px;
	height: 60px;
	background: none;
	border-radius: 5px;
}
#tel .number a {
	display: block;
	width: 324px;
	height: 60px;
	background-image: url(../../contact/images/pc/tel_number.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#form .container {
	margin: 0 30px;
	padding: 50px 30px;
	width: auto;
	background-image: url(../../contact/images/form_bg.png);
}

#form dl {
	width: 100%;
}

#form dl dt {
	float: none;
	width: auto;
}

#form dl dd {
	margin-bottom: 10px;
	float: none;
	width: 100%;
}

#form dl dd input[type="text"],
#form dl dd textarea {
	width: 100%;
	font-size: 1em;
	box-sizing: border-box;
}

#form .buttons input {
	line-height: 2em;
	font-size: 1em;
}

}

