@charset "UTF-8";

.menu.item ul.icon li::before,
.menu.item ul.icon li::after {
	content: "";
	position:absolute;
}
.menu.item ul.icon li::before {
	width: 100px;
	height: 100px;
	background: #FFF;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	z-index: 10;
}
.menu.item ul.icon li::after {
	width: 50px;
	height: 50px;
	left: 55px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
}
.menu.item ul.icon li.cloud::after {
	background: transparent url(/assets/images/customer/cloud.png) no-repeat center center;
	background-size: cover;
}
.menu.item ul.icon li.desktop::after {
	background: transparent url(/assets/images/customer/desktop.png) no-repeat center center;
	background-size: cover;
}
.menu.item ul.icon li.blog::after {
	background: transparent url(/assets/images/customer/blog.png) no-repeat center center;
	background-size: cover;
}
.menu.item ul.icon li.online::after {
	background: transparent url(/assets/images/customer/online.png) no-repeat center center;
	background-size: cover;
}
.menu.item ul.icon li a {
    padding: 20px 30px 20px 150px;
}
.menu.item.supportcontent ul li a {
	min-height: 120px;
}
.news.item {
	margin-bottom: 3rem;
    border-bottom: solid 2px #EAEAEA;
}
.news.item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	padding: 35px 0;
    border-top: solid 2px #EAEAEA;
    box-sizing: border-box;
}
.news.item dl dt {
	width: 140px;
}
.news.item dl dt img {
	width: 100%;
	display: block;
}
.news.item dl dd {
	width: calc(100% - 170px);
}
.news.item dl dd div {
    margin-bottom: 10px;
}
.news.item dl dd div span {
    width: 130px;
    padding: 4px 10px;
    text-align: center;
    background-color: #FFC107;
    color: #000;
    font-size: 0.875rem;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
}
.news.item dl dd div time {
	text-align: left;
	font-size: 0.875rem;
	display: inline-block;
	letter-spacing: .1rem;
}
.news.item dl dd a {
    color: #000;
	font-size: 1rem;
    line-height: 1.8;
	text-decoration: underline;
}
.news.item dl dd a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 840px) {
}

@media only screen and (max-width: 736px) {
.menu.item ul.icon li a {
    padding: 20px 40px 20px 85px;
}
.menu.item ul.icon li::before {
    width: 50px;
    height: 50px;
    left: 20px;
}
.menu.item ul.icon li::after {
    width: 35px;
    height: 35px;
    left: 28px;
}
.menu.item.supportcontent ul li a {
    min-height: 60px;
}
.news.item dl {
    display: block;
}
.news.item dl dt,
.news.item dl dd {
    width: 100%;
}
.news.item dl dt {
	margin-bottom: 20px;
}
}