
/* -------------------*/
/* -------------------*/
/* Service -------------------*/

/* cmn -------------------*/

#service{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#service .top_title{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .top_title img{
	width: 56px;
	height: auto;
}
#service .top_title p{
	padding: 5% 2%;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}
#service .section{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#service .section .inner{
	margin: 0 auto;
}
#service .section .head{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 2px;
}
#service .section .head .eng{
	display: inline-block;
	font-size: 40px;
	font-style: italic;
}
#service .section .head h3{
	display: inline-block;
	font-size: 20px;
	letter-spacing: 3px;
	padding-left: 10px;
}
#service .section .head h3 span{
	font-size: 70%;
}
#service .section .main_visual{
	width: 1100px;
	margin: 30px auto;
}
#service .section .main_visual img{
	border-radius: 20px;
}
#service .section .main_visual p{
	padding-top: 30px;
	line-height: 1.8;
}
#service .content{
	width: 900px;
	overflow: hidden;
	margin: 60px auto;
}
#service .content h4.headline{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 6px;
	text-align: center;
}

.hydro_body .section .head .eng{ color: var(--sk-color);}
.lifecare_body .section .head .eng{ color: var(--lc-color);}
.foodpantry_body .section .head .eng{ color: var(--fp-color);}

.hydro_body .content h4.headline{
	border-bottom: solid 4px #c0e8dd;
	background-color: var(--sk-color);
}
.lifecare_body .content h4.headline{
	border-bottom: solid 4px #e9d2ed;
	background-color: var(--lc-color);
}
.foodpantry_body .content h4.headline{
	border-bottom: solid 4px #fde7bd;
	background-color: var(--fp-color);
}

@media screen and (max-width: 960px){
	#service .top_title p{
		padding: 10% 2%;
	}
	#service .section .inner{
		width: 90%;
	}
	#service .section .head{
		width: 100%;
	}
	#service .section .main_visual{
		width: 100%;
		margin: 5% auto;
	}
	#service .section .main_visual img{
		border-radius: 10px;
	}
	#service .section .main_visual p{
		padding-top: 4%;
		font-size: 13px;
	}
	#service .content{
		width: 100%;
		margin: 6% auto;
	}
}
@media screen and (max-width: 650px){
	#service .top_title{
		padding-top: 6%;
	}
	#service .top_title img{
		width: 46px;
	}
	#service .top_title p{
		padding: 3% 2%;
		font-size: 18px;
	}
	#service .section .head{
		text-align: center;
	}
	#service .section .head .eng{
		display: block;
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	#service .section .head h3{
		font-size: 13px;
		letter-spacing: 2px;
		padding: 3% 0 0 0;
	}
	#service .section .main_visual p{
		font-size: 11px;
		text-align: justify;
	}
	#service .section .main_visual p br{
		display: none;
	}
	#service .content h4.headline{
		margin-bottom: 3%;
		border-radius: 4px;
		font-size: 14px;
		letter-spacing: 4px;
	}
}



/* Polka-dots -------------------*/

