/*abd*/
.an_m {
display:none;}
@media screen and (max-width: 1200px){
.an_pc{
display:none;}
.an_m {
display:block;}
}

