@charset "UTF-8";
.information {
  width: 80%;
  margin: auto; }
  .information .information-tit {
    width: 100%;
    text-align: center; }
  .information .info-list a {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    padding: 20px 0;
    border-bottom: #bfbfbf 1px solid; }
    .information .info-list a dt {
      display: flex;
      justify-content: flex-start;
      align-content: flex-start;
      color: #000000; }
      .information .info-list a dt span.time {
        margin: 0 30px 0 0; }
    .information .info-list a dd {
      color: #1064c3; }

.message {
  width: 100%;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-start; }
  .message .message-tit {
    text-align: center; }
    .message .message-tit p {
      display: block;
      margin: 20px 0 0 0; }
  .message .message-photo {
    text-align: center; }

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  .information {
    width: 98%; }
    .information .info-list a {
      display: block; }

  .message {
    display: block; }
    .message .message-tit img {
      max-width: 100%; } }
