@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

manufacture_on_assignment CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.col_r section.mainContent .block {
	margin-bottom: 50px;
}
.col_r section.mainContent h3 {
	margin-bottom: 5px;
}
.col_r section.mainContent .block ul li {
	margin: 0 0 15px;
}
.col_r section.mainContent .block ul li span {
	display: block;
	font-weight: bold;
}
.col_r section.mainContent .sttl_other,
.col_r section.mainContent .block p.sttl {
	margin: 30px 0 15px;
	font-size: 1.6rem;
	color: #3853A5;
	font-weight: bold;
}
.col_r section.mainContent .block ul.flowBox {
	margin: 0 0 30px;
}
.col_r section.mainContent .block ul.flowBox li {
	width: 20%;
	padding: 10px 18px;
	margin: 0;
	font-size: 1.2rem;
	float: left;
	border-left: #fff solid 1px;
	background: #3853A5;
	color: #FFF;
	text-align: left;
	position: relative;
	display: block;
}
body.chemical .col_r section.mainContent .block ul.flowBox li {
	width: 25%;
}

.col_r section.mainContent .block ul.flowBox li .arrowBack {
	width: 34px;
	height: 34px;
	position: absolute;
	right: -17px;
	top: 50%;
	background: #3853A5;
	z-index: 10;
	
	-webkit-transform: translate(0, -45%);
	-moz-transform: translate(0, -45%);
	-ms-transform: translate(0, -45%);
	-o-transform: translate(0, -45%);
	transform: translate(0, -45%);
}
.col_r section.mainContent .block ul.flowBox li.arrow::before,
.col_r section.mainContent .block ul.flowBox li.arrow::after{
	position: absolute;
	top: 50%;
	right: -5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.col_r section.mainContent .block ul.flowBox li.type1::before {
	right: 0;
	width: 18px;
	height: 18px;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;

	-webkit-transform: rotate(45deg) translate(0, -50%);
	-moz-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	-o-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	z-index: 11;
}
.col_r section.mainContent .block ul.flowBox li:nth-child(2) span,
.col_r section.mainContent .block ul.flowBox li:nth-child(3) span,
.col_r section.mainContent .block ul.flowBox li:nth-child(4) span {
	padding-top: 12px;
}
.col_r section.mainContent .block ul.flowBox li span {
	width: 100%;
	font-size: 1.5rem;
	padding: 0 0 7px;
	margin: 0 0 7px;
	border-bottom: #fff solid 1px;
	text-align: center;
	
    display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
}

.col_r section.mainContent .block ul.flowBox li:first-child {
	border-left: 0;
}
.col_r section.mainContent .block ul.flowBox li:last-child::before {
	content:none;
}
.col_r section.mainContent p.process_img {
	margin: 0 0 50px;
}
.orangeLine {
	padding: 10px;
	margin: 15px 0 0;
	font-size: 1.6rem;
	text-align: center;
	background: #EB613B;
	color: #FFF;
	position: relative;
	font-weight:  bold;
	cursor: pointer;
}
.orangeLine::before,
.orangeLine::after{
	position: absolute;
	top: 50%;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tableWarp {
	display: none;
}
.type2::before{
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	border: 3px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.type2::after{
	top: 27%;
	right: 35px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	
	-webkit-transform: rotate(135deg) translate(0, -50%);
	-moz-transform: rotate(135deg) translate(0, -50%);
	-ms-transform: rotate(135deg) translate(0, -50%);
	-o-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
}
.contLine {
	width: 100%;
	padding: 5px 17px;
	line-height: 1.6;
	border: #ccc solid 1px;
	border-left: none;
	border-right: none;
	background: #F8F8F8;
	font-size: 1.4rem;
}
.orangeLine br.sp {
	display: block;
}
table.pc {
	width: 100%;
	border: #CCC solid 1px;
	border-left: none;
	border-right:  none;
}
table.pc tr th,
table.pc tr td {
	padding: 12px;
	font-size: 14px;
}
table.pc tr th:first-child,
table.pc tr td:first-child {
	border-left: none;
}
table.pc tr th {
	background: #ECF3FD;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
table.pc tr th.thc {
	text-align: center;
}
table.pc tr td {
	border-left: #CCC solid 1px;
	vertical-align: top;
	border-top: #CCC solid 1px;
}
table.pc tr td:last-child {
	border-bottom: none;
}
table.pc.t2 tr th {
	width: 15%;
}
table.pc.t2 tr td {
	width: 85%;
}
table.pc.t3 tr th:first-child {
	width: 15%;
}
table.pc tr:nth-child(even) td {
	background: #F8F8F8;
}
.forSp {
	display: none;
}
.block .info {
	width: 100%;
	max-width: 635px;
	margin: 40px 0 0;
	padding: 20px;
	border: #00B1A9 solid 6px;
}
.block .info p {
	color: #00B1A9;
	font-size: 20px;
}
.block .info p + p {
	margin: 10px 0 0;
	padding: 15px 0 0;
	border-top: #00B1A9 solid 3px;
	color: #000;
	font-size: 16px;
}

ul.contactBanner {
	display: flex;
	justify-content: space-between;
}
ul.contactBanner li {
	width: 49%;
}
ul.contactBanner li span.txt {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}


/*
------------------------------------------------------------------------------------------------------------------ PC for Chemical */
.chemical .col_r section.mainContent .block ul.flowBox li:nth-child(2) span,
.chemical .col_r section.mainContent .block ul.flowBox li:nth-child(3) span,
.chemical .col_r section.mainContent .block ul.flowBox li:nth-child(4) span {
	padding-top: 0;
}




/*
------------------------------------------------------------------------------------------------------------------ PC for 1024 */
@media screen and (max-width: 1024px) {
	body.chemical .col_r section.mainContent .block ul.flowBox li,
	.col_r section.mainContent .block ul.flowBox li {
		width: 100%;
		padding: 10px;
		margin: 0;
		float: none;
		border: none;
		border-bottom: #fff solid 25px;
	}
	.chemical .col_r section.mainContent .block ul.flowBox li.type1::before,
	.col_r section.mainContent .block ul.flowBox li.type1::before {
		right: 50%;
		top: 100%;
		border-top: 5px solid #3853A5;
		border-right: 5px solid #3853A5;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.col_r section.mainContent .block ul.flowBox li:nth-child(2) span,
	.col_r section.mainContent .block ul.flowBox li:nth-child(3) span,
	.col_r section.mainContent .block ul.flowBox li:nth-child(4) span {
		padding-top: 12px;
	}
	.col_r section.mainContent .block ul.flowBox li span {
		width: 100%;
		font-size: 16px;
		padding: 0 0 7px;
		margin: 0 0 7px;
		text-align: center;
		border-bottom: #fff solid 1px;
	}
	.col_r section.mainContent .block ul.flowBox li:first-child {
		border-left: 0;
	}
	.col_r section.mainContent .block ul.flowBox li:last-child {
		border-bottom: 0;
	}
	.col_r section.mainContent .block ul.flowBox li .arrowBack {
		display: none;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 900px) {
	.orangeLine {
		font-size: 1.3rem;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
	.col_r section.mainContent .block ul.flowBox li:nth-child(2) span,
	.col_r section.mainContent .block ul.flowBox li:nth-child(3) span,
	.col_r section.mainContent .block ul.flowBox li:nth-child(4) span {
		padding-top: 0;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 414px) {
	ul.contactBanner {
		display: block;
	}
	ul.contactBanner li {
		width: 100%;
	}
	ul.contactBanner li:first-child {
		margin-bottom: 10px;
	}
	.col_r section.mainContent .block {
		margin-bottom: 25px;
	}
	.orangeLine {
		padding: 10px 10px 30px 10px;
		font-size: 1.2rem;
	}
	.orangeLine br.sp {
		display: none;
	}
	.type2::before{
		display: none;
	}
	.type2::after{
		top: inherit;
		bottom: 10%;
		right: 50%;

		-webkit-transform: rotate(135deg) translate(-50%, 0);
		-moz-transform: rotate(135deg) translate(-50%, 0);
		-ms-transform: rotate(135deg) translate(-50%, 0);
		-o-transform: rotate(135deg) translate(-50%, 0);
		transform: rotate(135deg) translate(-50%, 0);
	}
	.col_r section.mainContent .block ul.flowBox li {
		text-align: left;
	}
	.forPc {
		display: none !important;
	}
	.forSp {
		display: none;
	}
	table.pc tr th,
	table.pc tr td {
		font-size: 12px;
	}
	table.pc tr th,
	table.pc.t2 tr th{
		width: 90px;
		text-align: center;
	}
	table.pc.t3 tr th {
		width: auto;
	}
	table.pc.t3 tr th,
	table.pc.t3 tr td {
		text-align: center;
	}
	table.pc.t3 tr td.att {
		text-align: left;
	}
	table.pc.t3 tr th:first-child{
		width: 90px;
	}
	table.pc.t2 tr td {
		width: auto;
	}
	table.pc tr:nth-child(even) td {
		background: none;
	}
	.block .info p {
		color: #00B1A9;
		font-size: 1.5rem;
	}
}