    .movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio:  16/9;
    margin: 1em 0;
  }

  .common-table table{
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
  }
  .common-table th,
  .common-table td{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
  }
  .common-table th{
    width: 250px;
    background: #eee;
  }
  .common-table td a{
    color: #0099D9;
  }

  .type_3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.04em;
    padding: 60px 0 30px;
    margin: 0;
}