@charset "utf-8";
.business--box:nth-of-type(2){
	border-top: 1px solid #3c3c3c;
}
.business--box{
	border-bottom: 1px solid #3c3c3c;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.business--box .left--box,
.business--box .right--box{
	padding: 4.75vh;
	line-height: 1.8;
}
.business--box .left--box{
	width: 20%;
	font-weight: bold;
	text-align: left;
	font-size: 1.65vw;
}
.business--box .right--box{
	width: 80%;
	text-align: left;
}
.business-list h5{
	font-size: 4.75vh;
	margin-bottom: 5.25vh;
	text-align: left;
}
.business-list h5 span{
	border-bottom: 1px solid #3c3c3c;
}
.business-content--detail{
	font-size: 2.65vh;
	margin:3.25vh 0 ;
	text-align: left;
}
.business--box a{
	text-decoration: underline;
}
.business--box .sub-title{
	font-weight: bold;
	line-height: 1.8;
	font-size: 1.65vw;
}