@charset "UTF-8"; /* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');


/* こんなお悩みを抱えていませんか？ */
#contents #service #task {
	color: #fff;
	background: #00479d;
}
#contents #service #task .secTitle {
	color: #fdd23e;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 2px solid #fdd23e;
}
#contents #service #task ol li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 0 0 0 2em;
	border: none;
}
#contents #service #task ol li:before {
	display: none;
}
#contents #service #task ol li .no {
	position: absolute;
	left: 0px;
	color: #fdd23e;
}
#contents #service #task .contact {
	margin: 0;
}


/* ソリューション */
#contents #service #solution h4 {
	font-size: 18px;
	font-weight: bold;
}
#contents #service #solution p.img {
	text-align: center;
}

#contents #service #solution .factoryFig4 h4 {
	margin: 0 0 10px;
}
#contents #service #solution .factoryFig4 .task {
	margin: 30px 0 0;
}
#contents #service #solution .factoryFig4 .task ul {
	padding: 15px 25px;
	background: #e5f0f8;
}
#contents #service #solution .factoryFig4 .task ul li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0 0 0 15px;
}
#contents #service #solution .factoryFig4 .task ul li:before {
	position: absolute;
	top: 6px;
	left: 1px;
	width: 8px;
	height: 8px;
	content: "";
	background: #006ab7;
	border-radius: 4px;
}
#contents #service #solution .factoryFig4 .flow {
	margin: 15px 0 0;
}
#contents #service #solution .factoryFig4 .formulationFlow .step h5 {
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0 0 10px;
	background: #a8bee2;
	text-align: center;
}
#contents #service #solution .factoryFig4 .formulationFlow .step:nth-child(2) h5 {
	background: #769ed3;
}
#contents #service #solution .factoryFig4 .formulationFlow .step:nth-child(3) h5 {
	background: #3582c4;
}
#contents #service #solution .factoryFig4 .formulationFlow .step:nth-child(4) h5 {
	background: #006ab7;
}
#contents #service #solution .factoryFig4 .formulationFlow .step:nth-child(5) h5 {
	background: #00479d;
}
#contents #service #solution .factoryFig4 .formulationFlow .step ul li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0;
	padding: 0 0 0 15px;
}
#contents #service #solution .factoryFig4 .formulationFlow .step ul li:before {
	position: absolute;
	top: 6px;
	left: 1px;
	width: 8px;
	height: 8px;
	content: "";
	background: #006ab7;
	border-radius: 4px;
}
#contents #service #solution .factoryFig4 .example {
	margin: 30px 0 0;
}
#contents #service #solution .factoryFig4 .example .title {
	display: table;
	width: 100%;
	background: #fdd23e;
}
#contents #service #solution .factoryFig4 .example .title dt,
#contents #service #solution .factoryFig4 .example .title dd {
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
#contents #service #solution .factoryFig4 .example .title dt {
	width: 100px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	background: #006ab7;
	text-align: center;
	white-space: nowrap;
}
#contents #service #solution .factoryFig4 .example .title dt strong {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}
#contents #service #solution .factoryFig4 .example p.img {
	margin: 20px 20px 40px;
}

#contents #service #solution .factoryFig5 h4 {
	margin: 0 0 10px;
}
#contents #service #solution .factoryFig5 .updateFlow .step h5 {
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0 0 10px;
	background: #a8bee2;
	text-align: center;
}
#contents #service #solution .factoryFig5 .updateFlow .step:nth-child(2) h5 {
	background: #769ed3;
}
#contents #service #solution .factoryFig5 .updateFlow .step:nth-child(3) h5 {
	background: #3582c4;
}
#contents #service #solution .factoryFig5 .updateFlow .step ul li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0;
	padding: 0 0 0 15px;
}
#contents #service #solution .factoryFig5 .updateFlow .step ul li:before {
	position: absolute;
	top: 6px;
	left: 1px;
	width: 8px;
	height: 8px;
	content: "";
	background: #006ab7;
	border-radius: 4px;
}

#contents #service #solution .factoryFig6 .txt h4 {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: bold;
	color: #e8340d;
	margin: 0 0 5px;
}
#contents #service #solution .factoryFig6 .txt p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 10px 0 0 10px;
	border-top: 2px solid #e8340d;
	border-left: 2px solid #e8340d;
}


