@charset "utf-8";
@media screen and (min-width: 820px) {
  .mainvisual{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .mainvisual .img-box{
    height: 50vh;
    width: 65vw;
  }
  h1{
    font-size: 220%;
    letter-spacing: 1px;
    margin: 20px auto 50px;
  }
  .table-box table{
    width: 100%;
  }
}