/*--------------------------------------------------------

	support

--------------------------------------------------------*/
.nm-main--support{
	font-size: inherit;
}





.support_title2{
	background: url(https://www.patlite.com/wd_series/support/image/ttl.jpg) top right / auto 110px no-repeat #EEEEEE;
}









/* contatc */
#contact a img{
	max-width: 100%;
}
@media print,screen and (min-width:641px){
	.support-title{
		border-top: 3px solid #a76b13;
		border-bottom: 1px solid #a76b13;
		font-size: 2.5em;
		text-align: center;
		padding: 20px 0;
		margin: 50px 0 !important;
	}
	#contact{
		background: url("../images/support/01.jpg")top right / auto 245px no-repeat #EBEBE4;
		height: 245px;
		font-size: 2.4em;
		padding: 30px;
		line-height: 180%;
		box-sizing: border-box;
	}
	#contact p{
		width: 80%;
	}
	#contact a{
		width: 40%;
		display: block;
		margin: 30px 0 0 10%;
	}

}
@media print,screen and (max-width:640px){
	#contact{
		background: url("../images/support/01.jpg")top right -40px / auto 200px no-repeat #EBEBE4;
		height: 200px;
		font-size: 1.6em;
		padding: 20px;
		line-height: 180%;
		box-sizing: border-box;
	}
	#contact p{
		width: 60%;
		font-size: .75em;
		letter-spacing: 0em;
		line-height: 2.0em;
	}
	#contact a {
		width: 50%;
		display: block;
		margin: 25px 0 0 2%;
	}
}
