.page-home .section-news {
    z-index: 10;
    position: relative;
    padding: 35px 55px;
}

.page-home .section-news h2 {
    font-size: 24px;
}

.page-home .section-news .news_group {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #dedede solid;
}

.page-home .section-news .item_tag {
    font-family: 'Poppins';
    font-size: 12.8px;
    padding: 5px;
    width: 120px;
    background-color: #ebeff2;
    color: gray;
    text-align: center;
    margin-right: 20px;
}

.page-home .section-news .item_date {
    color: gray;
    margin-right: 20px;
}

.page-home .section-news .item_ttl {
    color: #333333;
}

.page-home .section-news p {
    display: inline-block;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
	.page-home .section-news .item_ttl {
		display: block;
		margin-top: 10px;
	}
}

.section-par h1 {
    margin-bottom: 10px;
}

.section-par ul.unorder-list li, .section-par ol.order-list li {
    margin-bottom: 10px;
}

.section-par ul.unorder-list li:before {
    left: -10px;
    line-height: 40px;
    font-size: 30px;
}

.page-home .section-sansan-to-kintone .demo-area {
    position: relative;
}

.page-home .section-sansan-to-kintone .s-t-k-featured-img {
    position: relative;
    z-index: 40;
    margin-top: 5em;
    margin: 3em auto 0;
    width: 100%;
}

.page-home .section-sansan-to-kintone .demoplay {
    position: absolute;
    z-index: 50;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 50;
    margin-left: 0;
    display: inline-block;
    overflow: hidden;
    width: 65%;
}

.page-home .sc-i-box {
    padding: 72px 138px 20px;
}

.page-home .section-case-one, .page-home .section-case-two {
    padding: 117px 0 135px;
}