@charset "utf-8";

/* old-site reset */
.l-footer {
	margin-top: 0;
}
div.contents-area .main.child-page {
	margin: 0;
}
div.contents-area {
	color: #333;
/* 	font-size: 14px;
	line-height: 1.8;
 */}
iframe {
	border: none;
}
html {
  font-size:62.5%
}
body {
	background: #fff;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.6;
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif; */
	/* font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family: "源ノ角ゴシック Regular", 源ノ角ゴシック, "Noto Sans JP", Roboto, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", sans-serif;
	/* font-feature-settings: "palt" 1; */
}
body .mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
}
body .eng_chara {
	font-family: Roboto, sans-serif;
}
div.contents-area {
	background: none;
}
div.bread-crumb-area ul {
	margin: 0;
}
div.contents-area {
	width: 100%;
	background: none;
	padding-top: 0;
}
body.tmplF01 div.contents-area {
	width: 100%;
	margin: 0;
}
body.tmplF01 div.contents-area, body.tmplF01 div.exist-contents-area {
	width: 100%;
}
div.contents-area a,
div.contents-area a:hover,
div.contents-area a:visited,
div.contents-area a:focus {
	text-decoration: none !important;
}
div.heading-lvl01A01 {
	border: none;
	background: none;
}
div.contents-area img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
div.contents-area img.robotics_external {
	vertical-align: inherit;
	margin: 0 5px;
}
div.bread-crumb-area {
	font-size: 11px;
	color: #999;
	/* margin: 0 0 15px; */
	padding: 12px 0;
}
div.bread-crumb-area a,
div.bread-crumb-area a:visited,
div.bread-crumb-area a:hover,
div.bread-crumb-area a:active {
	color: #999 !important;
}
div.bread-crumb-area span.separator {
	color: #999;
	margin: 0 5px;
}
div.bread-crumb-area ul {
	margin-left: 0;
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	div.contents-area {
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {
	div.contents-area {
		/* letter-spacing: .05em; */
	}
}

/* common */
div.contents-area * {
	box-sizing : border-box;
	/* white-space: nowrap; */
}
div.contents-area img[src$=".svg"] {
	width: 100%;
}
div.contents-area .inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
	div.contents-area .inner {
		margin: 0 15px 0 15px;
	}
}
@media only screen and (max-width: 480px) {
	div.contents-area .inner {
		/* margin: 0 45px 0 15px; */
		margin: 0 15px;
	}
}

.xs_only {
	display: none;
}
.xl_only {
	display: block;
}
@media only screen and (max-width: 768px) {
	.xs_only {
		display: none;
	}
	.xl_only {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.xs_only {
		display: block;
	}
	.xl_only {
		display: none;
	}
}

.link_disable {
	pointer-events: none;
	color: #aaa !important;
}
.link_disable .detail_btn {
/* 	background: #ccc !important; */
	color: #333 !important;
	border: none !important;
}

/* site_nav */
.menu-container {
	min-width: 1000px;
	width: 100%;
	background: #e6e6e6;
}
.menu-container a {
	color: #333;
	text-decoration: none;
}
.menu-container .site_title {
	background: #fff;
}
.menu-container .site_title p {
	display: none;
}
.menu-container figure {
	margin: 0;
}
.menu-container .menu-mobile {
	font-size: 24px;
	padding: 22px 0;
	font-weight: bold;
	display: block;
	width: 1000px;
	margin: 0 auto;
	/* color: #333; */
	line-height: 1;
}
.menu-container .menu-mobile span {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 15px;
}
.menu-container .menu {
	/* display: flex; */
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}
.menu-container .menu > ul {
	margin: 0 0 0 auto;
	width: auto;
	position: inherit;
	display: flex;
}
.menu-container .menu > ul > li {
	background: none;
	float: none;
	width: calc(100% / 5);
}
.menu-container .menu > ul > li > a {
	text-align: center;
	padding: 0;
	position: relative;
	line-height: 1.4;
}
.menu-container .menu > ul > li:first-child > a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: 40px;
	left: -1px;
	background-color: #aaa;
}
.menu-container .menu > ul > li:last-child > a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: 40px;
	right: -1px;
	background-color: #f8f8f8;
}
.menu-container .menu > ul > li > a span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 0;
	position: relative;
	font-size: 13px;
}
.menu-container .menu > ul > li > a span::before,
.menu-container .menu > ul > li > a span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: 40px;
}
.menu-container .menu > ul > li > a span::before {
	left: 0;
	background-color: #f8f8f8;
}
.menu-container .menu > ul > li > a span::after {
	right: 0;
	background-color: #aaa;
}
.menu-container .menu > ul > li:hover {
}
.menu-container .menu > ul > li:hover a,
.menu-container .menu > ul > li a.active {
	background: #ccdff1;
	/* color: #fff; */
}
.menu-container .menu-trigger {
	display: none;
}
/* .menu-container .menu > ul > li > ul { */
.menu-container .menu > ul > li > div {
	background: rgba(0,94,184,.9);
	z-index: 2;
	padding: 40px 0 20px;
}
/* .menu-container .menu > ul > li > ul.normal-sub { */
.menu-container .menu > ul > li > div.normal-sub {
	width: 100%;
	left: 0;
}
.menu-container .menu > ul > li > div > ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* .menu-container .menu > ul > li > ul > li { */
.menu-container .menu > ul > li > div > ul > li {
	width: 33.33333%;
	float: none;
	text-align: left;
}
/* .menu-container .menu > ul > li > ul > li a { */
.menu-container .menu > ul > li > div > ul > li a {
	color: #fff;
	width: 100%;
	padding: 0;
	display: block;
	padding: 0 0 30px;
}
.menu-container .menu > ul > li > div > ul > li a:hover {
	background: none;
}
.menu-container .menu > ul > li > div > ul > li a p {
	font-weight: bold;
	margin: 10px 0 0;
	line-height: 1.5;
	font-size: 14px;
}
.menu-container .menu > ul > li > div > ul > li a p span {
	font-weight: normal;
	display: block;
	font-size: 12px;
}
.menu-container .menu > ul > li > div > p {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.menu-container .menu > ul > li > div > p a {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}
.menu-container .menu > ul > li > div > p a::before,
.menu-container .menu > ul > li > div > p a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.menu-container .menu > ul > li > div > p a::before {
	right: -10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.menu-container .menu > ul > li > div > p a:hover::before {
	right: -15px;
}
.menu-container .menu > ul > li > div > p a:hover {
	background: none;
}
.menu-container .menu > ul > li > div ul > li > a figure {
	overflow: hidden;
	position: relative;
}
.menu-container .menu > ul > li > div ul > li > a figure img {
	display: block;
	transition-duration: 0.3s;
}
.menu-container .menu > ul > li > div ul > li > a:hover figure img {
	transform: scale(1.1);
	/* transition-duration: 0.3s; */
}
.menu-container .menu > ul > li > div ul > li > a figure figcaption {
	position: absolute;
	top: 5px;
	right: 5px;
	color: rgba(255,255,255,.3);
	font-size: 56px;
	line-height: 1;
	font-weight: normal;
}
.menu-container .menu > ul > li > div ul > li > a figure figcaption.black {
	color: rgba(0,0,0,.3);
}
.menu-container .menu > ul > li > div ul > li > a figure figcaption span {
	font-size: 46px;
}
@media only screen and (max-width: 768px) {
	.menu-container {
		min-width: 100%;
		position: relative;
	}
	.menu-container .site_title {
		background: #ccc;
		padding: 0 15px;
	}
	.menu-container .site_title p {
		display: block;
		margin: 0;
		padding: 10px 0;
		font-size: 20px;
	}
	.menu-container .menu-mobile {
		font-size: 18px;
		width: auto;
		display: inline-block;
		/* color: #fff; */
	}
	.menu-container .menu-mobile span {
		font-size: 12px;
		margin: 3px 0 0;
		display: inline-block;
	}
	.menu-container .menu {
		display: inherit;
	}
	.menu-container .mobile_nav {
		padding: 10px 15px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.menu-container .menu-trigger {
		display: block;
		margin: 0 0 0 auto;
	}
	.menu-container .menu > ul {
		/* padding: 0 15px; */
		position: absolute;
		width: 100%;
		z-index: 2;
		background: rgba(0,94,184,.9);
		display: none;
	}
	.menu-container .menu > ul > li {
		width: auto;
	}
	.menu-container .menu > ul > li > a {
		padding: 10px 15px;
		width: auto;
		position: relative;
		color: #fff;
		text-align: left;
		font-size: 14px;
	}
	.menu-container .menu > ul > li a.active {
		background: transparent;
		border-left: 5px solid #fff;
	}
	.menu-container .menu > ul > li > a i {
		position: absolute;
		transform: translate( -6px , 0 );
		top: 44%;
		right: 20px;
	}
	.menu-container .menu > ul > li > a i::before,
	.menu-container .menu > ul > li > a i::after {
		content: '';
		transition: all 0.25s ease-in-out;
		position: absolute;
		background-color: #fff;
		width: 1px;
		height: 9px;
	}
	.menu-container .menu > ul > li > a i::before {
		transform: translateX(-3px) rotate(-45deg);
	}
	.menu-container .menu > ul > li > a i::after {
		transform: translateX(3px) rotate(45deg);
	}
	.menu-container .menu > ul > li a.open > i::before {
		transform: translateX(3px) rotate(-45deg);
	}
	.menu-container .menu > ul > li a.open > i::after {
		transform: translateX(-3px) rotate(45deg);
	}
	.menu-container .menu > ul > li:first-child > a::before {
		content: none;
	}
	.menu-container .menu > ul > li:last-child > a::after {
		content: none;
	}
	.menu-container .menu > ul > li > a span {
		display: block;
		height: inherit;
		padding: 10px 0;
	}
	.menu-container .menu > ul > li > a span::before,
	.menu-container .menu > ul > li > a span::after {
		content: none;
	}
	.menu-container .menu > ul > li > div {
		position: inherit;
		z-index: 2;
		padding: 15px;
		background: #333;
	}
	.menu-container .menu > ul > li > div > ul {
		display: block;
	}
	.menu-container .menu > ul > li > div > ul > li {
		width: 100%;
		border-bottom: 1px solid #999;
	}
	.menu-container .menu > ul > li > div > ul > li:last-child {
		border-bottom: none;
	}
	.menu-container .menu > ul > li > div > ul > li a {
		padding: 10px 0;
		color: #fff;
	}
	.menu-container .menu > ul > li > div ul > li > a figure {
		display: none;
	}
	.menu-container .menu > ul > li > div > ul > li a p {
		margin: 0;
	}
	.menu-container .menu-trigger,
	.menu-container .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-container .menu-trigger {
		position: relative;
		width: 25px;
		height: 18px;
	}
	.menu-container .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
	}
	.menu-container .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-container .menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-container .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-container .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: -12px;
	}
	.menu-container .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-container .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		bottom: -12px;
	}
}
@media only screen and (max-width: 480px) {
	.menu-container .menu-mobile {
		padding: 18px 0;
	}
	.menu-container .menu > ul > li > div > ul > li a p {
		/* font-weight: normal; */
		font-size: 13px;
	}
	.menu-container .menu > ul > li > div > ul > li a p span {
		font-size: 11px;
	}
}

/* contact */
.footer_section h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1;
}
.footer_section p {
	margin: 0 0 40px;
	font-size: 16px;
	width: 100%;
}
.footer_section a {
	color: #333;
	width: 240px;
	display: block;
	font-size: 16px;
	/* font-weight: bold; */
	text-align: center;
	border: 1px solid #e6e6e6;
	/* padding: 15px 0; */
	height: 56px;
	line-height: 56px;
	background: #fff;
	transition: all .3s;
}
.footer_section a:hover {
	/* background: rgba(0,0,0,0.04); */
	opacity: .7;
}
/* .footer_section span {
	box-shadow: inset 0px 0px 0px 2px #ccc;
	padding: 15px 0;
	display: block;
	transition: all .2s;
}
.footer_section a:hover span {
	box-shadow: inset 0px 0px 0px 4px #ccc;
} */
.row {
	padding: 78px 0;
	border-top: 1px solid #ebebeb;
	background: #ccdff1 url(/product/special/traceability/image/img_foot_document@2x.png) left top no-repeat;
	background-size: cover;
}
.row.foot_knowledge {
	background: url(/product/special/traceability/image/img_foot_document_knowledge@2x.jpg) left top no-repeat;
	background-size: cover;
}
.row.foot_casestudy {
	background: url(/product/special/traceability/image/img_foot_document_casestudy@2x.jpg) left top no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.footer_section {
		padding: 0;
		font-size: 14px;
	}
	.footer_section h2 {
		font-size: 20px;
	}
	.footer_section a {
		width: 35%;
	}
	.row {
		padding: 50px 0;
		background: url(/product/special/traceability/image/img_foot_document@2x.png) -120px top no-repeat;
		background-size: cover;
	}
	.row.foot_knowledge {
		background: url(/product/special/traceability/image/img_foot_document_knowledge@2x.jpg) -120px top no-repeat;
		background-size: cover;
	}
	.row.foot_casestudy {
		background: url(/product/special/traceability/image/img_foot_document_casestudy@2x.jpg) -120px top no-repeat;
		background-size: cover;
	}
}
@media only screen and (max-width: 480px) {
	.footer_section {
		text-align: center;
	}
	.footer_section p {
		font-size: 14px;
		margin: 0 0 20px;
	}
	.footer_section h2 {
		font-size: 20px;
	}
	.footer_section a {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.row,
	.row.foot_knowledge,
	.row.foot_casestudy {
		background: none;
	}
}

/* page_header */
.page_header {
	margin: 0 0 7.2rem;
}
/* .page_header.casestudy_header {
	margin: 0;
} */
.page_header .page_head_section {
	/* height: 200px; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 8rem;
	/* flex-wrap: wrap; */
}
.page_header h1 {
	font-size: 4rem;
	line-height: 1;
	position: relative;
	padding: 0;
	text-align: center;
	width: 100%;
}
.page_header p {
	width: 610px;
	margin: 4rem auto 0;
	/* text-align: center; */
}
.page_header p.center-align {
	text-align: center;
}
@media only screen and (max-width: 768px) {
/* 	.page_header.casestudy_header .page_head_section {
		height: 150px;
	} */
	.page_header p {
		width: 520px;
	}
}
@media only screen and (max-width: 480px) {
/* 	.page_header {
		margin: 0;
	} */
	.page_header p {
		width: 300px;
	}
}
@media only screen and (max-width: 375px) {
	.page_header .page_head_section {
		margin-top: 4rem;
	}
	.page_header h1 {
		font-size: 3rem;
		line-height: 1.2;
	}
	.page_header {
		margin: 0 0 3.2rem;
	}
	.page_header p {
		margin-top: 1.6rem;
	}
}

/* sidenav */
.sidenav {
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
/* 	top: 100px; */
	right: 0;
	z-index: 1;
	width: 35px;
	margin-left: auto;
}
.sidenav li {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin: 15px 0 0 auto;
}
.sidenav li a {
/* 	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px; */
	display: block;
	padding: 10px 5px;
	color: #fff;
	letter-spacing: .2em;
}
.sidenav li a i {
}
.sidenav li.test_service a {
	background: #005EB8;
}
.sidenav li.inq a {
	background: #898989;
}


/* member_section */
.member_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 40px;
	border: 1px solid #e6e6e6;
	margin: 0 0 70px;
}
.member_section p {
	margin: 0;
}
.member_section p.member_btn a {
	/* background: #005EB8; */
	border: 1px solid #005EB8;
	color: #005EB8;
	display: block;
	padding: 20px 0;
	width: 300px;
	text-align: center;
	transition: all 0.3s;
}
.member_section p.member_btn a:hover {
	background: rgba(0,94,184,0.04);
}
div.contents-area .member_section img {
	vertical-align: baseline;
}
@media only screen and (max-width: 480px) {
	.member_section {
		display: block;
		padding: 20px;
	}
	.member_section p.member_btn a {
		width: 100%;
		margin-top: 10px;
	}
}

