@charset "utf-8";
/* article_wrap
---------------------------------------- */
.article_wrap .ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.68181818181;
  letter-spacing: .08em;
  color: #181818;
  position: relative;
  margin: 0 0 40px;
  padding: 6.5px 0 6.5px 33px;
}

.ie11 .article_wrap .ttl {
  padding: 10.5px 0 2.5px 33px;
}

.article_wrap .ttl::before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background: #21AEDD;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .article_wrap .ttl {
    font-size: 1.8rem;
    line-height: 1.5555555555;
    margin: 40px 6.763285024% 56px;
    padding: 0 0 0 21px;
  }
  
  .article_wrap .ttl::before {
    width: 2px;
    background: repeating-linear-gradient(#28B52D 0, #28B52D 2px,transparent 2px, transparent 4px);
  }
}

/* page_top_btn
---------------------------------------- */
.page_top_btn {
  margin: 36.5px 52px 35.5px 0;
}

@media screen and (max-width: 767px) {
  .page_top_btn {
    margin: 63.5px 0 24.5px;
  }
}