#service #polkadots{
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
#service .schedule__hydro{
	padding: 140px 0 350px;
	margin: -380px auto -250px;
}
#service .schedule__lifecare{
	padding: 140px 0 300px;
	margin: 0 auto -200px;
}
#service #polkadots:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 0 -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1; /* 必須 */
	/* 水玉模様 */
	background-color: #fff;
	background-position: 0 0, 40px 40px;
	background-size: 80px 80px;
}
.hydro_body #polkadots:before{
	background-image:
		radial-gradient(#ecf8f5 18%, transparent 18%),
		radial-gradient(#ecf8f5 18%, transparent 18%);
}
.lifecare_body #polkadots:before{
	background-image:
		radial-gradient(#fbf6fb 18%, transparent 18%),
		radial-gradient(#fbf6fb 18%, transparent 18%);
}
.fp_wrap #service #polkadots:before{
	background-image:
		radial-gradient(#fef6e6 18%, transparent 18%),
		radial-gradient(#fef6e6 18%, transparent 18%);
}
#service #polkadots .inner{
	position: relative;
	width: 660px;
	margin: 0 auto;
}
#service #polkadots .inner h3{
	width: 300px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	font-size: 28px;
	letter-spacing: 4px;
}
.hydro_body #polkadots .inner h3{
	background: url('../img/service/h3_schedule-line.png') center bottom no-repeat;
	background-size: 340px 10px;
}
.lifecare_body #polkadots .inner h3{
	background: url('../img/service/h3_schedule-line_lc.png') center bottom no-repeat;
	background-size: 340px 10px;
}
#service #polkadots .inner .time{
	float: left;
	width: 392px;
	height: auto;
}
#service #polkadots .inner ul{
	float: right;
	width: 210px;
}
#service #polkadots .inner li{
	width: 100%;
	padding-bottom: 30px;
}
#service #polkadots .inner li img{
	border-radius: 10px;
}
@media screen and (max-width: 960px){
	#service #polkadots{ margin-bottom: 0;}
	#service .schedule__hydro{ padding: 100px 0 320px;}
	#service .schedule__lifecare{ padding: 100px 0 30%; }
	#service #polkadots .inner{ width: 80%; }
	#service #polkadots .inner h3{ width: 250px; margin: 0 auto 5%; font-size: 22px; }
	#service #polkadots .inner .time{ width: 65%; }
	#service #polkadots .inner ul{ width: 33%; }
	#service #polkadots .inner li{ padding-bottom: 20%; }
}
@media screen and (max-width: 650px){
	#service #polkadots{ padding: 80px 0 300px; }
	#service #polkadots .inner{ width: 88%; }
	#service .schedule__hydro{ margin-top: -420px; }
	#service .schedule__lifecare{ padding: 80px 0 50%; margin-bottom: -35%; }
	#service #polkadots:before{ background-position: 0 0, 30px 30px; background-size: 60px 60px; }
	#service #polkadots .inner h3{ width: 200px; margin: 0 auto 8%; font-size: 16px; }
	#service #polkadots .inner .time{ float: none; width: 85%; margin: 0 auto; }
	#service #polkadots .inner ul{ float: none; display: flex; flex-wrap: wrap; justify-content: space-around; width: 88%; margin: 10% auto 0;}
	#service #polkadots .inner li{ width: 47%; padding-bottom: 3%; }
	#service #polkadots .inner li img{ border-radius: 4px; }
}


/* outline -------------------*/

.hydro_body #service_outline:before{
	background-color: var(--sk-color);
}
.lifecare_body #service_outline:before{
	background-color: var(--lc-color);
}
.foodpantry_body #service_outline:before{
	background-color: var(--fp-color);
}
#service_outline{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 160px 0 260px;
	z-index: 2;
}
#service_outline:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 90%;
	margin: 0 -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1; /* 必須 */
}
#service_outline .inner{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#service_outline h3{
	font-size: 28px;
	letter-spacing: 4px;
	color: #fff;
}
#service_outline .two_column{
	overflow: hidden;
	border-collapse: separate;
	border-radius: 20px;
	border: 1px solid;
	margin-top: 60px;
}
#service_outline .two_column td{
	background: #fff;
}
#service_outline .two_column th,
#service_outline .two_column td{
	padding: 30px 26px;
}
#service_outline .two_column tr:last-child th,
#service_outline .two_column tr:last-child td{
	border-bottom: 0;
}
#service_outline .two_column,
#service_outline .two_column th,
#service_outline .two_column td{
	border-color: rgba(255, 255, 255, 0.3);
}

.hydro_body #service_outline .two_column,
.hydro_body #service_outline .two_column th,
.hydro_body #service_outline .two_column td{
	border-color: var(--sk-color);
}
.hydro_body #service_outline .two_column th{
	background-color: #c0e8dd;
}

.lifecare_body #service_outline .two_column,
.lifecare_body #service_outline .two_column th,
.lifecare_body #service_outline .two_column td{
	border-color: var(--lc-color);
}
.lifecare_body #service_outline .two_column th{
	background-color: #e9d2ed;
}

