/* --------------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------- */
#contact .contact-description{
	width: 620px;
	margin: 30px auto 0;
}
#contact .contact-description .txt{
	font-size: 16px;
}
#contact .contact-description .toll-free{
	display: inline-block;
	position: relative;
}
#contact .contact-description .toll-free::before{
	content: "";
	background: url("https://yamamotonoriten.itembox.design/item/images/f/contact/toll-free.svg") no-repeat;
	background-size:100%;
	width: 25px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -8px;
}
#contact .contact-description .toll-free .tel{
	display: inline-block;
	margin: 0 0 0 34px;
}
#contact .contact-description .txt-link a{
	color: #FD6B0D;
	text-decoration: underline;
	font-size: 16px;
}
#contact iframe{
	display: block;
	height: 1300px;
}
