@charset "utf-8";
/* ------------------------------------------------------------------------------------------------
 * style
 * ------------------------------------------------------------------------------------------------ */
.u-content-title {
  text-align: center;
}
.u-content-title .e-title {
  color: #000;
  /*font-size: 3rem;*/
  font-size: 1.875rem;
  letter-spacing: .075em;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
}
.u-content-title .e-title:after {
  content: '';
  width: 100%;
  height: 1px;
  padding: 0 5px;
  display: inline-block;
  background: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.l-dl-list-wrap {
  border-bottom: 1px solid #b5b5b5;
}
.l-dl-list-item {
  width: 100%;
  display: table;
  border-top: 1px solid #b5b5b5;
}
.l-dl-list-item .e-image {
  vertical-align: middle;
  width: 140px;
  max-width: 140px;
  padding: 20px 0 20px 20px;
  display: table-cell;
}
.l-dl-list-item .e-image .e-img {
  border: 1px solid #e5e5e3;
}
.l-dl-list-inner {
  vertical-align: middle;
  padding: 20px;
  display: table-cell;
}
.l-dl-list-inner .e-title {
  color: #222;
  font-weight: 700;
  padding: 5px 0;
  display: block;
}
.l-dl-list-inner .e-time {
  /*font-size: 1.4rem;*/
  font-size: 0.875rem;
  padding: 5px 0;
  display: block;
}
.l-dl-list-item .e-button {
  vertical-align: middle;
  width: 270px;
  padding: 0 20px;
  display: table-cell;
}
.l-dl-list-item .e-button .e-link {
  color: #fff;
  /*font-size: 1.5rem;*/
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  background: #008842;
}
.l-dl-list-item .e-button .e-link .e-name {
  padding: 0 0 0 25px;
  display: inline-block;
  background: url(/assets/img/global/arrow-white-03.png) no-repeat left center / 13px auto;
}
.l-friendship-button .e-img {
  margin: 0 auto;
}
/* 20181111 */
.l-dl-list-item .e-button:nth-last-of-type(2) {
  padding-right: 0;
}
.l-dl-list-item .e-button:nth-last-of-type(2) .e-link {
  color: #222;
  background-color: #f5f5f5;
}
.l-dl-list-item .e-button:nth-last-of-type(2) .e-link .e-name {
  transform: rotate(.05deg);
}
.l-dl-list-item .e-button:nth-last-of-type(2) .e-link .e-name:before {
  content: url("/assets/img/global/icon-pdf-02.png");
  margin-left: -10px;
  display: block;
  position: absolute;
  transform: translate(-100%, -25%);
}