span.saparator{
	display: inline-block;
	padding: 0 10px;
}
span.saparator:before{
	content: "・";
}
#hrms-header-box{
	box-sizing: border-box;
	padding: 20px;
}
#hrms-glossary-list{
	list-style: none;
}
#hrms-glossary-list li{
	display: inline-block;
}
#hrms-glossary-list li:after{
	content: "・";
	display: inline-block;
	padding: 0 10px;
}
#hrms-glossary-list li:last-child:after{
	display: none;
}
#block-hrms-2 num,
#block-hrms-10 num{
	display: block;
	font-size: 35px;
	font-weight: 800;
	color: #0B4BFF;
}
#block-hrms-2 .col-n,
#block-hrms-10 .col-n{
	padding-top: 15px;
	padding-bottom: 15px;
}
#hrms-table-1,
#hrms-table-2,
#hrms-table-3{
	margin-top: 50px;
}
#hrms-table-1 thead td,
#hrms-table-2 thead td,
#hrms-table-3 thead td{
	background: #000;
	color: #fff;
}
#hrms-table-1 thead td:last-child,
#hrms-table-2 thead td:last-child,
#hrms-table-3 thead td:last-child{
	background:#0B4BFF;
	border-color:#0B4BFF
}
#hrms-table-1 tbody td:last-child,
#hrms-table-2 tbody td:last-child,
#hrms-table-3 tbody td:last-child{
	color: #0B4BFF;
	/*border-color: #0B4BFF;*/
}

#hrms-how-list,
#hrms-apart-list,
#hrms-testimonial-list,
#hrms-function-list,
#hrms-industry-list,
#hrms-iso-list{
	display: grid;
	gap: 16px;
	margin-top: 50px;
}
.hrms-how-item,
.hrms-apart-item,
.hrms-testimonial-item,
.hrms-function-item{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	height: auto;
	flex-direction: column;
	justify-content: space-between;
}
.hrms-apart-item,
.hrms-testimonial-item,
.hrms-function-item{
	background: #fff;
}
.hrms-function-item{
	justify-content: flex-start;
}
.hrms-function-item li{
	font-size: 14px;
}
.hrms-how-item .grid-animation-icon{
	height: auto;
	margin-bottom: 20px;
}
.hrms-how-item ul{
	margin-bottom: 10px;
}
.hrms-how-item p{
	margin-top: 0;
}
.hrms-testimonial-content{
	margin-top: 20px;
}
.hrms-testimonial-content:before{
	display: block;
	color: #0B4BFF;
	font-size: 50px;
	font-weight: 800;
	content: "“";
	line-height: 20px;
}
.hrms-function-item .icon-product{
	margin-bottom: 30px;
}
.hrms-industry-item{
	background: #fff;
}
.hrms-industry-item img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.hrms-industry-content{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.hrms-industry-item .hrms-industry-content h3{
	font-size: 21px;
}
#hrms-iso-list{
	grid-template-columns: repeat(2, 1fr);
}
.hrms-iso-item{
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	text-align: center;
}
.hrms-iso-item p{
	margin: 0!important;
}
.hrms-iso-item b{
	font-weight: 600;
	font-size: 18px;
}
@media screen and (min-width: 768px){
	#hrms-how-list,
	#hrms-apart-list,
	#hrms-testimonial-list,
	#hrms-function-list,
	#hrms-industry-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.hrms-how-item{
		min-height: 430px;
	}
}
@media screen and (min-width: 1024px){
	#hrms-how-list,
	#hrms-testimonial-list,
	#hrms-function-list,
	#hrms-industry-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#hrms-iso-list{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 1280px){
	#block-hrms-2 num,
	#block-hrms-10 num{
		font-size: 49px;
	}
}

