@charset "UTF-8";


.article-list {
  background-color: #fff5c9;
  padding-bottom: 248px;
  background-image: url(../img/support/bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 140px;
  position: relative;
  display: block;
}

.article-list::after {
  content: "";
  display: block;
  width: 210px;
  height: 134px;
  background: url(../img/support/truck.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  left: calc((100vw - 1100px) / 2);
  bottom: 0;
}

.article-list h1 {
  margin-bottom: 65px;
  width: 860px;
}

.article-list .frame {
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
}

.article-list .frame ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.article-list .frame ul li {
  margin-bottom: 8px;
  line-height: 1.4;
  position: relative;
  display: block;
}

.article-list .frame ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ee8143;
  position: absolute;
  top: 10px;
  left: -18px;
}

.article-list .frame ul li a:hover {
  color: #ee8143;
}

.article-list .frame dl dd {
  padding: 40px 0;
}

.article-list .frame dl dt {
  width: 208px;
  height: 39.104px;
  margin: 0 auto;
  display: block;
}

.article-list .frame dl dt img {
  width: 100%;
  height: auto;
}

.article-list dl dd a {
  margin-top: -2px;
  color: #78b3ff;
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
}

.article-list .link-back {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  display: block;
  text-align: center;
  color: #78b3ff;
}



@media screen and (max-width: 640px) {
  .article-list {
    padding-bottom: 114px;
    background-size: auto 73px;
  }

  .article-list::after {
    width: 87px;
    height: 56px;
    left: 36px;
  }

  .article-list .frame {
    padding: 22px;
    font-size: 15px;
  }

  .article-list h1 {
    margin-bottom: 8vw;
    width: 88vw;
  }

  .article-list .frame dl dt {
    width: 174px;
    height: 32.712px;
  }

  .article-list .frame dl dd {
    padding: 16px 0 32px;
  }

  .article-list dl dd a {
    font-size: 15px;
  }

  .article-list .link-back {
    font-size: 15px;
  }
}
