.font-10 {
  font-size: 10px !important;
  line-height: 15px !important;
}

.font-16 {
  font-size: 16px !important;
  line-height: 30px !important;
}

.font-20 {
  font-size: 20px !important;
  line-height: 32px !important;
}

.font-24bold {
  font-size: 24px !important;
  line-height: 35px !important;
  font-weight:bold;
}

.font-24bold_li {
  font-size: 24px !important;
  line-height: 45px !important;
  font-weight:bold;
}

.font-24bold_blue {
  font-size: 24px !important;
  line-height: 35px !important;
  font-weight:bold;
  color: #13679A !important;
}

.font-24bold_blue_li {
  font-size: 24px !important;
  line-height: 45px !important;
  font-weight:bold;
  color: #13679A !important;
}

.font-28bold {
  font-size: 28px !important;
  line-height: 45px !important;
  font-weight:bold;
}

.font-28bold_blue {
  font-size: 28px !important;
  line-height: 45px !important;
  font-weight:bold;
  color: #13679A !important;
}


.font-32bold_blue {
  font-size: 32px !important;
  line-height: 50px !important;
  font-weight:bold;
  color: #13679A !important;
}

.font-36bold {
  font-size: 36px !important;
  line-height: 50px !important;
  font-weight:bold;
}


.box_blue {
  border: 2px solid #13679A;

  padding: 0.8em;
  border-radius: 10px;
}