@charset "UTF-8";
#contents .blk#list {
  padding-top: 1.5%;
}
@media screen and (max-width: 767px) {
  #contents .blk#list {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
#contents .blk#list .entry {
  border: solid 1px #009140;
  padding: 2% 3% 2.5%;
  margin: 0.7em 0 3em 0;
}
@media screen and (max-width: 767px) {
  #contents .blk#list .entry {
    padding: 3% 3.5% 5%;
  }
}
#contents .blk#list .entry .update {
  font-weight: bold;
  margin: 0 0 0.7em -3.3%;
  font-size: 1.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .blk#list .entry .update {
    margin-left: -3.9%;
  }
}
#contents .blk#list .entry .update:before {
  content: "更新日";
  display: inline-block;
  padding: 0.3em 0.7em;
  margin-right: 1em;
  font-size: 0.85em;
  background-color: #009140;
  color: #fff;
}
#contents .blk#list .entry h5 {
  font-size: 1.2em;
  color: #009140;
  margin-bottom: 0.3em;
}
#contents .blk#list .entry h6 {
  font-size: 1.1em;
}
#contents .blk#list .entry .txt {
  margin: 0.7em 0 0 0.7em;
  line-height: 1.7;
}
#contents .blk#list .entry .txt p {
  padding: 0;
}
#contents .blk#list .entry .txt a.arr {
  display: inline-block;
  margin: 0 0.8em;
  color: #005626;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: solid 2px #009140;
}
#contents .blk#list .entry .txt a.arr:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  font-size: 0.7em;
  margin-right: 0.3em;
}
@media (min-width: 768px) {
  #contents .blk#list .entry .txt a.arr:hover {
    border-color: #5bba2b;
    transition: .3s;
    color: #5bba2b;
  }
  #contents .blk#list .entry .txt a.arr:hover:before {
    color: #5bba2b;
    transition: .3s;
  }
}
