@charset "utf-8";

/*20210224*/
/*EMLSEC共有CSS*/

#faplccamp .anchor_hover img{
	transition: 0.6s ;
}
#faplccamp .anchor_hover img:hover {
	opacity: 0.6 ;
}

#faplccamp .camp_text{
  height:90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
#faplccamp .nocamp{
	color: #CE0000;
  }

@media only screen and (max-width:768px){

#faplccamp .camp_text{ height:30px;text-align: center;}
}
