.main {
  margin-bottom: 40px;
}

.section_title {
  padding: 20px 0 15px;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: dotted 1px #e6e6e6;
}

.card-b {
  margin-bottom: 0;
  padding: 12px 0;
  position: relative;
  border: 0;
  border-bottom: dotted 1px #e6e6e6;
}

.card-b__img {
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 8px;
}

.card-b__body {
  width: calc(100% - 91px - 11px);
  height: 91px;
  padding-left: 11px;
  position: relative;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.card-b__title {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.article__title {
  margin-top: 6px;
  padding: 12px 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.article__lead {
  padding: 17px 0;
  font-size: 12px;
  font-weight: bold;
}

.article__text {
  font-size: 13px;
  line-height: 1.8;
}

.article__date {
  padding-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  float: right;
  letter-spacing: .12em;
}

.article__list {
  padding-top: 40px;
}

.article__list__item {
  margin-bottom: 10px;
}

.article__list__item .fa-link {
  padding-right: 8px;
}

.article__list__item a {
  color: #a68b62;
}

.article__sns {
  padding-top: 20px;
  text-align: center;
}

.article__sns__item {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  border: 1px solid #CCC;
}

.article__sns__item img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article .btn {
  margin: 45px auto;
  font-size: 12px;
  font-weight: bold;
}

.article__slider {
  margin-top: 20px;
  margin-bottom: 25px;
}

.article__slide__caption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.slick-slide {
  position: relative;
}

.article__slider__item {
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #E6E6E6;
  outline: none;
  border-radius: 8px;
}

.article__slider__item img {
  border-radius: 8px;
}
