@charset "utf-8";
/* CSS Document */








/*****************************************************************************
topBox
*****************************************************************************/

.topBox.trade {
	padding-top: 180px;
}
.topBox.trade .text {
	margin-right: 600px;
}
.topBox.trade .text .con {
	margin-top: -50px; 
}
.topBox.trade .img {
	position: absolute; 
	right: 50px;
	bottom: 50px;
}
.topBox.trade .img img {
	width: 512px;
	max-width: 512px;
}
.topBox.trade .solution{
	margin-top: 120px;
}
.topBox.trade .solution ul{
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 50px;
}
.topBox.trade .solution ul li{
	padding-left: 25px;
	list-style: none;
    background-image: url('../images/index/check.png');
    background-repeat: no-repeat;
    background-size: 20px 20px; 
    background-position: left center;
}



/*****************************************************************************
index
*****************************************************************************/



.contentBoxWrapper.wGraySkewBg::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	background: #e8e8f2;
	bottom: 0;
	transform: translateY(50%) skewY(170deg);
}
.contentBoxWrapper.wGraySkewBg2::after {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	z-index: 0;
	left: 0;
	background: #e8e8f2;
	top: 0;
	transform: translateY(-200px) skewY(-170deg);
}

.contentsWrapper2::before{
	height: 100%;
}

/*****************************************************************************
#trade
*****************************************************************************/
#trade .trade_answer{
	width: 100%;
	border: 1px solid #1B1C80;
	margin-top: 30px;
	padding: 33px 0 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#trade .trade_answer{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
#trade .trade_answer .large{
	font-size: 32px;
}
#trade .reason{
	margin-top: 100px;
}
#oem_contact.contact_item{
	margin-top: 100px;
	padding: 65px 30px;
	background: #E8E8F2;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}
#oem_contact.contact_item .contact_lead{
	font-size: 20px;
	line-height: 2;
	font-weight: 500;

}
#oem_contact.contact_item .contact_lead span{
	color: #1B1C80;
	font-weight: bold;
}
#oem_contact.contact_item .catch{
	font-size: 32px;
	line-height: 1.8;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto;
}
#oem_contact.contact_item .catch .blue{
	color: #1B1C80;
	display: inline-block;
	background: #fff;
	line-height: 1.5;
	padding: 0 5px;
}
#oem_contact.contact_item .catch .line{
	display: inline-block;
	border-bottom: 1px solid #1B1C80;
}
#oem_contact.contact_item .btn{
	width: 100%;
}
#oem_contact.contact_item .btn a {
	display: inline-block;
	background: #db0022;
	color: #ffffff;
	line-height: 45px;
	width: 100%;
	max-width: 440px;
	font-size: 1.14rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding-top: 5px;
	border-bottom: 5px solid #cc0002;
}

#oem_contact.contact_item .btn a span {
	position: relative;
	z-index: 2;
}

#oem_contact.contact_item .btn a::before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 22px;
	line-height: 50px;
}

#oem_contact.contact_item .btn a::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 0;
	/*background: #ef0002;*/
	background: #F73720;
	transition: height .35s;
}

#oem_contact.contact_item .btn a:hover::after {
	height: calc(100% + 5px);
}
@media screen and (max-width: 900px) {
	#oem_contact.contact_item .btn a {
		font-size: 0.875rem;
	}
}



/*****************************************************************************
#oem
*****************************************************************************/

.contentsWrapper2#oem{
	background-image: url('../images/index/oem.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	margin-top: 160px;
	padding-bottom: 183px;
}
.contentsWrapper2#oem::before{
	top: 110px;
}
.contentsWrapper2#oem .topBox{
	padding-top: 150px;
}
.contentsWrapper2#oem .topBox .con{
	width: 655px;
	max-width: 100%;
}
#oem .feature{
	margin-top: 120px;
}
#oem .feature_flex{
	display: flex;
	flex-wrap: wrap;
	gap: 70px 60px;
}
#oem .feature_flex .feature_item{
	width: calc(50% - 30px);
	padding-bottom: 70px;
	border-bottom: 1px solid #E8E8F2;
}

#oem_contact .sp_br{
	display: none;
}

@media screen and (max-width: 1300px) {
	.featureMetal01_2 li, .featureMetal01_2 li:nth-child(2n + 1){
		margin-left: 0;
	}
	.contentsWrapper2#oem{
		background-size: auto 400px;
	}
}
@media screen and (max-width: 1200px) {
	.topBox.trade .text {
		margin-right: 0 !important;
	}
	.topBox.trade .text .btn {
		text-align: center;
	}
	.topBox.trade .solution{
		margin-top: 60px;
	}
	.topBox.trade .img{
		right: -100px;
	}
	.topBox.trade .img img{
		width: 450px;
		max-width: 450px;
	}
}
@media screen and (max-width: 1000px) {
	.topBox.trade .img {
		position: relative;
		right: auto !important;
		top: auto !important;
		margin: 50px 0 0;
		text-align: center;
		bottom: auto;
	}
	#oem_contact.contact_item .catch{
		font-size: 25px;
	}
	.contentsWrapper2#oem::before{
		top: 50px;
	}
}
@media screen and (max-width: 800px) {
	.topBox.trade .img img {
		width: 96% !important;
	}
	.contentsWrapper2#oem::before{
		top: 30px;
	}
}
@media screen and (max-width: 600px) {
	.topBox.trade .text .con {
		margin-top: -20px;
	}
	.topBox.trade .solution ul{
		padding-left: 10px;
	}
	#trade .trade_answer{
		font-size: 18px;
		margin-top: 0;
	}
	#trade .trade_answer .large{
		font-size: 1.3rem;
	}
	#trade .reason{
		margin-top: 70px;
	}
	#oem_contact.contact_item{
		padding: 30px 20px;
		gap: 20px;
	}
	#oem_contact.contact_item .contact_lead{
		font-size: 16px;
	}
	#oem_contact.contact_item .catch{
		font-size: 20px;
	}
	#oem_contact .sp_br{
		display: block;
	}
	.contentsWrapper2#oem{
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.contentsWrapper2#oem .topBox{
		padding-top: 230px;
	}
	#oem .feature{
		margin-top: 0;
	}
	#oem .feature_flex{
		gap: 40px;
	}
	#oem .feature_flex .feature_item{
		width: 100%;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 450px){
	#pageTitle>.inner{
		width: 90%;
	}
}