/* CSS Document */




/*project*/
.p-business_field{
	padding-bottom: 2rem;
}

h2.p-business_field__heading {
	font-size: 2.875rem;
	color: #818C9A;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	margin-bottom: 2.5rem;
	padding-top: 2rem;
  padding-right: 0.75rem;
	line-height: 1;
}

.p-business_field__title_box{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.p-business_field__thumb{
	flex: 0 0 auto;
	width: 260px;
}

.p-business_field__title_area{
	flex: 1 0 auto;
	width: 50%;
	padding: 0.875rem 1rem 0.875rem 1.5rem;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-business_field__title_area h3{
	font-size: 1.25rem;
	line-height: 1.5;
	/*margin-bottom: 0.5rem;*/
}

.p-business_field__title_area ul.link{
	font-size: 0.9375rem;
}

.p-business_field__txt{
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.875rem 0 2rem;
}

.p-bn_sub_title{
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 0.375rem 0;
}

/*sp*/
.sp .p-business_field {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.sp h2.p-business_field__heading {
	font-size: 1.625rem;
}

.sp .p-business_field__title_area h3{
	font-size: 1.125rem;
	margin-bottom: 0.375rem;
}

.sp .p-business_field__title_box{
	display: block;
}
.sp .p-business_field__thumb{
	width: 100%;
}
.sp .p-business_field__title_area{
	width: 100%;
}
