@charset "utf-8";
.about__image {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.about__link {
  color: #00619e;
  text-decoration: underline;
}

.about__table {
  width: 100%;
}

.about__table thead tr th {
  background-color: #bd1112;
  border: 1px solid #bd1112;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

.about__table tbody tr th {
  background-color: #f0f0f0;
  padding: 15px;
  vertical-align: top;
}

.about__table tbody tr td {
  padding: 15px;
  width: 100%;
}

.about__table tbody tr td,
.about__table tbody tr th {
  border: 1px solid #bebebe;
}

.examination-results__box {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  padding: 15px 30px;
}

.examination-results__box-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 100px;
  position: relative;
  width: 100px;
}

.examination-results__box-icon-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.examination-results__box-icon-wrapper span {
  color: #e30b1c;
  font-size: 10px;
  margin-bottom: 3px;
}

.examination-results__box-text {
  padding-left: 20px;
}

.examination-results__image {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.examination-results__large-text {
  font-size: 32px;
}

@media screen and (max-width: 800px) {
  .examination-results__large-text {
    font-size: 18px;
  }
}

