/* h1非表示 */
h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* メインビジ */
.keyvisual-area {
  background: url(/lp/cam_testamentary_trust/imgs/kv_pc_bg.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 1019px) {
  .mv-img-sp {
    width: 100% !important;
  }
}

/* メインコンテンツ */
.main-container {
  width: 920px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 1019px) {
  .main-container {
    width: 100%;
    padding: 40px 15px;
  }
}

/* テーブル */
.table-top th {
  background-color: #ffffff;
  border: none;
}

/* ボタン */
@media screen and (min-width: 1020px) {
  .box-conversion__btn-title {
    height: 44px;
    align-content: center;
  }
}


