.CommonTextComponent {
  padding: 5rem 0 1rem;
  font-size: 1.2rem;
  color: #5C5C5C;
  overflow-x: auto;
}
.CommonTextComponent > div {
  min-width: 1000px;
}
.CommonTextComponent h2 {
  color: #080709;
  font-weight: 600;
  position: relative;
}
.CommonTextComponent h2:before {
  content: " ";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.CommonTextComponent h3 {
  color: #080709;
}
.CommonTextComponent h6 {
  color: #080709;
}
.CommonTextComponent.isDark {
  color: #FFFFFF;
}
.CommonTextComponent table {
  width: 100%;
}
.CommonTextComponent img {
  max-width: 100%;
}
.CommonTextComponent .table {
  width: 100%;
}
.CommonTextComponent .table thead tr th {
  background-color: #113A4E;
  color: #FFFFFF;
}
.CommonTextComponent .table tbody > tr {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(26, 26, 26);
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  border-top: 1px solid rgb(235, 235, 235);
  border-bottom: 0;
}
.CommonTextComponent .table tbody > tr:first-child td {
  background-color: #113A4E !important;
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 600;
}
.CommonTextComponent .table tbody > tr:first-child td:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #289FCB;
}
.CommonTextComponent .table tbody > tr:first-child td:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.CommonTextComponent .table tbody > tr > th {
  border-top: 1px solid rgb(235, 235, 235);
  padding: 20px 8px 20px 20%;
  font-weight: 600;
  width: 50%;
}
.CommonTextComponent .table tbody > tr > td {
  padding: 8px;
  min-width: 5rem;
  vertical-align: middle;
  border: 1px solid #ebebeb;
}
.CommonTextComponent .table tbody > tr > td p {
  margin-bottom: 0;
}
.CommonTextComponent .table tbody > tr > td figure {
  margin: 0;
}
@media (max-width: 575px) {
  .CommonTextComponent .table tbody > tr > td {
    width: 25%;
    min-width: 1rem;
  }
}
.CommonTextComponent .table tbody > tr:nth-child(2n+1) {
  background: rgb(249, 249, 249);
}
.CommonTextComponent .table tbody > tr:nth-child(2n+1) > td {
  border-right: 1px solid #fff;
  box-shadow: inset 0 -4px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.CommonTextComponent .table tbody > tr:nth-child(2n+1) > td:last-child {
  border-right: 0;
}
.CommonTextComponent .table tbody > tr:hover > td {
  background-color: #289FCB;
}
.CommonTextComponent.isDark h2 {
  color: #080709;
}
.CommonTextComponent.isDark h3 {
  color: #080709;
}
.CommonTextComponent.isDark .text2 {
  color: #080709;
}
.CommonTextComponent.isDark .table tbody > tr:first-child > td {
  color: #080709;
}
.CommonTextComponent.isDark .table tbody > tr > td {
  color: #080709;
}
.CommonTextComponent.isDark hr {
  border-top-color: #707070;
}
