/* page.css */

ol > li.procedure-item > p {
  margin-bottom: 0;
}

/* 20200520 No57横スクロール非表示対応 追加 */
.table.another table {
    border: 1px solid #000000;
    table-layout: auto;
    width: 98%;
}

.table.another table th,
.table.another table td {
    border: 1px solid #000000;
    padding: 0.1em 0.2em;
}

.cover1 p:first-child {
    line-height:1.3
}

@media (min-width: 1200px) {
  table.default-table td:first-child {
    width: 30%;
  }
/* 20200424追加 */
  div.table.all {
    overflow-x: auto;
  }
}

@media (max-width: 1199px) {
  table {
    border-width: 1px;
  }
  table.default-table td {
/* 20200416削除
    display: block;
*/
    width: 100%;
  }
/* 20200417追加 */
  div.table.all {
    overflow-x: auto;
  }
/* 20200520 No58画像縮小対応 追加 */
  .colspan1 {
    overflow-x: auto;
    overflow-y: hidden;
  }
  img.colspan2 {
    max-width:100%;
  }
}

.movie{padding:10px 10px 0;max-width:1200px;box-sizing: border-box;margin: 0 auto;}
.movie .inner{width:100%;padding-top:56.25%;height:auto;display:block;position:relative;overflow:hidden;box-sizing:border-box;margin:0;}
.movie .inner video{width:100%;height:100%;vertical-align:top;line-height:0;position:absolute;vertical-align:bottom;left:50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);}
