/* 外食企業向けシステム、小売店向けシステム 共通 */
.id_solutions .tokuchou_box{}
.id_solutions .tokuchou_box:not(:first-of-type) {
	border-top: dashed 1px #66708d;
	margin-top: 30px;
	padding-top: 30px;
}
.id_solutions .tokuchou_box .read_wrap{}
.id_solutions .tokuchou_box h3{
	width: max-content;
}
.id_solutions .tokuchou_box .read_wrap h4{
	width: 100%;
	margin-top: 4px;
	font-size: 1.125rem;
	color: rgb(var(--color_main));
	font-weight: 700;
}
.id_solutions .tokuchou_box .content_wrap{
	gap: 30px 0;
	margin-top: 10px;
}
.id_solutions .tokuchou_box .content_wrap .item{
	width: 100%;
}
.id_solutions .tokuchou_box .content_wrap ul{
	gap: 5px 0;
	margin: 0 0 0 0.2em;
}
.id_solutions .tokuchou_box .content_wrap li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.id_solutions .tokuchou_box .content_wrap li .circle{
	color: rgb(var(--color_main));
}

.id_solutions .system_box{}
.id_solutions .system_box:not(:first-of-type) {
	border-top: dashed 1px #66708d;
	margin-top: 30px;
	padding-top: 30px;
}
.id_solutions .system_box h3{
	width: max-content;
}
.id_solutions .system_box .content_wrap {
	gap: 15px 0;
	margin-top: 10px;
}
.id_solutions .system_box .item{
	width: 100%;
}
.id_solutions .system_box .item_left{}
.id_solutions .system_box ul{
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1px 0;
	margin: 0 0 0 0.2em;
}
.id_solutions .system_box li{
	margin: 0 1em 0 0;
}
.id_solutions .system_box li .circle{
	color: rgb(var(--color_main));
}
.id_solutions .system_box p{
	margin-top: 10px;
	font-size: .6875rem;
}
.id_solutions .system_box .item_right img{
	width: 100%;
	height: auto;
}

.id_solutions .kinou_box{
	margin-top: 50px;
}
.id_solutions .kinou_box .box{
	background-color: #ebebef;
	margin-top: 25px;
}
.id_solutions .kinou_box .box h4{
	background-color: rgb(var(--color_main));
	padding: 2px 15px;
	color: #fff;
	font-size: .9375rem;
	font-weight: 700;
}
.id_solutions .kinou_box .box ul{
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1px 1em;
	margin: 0 0 0 0.2em;
	padding: 10px 20px;
}
.id_solutions .kinou_box .box li{
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .6875rem;
	letter-spacing: 0.05em;
}
.id_solutions .kinou_box .box li .circle{
	color: #7f8199;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 外食企業向けシステム、小売店向けシステム 共通 PC */
	.id_solutions .tokuchou_box{
		max-width: 100%;
		padding: 0 20px;
	}
	.id_solutions .tokuchou_box:not(:first-of-type) {
		margin-top: 2.5em;
		padding-top: 2.5em;
	}
	.id_solutions .tokuchou_box .read_wrap{
		justify-content: flex-start;
		align-items: center;
		max-width: 650px;
	}
	.id_solutions .tokuchou_box h3{
		flex: 0 0 auto;
	}
	.id_solutions .tokuchou_box .read_wrap h4{
		width: max-content;
		margin: 0 0 0 15px;
		font-size: 1.625rem;
		line-height: 1.4;
		flex: 1;

		min-width: 0; /* 折り返しを適切に制御 */
		overflow-wrap: break-word; /* 長い単語を折り返す */
		word-break: break-word; /* 旧ブラウザ対応 */
	}

	.id_solutions .tokuchou_box .content_wrap{
		gap: 0;
		margin-top: 20px;
	}
	.id_solutions .tokuchou_box .content_wrap .item{
		width: 100%;
	}
	.id_solutions .tokuchou_box .content_wrap .item_left{
		width: 62%;
	}
	.id_solutions .tokuchou_box .content_wrap ul{
		gap: 10px 0;
		margin: 0 0 0 0.2em;
	}
	.id_solutions .tokuchou_box .content_wrap li{
		font-size: 1rem;
	}
	.id_solutions .tokuchou_box .content_wrap li .circle{
		color: rgb(var(--color_main));
	}
	.id_solutions .tokuchou_box .content_wrap .item_right{
		width: 33%;
	}

	.id_solutions .system_box{}
	.id_solutions .system_box:not(:first-of-type) {
		margin-top: 2.5em;
		padding-top: 2.5em;
	}
	.id_solutions .system_box .content_wrap {
		gap: 25px 0;
		margin-top: 20px;
	}
	.id_solutions .system_box li{
		margin: 0 1em 0 0;
		font-size: .9375rem;
	}
	.id_solutions .system_box p{
		font-size: .9375rem;
	}

	.id_solutions .kinou_box{
		margin-top: 110px;
	}
	.id_solutions .kinou_box .box{
		margin-top: 40px;
	}
	.id_solutions .kinou_box .box h4{
		padding: 4px 20px;
		font-size: 1.25rem;
	}
	.id_solutions .kinou_box .box ul{
		gap: 2px 1.5em;
		padding: 15px 90px 20px 40px;
	}
	.id_solutions .kinou_box .box li{
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* 外食企業向けシステム、小売店向けシステム 共通 TAB */
	.id_solutions .tokuchou_box .read_wrap h4{
		width: 100%;
		margin: 5px 0 0;
		flex: auto;
	}
	.id_solutions .tokuchou_box .content_wrap{
		gap: 20px 0;
	}
	.id_solutions .tokuchou_box .content_wrap .item{
		width: 100%;
	}
	.id_solutions .tokuchou_box .content_wrap .item_right img{
		display: block;
		margin: 0 auto;
	}
}

/* 外食企業向けシステム */
.restaurant_sys_head_area{
	margin-bottom: 50px;
}
.restaurant_sys_head_area h2{
	font-size: 1.125rem;
	color: rgb(var(--color_main));
	font-weight: 700;
	line-height: 1.6;
}
.restaurant_sys_head_area p{
	margin-top: 20px;
	line-height: 2.2;
}
.restaurant_sys_head_area img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 40px auto 0;
}

