@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
事業内容 - ITソリューション／販売製品
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 1024px) {
.service-content-li:first-child {
	width: 100%;
}

.service-content-li:first-child .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.service-content-li:first-child .image {
	width: 47%;
	margin-bottom: 0;
}

.service-content-li:first-child .text {
	width: 47%;
}
}

@media (max-width: 767.9px) {
.service-content-li .link {
	font-size: 1.3rem;
}
}