/* pagelink */
.page_link {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}
.page_link::after {
	content: "";
	display: block;
	width: 32%;
}
.page_link li {
	width: calc((100% - 32px) / 4);
	/* border-radius: 100px; */
/* 	border: 1px solid #005EB8;
	line-height: 1; */
	margin: 0 8px 15px 0;
}
.page_link li a {
	border: 1px solid #005EB8;
	text-align: center;
	padding: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005EB8;
	height: 56px;
	line-height: 1.5;
	transition: all .3s;
	background: #fff;
	/* line-height: 56px; */
}
.page_link li a:hover {
	background: rgba(0,94,184,0.04);
}
.page_link li a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center center;
	margin-left: 5px;
}
/* .page_link li a span {
	position: relative;
	display: inline-block;
}
.page_link li a span::after {
	position: absolute;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.page_link li a span::after {
	top: -4px;
	right: -16px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #005EB8;
	border-right: 1px solid #005EB8;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all .1s;
} */
/* .page_link li a:hover span::before {
	top: 0;
} */
@media only screen and (max-width: 768px) {
	.page_link li a span {
		font-size: 11px;
	}
}
@media only screen and (max-width: 480px) {
	.page_link {
		margin: 0 0 60px;
	}
	.page_link li {
		width: calc((100% - 8px) / 2);
		/* margin: 0 0 10px; */
		margin-right: 5px;
	}
	.page_link li:nth-child(2n) {
		margin-right: 0;
	}
/* 	.page_link li:last-child {
		margin: 0;
	} */
	.page_link li a {
		text-align: left;
	}
/* 	.page_link li a span {
		padding: 0 0 0 35px;
	} */
	.page_link li a span::before {
		left: 15px;
	}
}

