@charset "UTF-8";
.pl-mtitle{
	color: var(--main-color1);
	font-size: 1.2rem;
}
.pl-mtxt{
	color: var(--main-color1);
	font-size: large;
}
.pl-mail{
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
.pl-mail a{
	color: #000;
}
.footer-con{
	background-image: none;
	background-position: center center;
	background-color: rgba(255,255,255,1.00);
}