
  /*-------------------------------------------------------*/
  /* table */
  /*-------------------------------------------------------*/
  .cms-table div.u-flex figure{
    display: flex;
    gap:0 10px;
  }
  .cms-table div.u-flex figure img{
    max-width: 40px;
  }
  .comparison-table {
    max-width: 1000px;
  }
  .comparison-table .o-table__td {
    background-color: inherit;
    padding: 15px 25px;
  }
  .comparison-table .o-table__th div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
  }
  .cms-table div.u-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
  }
  .comparison-table .o-table__th div p,
  .cms-table div.u-flex p{
    margin: 0;
    font-size: 18px;
  }
  .comparison-table .o-table__th div figure{
    max-width: 80px;
  }
  .comparison-table .o-table__dl{
    position: relative;
  }
  .comparison-table .o-table__td dt p{
    color: rgb(255, 255, 255);
    background-color:#DB3D23;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 3px 3px #ECECEC;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    right: 5px;
    z-index: 1;
    font-weight: bold;
    transform: rotate(10deg) translate(40px);
  }
@media (max-width: 767px) {
  .cms-table div.u-flex p{
    font-size: 14px;
  }
  .cms-table div.u-flex figure img{
    max-width: 25px;
  }
  .cms-scroll-table .comparison-table table {
    max-width: 500px;
    min-width: 400px!important;
  }
  .comparison-table .o-table__td {
    padding: 15px;
  }
  .comparison-table .o-table__td dt p{
    top: -52px;
    right: 30px;
    z-index: 1;
    font-weight: bold;
    transform: rotate(10deg) translate(40px);
  }
  .comparison-table .o-table__dl{
    margin-top: 25px;
  }
  .comparison-table .o-table__th div figure{
    max-width: 60px;
  }
}
.border-bk--top {
  border-top: 4px solid #000 !important;
}
.border-bk--right {
  border-right: 4px solid #000 !important;
}
.border-bk--bottom {
  border-bottom: 4px solid #000 !important;
}
.border-bk--left {
  border-left: 4px solid #000 !important;
}
