/* Custom Block Section */
.c-modalContents {
  max-width: 100%;
  width:  86vw;
}
.c-modalContents__inner {
}

@media screen and (max-width: 1023px) {
  .c-modalContents {
    width:  100vw;
  }
}