/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (min-width: 768px) {
	
	/* こんなお悩みを抱えていませんか？ */
	#contents #service #task .wrap {
		position: relative;
		padding: 40px 0 40px 280px;
	}
	#contents #service #task .wrap .img {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	
	/* ソリューション */
	#contents #service #solution .factoryFig4 .formulationFlow {
		margin-right: -25px;
		overflow: hidden;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step {
		float: left;
		width: 20%;
		padding-right: 25px;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step h5 {
		position: relative;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step h5:after {
		position: absolute;
		top: 15px;
		right: -19px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-style: solid;
		border-width: 10px 0 10px 12px;
		border-color: transparent transparent transparent #f08300;
		z-index: 10;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step:last-child h5:after {
		display: none;
	}
	#contents #service #solution .factoryFig4 .example .cols {
		margin-right: -50px;
		overflow: hidden;
	}
	#contents #service #solution .factoryFig4 .example .col {
		float: left;
		width: 50%;
		padding: 0 50px 0 0;
	}
	
	#contents #service #solution .factoryFig5 .flow {
		overflow: hidden;
	}
	#contents #service #solution .factoryFig5 .updateFlow {
		float: left;
		width: 590px;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step {
		float: left;
		width: 180px;
		margin-right: 25px;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step h5 {
		position: relative;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step h5:after {
		position: absolute;
		top: 15px;
		right: -19px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-style: solid;
		border-width: 10px 0 10px 12px;
		border-color: transparent transparent transparent #f08300;
		z-index: 10;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step:last-child {
		margin-right: 0;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step:last-child h5:after {
		display: none;
	}
	#contents #service #solution .factoryFig5 .updateFlowImg {
		float: right;
		width: 390px;
	}
	
	#contents #service #solution .factoryFig6 {
		display: table;
		width: 100%;
		margin: 40px 0 0;
	}
	#contents #service #solution .factoryFig6 .fig,
	#contents #service #solution .factoryFig6 .txt {
		display: table-cell;
		vertical-align: bottom;
	}
	#contents #service #solution .factoryFig6 .fig {
		width: 650px;
	}
	#contents #service #solution .factoryFig6 .txt{
		padding-left: 25px;
	}
	#contents #service #solution .factoryFig6 .txt p {
		position: relative;
	}
	#contents #service #solution .factoryFig6 .txt p:before {
		position: absolute;
		left: -12px;
		bottom: 50px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-style: solid;
		border-width: 10px 12px 10px 0;
		border-color: transparent #e8340d transparent transparent;
		z-index: 10;
	}
	
}

@media (max-width: 767px) {
	
	/* こんなお悩みを抱えていませんか？ */
	#contents #service #task .wrap {
		margin: 0;
		padding: 20px 15px;
	}
	#contents #service #task .wrap .img {
		margin: 0 0 15px;
		text-align: center;
	}
	#contents #service #task .wrap .img img {
		width: 30%;
	}
	#contents #service #task ol li {
		font-size: 16px;
	}
	
	/* ソリューション */
	#contents #service #solution .factoryFig4 .formulationFlow .step {
		position: relative;
		margin: 0 0 30px;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step:after {
		position: absolute;
		left: 50%;
		bottom: -21px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		margin-left: -10px;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #f08300 transparent transparent transparent;
		z-index: 10;
	}
	#contents #service #solution .factoryFig4 .formulationFlow .step:last-child:after {
		display: none;
	}
	
	#contents #service #solution .factoryFig5 .updateFlow .step {
		position: relative;
		margin: 0 0 30px;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step:after {
		position: absolute;
		left: 50%;
		bottom: -21px;
		display: block;
		width: 0;
		height: 0;
		content: "";
		margin-left: -10px;
		border-style: solid;
		border-width: 12px 10px 0 10px;
		border-color: #f08300 transparent transparent transparent;
		z-index: 10;
	}
	#contents #service #solution .factoryFig5 .updateFlow .step:last-child:after {
		display: none;
	}
	#contents #service #solution .contact {
		padding: 5px 15px;
	}
	
}
