@charset "UTF-8";

.list-blog > ul {
  border-top: 1px dashed #d9dadb;
  border-bottom: 1px dashed #d9dadb;
}
.list-blog > ul > li {
  padding: 10px 0;
}
.list-blog > ul > li:not(:last-child) {
  border-bottom: 1px dashed #d9dadb;
}
.list-blog > ul > li > span {
  display: block;
  margin-top: 2px;
}
.list-blog > ul + ul {
  border-top: 0;
}
.list-blog > ul > li a[target="_blank"]::before {
  display: inline-block;
  content: '新しいウインドウで開く';
  width: 12px;
  height: 10px;
  margin-right: 3px;
  overflow: hidden;
  background: url(/shared/img/icn-_blank.svg) no-repeat;
  color: transparent;
}
.mod-list-ordered> ol.list> li::before {
  min-width: 1.5em;
}

@media only screen and (min-width: 768px) {
  .list-blog > ul > li {
    padding: 16px 16px 9px;
  }
  .list-blog > ul > li > span {
    margin-top: -1.6em;
    padding-left: 138px;
  }
}