/* combination */
.combination_section {
	background: #f8f8f8;
	padding: 6.4rem 0 8rem;
}
/* .combination_section .section_block {
	margin: -123px 0 0;
} */
.combination_section .section_block h3 {
	line-height: 1;
	text-align: center;
}
.combination_section .section_block h3 span {
	display: block;
	margin: 0 auto 16px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	/* border: 1px solid #707070; */
	border-radius: 100px;
	/* background: #fff; */
	width: 45%;
	/* padding: 10px 0; */
}
/* @media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .combination_section .section_block h3 span {
		padding: 10px 0 5px;
	}
} */
.combination_section h3 span.combination_improvement {
	font-size: 32px;
	color: #005EB8;
	border: none;
	background: inherit;
	width: auto;
	margin: 0 0 40px;
}
.pickup_flow {
	display: flex;
	justify-content: space-between;
}
.pickup_flow a {
	width: 24%;
	text-align: center;
	color: #333;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	padding: 20px;
	transition: all .3s;
}
.pickup_flow a:hover {
	opacity: .7;
}
.pickup_flow a p {
	margin: 0;
}
.pickup_flow a .pickup_process {
	font-size: 26px;
	color: #005EB8;
	margin: 0 0 5px;
}
.pickup_flow a .pickup_text {
	font-size: 12px;
	min-height: 42px;
}
.pickup_flow a figure {
	/* width: 120px; */
	margin: 0 auto 8px;
}
.pickup_flow a .pickup_machine {
	margin: 0;
}
@media only screen and (max-width: 768px) {
/* 	.combination_section .section_block {
		margin: -121px 0 0;
	} */
	.combination_section .section_block h3 span {
		font-size: 20px;
		width: 60%;
	}
	.combination_section h3 span.combination_improvement {
		font-size: 30px;
		width: auto;
	}
	.pickup_flow a {
		padding: 15px;
	}
	.pickup_flow a .pickup_text {
		min-height: 63px;
	}
}
@media only screen and (max-width: 480px) {
	.combination_section {
		padding-bottom: 50px;
	}
/* 	.combination_section .section_block {
		margin: -118px 0 0;
	} */
	.combination_section .section_block h3 span {
		font-size: 16px;
		width: 90%;
	}
	.combination_section h3 span.combination_improvement {
		font-size: 20px;
		width: auto;
		line-height: 1.3;
	}
	.pickup_flow {
		/* display: block; */
		flex-wrap: wrap;
	}
	.pickup_flow a {
		width: 48%;
		padding: 10px;
		margin: 0 0 20px;
	}
	.pickup_flow a figure {
		width: 80px;
	}
	.pickup_flow a .pickup_text {
		min-height: 63px;
	}
	.pickup_flow a h4 {
		font-feature-settings: "pkna" 1;
	}
	.pickup_flow a .pickup_machine {
		font-size: 11px;
	}
}

