@charset "UTF-8";
.history__area {
  padding: 4rem 0 8rem;
}

.history__area .history__history_list li {
  margin-bottom: 1em;
  padding-left: 1em;
  color: #707070;
}

.history__area .history__history_list li::before {
  content: "・";
  display: inline;
  margin-left: -1em;
}

.history__area .history__history_list li .content {
  display: block;
}

.history__area .history__gallary img {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .history__area .history__history_list {
    width: 65%;
    margin: auto;
    padding-bottom: 2em;
  }
  .history__area .history__history_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4em;
  }
  .history__area .history__history_list li .month {
    width: 8em;
  }
  .history__area .history__gallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history__area .history__gallary img {
    width: calc((100% - 2rem) / 2);
    margin-bottom: 2rem;
  }
  .history__area .history__gallary img:nth-of-type(even) {
    margin-left: 2rem;
  }
}

.message__area {
  padding: 0rem 0 14rem;
}

.message__area .message__ttl {
  padding-bottom: 1rem;
}

/*.message__area .message__text_box p {
  text-indent: 1em;
}*/

.message__area .message__text_box p + p {
  margin-top: 1.5em;
}

.message__area .message__text_box__day {
  padding-top: 3rem;
}

.message__area .message__text_box__president {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.message__area .message__imgs{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.message__area .message__imgs img{
  width: 20%;
  margin:0 .5rem;
}

@media screen and (min-width: 768px) {
  .message__area .message__ttl {
    padding-bottom: 3rem;
  }
  .message__area .message__text_box p {
    font-size: .75em;
  }
}
/*# sourceMappingURL=mind.css.map */