@charset "utf-8";


#sec_contact .container{
	text-align: left;
}

#sec_contact p[class^="txt"]{
	font-size: 2em;
	font-weight: 700;
}

#sec_contact p[class^="txt"]::before{
	content: "";
	display: inline-block;
	margin-right: 12px;
}

#sec_contact p.txt-tel::before{
	width: 34px;
	height: 34px;
	background: url("/common/img/icon_tel.svg") no-repeat center / contain;
	margin-bottom: -3px;
}

#sec_contact p.txt-fax{
	pointer-events: none;
	color: #000;
	text-decoration: none;
}
	#sec_contact p.txt-fax::before{
		width: 34px;
		height: 29px;
		background: url("/common/img/icon_fax.svg") no-repeat center / contain;
		margin-bottom: -3px;
	}

#sec_contact .notes{
	margin-top: 0;
}

#sec_contact .tblStyle01.form{
	margin-top: 30px;
}

