@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "INFORMATION";
}

.information {
  padding: 32px 0;
}
.information .info_article {
  padding-bottom: 40px;
}
.information .info_article:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.information .info_article .data {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-bottom: 3px;
}
.information .info_article .info_ttl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}
.information .info_article .thumb {
  margin-bottom: 24px;
  text-align: center;
}
.information .info_article .info_txt {
  color: #505050;
  letter-spacing: 0.05em;
}
.information .info_article a.btn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .information {
    padding: 64px 0;
  }
  .information > .container {
    max-width: 700px;
  }
  .information .info_article {
    padding-bottom: 60px;
  }
  .information .info_article .data {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .information .info_article .info_ttl {
    font-size: 20px;
  }
  .information .info_article .thumb {
    margin-bottom: 20px;
  }
  .information .info_article .info_txt {
    margin-bottom: 30px;
  }
  .information .info_article .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}