.announc{
	width:50%;
	margin:0 auto 3%;
}
.announc a{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:2% 0.8%; 
	background:#f00;
	font-size:1.2em;
	text-align:center;
	color:#fff;
	min-height:60px;
	line-height:1;
	box-sizing:border-box;   /* padding込みで幅100%に */
	text-decoration:none;

}
.announc a:link,
.announc a:visited,
.announc a:hover,
.announc a:active{
	color:#fff;
	text-decoration:none;
}
.announc1{
	padding:0 4px 0 0;
	font-size:1.5vw;
}
.announc2{
	font-size:3vw;
}
.announc3{
	font-size:1.5vw;

}

@media (max-width: 768px){
.announc{
	flex-direction:column;
	width:80%;
	font-size:1em;
	white-space:nowrap;
	line-height:180%;
}

.announc a{
		flex-direction:column;
		font-size:1em;
		line-height:1.8;
		white-space:nowrap;
}
.announc1{
	margin:0 0 -8px 0;
	font-size:1em;

}
.announc2{
	margin:0 0 0 0;
	font-size:2em;
	
}
.announc3{
	margin:-8px 0 0 0;
	font-size:1em;
}

	}