.foodpantry_body #service_outline .two_column,
.foodpantry_body #service_outline .two_column th,
.foodpantry_body #service_outline .two_column td{
	border-color: var(--fp-color);
}
.foodpantry_body #service_outline .two_column th{
	background-color: #fce1ac;
}
@media screen and (max-width: 960px){
	#service_outline{
		padding: 100px 0 180px;
		margin-bottom: 150px;
	}
	#service_outline .inner{
		width: 80%;
	}
	#service_outline h3{
		font-size: 22px;
	}
	.hydro_body #service_outline{
		margin-top: -250px;
	}
	.lifecare_body #service_outline{
		margin-top: -200px;
	}
	.foodpantry_body #service_outline{
		padding-bottom: 30%;
	}
}
@media screen and (max-width: 650px){
	#service_outline{
		padding: 80px 0 200px;
		margin-bottom: 40%;
	}
	#service_outline .inner{
		width: 88%;
	}
	#service_outline h3{
		font-size: 16px;
	}
	#service_outline .two_column{
		margin-top: 8%;
	}
	#service_outline .two_column th,
	#service_outline .two_column td{
		display: block;
		width: 100%;
	}
	#service_outline .two_column th{
		border: none;
		padding: 20px 0 0;
	}
	#service_outline .two_column td{
		padding-top: 6px;
	}
	
	#service_outline .two_column th,
	#service_outline .two_column td{
		padding: 20px;
	}
	#service_outline .two_column td{
		border-bottom: 0;
	}
	.lifecare_body #service_outline{
		margin-top: -250px;
	}
	.foodpantry_body #service_outline{
		margin-top: 7%;
	}
	.foodpantry_body #service_outline{
		padding-bottom: 50%;
	}
}



/* -------------------*/
/* hydroponics -------------------*/

/* Program.01 */

#service #program_01{
	padding-top: 40px;
}
#service .content .workflow{
	position: relative;
	width: 100%;
	height: auto;
}
#service .content .workflow .top{
	width: 945px;
}
#service .content .workflow .top li{
	float: left;
	width: 270px;
	margin-right: 45px;
}
#service .content .workflow .bottom{
	width: 100%;
	margin: 0 auto;
}
#service .content .workflow .bottom li{
	display: inline-block;
	width: 270px;
	margin: 0 20px;
}
#service .content .workflow .title{
	text-align: center;
	padding: 20px 0 10px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 4px;
}
#service .content .workflow .text{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#service .management{
	width: 100%;
}
#service .management .text{
	float: left;
	width: 350px;
	line-height: 1.8;
	text-align: left;
}
#service .management .photo{
	float: right;
	width: 510px;
}
#service .greens, #service #green_1{
	width: 100%;
}
#service #green_2{
	width: 748px;
	margin: 0 auto;
}
#service #green_1 .title, #service #green_2 .title{
	width: 200px;
	height: 36px;
	line-height: 40px;
	border-radius: 18px;
	color: #fff;
	font-weight: bold;
}
#service #green_1 .title{
	margin: 10px auto 20px;
	background-color: #8bd66b;
}
#service #green_2 .title{
	margin: 20px auto;
	background-color: #ffb400;
}
#service .greens ul{
	width: 912px;
}
#service .greens li{
	float: left;
	width: 140px;
	margin-right: 12px;
	padding-bottom: 20px;
}
#service .greens li img{
	border: 1px solid #ddd;
}
#service .greens li p{
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
#service .case_study ul{
	width: 920px;
}
#service .case_study li{
	float: left;
	width: 210px;
	margin-right: 20px;
}
#service .case_study li img{
	border-radius: 10px;
}
#service .case_study li .title{
	padding: 14px 0 10px;
	font-weight: bold;
}
#service .case_study li .cat{
	font-size: 11px;
}
@media screen and (max-width: 960px){
	#service #program_01{
		padding-top: 0;
	}
	#service .content .workflow .top{
		width: 100%;
		display: table;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	#service .content .workflow .top li{
		float: none;
		display: table-cell;
		width: auto;
		margin-right: 0;
	}
	#service .content .workflow .bottom{
		width: 70%;
		display: table;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	#service .content .workflow .bottom li{
		display: table-cell;
		width: auto;
		margin: 0;
	}
	#service .content .workflow .text{
		font-size: 12px;
		margin-bottom: 5%;
	}
	#service .management .text{
		width: 48%;
		font-size: 12px;
		line-height: 1.8;
	}
	#service .management .photo{ width: 50%; }
	#service #green_2{ width: 100%; }
	#service #green_1 .title, #service #green_2 .title{ width: 50%; }
	#service .greens ul{ width: 101%; }
	#service .greens li{
		width: 15.666%;
		margin-right: 1%;
		padding-bottom: 3%;
	}
	#service .greens li img{ border: 1px solid #eee; }
	#service .greens li p{ font-size: 11px; }
	#service .case_study ul{ width: 102%; }
	#service .case_study li{
		float: left;
		width: 23%;
		margin-right: 2%;
	}
	#service .case_study li .title{ font-size: 12px; }
}
@media screen and (max-width: 650px){
	#service #program_01{
		padding-top: 8%;
		padding-bottom: 5%;
	}
	#service .content .workflow .top, #service .content .workflow .bottom{
		width: 100%;
		display: block;
		border-spacing: 0;
	}
	#service .content .workflow .top li, #service .content .workflow .bottom li{
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 2%;
	}
	#service .content .workflow li img{
		float: left;
		width: 48%;
	}
	#service .content .workflow .title, #service .content .workflow .text{
		float: right;
		width: 48%;
		text-align: left;
	}
	#service .content .workflow .title{
		font-size: 15px;
		letter-spacing: 0;
	}
	#service .content .workflow .text{
		margin-bottom: 0;
		font-size: 11px;
	}
	#service .management .text, #service .management .photo{
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	#service .management .text{
		margin-bottom: 3%;
	}
	#service #green_1 .title, #service #green_2 .title{
		width: 100%;
		height: 32px;
		line-height: 34px;
		border-radius: 16px;
		font-size: 13px;
	}
	#service .greens ul{
		width: 102%;
	}
	#service .greens li{
		width: 31.333%;
		height: auto;
		min-height: 130px;
		margin-right: 2%;
	}
	#service .greens li img{
		border: 0;
	}
	#service .greens li p{
		font-size: 10px;
	}
	#service .case_study ul{
		width: 100%;
		margin: 0 auto;
	}
	#service .case_study li{
		width: 46%;
		padding: 2% 0;
		margin: 0 2%;
	}
	#service .case_study li img{
		border-radius: 4px;
	}
	#service .case_study li .title{
		padding: 10px 0 4px;
	}
	#service .case_study li .title, #service .case_study li .cat{
		font-size: 10px;
	}
}

