.CommonTextComponent {
  padding: 5rem 0 1rem;
  font-size: 1.2rem;
  color: #022356;
}
.CommonTextComponent h2 {
  border-bottom: 2px solid #1ca8fc;
  color: #01142f;
}
.CommonTextComponent h3 {
  color: #01142f;
}
.CommonTextComponent h6 {
  color: #1ca8fc;
}
.CommonTextComponent.isDark {
  color: #FFFFFF;
}
.CommonTextComponent table {
  width: 100%;
}
.CommonTextComponent img {
  max-width: 100%;
}
.CommonTextComponent .table {
  width: 100%;
}
.CommonTextComponent .table thead tr th {
  background-color: #eeeeee;
}
.CommonTextComponent .table tbody > tr {
  border-bottom: 1px solid #838383;
}
.CommonTextComponent .table tbody > tr:first-child > td {
  color: #01142f;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
}
.CommonTextComponent .table tbody > tr > td {
  border: 0;
  min-width: 5rem;
  vertical-align: middle;
}
.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:hover > td {
  background-color: #eeeeee;
}
.CommonTextComponent.isDark h2 {
  color: #FFFFFF;
}
.CommonTextComponent.isDark h3 {
  color: #FFFFFF;
}
.CommonTextComponent.isDark .text2 {
  color: #FFFFFF;
}
.CommonTextComponent.isDark .table tbody > tr:first-child > td {
  color: #FFFFFF;
}
.CommonTextComponent.isDark .table tbody > tr > td {
  color: #FFFFFF;
}
.CommonTextComponent.isDark hr {
  border-top-color: #1ca8fc;
}
.CommonTextComponent.isDark a {
    color: #ffffff;
}

.CommonTextComponent.isDark a:hover {
    color: #1ca8fc;   
}