@charset "utf-8";
/* CSS Document */
.bannerArea {
	width: 90%;
	margin: 0 auto 2rem;
}
.bannerArea img{
	max-width:100%;
	height: auto;
}
.bannerArea .camText {
	margin-top: 0.5rem;
	color:#ff3fa4;
	text-align: center;
}
.camTextUP{
	width: 90%;
	margin: 0 auto 2rem;
	text-align: center;
	color: #ffcc01;
}
.camTextUP p{
	margin: 0 0 0.5rem;
	line-height: 1.5rem;
	font-size: 1.3rem;
	font-weight: bold;
}
.camTextUP a{
	font-size: 1rem;
	text-decoration: underline;
}
@media(min-width: 568px){
	.bannerArea .camText {font-size: 1.5rem}
}