@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
.l-contents.no-padding {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.trifora-sk section {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.trifora-sk img.fit {
	width: 100%;
	height: auto;
}
.trifora-sk .toa-col1 {
	color: #707372;
}
.trifora-sk .toa-col2 {
	color: #ff8200;
}
.trifora-sk .toa-col3 {
	color: #ffc07f;
}
.trifora-sk figure {
	margin: 0;
	padding: 0;
}
.trifora-sk .fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
	transition-delay: 0.5s;
}
.trifora-sk .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
.trifora-sk .under-line {
	background: linear-gradient(transparent 65%, #ffc07f 65%);
}
.trifora-sk .link-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.trifora-sk .link-btn.mt25 {
	margin-top: 2rem;
}
.trifora-sk .link-btn a {
	position: relative;
	display: block;
	border: 2px solid #ffc07f;
	border-radius: 9999px;
	color: #ff8200;
	background-color: #fff;
	font-size: 1rem;
	padding: 0.5rem 2rem;
}
.trifora-sk .link-btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #ff8200;
}
@media screen and (min-width: 768px) {
	.trifora-sk .link-btn.mt25 {
		margin-top: 2.5rem;
	}
	.trifora-sk .link-btn a {
		padding: 0.5rem 3rem;
	}
	.trifora-sk .link-btn a:hover {
		border: 2px solid #ff8200;
		color: #fff;
		background-color: #ff8200;
	}
	.trifora-sk .link-btn a:hover::before{
		border-left: 8px solid #fff;
	}
}
@media screen and (min-width: 1200px) {
	.trifora-sk .link-btn.mt25 {
		margin-top: 3rem;
	}
	.trifora-sk .link-btn a {
		padding: 0.75rem 3rem;
	}
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

#mv-hero {
	position: relative;
	width: 100%;
	z-index: 1;
}
#mv-hero .mv-inner { 
	position: relative;
	background-color: #eaeaea;
	border-bottom-left-radius: 400px 100px;
	border-bottom-right-radius: 400px 100px;
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
#mv-hero .l-container {
	position: relative;
	z-index: 4;
}
#mv-hero h1 {
	padding-top: 1.5rem;
	margin: 0 auto 1.5rem;
	width: 100%;
	font-size: 5.8vw;
	font-weight: 900;
	line-height: 1.7;
	text-align: center;
}
#mv-hero h1 strong {
	display: inline-block;
	padding: 0.35rem 0.5rem;
	margin: 0.5rem auto;
	font-size: 0.5em;
	font-weight: 400;
	line-height: 1;
	color: #707372;
	border: 1px solid #707372;
	background-color: rgba(255, 255, 255, 0.8)
}
#mv-hero ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-around;
}
#mv-hero ul li:nth-child(-n+2) {
	width: 42.5%;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-repeat: no-repeat;
}
#mv-hero ul li:nth-child(1) {
	background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi03.png");
}
#mv-hero ul li:nth-child(2) {
	background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi04.png");
}
#mv-hero ul li:nth-child(-n+2) span {
	display: none;
}
#mv-hero ul li:nth-child(3) {
	width: 100%;
}
#mv-hero ul li:nth-child(3) em {
	display: block;
	width: 100%;
	font-size: 5.5vw;
	font-weight: 900;
	text-align: center;
	padding-top: 1.75rem;
	background-image: url("/assets/trifora/smartkitting/images/mv-point.png");
	background-size: auto 1.35rem;
	background-position: center top;
	background-repeat: no-repeat;
}
#mv-hero ul li:nth-child(3) figure {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 120%;
	margin: -8.5rem 0 0 -10%;
}
#mv-hero ul li:nth-child(3) figure img {
	display: block;
	width: 25%;
	height: auto;
	object-fit: contain;
}
#mv-hero .youtube-area {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#mv-hero .youtube-area h2 {
	position: relative;
	text-align: center;
	display: block;
	width: fit-content;
	line-height: 1.7;
	margin: 1.25rem auto 1rem;
	padding: 0 1.5rem;
	font-size: 1rem;
	font-weight: 900;
}
#mv-hero .youtube-area h2::before,
#mv-hero .youtube-area h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2rem;
    background-color: #707372;
}
#mv-hero .youtube-area h2::before {
    transform: rotate(-30deg);
    left: 0;
}
#mv-hero .youtube-area h2::after {
    transform: rotate(30deg);
    right: 0;
}