.resolution_machine {
	border: 1px solid #dadada;
	border-radius: 8px;
	padding: 20px 40px 30px;
	margin: 0 0 100px;
}
.resolution_machine h2 {
	font-size: 30px;
	background: #fff;
	text-align: center;
	width: 400px;
	margin: -37px auto 0;
}
.resolution_product {
	display: flex;
	align-items: center;
	margin-top: 40px;
	justify-content: space-between;
}
.resolution_product .resolution_product_info {
	width: 560px;
	margin: 0 40px 0 0;
}
.resolution_product .resolution_product_info h3 {
	font-size: 32px;
	font-weight: bold;
	/* line-height: 1; */
	margin: 0 0 20px;
}
.resolution_product .resolution_product_info h3 span {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	display: block;
}
.resolution_product .resolution_product_info p {
	font-size: 18px;
	margin: 0 0 20px;
}
.resolution_product .resolution_product_info p span {
	display: block;
	font-size: 12px;
}
.resolution_product .resolution_product_info a {
	/* background: #005EB8; */
	color: #005EB8;
	/* border-radius: 100px; */
	width: 250px;
	border: 1px solid #005EB8;
	height: 56px;
	line-height: 56px;
	padding: 0 15px;
	display: block;
	position: relative;
	/* margin: 0 0 10px; */
	text-align: center;
}
.resolution_product .resolution_product_info a:hover {
	background: rgba(0,94,184,0.04);
}
/* .resolution_product .resolution_product_info a::before,
.resolution_product .resolution_product_info a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.resolution_product .resolution_product_info a::before {
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.resolution_product .resolution_product_info a:hover::before {
	right: 15px;
} */
.resolution_product figure {
	width: 320px;
	margin: 0;
}
.resolution_product .resolution_product_info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.resolution_product .resolution_product_info ul li {
	/* width: 200px; */
	margin: 0 10px 5px 0;
}
.resolution_product .resolution_product_info ul li a {
	font-size: 13px;
	color: #005EB8;
	background: inherit;
	border: 1px solid #005EB8;
	border-radius: 0;
	display: block;
	padding: 0 15px;
	position: relative;
	height: 56px;
	line-height: 56px;
	margin: 0;
	text-align: center;
}
.resolution_product .resolution_product_info ul li a:hover {
	background: rgba(0,94,184,0.04);
}
.resolution_product .resolution_product_info ul li:nth-of-type(2n) {
	margin-right: 0;
}
.resolution_product .resolution_product_info ul li a span {
	font-size: 11px;
}
/* .resolution_product .resolution_product_info ul li a::before,
.resolution_product .resolution_product_info ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.resolution_product .resolution_product_info ul li a::before {
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #005EB8;
	border-right: 1px solid #005EB8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.resolution_product .resolution_product_info ul li a:hover::before {
	right: 15px;
} */

