/* 画像のスタイル調整 */
/*.example{
    width: 50em;
}*/


@media (min-width:768px) {
    .example {
      width: auto;
    }
}