@media screen and (min-width: 480px) {
	#mv-hero h1 {
		font-size: 4.4vw;
	}
	#mv-hero h1 br {
		display: none;
	}
	#mv-hero ul {
		justify-content: center;
		gap: 0 1.5rem;
	}
	#mv-hero ul li:nth-child(-n+2) {
		width: 32.5%;
	}
	#mv-hero ul li:nth-child(3) em {
		font-size: 4vw;
		padding-top: 1.25rem;
		background-size: auto 1rem;
	}
	#mv-hero ul li:nth-child(3) figure {
		width: 95%;
		margin: -6.5rem auto 0;
	}
	#mv-hero ul li:nth-child(3) figure img {
		width: 25%;
	}
	#mv-hero .youtube-area h2 {
		margin: 1.5rem auto 1rem;
		padding: 0 1.5rem;
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 768px) {
	#mv-hero .mv-inner { 
		border-bottom-left-radius: 70vw 200px;
		border-bottom-right-radius: 70vw 200px;
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px;
	}
	#mv-hero .mv-inner::before,
	#mv-hero .mv-inner::after {
		content: '';
		position: absolute;
		display: block;
		top: 17.5%;
		width: 60vw;
		max-width: 620px;
		height: auto;
		aspect-ratio: 1/0.63;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	#mv-hero .mv-inner::before {
		right: -7.5%;
		background-image: url("/assets/trifora/smartkitting/images/mv-bg1.png");
		z-index: 3;
		opacity: 0.5;
	}
	#mv-hero .mv-inner::after {
		left: 0;
		background-image: url("/assets/trifora/smartkitting/images/mv-bg2.png");
		z-index: 2;
		opacity: 0.3;
	}
	#mv-hero h1 {
		padding-top: 2.5rem;
		margin-bottom: 2.5rem;
		font-size: 2.1rem;
	}
	#mv-hero h1 div {
		display: inline-block;
	}
	#mv-hero h1 strong {
		margin-left: 1rem;
		font-size: 0.4em;
		padding: 0.45rem 0.5rem;
	}
	#mv-hero ul {
		justify-content: center;
		gap: 0 0.5rem;
	}
	#mv-hero ul li:nth-child(-n+2) {
		width: 30%;
		max-width: 280px;
		aspect-ratio: 5 / 3;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#mv-hero ul li:nth-child(1) {
		order: 1;
		background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi05.png");
		/*transform: rotate(-7.5deg);*/
	}
	#mv-hero ul li:nth-child(2) {
		order: 3;
		background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi06.png");
		/*transform: rotate(7.5deg);*/
	}
	#mv-hero ul li:nth-child(3) {
		order: 2;
		width: 35%;
	}
	#mv-hero ul li:nth-child(3) em {
		font-size: 1.7rem;
		padding-top: 2rem;
		background-size: auto 1.75rem;
	}
	#mv-hero ul li:nth-child(3) figure {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		margin: 1rem auto 0;
	}
	#mv-hero ul li:nth-child(3) figure img {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		width: 35%;
	}
	#mv-hero .youtube-area h2 {
		margin: 2.5rem auto 1rem;
		padding: 0 1.5rem;
		font-size: 1.2rem;
	}
	#mv-hero .youtube-area h2 br {
		display: none;
	}
}
@media screen and (min-width: 1028px) {
	#mv-hero .mv-inner::before,
	#mv-hero .mv-inner::after {
		content: '';
		position: absolute;
		display: block;
		top: -5%;
		width: 800px;
		max-width: inherit;
	}
	#mv-hero h1 {
		padding-top: 3rem;
		margin-bottom: 3rem;
	}
	#mv-hero ul {
		gap: 0;
	}
	#mv-hero ul li:nth-child(-n+2) {
		width: 27.5%;
		max-width: inherit;
		aspect-ratio: 5 / 2;
		max-width: inherit;
	}
	#mv-hero ul li:nth-child(1) {
		background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi01.png");
	}
	#mv-hero ul li:nth-child(2) {
		background-image: url("/assets/trifora/smartkitting/images/mv-fukidashi02.png");
	}
	#mv-hero ul li:nth-child(3) {
		margin-top: -1rem;
	}
	#mv-hero ul li:nth-child(3) em {
		font-size: 1.85rem;
		padding-top: 2.25rem;
	}
	#mv-hero ul li:nth-child(3) figure img {
		width: 27.5%;
	}
	#mv-hero .youtube-area h2 {
		margin: 1.5rem auto 1rem;
		padding: 0 2rem;
		font-size: 1.3rem;
	}
}

