@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */

#contents {
	padding: 15px 0 100px;
}

/* page_intero */

.page_intro {
	padding: 80px 0 100px;
}

.page_intro .txt p {
	text-align: center;
	font-size: 1.6rem;
}

.page_intro .txt p + p {
	margin-top: 1em;
}

/* ttl_line */
.ttl_line {
	margin-bottom: 30px;
}

.ttl_line span {
	display: inline-block;
	font-weight: 900;
	font-size: 2.2rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	border-bottom: 3px solid;
}


@media screen and (max-width: 768px) {
	#contents {
		padding: 40px 0 50px;
	}
	/* page_intero */
	.page_intro {
		padding: 0 0 50px;
	}
	.page_intro .txt p {
		font-size: 1.2rem;
		text-align: left;
	}
	
	/* ttl_line */
	.ttl_line {
		margin-bottom: 15px;
	}
	.ttl_line span {
		font-size: 1.4rem;
		border-bottom: 2px solid;
	}
}

/* ------------------------------
    business_index
------------------------------ */

.business_index #contents {
	padding-bottom: 0;
}

.business_index .pagettl {
	background: url(../img/business/index/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 110px;
}

.business_index .pagettl img {
	width: 737.5px;
}

/* page_intero */

.business_index .page_intro .ttl {
	font-size: 3.5rem;
	color: #8cc63f;
	font-weight: 900;
	margin-bottom: 42px;
}

.business_index .page_intro .txt p.txt_large {
	font-weight: 900;
	font-size: 2.2rem;
}

.business_index .page_intro .txt p.txt_large + p {
	margin-top: .3em;
}


/* business_block */

.business_block {
	/*	max-width: 1360px;*/
	width: 100%;
}

.business_block .box {
	width: 100%;
	/*	height: 400px;*/
	position: relative;
	min-width: 1100px;
}

.business_block .box:nth-child(even) {
	flex-direction: row-reverse;
}

.business_block .box .img {
	width: 50%;
}

.business_block .box .img img {
	width: 100%;
	vertical-align: bottom;
}

.business_block .box .txt_area {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.business_block .box .txt_area .txt_wrap {
	min-height: 300px;
	width: 415px;
	margin: 0 auto;
	position: relative;
	padding: 27px 0 0;
}

.business_block .box .txt_area p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.625;
	margin: 0 auto;
}

.business_block .box .txt_area .ttl {
	font-weight: 900;
	font-size: 2.5rem;
	margin-bottom: 43px;
	padding: 0 0 0 93px;
	position: relative;
	/*	text-align: left;*/
}

.business_block .box .txt_area .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.business_block .box .txt_area .btn a {
	font-size: 1.4rem;
	width: 180px;
	height: 40px;
	line-height: 34px;
	border-radius: 20px;
	border: 3px solid #fff;
	background: #fff;
}

.business_block .box.box01 .txt_area {
	background: #ff9002;
}

.business_block .box.box01 .txt_area .txt_wrap {
	background: url(../img/business/index/num_overview01.png) #ff9002 no-repeat;
	background-size: 110px auto;
}

.business_block .box.box01 .txt_area .btn a {
	color: #ff9002;
}

.business_block .box.box01 .txt_area .btn a::after {
	background: #ff9002;
}


.business_block .box.box02 .txt_area {
	background: #ff7b03;
}

.business_block .box.box02 .txt_area .txt_wrap {
	background: url(../img/business/index/num_overview02.png) no-repeat;
	background-size: 125px auto;
}

.business_block .box.box02 .txt_area .btn a {
	color: #ff7b03;
}

.business_block .box.box02 .txt_area .btn a::after {
	background: #ff7b03;
}


.business_block .box.box03 .txt_area {
	background: #ff6c08;
}

.business_block .box.box03 .txt_area .txt_wrap {
	background: url(../img/business/index/num_overview03.png) no-repeat;
	background-size: 125px auto;
}

.business_block .box.box03 .txt_area .btn a {
	color: #ff6c08;
}

.business_block .box.box03 .txt_area .btn a::after {
	background: #ff6c08;
}


.business_block .box.box04 .txt_area {
	background: #ff5e02;
}

.business_block .box.box04 .txt_area .txt_wrap {
	background: url(../img/business/index/num_overview04.png) no-repeat;
	background-size: 127px auto;
}

.business_block .box.box04 .txt_area .btn a {
	color: #ff5e02;
}

.business_block .box.box04 .txt_area .btn a::after {
	background: #ff5e02;
}

.business_block .box.box05 .txt_area {
	background: #ff4e02;
}

.business_block .box.box05 .txt_area .txt_wrap {
	background: url(../img/business/index/num_overview05.png) no-repeat;
	background-size: 127px auto;
}

.business_block .box.box05 .txt_area .btn a {
	color: #ff4e02;
}

.business_block .box.box05 .txt_area .btn a::after {
	background: #ff4e02;
}
@media screen and (min-width: 769px) {
	.business_block .box .txt_area .btn a:hover {
		color: #fff!important;
	}
}


@media screen and (max-width: 768px) {
	.business_index #contents {
		padding-bottom: 0;
	}

	.business_index .pagettl {
		padding-top: 5px;
		background: url(../img/business/index/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.business_index .pagettl img {
		width: 361px;
	}


	/* page_intero */
	.business_index .page_intro .ttl {
		font-size: 1.5rem;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.business_index .page_intro .txt p.txt_large {
		font-size: 1.4rem;
		text-align: center;
	}


	/* business_block */
	.business_block .box {
		flex-direction: column-reverse;
		min-width: inherit;
	}

	.business_block .box:nth-child(even) {
		flex-direction: column-reverse;
	}

	.business_block .box .img {
		width: 100%;
	}
	.android .business_block .box .img img{
		display: block;
		margin-top: -1px;
	}
	.business_block .box .txt_area {
		width: 100%;
	}
	.business_block .box .txt_area .txt_wrap {
		min-height: inherit;
		width: 100%;
		padding: 20px 6% 25px;
	}
	.business_block .box .txt_area p {
		font-size: 1.2rem;
		text-align: center;
		margin: 0 auto;
		/*		width: 280px;*/
	}

	.business_block .box .txt_area .ttl {
		font-size: 1.4rem;
		margin-bottom: 8px;
		padding: 0;
		text-align: center;
	}

	.business_block .box .txt_area .btn {
		position: relative;
		margin-top: 10px;
	}

	.business_block .box .txt_area .btn a {
		font-size: 0.9rem;
		width: 150px;
		height: 22px;
		line-height: 18px;
		border-radius: 11px;
		border: 2px solid #fff;
	}
	.business_block .box.box01 .txt_area .txt_wrap {
		background-size: 91px auto;
	}

	.business_block .box.box02 .txt_area .txt_wrap {
		background-size: 103px auto;
	}

	.business_block .box.box03 .txt_area .txt_wrap {
		background-size: 103px auto;
	}

	.business_block .box.box04 .txt_area .txt_wrap {
		background-size: 105px auto;
	}

}


/* ----------------------------------------
    business_wholesale 業務用野菜の卸売
---------------------------------------- */

.business_wholesale #contents {
	padding-bottom: 0;
}

.business_wholesale .pagettl {
	background: url(../img/business/wholesale/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* page_intero */

.business_wholesale .page_intro .txt .img {
	justify-content: center;
	align-items: center;
	margin: 40px auto 50px;
}

.business_wholesale .page_intro .txt .img img {
	width: 229px;
}

.business_wholesale .page_intro .txt .img img + img {
	margin-left: 30px;
}
.business_wholesale .page_intro .txt .bnr{
	width: 431px;
}
.business_wholesale .page_intro .txt .bnr a{
	display: block;
}
/* logistics */

.business_wholesale .logistics {
	padding: 80px 0 100px;
}

.business_wholesale .logistics .ttl_img {
	width: 675px;
	margin-bottom: 50px;
}

.business_wholesale .logistics .box {
	padding: 0 0 50px;
	position: relative;
	width: 100%;
}

.business_wholesale .logistics .box + .box {
	margin-top: 50px;
}

.business_wholesale .logistics .box .txt_area {
	width: 500px;
	padding: 45px 50px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.business_wholesale .logistics .box .txt_area p {
	color: #fff;
}

.business_wholesale .logistics .box .txt_area .ttl {
	font-weight: 900;
	font-size: 2.2rem;
	margin-bottom: 5px;
}

.business_wholesale .logistics .box .img {
	width: 600px;
}

.business_wholesale .logistics .box:nth-child(even) .txt_area {
	right: 0;
}

.business_wholesale .logistics .box:nth-child(odd) .txt_area {
	left: 0;
}

.business_wholesale .logistics .box:nth-child(even) .img {
	margin-right: auto;
}

.business_wholesale .logistics .box:nth-child(odd) .img {
	margin-left: auto;
}

.business_wholesale .logistics .box.box01 .txt_area {
	background: #ff9002;
}

.business_wholesale .logistics .box.box02 .txt_area {
	background: #ff7b03;
}

.business_wholesale .logistics .box.box03 .txt_area {
	background: #ff6c08;
}

.business_wholesale .logistics .box.box04 .txt_area {
	background: #ff5e02;
}

@media screen and (max-width: 768px) {
	.business_wholesale .pagettl {
		background: url(../img/business/wholesale/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	/* page_intero */
	.business_wholesale .page_intro .txt .img {
		width: 100%;
		max-width: 328px;
		justify-content: space-between;
		margin: 20px auto 25px;
	}
	.business_wholesale .page_intro .txt .img img {
		width: 31%;
	}
	.business_wholesale .page_intro .txt .img img + img {
		margin-left: 0;
	}
	.business_wholesale .page_intro .txt .bnr{
		width: 215.5px;
		height: auto;
	}
	/* logistics */
	.business_wholesale .logistics {
		padding: 40px 0 50px;
	}
	.business_wholesale .logistics .ttl_img {
		width: 100%;
		max-width: 326px;
		margin-bottom: 20px;
	}
	.business_wholesale .logistics .box {
		padding: 0;
	}
	.business_wholesale .logistics .box + .box {
		margin-top: 25px;
	}
	.business_wholesale .logistics .box .txt_area {
		width: 100%;
		padding: 25px;
		position: static;
	}
	.business_wholesale .logistics .box .txt_area .ttl {
		font-size: 1.4rem;
	}
	.business_wholesale .logistics .box .img {
		width: 100%;
	}
}


/* ----------------------------------------
    business_totalproduce コスト削減
---------------------------------------- */

.business_totalproduce #contents {
	padding-bottom: 0;
}

.business_totalproduce .pagettl {
	background: url(../img/business/cost_reduction/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* page_intero */

.business_totalproduce .page_intro .txt .img {
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

.business_totalproduce .page_intro .txt .img img {
	width: 229px;
}

.business_totalproduce .page_intro .txt .img img + img {
	margin-left: 30px;
}


/* consult */

.business_totalproduce .consult {
	background: #ff6c02;
	padding: 80px 0 100px;
}

.business_totalproduce .consult .ttl_line span {
	color: #fff;
}

.business_totalproduce .consult ul {
	width: 630px;
	margin: 0 auto;
}

.business_totalproduce .consult ul li {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	/*	padding-left: 44px;*/
	position: relative;
}

.business_totalproduce .consult ul li + li {
	margin-top: 14px;
}

.business_totalproduce .consult ul li::before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 19px;
	background: url(../img/business/cost_reduction/icon_cunsult_list.png) no-repeat;
	background-size: 25px auto;
	background-position: left center;
	margin-top: -2px;
}


/* partner */

.business_totalproduce .partner {
	padding: 80px 0 100px;
}

.business_totalproduce .partner ul {
	display: flex;
	flex-wrap: wrap;
}

.business_totalproduce .partner ul li {
	width: 485px;
	padding: 50px 48px;
	background: #fffaef;
}

.business_totalproduce .partner ul li + li {
	margin-left: 30px;
	margin-top: 30px;
}

.business_totalproduce .partner ul li:nth-of-type(2) {
	margin-top: 0;
}

.business_totalproduce .partner ul li:nth-child(odd) {
	margin-left: 0;
}

.business_totalproduce .partner ul li .ttl {
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	color: #ff9002;
	margin-bottom: 30px;
}

.business_totalproduce .partner ul li dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}

.business_totalproduce .partner ul li dl dd {
	font-size: 1.4rem;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.business_totalproduce .pagettl {
		background: url(../img/business/cost_reduction/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	/* page_intero */
	.business_totalproduce .page_intro .txt .img {
		width: 100%;
		max-width: 328px;
		justify-content: space-between;
		margin: auto;
		margin-top: 20px;
	}
	.business_totalproduce .page_intro .txt .img img {
		width: 31%;
	}
	.business_totalproduce .page_intro .txt .img img + img {
		margin-left: 0;
	}


	/* consult */
	.business_totalproduce .consult {
		padding: 40px 0 50px;
	}
	.business_totalproduce .consult ul {
		width: 100%;
		max-width: 420px;
	}
	.business_totalproduce .consult ul li {
		font-size: 1.2rem;
		text-indent: -22px;
		padding-left: 22px;
	}
	.business_totalproduce .consult ul li + li {
		margin-top: 14px;
	}
	.business_totalproduce .consult ul li::before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background-size: 12px auto;
	}


	/* partner */
	.business_totalproduce .partner {
		padding: 40px 0 50px;
	}
	.business_totalproduce .partner ul li {
		width: 100%;
		padding: 25px;
	}
	.business_totalproduce .partner ul li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	.business_totalproduce .partner ul li:nth-of-type(2) {
		margin-top: 15px;
	}

	.business_totalproduce .partner ul li .ttl {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.business_totalproduce .partner ul li dl dt {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.business_totalproduce .partner ul li dl dd {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}


/* ----------------------------------------------
    business_totalproduce 飲食店の開業支援
---------------------------------------------- */

.business_totalproduce #contents {
	padding-bottom: 0;
}

.business_totalproduce .pagettl {
	background: url(../img/business/support/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


.business_totalproduce .pagettl #toc_container{
	display: none;
}
.business_totalproduce .pagettl2{
	background-image: url(../img/business/support/bg_pagettl2_pc.jpg);
}
.business_totalproduce .pagettl3{
	background-image: url(../img/business/support/bg_pagettl3_pc.jpg);
}



/* page_intero */

.business_totalproduce .page_intro .txt_large {
	font-weight: 900;
	font-size: 2.2rem;
}

.business_totalproduce .page_intro .txt_large + p {
	margin-top: .3em;
}

/* support_detail */

.business_totalproduce .support_detail {
	padding: 80px 0 100px;
}

.business_totalproduce .support_detail .txt p {
	text-align: center;
}

.business_totalproduce .support_detail .txt p + p {
	margin-top: 1em;
}

.business_totalproduce .support_detail .box {
	background: #fff;
	padding: 50px;
	margin-top: 50px;
}

.business_totalproduce .support_detail .box .ttl {
	color: #ff9002;
	font-weight: 900;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.business_totalproduce .support_detail .box .ttl::before,
.business_totalproduce .support_detail .box .ttl::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #ff9002;
	position: relative;
	top: -6px;
}

.business_totalproduce .support_detail .box .ttl::before {
	margin-right: 14px;
}

.business_totalproduce .support_detail .box .ttl::after {
	margin-left: 14px;
}

.business_totalproduce .support_detail .box ul {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}

.business_totalproduce .support_detail .box ul li {
	width: 157px;
	height: 157px;
	border-radius: 50%;
	padding: 104px 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.125;
	color: #fff;
	letter-spacing: 0;
	margin: 0 14px;
}

.business_totalproduce .support_detail .box ul li.detail01 {
	background: url(../img/business/support/icon_detail01.png) #ff7b03 no-repeat;
	background-position: left 51px bottom 66px;
	background-size: 57.5px auto;
	margin-bottom: 30px;
}

.business_totalproduce .support_detail .box ul li.detail02 {
	background: url(../img/business/support/icon_detail02.png) #ff9002 no-repeat;
	background-position: left 46px bottom 66px;
	background-size: 79px auto;
	margin-bottom: 30px;
}

.business_totalproduce .support_detail .box ul li.detail03 {
	background: url(../img/business/support/icon_detail03.png) #ff6c08 no-repeat;
	background-position: center bottom 66px;
	background-size: 64.5px auto;
	margin-bottom: 30px;
}

.business_totalproduce .support_detail .box ul li.detail04 {
	background: url(../img/business/support/icon_detail04.png) #ff5e02 no-repeat;
	background-position: left 46px bottom 66px;
	background-size: 82.5px auto;
	margin-bottom: 30px;
}

.business_totalproduce .support_detail .box ul li.detail05 {
	background: url(../img/business/support/icon_detail05.png) #ff7b03 no-repeat;
	background-position: left 46px bottom 66px;
	background-size: 57.5px auto;
	margin-left: 0;
}

.business_totalproduce .support_detail .box ul li.detail06 {
	background: url(../img/business/support/icon_detail06.png) #ff5e02 no-repeat;
	background-position: left 34px bottom 66px;
	background-size: 96px auto;
}

.business_totalproduce .support_detail .box ul li.detail07 {
	background: url(../img/business/support/icon_detail07.png) #ff7b03 no-repeat;
	background-position: center bottom 66px;
	background-size: 64px auto;
}

.business_totalproduce .support_detail .box ul li.detail08 {
	background: url(../img/business/support/icon_detail08.png) #ff9002 no-repeat;
	background-position: center bottom 66px;
	background-size: 49px auto;
}

.business_totalproduce .support_detail .box ul li.detail09 {
	background: url(../img/business/support/icon_detail09.png) #ff6c08 no-repeat;
	background-position: center bottom 64px;
	background-size: 28.5px auto;
	margin-right: 0;
}


/* strong */

.business_totalproduce .strong {
	padding: 70px 0 100px;
	background: url(../img/business/support/bg_strong_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.business_totalproduce .strong .ttl_line {
	color: #fff;
}

.business_totalproduce .strong .txt p {
	text-align: center;
	color: #fff;
}

.business_totalproduce .strong .btn {
	margin-top: 30px;
}

.business_totalproduce .strong .btn a {
	font-size: 1.4rem;
	width: 200px;
	height: 40px;
	line-height: 34px;
	border-radius: 20px;
	border: 3px solid #fff;
	background: #fff;
	color: #ff7b03;
}

.business_totalproduce .strong .btn a::after {
	background: #ff7b03;
}

/* subsidy */

.business_totalproduce .subsidy {
	padding: 80px 0 100px;
}

.business_totalproduce .subsidy .box {
}

.business_totalproduce .subsidy .box .img {
	width: 100%;
	margin-bottom: 24px;
}

.business_totalproduce .subsidy .box .txt p + p {
	margin-top: 1em;
}

.business_totalproduce .subsidy .box ul {
	margin-top: 30px;
}

.business_totalproduce .subsidy .box ul li {
	background: #fffaef;
	padding: 25px;
	width: 486px;
}

.business_totalproduce .subsidy .box ul li + li {
	margin-left: 30px;
}

.business_totalproduce .subsidy .box ul li .ttl {
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff9002;
	line-height: 1.3;
	margin-bottom: 16px;
}

.business_totalproduce .subsidy .box ul li p {
	font-weight: bold;
}

/* download */

.business_totalproduce .download {
	padding: 80px 0 100px;
	background: #ff6c02;
}

.business_totalproduce .download .ttl_line {
	color: #fff;
}

.business_totalproduce .download .txt p {
	text-align: center;
	color: #fff;
}

.business_totalproduce .download .btn {
	margin-top: 20px;
}

.business_totalproduce .download .btn a {
	font-size: 1.4rem;
	width: 300px;
	height: 40px;
	line-height: 34px;
	border-radius: 20px;
	border: 3px solid #fff;
	background: #fff;
	color: #ff5e02;
}

.business_totalproduce .download .btn a::after {
	background: #ff6c02;
}

@media screen and (min-width: 769px) {
	.business_totalproduce .strong .btn a:hover {
		color: #fff!important;
	}
	.business_totalproduce .download .btn a:hover {
		color: #fff!important;
	}
}

@media screen and (max-width: 768px) {
	.business_totalproduce .pagettl {
		background: url(../img/business/support/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.business_totalproduce .pagettl2{
		background-image: url(../img/business/support/bg_pagettl2_pc.jpg);
	}
	.business_totalproduce .pagettl3{
		background-image: url(../img/business/support/bg_pagettl3_pc.jpg);
	}

	
	/* page_intero */
	.business_totalproduce .page_intro .txt_large {
		font-size: 1.4rem;
		text-align: center;
	}


	/* support_detail */
	.business_totalproduce .support_detail {
		padding: 40px 0 50px;
	}
	.business_totalproduce .support_detail .txt p {
		text-align: left;
	}
	.business_totalproduce .support_detail .box {
		padding: 25px 15px;
		margin-top: 25px;
	}
	.business_totalproduce .support_detail .box .ttl {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	.business_totalproduce .support_detail .box .ttl::before,
	.business_totalproduce .support_detail .box .ttl::after {
		width: 42px;
		height: 2px;
		top: -4px;
	}
	.business_totalproduce .support_detail .box .ttl::before {
		margin-right: 8px;
	}
	.business_totalproduce .support_detail .box .ttl::after {
		margin-left: 8px;
	}
	.business_totalproduce .support_detail .box ul {
		width: 100%;
		max-width: 325px;
		margin: auto;
		justify-content: space-between;
	}
	.business_totalproduce .support_detail .box ul li {
		width: 82px;
		height: 82px;
		padding: 52px 0 0;
		margin: 0;
		font-size: 1rem;
	}
	.business_totalproduce .support_detail .box ul li span {
		display: inline-block;
		transform: scale(0.8);
	}
	.business_totalproduce .support_detail .box ul li + li {
/*		margin-left: 15px;*/
	}
	.business_totalproduce .support_detail .box ul li:nth-child(3n+1) {
		margin-left: 0;
	}
	.business_totalproduce .support_detail .box ul li:nth-child(n + 4) {
		margin-top: 15px!important;
	}
	.business_totalproduce .support_detail .box ul li.detail01 {
		background-position: left 27px bottom 35px;
		background-size: 30px auto;
		margin-bottom: 0;
	}
	.business_totalproduce .support_detail .box ul li.detail02 {
		background-position: left 23px bottom 35px;
		background-size: 40px auto;
		margin-bottom: 0;
	}
	.business_totalproduce .support_detail .box ul li.detail03 {
		background-position: center bottom 35px;
		background-size: 32px auto;
		margin-bottom: 0;
		padding: 56px 0 0;
	}
	.business_totalproduce .support_detail .box ul li.detail04 {
		background-position: left 23px bottom 35px;
		background-size: 41px auto;
		margin-bottom: 0;
		padding: 56px 0 0;
	}
	.business_totalproduce .support_detail .box ul li.detail05 {
		background-position: left 26px bottom 35px;
		background-size: 29px auto;
/*		margin-left: 15px;*/
		padding: 56px 0 0;
	}
	.business_totalproduce .support_detail .box ul li.detail06 {
		background-position: left 19px bottom 35px;
		background-size: 48px auto;
		padding: 56px 0 0;
	}
	.business_totalproduce .support_detail .box ul li.detail07 {
		background-position: center bottom 35px;
		background-size: 32px auto;
	}
	.business_totalproduce .support_detail .box ul li.detail08 {
		background-position: center bottom 35px;
		background-size: 25px auto;
	}
	.business_totalproduce .support_detail .box ul li.detail09 {
		background-position: center bottom 32px;
		background-size: 14px auto;
		margin-right: 0;
		padding: 56px 0 0;
	}


	/* strong */
	.business_totalproduce .strong {
		padding: 40px 0 50px;
		background: url(../img/business/support/bg_strong_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.business_totalproduce .strong .txt p {
		text-align: left;
	}
	.business_totalproduce .strong .btn {
		margin-top: 15px;
	}

	.business_totalproduce .strong .btn a {
		font-size: 0.9rem;
		width: 150px;
		height: 24px;
		line-height: 20px;
		border-radius: 12px;
		border: 2px solid #fff;
	}

	/* subsidy */
	.business_totalproduce .subsidy {
		padding: 40px 0 50px;
	}
	.business_totalproduce .subsidy .box {
		padding: 0;
	}
	.business_totalproduce .subsidy .box .img {
		margin-bottom: 12px;
	}
	.business_totalproduce .subsidy .box ul {
		margin-top: 15px;
		display: block;
	}
	.business_totalproduce .subsidy .box ul li {
		padding: 15px;
		width: 100%;
	}
	.business_totalproduce .subsidy .box ul li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	.business_totalproduce .subsidy .box ul li .ttl {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}

	/* download */
	.business_totalproduce .download {
		padding: 40px 0 50px;

	}
	.business_totalproduce .download .txt p {
		text-align: left;
	}
	.business_totalproduce .download .btn {
		margin-top: 15px;
	}

	.business_totalproduce .download .btn a {
		font-size: 0.9rem;
		width: 250px;
		height: 24px;
		line-height: 20px;
		border-radius: 12px;
		border: 2px solid #fff;
	}

}




/* ----------------------------------------------
    business_promotion プロモーション支援
---------------------------------------------- */

.business_promotion #contents {
	padding-bottom: 0;
}

.business_promotion .pagettl {
	background: url(../img/business/promotion/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


/* page_intero */

.business_promotion .page_intro .txt_large {
	font-weight: 900;
	font-size: 2.2rem;
}

.business_promotion .page_intro .txt_large + p {
	margin-top: .3em;
}

/* structure */

.business_promotion .structure {
	padding: 80px 0 100px;
}

.business_promotion .structure .txt p {
	text-align: center;
}

.business_promotion .structure .txt .img {
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

.business_promotion .structure .txt .img img {
	width: 229px;
}

.business_promotion .structure .txt .img img + img {
	margin-left: 30px;
}

/* network */

.business_promotion .network {
	padding: 80px 0 100px;
	background: url(../img/business/promotion/bg_network_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.business_promotion .network .ttl_line {
	color: #fff;
}

.business_promotion .network .txt p {
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.business_promotion .pagettl {
		background: url(../img/business/promotion/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	/* page_intero */
	.business_promotion .page_intro .txt_large {
		font-size: 1.4rem;
		text-align: center;
	}

	/* structure */
	.business_promotion .structure {
		padding: 40px 0 50px;
	}
	.business_promotion .structure .txt p {
		text-align: left;
	}

	.business_promotion .structure .txt .img {
		width: 100%;
		max-width: 328px;
		justify-content: space-between;
		margin: auto;
		margin-top: 20px;
	}
	.business_promotion .structure .txt .img img {
		width: 31%;
	}
	.business_promotion .structure .txt .img img + img {
		margin-left: 0;
	}

	/* network */
	.business_promotion .network {
		padding: 40px 0 50px;
		background: url(../img/business/promotion/bg_network_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.business_promotion .network .txt p {
		text-align: left;
	}

}



/* ----------------------------------------------
    business_vegekulfresh 飲食店の開業支援
---------------------------------------------- */

.business_vegekulfresh #contents {
	padding-bottom: 0;
}

.business_vegekulfresh .pagettl {
	background: url(../img/business/vegekulfresh/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


/* page_intero */

.business_vegekulfresh .page_intro .img{
	text-align: center;
	margin-bottom: 15px;
}

/* charm */

.business_vegekulfresh .charm{
	padding: 80px 0 100px;
	background: url(../img/business/vegekulfresh/bg_charm.jpg) no-repeat center center /cover;
}
.business_vegekulfresh .charm .ttl_line{
	color: #fff;
}
.business_vegekulfresh .charm ol{
	max-width: 645px;
	margin: 0 auto;
}
.business_vegekulfresh .charm ol li{
	font-size: 2.2rem;
	color: #fff;
	font-weight: 700;
	padding: 25px 0;
	border-bottom: 1px solid #fff;
}
.business_vegekulfresh .charm ol li:last-child{
	border-bottom: 0;
}
.business_vegekulfresh .charm ol li .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 514px;
	margin: 15px auto 0;
	border: 3px solid #fff;
	padding: 23px;
}
.business_vegekulfresh .charm ol li .box dt{
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: .15em;
	margin-left: -0.15em;
}
.business_vegekulfresh .charm ol li .box dd{
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
}

.business_vegekulfresh .about{
	padding: 80px 0 100px;
	background: url(../img/business/vegekulfresh/bg_about.jpg) no-repeat center bottom /cover;
}
.business_vegekulfresh .about .txt{
	line-height: 1.875;
	max-width: 690px;
	margin: 0 auto 30px;
}
.business_vegekulfresh .about .img{
	text-align: center;
}

.business_vegekulfresh .service{
	padding: 80px 0 100px;
	background: #ffc202;
}
.business_vegekulfresh .service .box{
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	border: 3px solid #ff9002;
}
.business_vegekulfresh .service .box.produce_box{
	border-color: #005e32;
}
.business_vegekulfresh .service .box+.box{
	margin-top: 40px;
}
.business_vegekulfresh .service .box .ttl{
	font-size: 2.2rem;
	color: #ff9002;
	font-weight: 900;
	text-align: center;
}
.business_vegekulfresh .service .box.produce_box .ttl{
	color: #005e32;
}
.business_vegekulfresh .service .box .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.business_vegekulfresh .service .box .txt_box{
	width: 470px;
}
.business_vegekulfresh .service .box .txt{
	line-height: 1.875;
}
.business_vegekulfresh .service .box dl{
	margin-top: 30px;
}
.business_vegekulfresh .service .box dt{
	padding-left: 13px;
	font-weight: 700;
	position: relative;
}
.business_vegekulfresh .service .box dt::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 1px;
	left: 0;
	width: 5px;
	height: 1.2em;
	transform: translateY(-50%);
	background: #ff9002;
	border-radius: 5px;
}
.business_vegekulfresh .service .box.produce_box dt::before{
	background: #005e32;
}
.business_vegekulfresh .service .box dd{
	line-height: 1.875;
}

@media screen and (max-width: 768px) {

	/* page_intero */

	.business_vegekulfresh .page_intro .img{
		text-align: center;
		width: 60%;
		margin: 0 auto 15px;
	}

	/* charm */

	.business_vegekulfresh .charm{
		padding: 40px 0 50px;
	}
	.business_vegekulfresh .charm ol li{
		font-size: 1.4rem;
		padding: 15px 0;
	}
	.business_vegekulfresh .charm ol li .box{
		display: block;
		max-width: 100%;
		margin: 15px auto 0;
		border-width: 2px;
		padding: 15px;
	}
	.business_vegekulfresh .charm ol li .box dt{
		font-size: 1.4rem;
		text-align: center;
	}
	.business_vegekulfresh .charm ol li .box dd{
		font-size: 1.2rem;
		text-align: center;
	}

	.business_vegekulfresh .about{
		padding: 40px 0 50px;
	}
	.business_vegekulfresh .about .txt{
		line-height: 1.875;
		margin: 0 auto 20px;
	}

	.business_vegekulfresh .service{
		padding: 40px 0 50px;
	}
	.business_vegekulfresh .service .box{
		padding: 6%;
		border-radius: 10px;
		border-width: 2px;
	}
	.business_vegekulfresh .service .box+.box{
		margin-top: 25px;
	}
	.business_vegekulfresh .service .box .ttl{
		font-size: 1.4rem;
	}
	.business_vegekulfresh .service .box .flex{
		display: block;
		justify-content: space-between;
		margin-top: 15px;
	}
	.business_vegekulfresh .service .box .txt_box{
		width: auto;
	}
	.business_vegekulfresh .service .box dl{
		margin-top: 10px;
	}
	.business_vegekulfresh .service .box .img{
		margin-top: 25px;
	}
}




/* ----------------------------------------------
    business_valuechain バリューチェーン構築支援
---------------------------------------------- */

.business_valuechain #contents {
	padding-bottom: 0;
}


/* pagettl */
.business_valuechain .pagettl {
    background: url(../img/business/valuechain/bg_pagettl_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    height: 275px;
}
.business_valuechain .pagettl .list{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.business_valuechain .pagettl .list li{
	color: #fff;
	font-weight: 700;
	width: 313px;
	border: 3px solid #fff;
	text-align: center;
	padding: 8px;
}


/* page_intro */

.business_valuechain .page_intro .ttl_big{
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 900;
	color: #005e32;
	text-align: center;
}
.business_valuechain .page_intro .flex{
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 40px;
}
.business_valuechain .page_intro .flex .img{
	width: 400px;
}
.business_valuechain .page_intro .flex .txt_box{
	width: 560px;
}
.business_valuechain .page_intro .flex .txt_box p+p{
	margin-top: 35px;
}
.business_valuechain .page_intro .img2{
	margin-top: 40px;
	text-align: center;
}


/* consult */

.business_valuechain .consult {
	background: #ff6c02;
	padding: 80px 0 100px;
}

.business_valuechain .consult .ttl_line span {
	color: #fff;
}

.business_valuechain .consult ul {
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

.business_valuechain .consult ul li {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	/*	padding-left: 44px;*/
	position: relative;
}

.business_valuechain .consult ul li + li {
	margin-top: 14px;
}

.business_valuechain .consult ul li::before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 19px;
	background: url(../img/business/cost_reduction/icon_cunsult_list.png) no-repeat;
	background-size: 25px auto;
	background-position: left center;
	margin-top: -2px;
}

/* solution */
.business_valuechain .solution{
	padding: 75px 0 105px;
}
.business_valuechain .solution .ttl_big{
	font-size: 3.5rem;
	line-height: 1.2;
	color: #4e4b4a;
	font-weight: 900;
	text-align: center;
}
.business_valuechain .solution .ttl_big .orange{
	color: #ff6c02;
}
.business_valuechain .solution .flow{
	margin-top: 35px;
}
.business_valuechain .solution .flow .ttl{
	font-size: 2.2rem;
	color: #4e4b4a;
	font-weight: 900;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.business_valuechain .solution .flow .ttl::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.2em;
	width: 5px;
	background: #ff6c02;
	transform: translateY(-50%);
	border-radius: 5px;
}
.business_valuechain .solution .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 40px;
	margin-top: 25px;
}
.business_valuechain .solution .list li{
	width: 48%;
	margin-right: 4%;
}
.business_valuechain .solution .list li:nth-child(2n){
	margin-right: 0;
}
.business_valuechain .solution .list li:nth-child(n+3){
	margin-top: 30px;
}
.business_valuechain .solution .list li .ttl{
	font-size: 1.8rem;
	color: #ff6c02;
	font-weight: 700;
	line-height: 1.22;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.business_valuechain .solution .list li .ttl img{
	margin-right: 10px;
	width: 30px;
}
.business_valuechain .solution .list li .txt{
	font-size: 1.3rem;
	line-height: 1.538;
	margin-top: 10px;
}

/* farm */
.business_valuechain .farm{
	padding: 75px 0 100px;
}
.business_valuechain .farm .txt{
	max-width: 600px;
	font-size: 1.3rem;
	line-height: 1.538;
	text-align: center;
	font-weight: 500;
	margin: 0 auto;
}
.business_valuechain .farm .img{
	text-align: center;
	margin-top: 35px;
}
.business_valuechain .farm .box{
	background: #fff;
	margin: 35px auto 0;
	padding: 30px 50px;
	max-width: 730px;
}
.business_valuechain .farm .box .prefecture{
	padding: 25px 15px;
	font-weight: 500;
	line-height: 1.56;
	max-width: 390px;
	border: 1px solid #4e4b4a;
	margin-top: 75px;
}
.business_valuechain .farm .box .img{
	margin-top: -245px;
	text-align: right;
	margin-left: auto;
}
.business_valuechain .farm .box .ttl{
	font-size: 2.2rem;
	color: #4e4b4a;
	font-weight: 900;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.business_valuechain .farm .box .ttl::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.2em;
	width: 5px;
	background: #ff6c02;
	transform: translateY(-50%);
	border-radius: 5px;
}

@media screen and (max-width: 768px) {

	/* pagettl */
	.business_valuechain .pagettl {
	    padding: 30px 0;
	    height: auto;
	}
	.business_valuechain .pagettl .txt_pagettl{
		line-height: 1.3;
	    transform: translate(0, 0);
	    position: static;
	}
	.business_valuechain .pagettl .list{
		display: block;
		width: 75%;
		margin: 10px auto 0;
	}
	.business_valuechain .pagettl .list li{
		font-size: 1.1rem;
		width: auto;
		border-width: 2px;
		text-align: center;
		padding: 8px;
	}
	.business_valuechain .pagettl .list li+li{
		margin-top: 8px;
	}


	/* page_intro */

	.business_valuechain .page_intro .ttl_big{
		font-size: 1.5rem;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.business_valuechain .page_intro .flex{
		margin-top: 20px;
		display: block;
	}
	.business_valuechain .page_intro .flex .img{
		width: auto;
		text-align: center;
	}
	.business_valuechain .page_intro .flex .txt_box{
		width: auto;
		margin-top: 20px;
	}
	.business_valuechain .page_intro .flex .txt_box p+p{
		margin-top: 1em;
	}
	.business_valuechain .page_intro .img2{
		margin-top: 20px;
	}


	/* consult */
	.business_valuechain .consult {
		padding: 40px 0 50px;
	}
	.business_valuechain .consult ul {
		width: 100%;
		max-width: 420px;
	}
	.business_valuechain .consult ul li {
		font-size: 1.2rem;
		text-indent: -22px;
		padding-left: 22px;
	}
	.business_valuechain .consult ul li + li {
		margin-top: 14px;
	}
	.business_valuechain .consult ul li::before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background-size: 12px auto;
	}


	/* solution */
	.business_valuechain .solution{
		padding: 40px 0 50px;
	}
	.business_valuechain .solution .ttl_big{
		font-size: 1.5rem;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.business_valuechain .solution .flow{
		margin-top: 10px;
	}
	.business_valuechain .solution .flow .ttl{
		font-size: 1.4rem;
		padding-left: 8px;
		margin-bottom: 10px;
	}
	.business_valuechain .solution .flow .ttl::before{
		width: 3px;
		height: 15px;
	}
	.business_valuechain .solution .list{
		display: block;
		padding: 0 ;
		margin-top: 20px;
	}
	.business_valuechain .solution .list li{
		width: auto;
		margin-right: 0;
	}
	.business_valuechain .solution .list li:nth-child(2n){
		margin-right: 0;
	}
	.business_valuechain .solution .list li:nth-child(n+2){
		margin-top: 15px;
	}
	.business_valuechain .solution .list li .ttl{
		font-size: 1.3rem;
	}
	.business_valuechain .solution .list li .ttl img{
		margin-right: 10px;
		width: 25px;
	}
	.business_valuechain .solution .list li .txt{
		font-size: 1.2rem;
		line-height: 1.3;
		margin-top: 10px;
	}

	/* farm */
	.business_valuechain .farm{
		padding: 40px 0 50px;
	}
	.business_valuechain .farm .txt{
		max-width: 100%;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.3;
	}
	.business_valuechain .farm .img{
		text-align: center;
		margin-top: 15px;
	}
	.business_valuechain .farm .box{
		margin: 20px auto 0;
		padding: 20px 6%;
		max-width: 100%;
	}
	.business_valuechain .farm .box .prefecture{
		font-size: 1.2rem;
		padding: 15px 6%;
		line-height: 1.56;
		max-width: 100%;
		margin-top: 20px;
	}
	.business_valuechain .farm .box .img{
		margin-top: 0;
		text-align: right;
		margin-left: auto;
	}
	.business_valuechain .farm .box .ttl{
		font-size: 1.4rem;
		padding-left: 8px;
		margin-bottom: 10px;
	}
	.business_valuechain .farm .box .ttl::before{
		width: 3px;
		height: 15px;
	}

}

@media screen and (max-width: 360px) {
	.business_valuechain .farm .box .prefecture{
		font-size: 1.1rem;
	}
}