

.article-shutter__red__table .red-table{
  border: 0;
}

.article-shutter__red__table .red-table tr td,
.article-shutter__red__table .red-table tr th{
  border: 1px solid #BCBCBC;
  padding: 1rem;
  font-size: 1.6rem
}

.article-shutter__red__table .red-table tr th{
  color: #FFF;
  background: #BF2119;
  font-weight: bold;
  font-size: 1.8rem;
}

.article-shutter__red__table .red-table tr td:first-child,
.article-shutter__red__table .red-table tr th:first-child{
  border-left-width: 2px;
}

.article-shutter__red__table .red-table tr td:last-child,
.article-shutter__red__table .red-table tr th:last-child{
  border-right-width: 2px;
}

.article-shutter__red__table .red-table tr:first-child td,
.article-shutter__red__table .red-table tr:first-child th{
  border-top-width: 2px;
}

.article-shutter__red__table .red-table tr:last-child td,
.article-shutter__red__table .red-table tr:last-child th{
  border-bottom-width: 2px;
}

.article-shutter__red__table .red-table tr:first-child td:first-child,
.article-shutter__red__table .red-table tr:first-child th:first-child{
  border-top-left-radius: 2rem;
}

.article-shutter__red__table .red-table tr:first-child td:last-child,
.article-shutter__red__table .red-table tr:first-child th:last-child{
  border-top-right-radius: 2rem;
}

.article-shutter__red__table .red-table tr:last-child td:first-child,
.article-shutter__red__table .red-table tr:last-child th:first-child{
  border-bottom-left-radius: 2rem;
}

.article-shutter__red__table .red-table tr:last-child td:last-child,
.article-shutter__red__table .red-table tr:last-child th:last-child{
  border-bottom-right-radius: 2rem;
}

.article-shutter__red__table .red-table tr td .red-title{
  display: block; text-align: center;
  color: #BF2119;
  font-size: 2.2rem
}

.article-shutter__red__table .red-table tr td.big-red-title{
  text-align: center;
  color: #BF2119;
  font-size: 2.5rem
}

.article-shutter__red__table .red-table tr td p:not(:last-child){
  margin-bottom: 1rem;
}

.article-shutter__red__table .red-table-ul li{
  font-size: 1.8rem;
  padding-left: 2.5rem;
  position:relative;
}

.article-shutter__red__table .red-table-ul li::before {
    content: "";
    position: absolute;
    top: .66rem;
    left: 0;
    border-radius: 9999px;
    width: 1.18rem;
    height: 1.18rem;
    display: block;
    background-color: #dd170e;
}

.article-shutter__red__table .red-table-ul p:last-child{
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  .article-shutter__red__table:not(.article-shutter__red__table__no_scroll){
    overflow-x: scroll;
  }
}