#navigation {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
#navigation ol {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 3rem 0 0;
	z-index: 2;
}
#navigation ol li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.75rem;
}
#navigation ol li span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 2.25em;;
	height: 2.25em;
	border: 2px solid #707372;
	background-color: #fff;
	border-radius: 50%;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #707372;
	font-size: 1rem;
}
#navigation ol li a {
	display: block;
	flex: 2;
}
#navigation ol li a figure {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 0;
}
#navigation ol li a figure img {
	display: block;
	max-width: 90px;
}
#navigation ol li a figure figcaption {
	position: relative;
	font-size: 1em;
	text-align: center;
	padding-bottom: 0.5rem;
	white-space: nowrap;
	width: 100%;
}
#navigation ol li a figure figcaption::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 100%;
	left: calc(50% - 3px);
	border: 6px solid transparent;
	border-top: 7px solid #ffc07f;
}
#navigation ol li:not(:last-child):not(:first-child)::after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: calc( 100% + 0.75rem );
	top: 50%;
	left: calc(1.25em - 1px);
	background-color: #707372;
	z-index: -1;
}
#navigation ol .note-text {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	right: 0.75rem;
	line-height: 40px;
	writing-mode: vertical-rl;
	background-color: #ffc07f;
	height: calc(100% * 0.55);
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-size: 0.9em;
	white-space: nowrap;
}
#navigation ol .note-text::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #ffc07f;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
@media screen and (min-width: 768px) {
	#navigation {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	#navigation ol {
		position: relative;
		flex-direction: row;
		justify-content: center;
		width: fit-content;
		padding: 0;
	}
	#navigation ol li {
		flex: 1;
		min-width: 175px;
		display: list-item;
		flex-direction: column;
		gap: 0;
	}
	#navigation ol li span {
		justify-content: center;
		align-items: center;
		margin: 0 auto 2rem;
		width: 2.2em;
		height: 2.2em;
	}
	#navigation ol li a {
		height: 100%;
		flex: 1;
	}
	#navigation ol li a figure {
		flex-direction: column;
		padding: 2.5rem 0 0 0;
		gap: 0.75rem;
	}
	#navigation ol li a figure figcaption {
		font-size: 1em;
		text-align: center;
		padding-bottom: 1.25rem;
	}
	#navigation ol li a figure figcaption::after {
		top: auto;
		bottom: 0;
	}
	#navigation ol li:not(:last-child):not(:first-child)::after {
		width: 100%;
		height: 2px;
		top: calc(1.1em + 1px);
		left: 50%;
		background-color: #707372;
		z-index: -1;
	}
	#navigation ol .note-text {
		top: 55px;
		right: auto;
		left: 30%;
		writing-mode: horizontal-tb;
		width: 380px;
		height: auto;
		transform: translateX(-50%);
		line-height: 32px;
		border-radius: 0.35rem;
		z-index: 1;
	}
	#navigation ol .note-text::after {
		content: none;
	}
}

