@charset "UTF-8";
/* ----------------------------------------------
* Generated by Animista on 2018-2-5 19:43:44
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-right
* ----------------------------------------
*/
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
* ----------------------------------------
* animation slide-left
* ----------------------------------------
*/
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/**
** ヘッダ
**/
header {
  background-image: url(../media/images/bg_pagetitlte.jpg);
}

/**
** 各セクション
**/
section,
.section {
  padding-bottom: 120px;
}
@media screen and (max-width: 979px) {
  section,
  .section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section,
  .section {
    padding-bottom: 30px;
  }
}
section.infoList table.topiclist,
.section.infoList table.topiclist {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
section.infoList table.topiclist tr span.category,
.section.infoList table.topiclist tr span.category {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  display: inline-block;
  padding: 4px 7px;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  margin-right: 10px;
  min-width: 84px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.infoList table.topiclist tr span.category,
  .section.infoList table.topiclist tr span.category {
    font-size: 11px;
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
section.infoList table.topiclist tr td.date,
.section.infoList table.topiclist tr td.date {
  width: 20%;
  padding: 16px 25px;
  vertical-align: middle;
  text-align: left;
  background-color: #64be1e;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.infoList table.topiclist tr td.date,
  .section.infoList table.topiclist tr td.date {
    padding: 10px 15px;
  }
}
section.infoList table.topiclist tr td.title,
.section.infoList table.topiclist tr td.title {
  background-color: #e8f5dd;
  padding: 16px 30px;
}
@media screen and (max-width: 767px) {
  section.infoList table.topiclist tr td.title,
  .section.infoList table.topiclist tr td.title {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.infoList table.topiclist tr td.title a,
  .section.infoList table.topiclist tr td.title a {
    display: block;
  }
}
section.infoList table.topiclist tr td.title a[href^="javascript"],
.section.infoList table.topiclist tr td.title a[href^="javascript"] {
  text-decoration: none;
  cursor: default;
}

/**
** information_title-h2
**/
.topic_info{
  margin-top: 80px;
}

.information_title-h2 {
  max-width: 1020px;
  margin: 0 auto 40px;
  padding: 30px 10px 30px 0;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
.topic_info{
  margin-top: 20px;
}
.information_title-h2 {
    padding: 20px 10px 20px 0;
    font-size: 21px;
  }
}
.information_title-h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.information_title-h2 span.line {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: solid 5px #64be1e;
}
@media screen and (max-width: 767px) {
  .information_title-h2 span.line {
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=information.css.map */