/* Program.02 */

#program_02{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 140px 0 400px;
	z-index: 2;
}
#program_02:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 0 -10% 0;
	background-color: rgba(var(--sk-color-rgb),0.15);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1; /* 必須 */
}
#service #program_02 h4.headline{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	letter-spacing: 3px;
}
#service #program_02 .content{
	margin: 40px auto;
}
.kogutre{
	position: relative;
	width: 100%;
}
.kogutre .read{
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 30px;
}
.kogutre ul li{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.kogutre ul li .item{
	width: 400px;
	text-align: left;
	padding-left: 40px;
}
.kogutre ul li .item .title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid;
}
#program_02 .kogutre ul li .item .title{
	border-color: var(--sk-color);
}
#lifecare .kogutre ul li .item .title{
	border-color: var(--lc-color);
}
.kogutre ul li .item .text{
	line-height: 1.5;
}
.kogutre ul .list-1 .item{ background-image: url(../img/service/number-1-sk.png); }
.kogutre ul .list-2 .item{ background-image: url(../img/service/number-2-sk.png); }
.kogutre ul .list-3 .item{ background-image: url(../img/service/number-3-sk.png); }
#lifecare .kogutre ul .list-1 .item{ background-image: url(../img/service/number-1-lc.png); }
#lifecare .kogutre ul .list-2 .item{ background-image: url(../img/service/number-2-lc.png); }
#lifecare .kogutre ul .list-3 .item{ background-image: url(../img/service/number-3-lc.png); }
.kogutre ul .list-1 .item,
.kogutre ul .list-2 .item,
.kogutre ul .list-3 .item{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 26px 26px;
}
.kogutre ul li .photo{
	width: 450px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.kogutre ul li .photo img{
	width: 220px;
	border-radius: 10px;
}
@media screen and (max-width: 960px){
	#service #program_02 .content{
		margin: 40px auto;
	}
	.kogutre ul li .item{
		width: 46%;
	}
	.kogutre ul li .photo{
		width: 50%
	}
	.kogutre ul li .photo img{
		width: 48%;
	}
}
@media screen and (max-width: 650px){
	#program_02{
		padding: 50px 0 440px;
	}
	#service #program_02 h4.headline{
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	#service #program_02 .content{
		margin: 3% auto;
	}
	.kogutre .read{
		font-size: 11px;
		padding-bottom: 10%;
	}
	.kogutre ul li{
		padding-bottom: 8%;
		display: block;
	}
	.kogutre ul li .item{
		width: 100%;
		text-align: left;
		padding-left: 30px;
	}
	.kogutre ul li .item .title{
		padding-bottom: 3%;
		margin-bottom: 3%;
		font-size: 14px;
	}
	.kogutre ul li .item .text{
		padding-bottom: 3%;
		font-size: 11px;
	}
	.kogutre ul .list-1 .item,
	.kogutre ul .list-2 .item,
	.kogutre ul .list-3 .item{
		background-size: 22px 22px;
	}
	.kogutre ul li .photo{
		width: 100%;
		padding-left: 32px;
	}
	.kogutre ul li .photo img{
		width: 49%;
		border-radius: 4px;
	}
}