/* #features */
#features {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#features .bg-white {
	background-color: #fff;
}
#features .bg-gray {
	background-color: #f0f0f0;
}
#features .bg-light-gray {
	background-color: #fafafa;
}
#features .feature-area {
	position: relative;
	margin-top: -2.5rem;
	padding-top: 2.5rem;
	overflow: hidden;
}
#features .feature-area-inner {
	padding-top: 3.5rem;
	padding-bottom: 6.5rem;
}
#features .feature-area-inner.small-pb {
	padding-bottom: 3.5rem;
}
#features .feature-area h2 {
	font-size: 1em;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}
#features .feature-area h2 .numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	min-width: 46px;
	height: 46px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #707372;
	line-height: 1;
	padding: 0;
	border: 2px solid #707372;
	background-color: #fff;
	border-radius: 50%;
}
#features .feature-area h2 .numbers em {
	font-size: 18px;
	font-weight: 300;
}
#features .feature-area h2 .titles {
	font-size: 1.25em;
	font-weight: 700;
}
#features .feature-area .feature-flex {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 2rem 0 0;
	gap: 2rem;
}
@media screen and (min-width: 480px) {
	#features .feature-area h2 .numbers {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	#features .feature-area h2 .numbers em {
		font-size: 28px;
	}
}
@media screen and (min-width: 768px) {
	#features .feature-area {
		margin-top: -3.5rem;
		padding-top: 3.5rem;
	}
	#features .feature-area-inner {
		padding-top: 4.5rem;
		padding-bottom: 7.5rem;
	}
	#features .feature-area-inner.small-pb {
		padding-bottom: 4.5rem;
	}
	#features .feature-area h2 {
		width: fit-content;
		margin: 0 auto 3.5rem 0;
		gap: 1.5rem;
	}
	#features .feature-area h2 .titles {
		font-size: 1.5em;
	}
	#features .feature-area h2 .titles br {
		display: none;
	}
	#features .feature-area .feature-flex {
		flex-direction: row;
		gap: 2.5rem;
	}
	#features .feature-area .feature-flex .feature-flex-text {
		flex: 1;
		text-align: left;
	}
}
@media screen and (min-width: 1280px) {
	#features .feature-area .feature-flex {
		max-width: 1020px;
		margin: 2rem auto 0;
		gap: 4.5rem;
	}
}

/* #feature-sec01 */
#feature-sec01 .feature-flex .feature-flex-text,
#feature-sec06 .feature-flex .feature-flex-text {
	position: relative;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 2rem 1.5rem;
	box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
}
#feature-sec01 h3,
#feature-sec06 h3 {
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.25rem;
	text-indent: 0.25rem;
	margin-bottom: 2rem;
	padding: 2.8rem 0 0.75rem;
	background-repeat: no-repeat;
	background-size: 2.4rem 2.4rem;
	background-position: top center;
}
#feature-sec01 .left h3,
#feature-sec06 .left h3 {
	background-image: url("/assets/trifora/smartkitting/images/device-icon1.png");
}
#feature-sec01 .right h3,
#feature-sec06 .right h3 {
	background-image: url("/assets/trifora/smartkitting/images/device-icon2.png");
}
#feature-sec01 h3::after,
#feature-sec06 h3::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 1.75rem;
	height: 3px;
	background-color: #707372;
	transform: translateX(-50%);
}
#feature-sec01 dl,
#feature-sec06 dl {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
#feature-sec01 dl .app-btn,
#feature-sec06 dl .app-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 140px;
}
@media screen and (min-width: 768px) {
	#feature-sec01 .feature-flex .feature-flex-text,
	#feature-sec06 .feature-flex .feature-flex-text {
		border-radius: 0.75rem;
		padding: 2.5rem 2.5rem;
	}
	#feature-sec01 h3,
	#feature-sec06 h3 {
		font-size: 1.25em;
		padding: 3.75rem 0 0.75rem;
		background-size: 3rem 3rem;
	}
}

