@charset "UTF-8";

/* sp お問い合わせ クラス
----------------------------------------*/
#contact h2 {
	background-image: url(../../img/contact/icon_sp_h3.png);
}

#contact h2 + p {
	margin: 0 5px;
	min-height: 0;
}

#contact hr + p {
	margin: 0 5px 10px;
}

#contact dl {
	margin: 0 5px;
	font-size: 93%;
}

#contact dt {
	width: auto;
	position: static;
	margin-bottom: 5px;
	line-height: 1.2;
	padding-left: 5px;
	border-left: solid 4px #fba5df;
}

#contact .conf dt {
	border-left: solid 4px #8fbcf9;
}

#contact dd,
#contact .conf dd {
	margin: 0 0 15px 0;
	padding-left: 0;
	border-left: none;
}

#contact dd input[type="text"],
#contact dd textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#contact dd textarea {
	height: 140px;
}

#contact dl + p.required {
	margin: -10px 0 0 5px;
    position: static;
}

#contact p.thanks {
	margin: 65px 0;
}

.thanks img {
	width: 207px;
	height: auto;
}