@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* sectionBox */
.l-content .sectionBox{
  background: #ececec;
  padding: 40px 20px 20px;
  margin-bottom: 40px;
}


/* infoBlock */
.l-content .infoBlock {
  border: 2px solid #b4b4b4;
  box-sizing: border-box;
  background: #FFF;
  margin: 0 auto 45px;
  padding: 12px 40px 10px;
  height: 124px;
}
.l-content .infoBlock .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #004681;
}
.l-content .infoBlock .inner {
  padding: 10px 0 0;
  width: 100%;
  box-sizing: border-box;
  display: table;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.l-content .infoBlock .inner .date {
  width: 135px;
  display: table-cell;
  padding: 0 0 0 80px;
}
.l-content .infoBlock .inner .txt {
  display: table-cell;
}


/* categoryList */
.l-content .categoryList {
  letter-spacing: -0.4em;
  margin: 0 -20px 0 0;
}
.l-content .categoryList .category {
  letter-spacing: normal;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  width: 290px;
  margin: 20px 20px 0 0;
  padding: 15px 0 10px;
  background: #FFF;
}
.l-content .categoryList .category .name {
  display: table;
  width: 100%;
}
.l-content .categoryList .category .name .txt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #0f4066;
}
.l-content .categoryList .category .name .lead {
  font-size: 16px;
  display: block;
}
.l-content .categoryList .category .pic {
  width: 270px;
  margin: 0 auto 5px;
}
.l-content .categoryList .category .btn a {
  display: block;
  background: #4f87aa;
  box-shadow: 0px 2px 0px 0px #b6b6b6;
  width: 270px;
  margin: 0 auto;
  padding: 10px 30px 8px 40px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.l-content .categoryList .category .btn a:before {
  position: absolute;
  top: 14px;
  left: 20px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABXUExURf///1SKrN/p7/f5+2KUs97o75u7z0+Hqtjl7FOKrJq6zvv8/fn7/Jy7z1WLrff6+9vn7t/p8Pr8/ejv9KfD1Mrb5cvb5meXtmaXtYSrxOfv84Orw6fD1VwZamYAAABgSURBVAjXRU7ZEoAgEEItUbvsPv//O9vMpn2AZYYBQHrrjHHWk2BRIl1ZED7/gFYIQvuYVIATZHvVQg7VI8h1AYZPbDNgsm16bVbwPFKAhdJfdK/+Ui2lMqeJXRcbmXMD2owC/EB7gCQAAAAASUVORK5CYII=) no-repeat 0 0;
}
.l-content .categoryList .category.box_hover {
  cursor: pointer;
}
.l-content .categoryList .category.box_hover .pic img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

