html{
    font-size:12px;
}
.lslist{
	margin: 0 20%;
}
.box{
	display: inline-block;
    width: 48%;
	margin-right: 2%;
}
.box:nth-child(even){
	margin-right: 0;
}
.box img{
	width: 100%;
	margin-bottom:2rem;
}
.box .part{
	font-size:1.5rem;
	color:#ff0000;
	text-align:left;
	line-height:2.5rem;
	margin-bottom: 0.5rem;
}
.box .name{
	font-size:2rem;
	color:#333333;
	text-align:left;
	line-height:2.5rem;
	margin-bottom: 0;
}
.box .company{
	font-size:1.3rem;
	color:#333333;
	text-align:left;
	margin-bottom:1.5rem;
}
.box .remark{
	font-size:1.3rem;
	color:#333333;
	text-align:left;
	line-height:2rem;
	margin-bottom:3rem
}

  @media only screen and (max-width: 768px){
	  .lslist{
			margin: 0;
		}
		.rjt .ones .active {
			display: inline-block;
		}
	.box{
		width: 100%;
	}
  }