@media only screen and (max-width: 768px) {
	.resolution_machine {
		padding: 30px 40px;
	}
	.resolution_machine h2 {
		margin: -44px auto 30px;
	}
	.resolution_product .resolution_product_info {
		width: 660px;
	}
	.resolution_product figure {
		width: 340px;
	}
	.resolution_product .resolution_product_info h3 {
		font-size: 24px;
	}
	.resolution_product .resolution_product_info p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.resolution_product .resolution_product_info a {
		width: 300px;
	}
}
@media only screen and (max-width: 480px) {
	.resolution_machine {
		padding: 20px;
		margin: 0 0 40px;
	}
	.resolution_machine h2 {
		font-size: 20px;
		width: 250px;
		margin: -34px auto 30px;
	}
	.resolution_product {
		display: flex;
		flex-direction: column-reverse;
	}
	.resolution_product .resolution_product_info {
		width: 100%;
		margin: 0;
	}
	.resolution_product .resolution_product_info h3 {
		font-size: 20px;
	}
	.resolution_product .resolution_product_info h3 span {
		font-size: 14px;
	}
	.resolution_product .resolution_product_info p {
		font-size: 14px;
	}
	.resolution_product figure {
		width: 60%;
		margin: 0 auto;
	}
	.resolution_product .resolution_product_info ul li {
		width: 100%;
		margin-right: 0;
	}
	.resolution_product .resolution_product_info a {
		/* padding: 10px 15px; */
		margin: 0 auto 10px;
		width: 100%;
	}
}

