@charset 'UTF-8';
.service-about .article{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.service-about .text_box{
	max-width: 590px;
	width: 100%;
	margin-left: 30px;
}
.service-about .title{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.service-about .title span{
	color: #F4901E;
	margin-right: 6px;
	display: inline-block;
}
.service-about .text{
	letter-spacing: 0.04em;
}
.service-about .image{
	margin-top: 6px;
}
.service-product{
	margin-bottom: 45px;
}
.service-product .box+.box{
	margin-top: 38px;
}