      /* Solutions Section */
	  .solutions {
		padding: .5rem 0;
	}

	.section-title {
		text-align: center;
		margin-bottom: 4rem;
	}

	.section-title h2 {
		font-size: 2.5rem;
		font-weight: 800;
		margin-bottom: 1rem;
		background: linear-gradient(45deg, #3b82f6, #8b5cf6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.section-title p {
		font-size: 1.125rem;
		color: #4b5563;
	}

	.solutions-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* Two columns */
		gap: 2rem;
		padding: 2rem 0;
	}

	.solution-card {
		background: white;
		/* border-radius: 20px; */
		overflow: hidden;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
		transition: all 0.3s ease;
		display: flex;
		flex-direction: column;
		height: 100%;
		border-radius: 10px;
	}

	.solution-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	}


	/* .card-header::after {
		opacity: .7;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	} */

	.card-icon {
		font-size: 3rem;
		/* margin-bottom: 1rem; */
	    max-height: 260px;
		object-fit: cover;
		/* border-radius: 20px; */
	}

	.card-title {
		font-size: 2.5rem;
		font-weight: 800;
		/* margin-bottom: 0.5rem; */
	}

	.card-content {
		padding: 2rem 2rem;
		flex: 1;
		display: flex;
		flex-direction: column;

	}

	.card-content h3{margin-top: 10px;}

	.problem-solution-wrapper {
		display: flex;
		flex-direction: column; /* Stack items vertically */
		gap: 1rem;
		width: 100%;
	}

	.problem-box{display: flex;
		justify-content: center;
		padding-left: 20px;
	}
	
	.problem-box, 
	.solutions-list {
		width: 100%; /* Ensure both take full width */
	}

	.nayami-icon{width: 50px!important;}

	.problem-box h4 {
		color: #181818;
		margin-bottom: 0rem;
		font-weight: 300;
	}

	.problem-box p {
		color: #202659;
		font-size: 1.7rem;
		font-weight: 600;
	}

	
	.solution-item {
		display: flex;
		align-items: left;
		text-align: left;
		gap: 1rem;
	    padding: .6rem;
		border-radius: 8px;
		margin-bottom: 0.5rem;
		background: #f8fafc;
		transition: all 0.3s ease;
		position: relative;
		padding-left: 28px;
	}

	.solution-item ::before{
		
		content: '';
		position: absolute;
		top: 25%;
		left: 10px;
		width: 100%;
		height: 100%;
		max-width: 20px;
mask: url("/product/rearegi/img/mobile/Eo_circle_green_checkmark.svg")no-repeat;
background-color: #217588;
		background-size: contain;
		background-repeat:no-repeat;
	}
/* 
	.solution-item:hover {
		background: #f1f5f9;
		transform: translateX(5px);
	} */

	.solution-item i {
		color: #3b82f6;
		flex-shrink: 0;
	}

	.highlight-tag {
		display: inline-block;
		background: linear-gradient(45deg, #2f538a, #216e8a);
		color: white;
		padding: 0.5rem 1rem;
		border-radius: 20px;
		font-size: 1.2rem;
		margin-top: 0rem;
		margin-bottom: .2rem;
		align-self: flex-start;
	}

	/* table */


	#list> .inner {
		padding: 20px 2px !important;
    }

		
	


/* hikaku */
.scroll {
	overflow-x: auto;
	max-width: 100%;
	white-space: nowrap;
}

table.compare01 {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table.compare01 span {
	color: #d51e25;
	font-weight: 700;}

table.compare01 th, table.compare01 td {
	border: 1px solid #dadada;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	min-width: 150px;
}

table.compare01 td {
	border: 1px solid #dadada;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 33.33%;
	border: 1px solid #dadada;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	min-width: 150px;
	font-size: 14px;
	text-wrap: auto;
}
table.compare01 th {
	background-color: #e9f1ff;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	width: 1%;
	line-height: 20px;
	color: #282828;
}

.th_white{	background-color: #fff!important;}

table.compare01 td:first-child {
	font-weight: bold;
	background-color: #f4f4f4;
}

.device-type {
	text-align: center;
	/* padding: 10px 0; */
}
.device-type  div {
border-bottom: 1px solid rgb(206, 206, 206);
padding-bottom: 1px
}

.device-type  div p{
font-size: 18px;
font-weight: 600;
}

.small{    margin-top: 4px;
    font-size: 84%;
    display: flow;
	color: gray!important;
	font-weight: 400!important;
}

.device-type img {

	margin-top: 10px!important;
	padding: 0 20px;
    height: 135px;
	width: auto;
	object-fit: contain;
	display: flex;
}

/*  */


/* kinou */

.tunagaru_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin: 0 auto 0px;
}

.kinou_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.kinou_box>div {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
	padding: 10px;
}

.kinou_box>div img {
	width: 30%;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.kinou_box>div p {
	width: 67%;
	max-width: 110px;
}




	/* table */

	@media (max-width: 768px) {
		.hero h1 {
			font-size: 2.5rem;
		}

		.solutions-grid {
			grid-template-columns: 1fr; /* Stack cards vertically on small screens */
		}

		.section-title h2 {
			font-size: 2rem;
		}

		.problem-solution-wrapper {
			flex-direction: column;
		}

		.highlight-tag {
			align-self: center;
		}


	/* kinou */
	.kinou_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.kinou_box>a p {
		font-size: 1.2rem;
	}
	/*  */

	.point_box>div>h3::before {

		left: -20px!important;
	}
/*  */
	.box_start {
		position: relative;
		display: block;
		width: 90%;
		margin: auto;
	}

	.box_start div{
        margin-top: 5px;
        margin-bottom: 5px;
flex-direction: row;
    justify-content: normal;
	background: #064a5b;
	padding: 10px 20px;
	border-radius: 10px;
	}

	.box_start img{
        width: 50px;
        height: min-content;
        max-height: fit-content;
        max-width: fit-content;
		

	}
	.box_start div p {

        font-size: 1.6rem;
text-align: center;
margin: auto;
    }
	.box_start div a {

        font-size: 1.6rem;
text-align: center;
margin: auto;
    }
	
	.box_start div + img {
        rotate: 90deg;
		max-width: 10px;
    }

}