@charset "UTF-8";

#traceability .section_inner {
	padding-top: 2.206vw;
    padding-left: 2.426vw;
}
.low_page .sub-title {
	font-size: 0.956vw;
}
#traceability h3 {
	font-size: 1.765vw;
}
#traceability h3 + .text {
	margin-top: 2.353vw;
}
#traceability .text + .text {
	margin-top: 1.838vw;
}
#traceability small {
	font-size: 0.956vw;
	letter-spacing: 0.06em;
	font-weight: 300;
}
#traceability .img_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
}

#traceability .img_wrap figure {
	width: 27.941vw;
}
#traceability .img_wrap figure img {
    width: 48%;
}
#traceability .img_wrap figure img:first-child {
    margin-right: 4%;
}
#traceability .img_wrap figure + figure {
	margin-left: 7.206vw;
}
#traceability .img_wrap figure figcaption {
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.176vw;
}
#traceability sup {
    font-size: 60%;
    vertical-align: super;
}
#traceability .btn-wrap .btn-blank {
    letter-spacing: 0.06em;
    width: 29.412vw;
    border: 1px solid #000000;
    box-shadow: none;
}
@media screen and (min-width: 1360px) {
	#traceability .section_inner {
		padding-top: 30px;
	    padding-left: 33px;
	}
	.low_page .sub-title {
		font-size: 13px;
	}
	#traceability h3 {
		font-size: 24px;
	}
	#traceability h3 + .text {
		margin-top: 32px;
	}
	#traceability .text + .text {
		margin-top: 25px;
	}
	#traceability small {
		font-size: 13px;
	}
	#traceability .img_wrap {
	    margin-top: 68px;
	}

	#traceability .img_wrap figure {
        width: 380px;
    }
	#traceability .img_wrap figure + figure {
		margin-left: 98px;
	}
	#traceability .img_wrap figure figcaption {
		margin-top: 16px;
	}
	#traceability .btn-wrap .btn-blank {
	    width: 400px;
	}
}
@media screen and (max-width: 750px) {
	#traceability .section_inner {
		padding-top: 2.667vw;
		padding-left: 0;
	}
	.low_page .sub-title {
		font-size: 3.467vw;
	}
	#traceability h3 {
		font-size: 5.333vw;
	}
	#traceability h3 + .text {
		margin-top: 2.667vw;
	}
	#traceability .text + .text {
		margin-top: 5.333vw;
	}
	#traceability small {
		font-size: 3.467vw;
	}
	#traceability .img_wrap {
	    margin-top: 12vw;
	}

	#traceability .img_wrap figure {
		width: 100%;
        max-width: none;
	}
	#traceability .img_wrap figure img {
        width: 42.933vw;
    }
	#traceability .img_wrap figure img:first-child {
        margin-right: 3%;
    }
	#traceability .img_wrap figure + figure {
		margin-left: 9.067vw;
	}
	#traceability .img_wrap figure figcaption {
		margin-top: 5.067vw;
		font-size: 4.267vw;
		line-height: 1.3;
		white-space: nowrap;

        margin-left: -5vw;
        margin-right: -5vw;
	}
	#traceability .btn-wrap .btn-blank {
	    width: 100%;
	}
	#traceability .btn-wrap .btn-blank::after {
		right: 5.333vw;
	}
}