
.article-txt {
    line-height: 2;
    margin: 2em 0;
}
.article-mainblock {
    margin-bottom: 10%;
}
.article-detailblock {
    margin-bottom: 10%;
}
.artcle-imageblock {
    width: 60%;
    margin: 0 auto;
}
.news-list-page {
    margin: 4em 0 3em;
}
.mainimage-box{
    width: 100%;
}
.mainimage-box>img{
    max-width: 100%;
    max-height: 100%;
}
.article-listbox {
    margin-bottom: 20%;
}
.news-list-item {
    display: flex;
    border-bottom: 1px solid #87AFC8;
    padding: 1em;
}

.list-image-box {
    width: 30%;
    height: auto;
    text-align: center;
}
.list-image-box>img{
    max-width: 100%;
    max-height: 100%;
    width: auto;

}
.news-list-item .list-txt-box {
    padding: 1em;
    color: #505050;
    font-weight: 500;
    width: 70%;
}
.list-time{
    padding: 0;
    display: inline-block;
    margin-bottom: 13px;
}
p.news-ttl{
    font-size: 20px;
}
.article-container .news-list-pagebox .slick-prev {
    left: 25%;
    top: 100%;
    z-index: 3;
}
.article-container .news-list-pagebox .slick-next {
    right: 27%;
    top: 100%;
    z-index: 3;
}
.slick-dots li.slick-active button::before {
    color: #328CC3;
}
.successcase-detail-page {
    margin-bottom: 16%;
}
.successcase-detail-page {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 16%;
}
.category-icon{
    color: #328CC3;
    border:1px solid  #328CC3;
    border-radius: 20px;
    font-weight: 600;
    padding: 0.2em 1em;
    margin-left: 10px;
}
.s-contact-wrap{
    padding-bottom: 10%;
}

/*
pagenation
---------------------------*/
#pagenation {
    text-align: center;
  }
  #pagenation ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pagenation li {
    position: relative;
    display: inline-block;
  }
  .current :after {
    content: "";
    background-image: linear-gradient(90deg, #3A96BD, #4E479B);
    border-radius: 5px;
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
   .current .number {
    font-weight: 600;
    color: #505050;
  }
   .number {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 2.5em;
    line-height: 1;
    padding: 4px 4px 14px;
  }
  #pagenation .arrow {
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin: 0 2em;
    transition: 0.5s;
  }
  #pagenation .arrow:hover{
    filter: opacity(50%);

  }
  #pagenation .arrow p {
    display: none;
  }
  .article-content img{
    width: auto;

  }

@media screen and (max-width:760px) {
    .news-column-container {
        width: 100%;
    }
    .mainimage-box {
        width: 100%;
    }
    .article-container {
        width: 100%;
    }
    .news-ttl {
        font-size: 16px;
    }
    .successcase-detail-page {
        width: 100%;
    }
    

}
@media screen and (max-width:500px) {
    .news-list-item {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .artcle-imageblock {
        width: 100%;
    }
    .list-image-box {
        width: 100%;
        height: 120px;
    }
}
