.about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-grid__item {
  width: calc( 50% - 20px);
  margin-bottom: 32px;
  padding: 0 0 32px;
}

@media screen and (max-width: 960px) {
  .about-grid__item {
    margin-bottom: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .about-grid__item {
    margin-bottom: calc( 32px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .about-grid__item {
    padding: 0 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .about-grid__item {
    width: 100%;
    padding: 0 0 16px;
  }
}

.about-grid__item:last-of-type {
  padding: 0;
  margin: 0;
}

.about-grid__item img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 24px;
}

.guide .guide-tbl {
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.guide .guide-tbl table {
  width: 100%;
}

.guide .guide-tbl table thead {
  background: #0c67a8;
  color: #fff;
  font-weight: bold;
}

.guide .guide-tbl table thead tr {
  background: #0c67a8;
}

.guide .guide-tbl table thead tr th {
  padding: 24px 0 24px 32px;
  background: #0c67a8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .guide .guide-tbl table thead tr th {
    padding: 12px 0px 12px 12px;
  }
}

.guide .guide-tbl table thead tr td {
  background: #0c67a8;
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide .guide-tbl table thead tr td {
    padding: 12px 0;
  }
}

.guide .guide-tbl table tbody tr th {
  padding: 24px 0 24px 32px;
  width: 240px;
  background: #f5f5f3;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .guide .guide-tbl table tbody tr th {
    width: 120px;
    padding: 12px 0px 12px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .guide .guide-tbl table tbody tr th {
    width: 100px;
    font-size: 1.2rem;
  }
}

.guide .guide-tbl table tbody tr th br {
  display: none;
}

@media screen and (max-width: 640px) {
  .guide .guide-tbl table tbody tr th br {
    display: block;
  }
}

.guide .guide-tbl table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.guide .guide-tbl table tbody tr td img {
  margin: 0 auto;
  width: 18px;
}

@media screen and (max-width: 768px) {
  .guide .guide-tbl table tbody tr td img {
    width: 14px;
  }
}

/*# sourceMappingURL=../../maps/pages/rehabilitation.css.map */
