/* 事業内容
=========================================================================
=========================================================================*/
/* PAGE TITLE
=========================================================================*/
#business .page_title {
	background: url(../img/business/page_title_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
/* ----- タイトル ----- */
#business .page_title h1::before {
	content: 'Business';
}

/* 内容
=========================================================================*/
#business .contents {
	 overflow: hidden;
}
/* ----- タイトル ----- */
#business h2.index {
	margin-bottom: 0.5em;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.4em;
}
#business h3.index {
	margin-bottom: 1.0em;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4em;
	color: #6EA9B1;
}
#business h4.index {
	margin-bottom: 70px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
}
#business h5.index {
	margin-bottom: 20px;
	padding: 0.3em 2.0em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
	background: #333;
	border-radius: 3px;
}
#business p.index {
	margin-bottom: 2.0em;
}
/* ----- 写真 ----- */
#business .photo_main {
	margin-bottom: 20px;
}
/* Ferment280技術の確立
=========================================================================*/
#business section.ferment280 {
	padding: 50px 20px;
	background: #F7F7F7;
	text-align: center;
}
#business section.ferment280 .container_s {
	position: relative;
	padding: 20px 50px;
}
#business section.ferment280 .container_s::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 134px;
	background: url(../img/business/brackets_01.svg) left top no-repeat;
	background-size: contain;
}
#business section.ferment280 .container_s::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 134px;
	background: url(../img/business/brackets_02.svg) left bottom no-repeat;
	background-size: contain;
}
#business section.ferment280 h2 {
	margin-bottom: 1.0em;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4em;
	color: #6EA9B1;
}
#business section.ferment280 p {
	margin-bottom: 3.0em;
	text-align: left;
}
/* 事業リスト
=========================================================================*/
#business .business_list {

}
#business .business_list.container_s {
	padding-bottom: 0;
}
/* ----- リスト ----- */
#business .business_list ul {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-between;
	margin: 0 auto;
	width: 100%;
}
#business .business_list ul li {
	position: relative;
	width: calc(350 / 800 * 100%);
	text-align: left;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
#business .business_list ul li .thumbnail {
	margin-bottom: 20px;
}
#business .business_list ul li h2.cat {
	margin-bottom: 14px;
	padding: 0.3em 2.0em;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	background: #333;
	border-radius: 3px;
}
#business .business_list ul li p.headline {
	margin-bottom: 1.0em;
}
/* ----- ボタン ----- */
#business .business_list ul li .button a {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	max-width: 100% !important;
}


/* Ferment280技術の詳細
=========================================================================
=========================================================================*/
/* ----- セクションタイトル ----- */
#business.ferment280 h2 {
	margin-bottom: 1.0em;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.4em;
	text-align: center;
}
#business.ferment280 h3 {
	margin-bottom: 1.0em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4em;
	color: #6EA9B1;
	text-align: center;
}
/* ----- テキスト ----- */
#business.ferment280 p {
	margin-bottom: 3.0em;
}
/* ----- 図 ----- */
#business.ferment280 figure {
	margin: 0 auto;
	width: calc(500 / 800 * 100%);
}
/* ----- Ferment280の微生物 ----- */
#business.ferment280 ul.bacterial_group {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
#business.ferment280 ul.bacterial_group li {
	position: relative;
	margin: 0 calc(10 / 900 * 100%); 
	width: calc(158 / 900 * 100%);
	text-align: center;
}
#business.ferment280 ul.bacterial_group li img {
	margin-bottom: 15px;
	width: calc(80 / 158 * 100%);
}
#business.ferment280 ul.bacterial_group li p.name {
	padding: 0.5em 2.0em;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
	background: #333;
	border-radius: 3px;
}
/* ----- Ferment280中の有機物分解菌の菌数 ----- */
#business.ferment280 .bar_chart {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 30px;
	background: #FFF;
}
#business.ferment280 .bar_chart table {
	float: left;
	width: calc(335 / 840 * 100%);
	border-collapse: collapse;
	border-top: 1px solid #E0E0E0;
}
#business.ferment280 .bar_chart table th {
	width: calc(190 / 335 * 100%);
}
#business.ferment280 .bar_chart table th,
#business.ferment280 .bar_chart table td {
	padding: 1em 10px 1em 1em;
	border-bottom: 1px solid #E0E0E0;
}
#business.ferment280 .bar_chart table td {
	text-align: right;
}
#business.ferment280 .bar_chart figure {
	float: right;
	width: calc(440 / 840 * 100%);
}
/* リスト */
#business.ferment280 ul.bacteria_count {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-between;
	margin: 0 auto;
	width: 100%;
}
#business.ferment280 ul.bacteria_count li {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	width: calc(427 / 900 * 100%);
	text-align: left;
	background: #FFF;
}
#business.ferment280 ul.bacteria_count .thumbnail {
	float: left;
	width: calc(90 / 427 * 100%);
}
#business.ferment280 ul.bacteria_count .info {
	float: right;
	width: calc(300 / 427 * 100%);
}
#business.ferment280 ul.bacteria_count .info p.name {
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0.2em 2.0em;
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
	background: #333;
	border-radius: 3px;
}
#business.ferment280 ul.bacteria_count .info p.headline {
	margin-bottom: 0;
}

