body {
  margin: 0;
  padding: 0;
}

.title {
  font-size: 40px;
  color: #d0617e;
  font-weight: bold;
}

.title:before {
  content: url(../img/special_logo.png);
  position: relative;
  top: 20px;
  margin-right: 10px;
}

.special_link {
  margin: 40px 0 80px;
}

.btn__link--jump {
  background: #edbb70 url(../img/arrow_bottom.png) no-repeat center right 17px/6px;
}
.special-list li {
  width: 200px;
  margin: 0 44px 34px 0;
}

.special-list__img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.special-list__link a {
  color: #edbb70;
  font-size: 14px;
  font-weight: bold;
}

.special-list__link a::after {
  content: url(../img/link_logo.png);
}
@media (min-width: 768px) {
  .btn__link--jump {
    width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {


  .title {
    font-size: 30px;
    color: #d0617e;
    font-weight: bold;
  }

  .special_link {
    margin: 40px 0;
  }

  .special-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .special-list li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }

  .special-list li img {
    max-width:100%;
  }

  .special-list__img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .btn__link--jump {
    background-image: none !important;
    width: 280px;
    margin: 0 auto;
  }
}
