@charset "utf-8";
/* cs-info */
.cs-info{
	border-top: 1px rgb(158, 158, 158) solid;
	padding: 30px 10px;
}
.cs-info .cs-center{
	width: 100%;
	margin: 0 auto;
	background: #eee;
	padding: 15px;
}
.cs-info .cs-box {
	display: flex;

}
.cs-info .cs-box > p{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}
.cs-info .cs-box .cs{
	margin: 0;
	padding-left: 35px;
}
.cs-info .cs-box .cs > p{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}
.cs-info .cs-box .cs > div{
	margin-top: 10px;
}
.cs-info .cs-box .cs > div p{
	line-height: 1.3;
}
.cs-info .cs-box .cs > div p:nth-child(1){
	font-weight: 500;
}
.cs-info .cs-box .cs > div p:nth-child(3){
	margin-top: 5px;
	font-weight: 500;
}