/* ----- Ferment280の微生物はピロリ菌とも戦う！ ----- */
#business.ferment280 .test_detail {
	position: relative;
	padding: 20px;
	text-align: center;
}
#business.ferment280 .test_detail::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 134px;
	background: url(../img/business/brackets_01.svg) left top no-repeat;
	background-size: contain;
}
#business.ferment280 .test_detail::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 134px;
	background: url(../img/business/brackets_02.svg) left bottom no-repeat;
	background-size: contain;
}
#business.ferment280 .test_photo {
	margin: 0 auto 20px;
	width: calc(180 / 900 * 100%);
}
#business.ferment280 p.note {
	font-size: 12px;
	font-size: 1.2rem;
}

/*  タブレット（768px〜910px）
=========================================================================
=========================================================================*/
@media screen and (max-width:910px) {
	
}	

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	/* 内容
	=========================================================================*/
	/* ----- タイトル ----- */
	#business h2.index {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#business h3.index {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#business h4.index {
		margin-bottom: 40px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#business h5.index {

	}
	/* Ferment280技術の確立
	=========================================================================*/
	#business section.ferment280 .container_s {
		padding: 20px 20px;
	}
	#business section.ferment280 .container_s::before {
		width: 50px;
		height: 67px;
	}
	#business section.ferment280 .container_s::after {
		width: 50px;
		height: 67px;
	}
	#business section.ferment280 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* 事業リスト
	=========================================================================*/
	/* ----- リスト ----- */
	#business .business_list ul li {
		width: calc(380 / 800 * 100%);
	}
	#business .business_list ul li h2.cat {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/* Ferment280技術の詳細
	=========================================================================
	=========================================================================*/
	/* ----- セクションタイトル ----- */
	#business.ferment280 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#business.ferment280 h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- テキスト ----- */
	#business.ferment280 p {
		margin-bottom: 1.5em;
	}
	/* ----- 図 ----- */
	#business.ferment280 figure {
		margin: 0 auto;
		width: 100%;
	}

	/* ----- Ferment280の微生物 ----- */
	#business.ferment280 ul.bacterial_group li {
		position: relative;
		margin: 0 calc(10 / 900 * 100%); 
		width: 30%;
		text-align: center;
	}

	/* ----- Ferment280中の有機物分解菌の菌数 ----- */
	#business.ferment280 .container_full .container_m {
		padding: 60px 0;
	}
	
	#business.ferment280 .bar_chart {
		padding: 30px 10px;
	}
	#business.ferment280 .bar_chart table {
		float: none;
		margin-bottom: 30px;
		width: 100%;
		font-size: 11px;
		font-size: 1.1rem;
	}
	#business.ferment280 .bar_chart figure {
		float: none;
		width: 100%;
	}
	/* リスト */
	#business.ferment280 ul.bacteria_count {

	}

	/* ----- Ferment280の微生物はピロリ菌とも戦う！ ----- */
	#business.ferment280 .test_detail {
		padding: 20px 20px;
	}
	#business.ferment280 .test_detail::before {
		width: 50px;
		height: 67px;
	}
	#business.ferment280 .test_detail::after {
		width: 50px;
		height: 67px;
	}
	#business.ferment280 .test_photo {
		width: 70%;
	}

	
}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {
	/* 事業リスト
	=========================================================================*/
	/* ----- リスト ----- */
	#business .business_list ul li {
		width: 100%;
	}
	#business .business_list ul li h2.cat {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	/* Ferment280技術の詳細
	=========================================================================
	=========================================================================*/
	/* リスト */
	#business.ferment280 ul.bacteria_count {

	}
	#business.ferment280 ul.bacteria_count li {
		width: 100%;
	}

}
