/***********************************************************************
 * #Contents .organization
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .organization a {
    pointer-events: none;
  }
  #Contents .organization img {
    max-width: 100%; 
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .organization {
    position: relative;
  }
  #Contents .organization a:after {
    position: absolute;
    bottom: 2%; 
    left: 2%;
    padding-top: 8.69565%;
    width: 8.69565%;
    background: url(/common/img/icn_zoom.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    content: '';
  }
}