/* #feature-sec02 */
#feature-sec02 ul {
	margin: 0 0;
	padding-left: 2em;
	list-style-type: disc;
	text-align: left;
	font-size: 1em;
	line-height: 1.7;
}
#feature-sec02 ul  li:not(:last-child) {
	margin-bottom: 0.75rem;
}
#feature-sec02 .excel {
	position: relative;
	margin: 2.5rem 1rem 0;
	border: 1px solid #707372;
	background-color: #fff;
	border-radius: 0.75rem;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#feature-sec02 .excel span {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -1.25em;
	right: -1.25em;
	background-color: #707372;
	border-radius: 50%;
	color: #fff;
	padding: 1rem;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#feature-sec02 .excel img {
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}
#feature-sec02 .excel dl {
	text-align: center;
}
#feature-sec02 .excel dl dt  {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
#feature-sec02 .excel dl dd  {
	font-size: 0.9rem;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	#feature-sec02 .excel {
		margin: 3.5rem auto 0;
		max-width: 360px;
	}
	#feature-sec02 .excel span {
		top: -1.5em;
		right: -1.5em;
		padding: 1.25rem;
		font-size: 16px;
	}
}

/* #feature-sec03 */
#feature-sec03 dl {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	text-align: left;
}
#feature-sec03 dl dt {
	border-left: 0.25rem solid #ffc07f;
	padding-left: 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
}
#feature-sec03 dl dt.mt10{
	margin-top: 1rem;
}
#feature-sec03 dl dd {
	padding-left: 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}
#feature-sec03 .point-text {
	margin-top: 2.5rem;
	text-align: center;
	font-size: 1.6em;
	font-weight: 900;
	color: #ff8200;
	padding-top: 2.25rem;
	background-image: url("/assets/trifora/smartkitting/images/mv-point.png");
	background-size: auto 1.5rem;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	#feature-sec03 .point-text {
		padding-top: 2.5rem;
		background-size: auto 1.75rem;
		font-size: 1.8em;
	}
}

/* #feature-sec04 */
#feature-sec04 p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
}
#feature-sec04 p.note {
	margin-top: 1rem;
	font-size: 0.85rem;
	text-indent: -1em;
	padding-left: 1em;
}

/* #feature-sec05 */
#feature-sec05 p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
}
#feature-sec05 .right img {
	display: block;
	width: 75%;
	margin: 1rem auto 0 auto;
}

/* #feature-sec06 */
#feature-sec06 h2 {
	text-align: center;
}
#feature-sec06 h2 span {
	position: relative;
	display: block;
	width: fit-content;
	line-height: 1.7;
	margin: 0 auto;
	padding: 0 1.5rem;
	font-size: 1.2em;
	font-weight: 900;
}
#feature-sec06 h2 span::before,
#feature-sec06 h2 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2.6rem;
    background-color: #707372;
}
#feature-sec06 h2 span::before {
    transform: rotate(-30deg);
    left: 0;
}
#feature-sec06 h2 span::after {
    transform: rotate(30deg);
    right: 0;
}
#feature-sec06 p.note {
	margin-top: 3rem;
	font-size: 0.85rem;
	text-indent: -1em;
	padding-left: 1em;
	text-align: right;
}
@media screen and (min-width: 768px) {
	#feature-sec06 h2 {
		width: 100%;
		margin: 0 auto 3.5rem auto !important;
	}
	#feature-sec06 h2 span {
		padding: 0 1.75rem;
		font-size: 1.7em;
	}
}

.feature-area::after {
	content: '';
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 50%;
	width: 6rem;
	height: 3rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
}
#feature-sec02.feature-area::after {
	background-image: url("/assets/trifora/smartkitting/images/app-icon1.png");
}
#feature-sec03.feature-area::after {
	background-image: url("/assets/trifora/smartkitting/images/app-icon3.png");
}
#feature-sec04.feature-area::after {
	background-image: url("/assets/trifora/smartkitting/images/app-icon2.png");
}
@media screen and (min-width: 768px) {
	.feature-area::after {
		content: none;
	}
	#features .feature-area .add-icon {
		padding-right: 3.8em;
		background-size: auto 2.4em;
		background-position: center right;
		background-repeat: no-repeat;
	}
	#features .feature-area .add-icon.icon1 {
		background-image: url("/assets/trifora/smartkitting/images/app-icon1.png");
	}
	#features .feature-area .add-icon.icon2 {
		background-image: url("/assets/trifora/smartkitting/images/app-icon2.png");
	}
	#features .feature-area .add-icon.icon3 {
		padding-right: 6.6em;
		background-image: url("/assets/trifora/smartkitting/images/app-icon3.png");
	}
}