.category_link {
	/* border-top: 3px solid #005EB8; */
	background: #fafafa;
	padding: 1em 0;
}
.category_link a {
	color: #333;
	transition: all .3s;
}
.category_link a:hover {
	color: #E50000;
}
.category_link a.link_disable {
	color: #aaa;
}
.category_link ul {
	list-style: none;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.category_link ul li {
	margin: 0 40px 0 0;
	padding: 0;
}
.category_link.casestudy_link ul li {
	margin: 0;
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.category_link.casestudy_link ul li:nth-of-type(even) {
		width: 45%;
	}
	.category_link.casestudy_link ul li:nth-of-type(odd) {
		width: 55%;
	}
	.category_link.casestudy_link ul li:nth-of-type(2),
	.category_link.casestudy_link ul li:last-child {
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	.category_link.pickup_link ul li {
		margin: 0 30px 0 0;
	}
	.category_link.pickup_link ul li:nth-of-type(3),
	.category_link.pickup_link ul li:last-child {
		margin: 0;
	}
	.category_link.casestudy_link ul li:nth-of-type(even) {
		width: 100%;
	}
	.category_link.casestudy_link ul li:nth-of-type(odd) {
		width: 100%;
	}
}

.arr14 {
	width: 14px !important;
	vertical-align: middle !important;
	margin: 0 0 3px;
	/* height: auto; */
}
.arr12 {
	width: 12px !important;
	vertical-align: middle !important;
	margin: 0 0 2px;
	height: auto;
}
.abs_right {
/* 	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%); */
	margin-left: .8rem;
}
.col_white {
	color: #fff;
}

.page_link_margin {
	margin-top: -70px !important;
	padding-top: 70px !important;
}
.page_link_margin_sub {
	margin-top: -85px !important;
	padding-top: 85px !important;
}

.active {
	background: #ccdff1;
}


.index_list {
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.index_list::after {
	content: '';
	display: block;
	width: calc(33.33333% - 2.66667rem);
}
.index_list a {
	transition: all .3s;
	width: calc(33.33333% - 2.66667rem);
	color: #333;
	margin: 0 0 8rem;
}
.index_list a:hover {
	opacity: .7;
}
.index_list a figure {
	margin-bottom: .8rem;
	/* border: 1px solid #e6e6e6; */
}
.index_list a h2 {
	font-size: 1.8rem;
	margin-bottom: .8rem;
}
.index_list a span {
	display: block;
	font-size: 1.2rem;
}
.index_list a .products-list {
	font-size: 1.2rem;
	margin-top: .4rem;
}
.index_list a .products-list li {
	text-indent: -12px;
	margin: 0 0 .4rem 12px;
}
@media only screen and (max-width: 768px) {
	.index_list a h2 {
		font-size: 1.6rem;
		margin-bottom: .8rem;
	}
}
@media only screen and (max-width: 480px) {
	.index_list {
		flex-wrap: nowrap;
		justify-content: normal;
		display: block;
	}
	.index_list a {
		width: 100%;
		margin: 0 0 4rem;
		display: block;
	}
}

.footer-casestudy a {
	border: 1px solid #005EB8;
	color: #005EB8;
	font-size: 14px;
}