
@charset "UTF-8";
.b1_list ul img {
  transition: all 0.6s;
}
.b3_list ul img {
  transition: all 0.6s;
}
@media (min-width: 768px) {
	.b1_list ul:hover  img {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
  .b3_list ul:hover  img {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
}