@charset "utf-8";
/* default PC */


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {
  #isms #contents h2 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }

  #isms #contents h3 {
    font-size: 17px;
    padding: 4px 0 5px 10px;
    line-height: 1.5em;
}
}


