@charset "UTF-8";

/* Fhash非表示対応 PC時 */
.jetro_SPFlash {
  display: none;
}

/* Fhash非表示対応 スマホ時 */
@media screen and (max-width: 736px) {
  .jetro_PCFlash {
    display: none;
  }
  .jetro_SPFlash {
    display: block;
    border: #CCCCCC dotted 1px;
    padding: 15px;
    background: #DFECFF;
    text-align: center;
  }
}
