.page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media all and (max-width: 575px) {
  .page {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 576px) {
  .page {
    font-size: 0.875rem;
  }
}

.page a {
  color: #505050;
  font-weight: 400;
  line-height: 2;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 99em;
  background-color: rgba(0, 0, 0, 0);
}

.page .svg {
  stroke: #505050;
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}

.page .active a {
  color: white;
  background-color: #25A0CE;
}

@media all and (max-width: 575px) {
  .page dd {
    margin: 0 9px;
  }
  .page dt {
    padding-top: 0.1em;
  }
  .page a {
    min-width: 40px;
    line-height: 40px;
    height: 40px;
  }
}

@media all and (min-width: 769px) {
  .page dd {
    margin: 0 6px;
  }
  .page dt {
    margin: 0 10px;
  }
  .page a {
    padding-top: 0.5em;
  }
  .page dt a:hover {
    background-color: #0085B7;
  }
  .page dt a:hover .svg {
    stroke: white;
  }
  .page dd a:hover {
    color: white;
    background-color: #0085B7;
  }
}

ul.list li {
  padding: 16px;
  background-color: white;
  border-radius: 20px;
  color: #222;
  line-height: 1.5;
  margin-bottom: 16px;
}

ul.list .title {
  font-size: 1.25rem;
}

ul.list .stext {
  margin: 20px 0;
}

ul.list .stime {
  color: #9B9B9B;
  text-align: right;
}

.page {
  margin-top: 12px;
  margin-bottom: 40px;
}

@media all and (min-width: 769px) {
  ul.list {
    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;
    margin-bottom: 32px;
  }
  ul.list li {
    padding: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(( 100% - 32px) / 2);
            flex: 0 0 calc(( 100% - 32px) / 2);
  }
}
/*# sourceMappingURL=message.css.map */