@charset "UTF-8";
.contact-title{
	color: var(--main-color1);
	font-size: x-large;
	text-align: center;
	background-image: url(../pict/common/title-back.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
	background-position: center center;
}
.contact-rtxt{
	color: rgba(176,0,2,1.00);
}
.contact-note{
	font-size: small;	
}
.contact-thanks{
	color: rgba(169,3,6,1.00);
	font-weight: bold;
	font-size: x-large;
}