/* -------------------*/
/* lifecare -------------------*/

#lifecare h3{
	font-size: 20px;
	letter-spacing: 4px;
	padding-top: 50px;
}
#lifecare .main_visual p{
	width: 900px;
	margin: 0 auto;
}
#lifecare .content h4.headline{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
#lifecare ul{
	margin-top: 10px;
}

@media screen and (max-width: 960px){
	#lifecare{
		width: 90%;
	}
	#lifecare .main_visual p{
		width: 100%;
	}
}
@media screen and (max-width: 650px){
	#lifecare h3{
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 2px;
		padding-top: 5%;
	}
	#lifecare .content h4.headline{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

/* -------------------*/
/* foodpantry -------------------*/

#foodpantry .content h4.headline{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	letter-spacing: 2px;
}
#foodpantry .content .text_box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#foodpantry .content .text_box p{
	width: 50%;
	text-align: left;
	line-height: 2;
}
#foodpantry .content .photo{
	width: 45%;
	height: auto;
}
#foodpantry .content .photo img{
	border-radius: 20px;
}
.fp_wrap #service #polkadots{
	padding: 180px 0 200px;
	margin: -114px auto 0;
}
.fp_wrap #service #polkadots .inner{
	width: 900px;
}
.partner p.read{
	line-height: 25px;
	padding: 0 0 5%;
}
.fp_wrap #service #polkadots .partners{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.fp_wrap #service #polkadots .partners .partner-list{
	width: 48%;
	padding: 26px;
	border-radius: 10px;
	border: 1px solid;
	border-color: var(--fp-color);
	background: #fff;
}
.fp_wrap #service #polkadots .partners .partner-list .title{
	padding: 12px 0 10px;
	margin-bottom: 22px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: var(--fp-color);
}
.fp_wrap #service #polkadots .partners .partner-list ul{
	width: 100%;
	text-align: left;
}
.fp_wrap #service #polkadots .partners .partner-list li{
	position: relative;
	padding: 0 0 0 18px;
	line-height: 25px;
}
.fp_wrap #service #polkadots .partners .partner-list li:last-child{
	padding-bottom: 0;
}
.fp_wrap #service #polkadots .partners .partner-list li:before{
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: var(--fp-color);
	border-radius: 50%;
}

@media screen and (max-width: 960px){
	.fp_wrap #service #polkadots{
		padding: 100px 0 150px;
		margin: -35% auto 20%;
	}
	.fp_wrap #service #polkadots .inner{
		width: 80%;
	}
}
@media screen and (max-width: 650px){
	#foodpantry .content h4.headline{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	#foodpantry .content .text_box{
		flex-wrap: wrap;
	}
	#foodpantry .content .text_box p{
		width: 100%;
		font-size: 12px;
	}
	#foodpantry .content .photo{
		width: 100%;
		padding: 3% 0;
	}
	#foodpantry .content .photo img{
		border-radius: 20px;
	}
	.fp_wrap #service #polkadots{
		margin: -70% auto 45%;
	}
	.fp_wrap #service #polkadots h3{
		margin-bottom: 0;
	}
	.partner p.read{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	.partner p.read br{
		display: none;
	}
	.fp_wrap #service #polkadots .partners{
		flex-wrap: wrap;
	}
	.fp_wrap #service #polkadots .partners .partner-list{
		width: 100%;
		padding: 5%;
		margin-bottom: 5%;
	}
	.fp_wrap #service #polkadots .partners .partner-list .title{
		font-size: 13px;
	}
	.fp_wrap #service #polkadots .partners .partner-list ul{
		margin-top: -10px;
	}
	.fp_wrap #service #polkadots .partners .partner-list li{
		width: 100%;
	}
}