html {
  overflow-x: hidden;
}

.comp_visual img,
.comp_detail img,
.comp_carousel img {
  max-width: 100%;
  height: auto;
}

.comp_carousel {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 480px) {
  .comp_spec__table {
    table-layout: fixed;
    word-wrap: break-word;
  }
}
