@charset "UTF-8";
#cta-65b8c83a5c5f121725523ec0 .component.cta {
  /* sample */
}
#cta-65b8c83a5c5f121725523ec0 .cta-row.cta-row-0 {
  margin: 0;
  padding: 0;
}
#cta-65b8c83a5c5f121725523ec0 .cta-row.cta-row-0 .cta-column.cta-column-0 {
  margin: 0;
  padding: 0;
}
#cta-65b8c83a5c5f121725523ec0 .cta-column.cta-column-0 ol {
  list-style-type: circle;
  padding-left: 20px;
  padding-bottom: 0.2em;
}
#cta-65b8c83a5c5f121725523ec0 .cta-column.cta-column-0 ol li {
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  #cta-65b8c83a5c5f121725523ec0 {
    /* ウィンドウ幅が over 768px なら、ヘッダ列の幅を150pxに制御 */
  }
  #cta-65b8c83a5c5f121725523ec0 table th {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #cta-65b8c83a5c5f121725523ec0 {
    /* ウィンドウ幅が under 768px なら、枠線を加工 */
  }
  #cta-65b8c83a5c5f121725523ec0 table th {
    border-top: 0;
    border-right: 0;
    border-right: 1px;
    border-left: 0;
  }
  #cta-65b8c83a5c5f121725523ec0 table, #cta-65b8c83a5c5f121725523ec0 table tbody, #cta-65b8c83a5c5f121725523ec0 table td {
    border: 0;
  }
}