.inqArea {
	margin: 0 auto;
	padding: 2rem 0;
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
}
.inqArea dl {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.inqArea dl dt {
	display: inline;
	color: #666;
	background: url("/assets/trifora/smartkitting/images/inq_dotline.png") no-repeat right center;
	margin: 0;
	padding: 0px 25px;
}
.inqArea dl dd {
	color: #333;
	display: inline;
	margin: 0;
	padding: 0px 25px;
}
.inqArea dl dd span.inqName {
	padding: 0 40px 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
.inqArea dl dd span.inqTel {
	font-size: 20px;
	padding: 0 35px 0 35px;
	background: url("/assets/trifora/smartkitting/images/tel_icon.png") no-repeat left center;
}
.inqArea dl dd span.inqTel a {
	font-size: 1.3em;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.inqArea dl dd span.inqMail {
	padding: 0 0 0 35px;
	background: url("/assets/trifora/smartkitting/images/mail_icon.png") no-repeat left center;
}
.inqArea dl dd span.inqMail a {
	font-size: 0.9em;
	color: #333;
}
@media screen and (max-width: 1028px) {
	.inqArea {
		width: 100%;
		height: auto;
		padding: 1rem 0;
		overflow: hidden;
		box-sizing: border-box;
		overflow: hidden;
	}
	.inqArea dl {
		line-height: 1.5;
	}
	.inqArea.footerInq dl {
		line-height: 1.5;
	}
	.inqArea dl dt {
		display: block;
		color: #666;
		background: none;
		padding: 0 0 1rem;
	}
	.inqArea dl dd {
		display: block;
		color: #333;
		padding: 0;
		text-align: center;
	}
	.inqArea dl dd span.inqName {
		display: block;
		margin: 0;
		padding: 0 0 0.25rem;
	}
	.inqArea dl dd span.inqTel {
		padding: 0 28px;
		background: url("/assets/trifora/smartkitting/images/tel_icon.png") no-repeat left center;
		background-size: 20px 20px;
	}
	.inqArea dl dd span.inqTel a {
		font-size: 1.1em;
	}
	.inqArea dl dd span.inqMail {
		padding: 0 0 0 32px;
		background: url("/assets/trifora/smartkitting/images/mail_icon.png") no-repeat left center;
		background-size: 25px 17px;
	}
	.inqArea dl dd span.inqMail span {
		display: none;
	}
}
.banner {
	display: none;
	position: fixed;
	margin: 15px 20px;
	z-index: 99998;
	bottom: 0;
	right: 0;
}
.banner a {
	text-decoration: none;
}
.banner-back {
	width: 300px;
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.banner-back img:hover {
	transition: opacity 0.3s ease;
	opacity: 0.75;
}
.banner-close {
	position: absolute;
	top: -6px;
	right: -6px;
	display: flex;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.2em;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #f8f8f8;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	line-height: 1;
	z-index: 99999;
	color: #333;
}
@media screen and (max-width: 480px) {
	.banner-back {
		width: 50vw;
		width: 50svw;
	}
	.banner-close {
		font-size: 1rem;
	}
}

.btn-flex {
	margin-top: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}
.btn-flex .link-btn a {
	width: 100%;
	border-color: #b8b9b9;
	padding: 1rem 2.25rem 1rem 2.25rem;
	color: #707372;
	border-radius: 0;
	text-align: center;
}
.btn-flex .link-btn a::before {
	border-left: transparent;
	border-right: 8px solid #707372;
}
@media screen and (min-width: 768px) {
	.btn-flex {
		display: none;
	}
}