.id_solutions .restaurant_sys_tokuchou_box01 .content_wrap .item_right img,
.id_solutions .restaurant_sys_tokuchou_box02 .content_wrap .item_right img,
.id_solutions .restaurant_sys_tokuchou_box04 .content_wrap .item_right img{
	aspect-ratio: 258 / 156;
	object-fit: cover;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 外食企業向けシステム PC */
	.restaurant_sys_head_area{
		margin-bottom: 100px;
	}
	.restaurant_sys_head_area h2{
		font-size: 1.5625rem;
	}
	.restaurant_sys_head_area img{
		width: 74%;
	}

	.id_solutions .restaurant_sys_tokuchou_box01 .content_wrap .item_right img,
	.id_solutions .restaurant_sys_tokuchou_box04 .content_wrap .item_right img{
		aspect-ratio: 196 / 174;
	}
	.id_solutions .restaurant_sys_tokuchou_box03 .content_wrap .item_right img{
		position: relative;
		top: -34%;
	}
	.id_solutions .restaurant_sys_tokuchou_box02 .content_wrap .item_right img{
		aspect-ratio: 196 / 274;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* 外食企業向けシステム TAB */
	.id_solutions .restaurant_sys_tokuchou_box01 .content_wrap .item_right img,
	.id_solutions .restaurant_sys_tokuchou_box02 .content_wrap .item_right img,
	.id_solutions .restaurant_sys_tokuchou_box04 .content_wrap .item_right img {
		aspect-ratio: 258 / 156;
		width: 70%;
		height: auto;
	}
	.id_solutions .restaurant_sys_tokuchou_box03 .content_wrap .item_right img {
		position: relative;
		top: inherit;
		width: 70%;
	}
}

/* 小売店向けシステム */
.retailstore_sys_head_area{
	margin-bottom: 50px;
}
.retailstore_sys_head_area .item{}
.retailstore_sys_head_area .item_left{
	width: 100%;
}
.retailstore_sys_head_area h2{
	font-size: 1.125rem;
	color: rgb(var(--color_main));
	font-weight: 700;
	line-height: 1.6;
}
.retailstore_sys_head_area p{
	margin-top: 20px;
	line-height: 2.2;
}
.retailstore_sys_head_area .item_right{
	width: 100%;
}
.retailstore_sys_head_area img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 40px auto 0;
}

.id_solutions .retailstore_sys_tokuchou_box01 .content_wrap .item_right img,
.id_solutions .retailstore_sys_tokuchou_box02 .content_wrap .item_right img,
.id_solutions .retailstore_sys_tokuchou_box04 .content_wrap .item_right img{
	aspect-ratio: 258 / 156;
	object-fit: cover;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 小売店向けシステム PC */
	.retailstore_sys_head_area{
		justify-content: space-between;
		align-items: flex-start;
		max-width: 100%;
		margin-bottom: 100px;
	}
	.retailstore_sys_head_area .item_left{
		width: 58.82%;
	}
	.retailstore_sys_head_area h2{
		font-size: 1.5625rem;
	}
	.retailstore_sys_head_area .item_right{
		width: 32.47%;
	}
	.retailstore_sys_head_area img{
		width: 74%;
	}

	.id_solutions .retailstore_sys_tokuchou_box01 .content_wrap .item_right img,
	.id_solutions .retailstore_sys_tokuchou_box03 .content_wrap .item_right img,
	.id_solutions .retailstore_sys_tokuchou_box04 .content_wrap .item_right img{
		aspect-ratio: 196 / 174;
	}
b	.id_solutions .retailstore_sys_tokuchou_box02 .content_wrap .item_right img{
		aspect-ratio: 196 / 274;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* 小売店向けシステム TAB */
	.retailstore_sys_head_area{}
	.retailstore_sys_head_area .item_left{
		width: 100%;
	}
	.retailstore_sys_head_area .item_right{
		width: 100%;
	}
	.retailstore_sys_head_area img{
		width: 70%;
	}

	.id_solutions .retailstore_sys_tokuchou_box01 .content_wrap .item_right img,
	.id_solutions .retailstore_sys_tokuchou_box02 .content_wrap .item_right img,
	.id_solutions .retailstore_sys_tokuchou_box04 .content_wrap .item_right img {
		aspect-ratio: 258 / 156;
		width: 70%;
		height: auto;
	}
	.id_solutions .retailstore_sys_tokuchou_box03 .content_wrap .item_right img {
		position: relative;
		top: inherit;
		width: 70%;
	}
}