.mainVis {
  position: relative;
  margin-bottom: 2rem;
}

.mainVis-text {
  position: absolute;
  z-index: 999;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .mainVis-text {
    top: 4rem;
  }
}

.mainVis-text img {
  width: 60%;
}

@media screen and (min-width: 1000px) {
  .mainVis-text img {
    width: auto;
  }
}

.message {
  margin-bottom: 3rem;
}

.message-text {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
  .message-text {
    margin-bottom: 5rem;
  }
}

.message-text p {
  line-height: 1.8;
}

.message-text-chairman {
  text-align: right;
  margin-top: 1rem;
}

.message-text-chairman-name {
  font-size: 1.5em;
  margin-left: 1rem;
}

@media screen and (min-width: 1000px) {
  .message-download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.message-download-list li {
  border: 1px solid #707070;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
  .message-download-list li {
    width: 30%;
  }
}

@media screen and (min-width: 1000px) {
  .message-download-list li:not(:nth-of-type(1)) {
    margin-left: 5%;
  }
}

.message-download-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: .5rem 1rem .5rem 6.5rem;
  background-image: url(../img/front-page_download-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .message-download-list li a {
    font-size: .8em;
    padding: .8rem 1rem .8rem 6.5rem;
  }
}

.message-download-list li img {
  margin-left: auto;
}

.topics {
  margin-bottom: 4rem;
}

.topics-list li {
  border-bottom: 1px solid #c5c5c5;
  padding: .5rem;
}

.topics-time {
  display: inline-block;
  width: 6em;
}

.topics-cat {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 0 .5rem;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .topics-cat {
    width: 6em;
  }
}

.topics-cat.news {
  background-color: #69C500;
  font-size: .8em;
}

.topics-ttl {
  display: block;
}

@media screen and (min-width: 1000px) {
  .topics-ttl {
    display: inline-block;
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=front-page.css.map */