.notes {
  font-size: 1.6rem;
  margin-top: 2em;
}
.img {
  margin-top: 1rem;
  cursor: pointer;
}
.modal_area .modal_content {
  width: 90%;
}
.modal_area .modal_img img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .notes {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 3.7vw;
    margin-top: 1em;
  }
}
/*# sourceMappingURL=value.css.map */