.lead {
  margin-top: 34px;
}
@media all and (min-width: 751px) {
  .lead {
    margin-top: 55px;
  }
}
.lead p {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.66;
}
@media all and (min-width: 751px) {
  .lead p {
    font-size: 15px;
  }
}

.contents {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media all and (min-width: 751px) {
  .contents {
    margin-top: 30px;
    padding-bottom: 218px;
  }
}
.contents .list {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .contents .list {
    margin-bottom: 100px;
  }
}
.contents .list .item {
  border-bottom: 1px solid #C0BEB8;
}
.contents .list .item a {
  display: block;
  padding: 44px 0;
}
@media all and (min-width: 751px) {
  .contents .list .item a {
    padding: 40px 0;
  }
}
@media (hover: hover) {
  .contents .list .item a {
    position: relative;
  }
  .contents .list .item a::before {
    position: absolute;
    content: "";
    background-color: #434240;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -1px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .contents .list .item a:hover::before {
    width: 100%;
  }
}
.contents .list .item .title {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .contents .list .item .title {
    letter-spacing: 0.12em;
    font-size: 18px;
  }
}
.contents .list .item .title::before {
  position: absolute;
  content: "";
  background-color: #6D1332;
  width: 16px;
  height: 1px;
  bottom: -15px;
  left: 0;
}
@media all and (min-width: 751px) {
  .contents .list .item .title::before {
    width: 20px;
  }
}
.contents .list .item .name {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .contents .list .item .name {
    font-size: 15px;
  }
}
.contents .list .item .tx {
  font-size: 12px;
  line-height: 2;
  margin-top: 1em;
}
@media all and (min-width: 751px) {
  .contents .list .item .tx {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}