@charset "utf-8";

/*----------------------------------------
  #contents
----------------------------------------*/
#sub_pages #contents .inner article.another .main_title {
  border-bottom: none;
}
section .links > li {
  padding: 23px 20px 52px;
  border-bottom: 1px solid #dfdfdf;
}
section .links > li:last-child {
  padding-bottom: 0;
  border: none;
}
section .links > li:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
section .links > li h2 {
  color: #2f9db2;
  width: 30%;
  font-size: 2.0rem;
  font-weight: normal;
  float: left;
  margin-right: 2%;
}
section .links > li > .list {
  width: 68%;
  float: left;
}
section .links > li > .list li {
  line-height: 2.2;
  width: 49%;
  margin-right: 2%;
  float: left;
}
section .links > li > .list li:nth-child(even) {
  margin-right: 0;
}
section .links > li > .list.special li {
  float: none;
}
section .links > li > .list li a {
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/bg-links.gif) no-repeat right center;
  display: inline-block;
  padding-right: 15px;
}