@charset "utf-8";
/*company*/
.pageTtl01{
	background-image: url(../images/business/pagettl.jpg);
}


.busUnit{
	margin-bottom: 80px;
}
.busUnit .img{
	margin-bottom:20px;
}
.busUnit .txtwrap{
	text-align:left;
}
.busUnit .txtwrap p{
	line-height: 2.5;
}

@media(min-width:768px){
	.busUnit{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.busUnit.rvs{
		flex-direction: row;
	}
	.busUnit .img{
		width:30%;
		margin-bottom:0;
	}
	.busUnit .txtwrap{
		width:65%;
	}
}





.btnWrap{
}
.btnWrap a{
	margin-bottom:20px;
}
@media(min-width:768px){
	.btnWrap{
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.btnWrap a{
		width:48%;
		margin:0 1%;
	}
}