#main-visual{
	position: relative;
}
#main-visual #maintext{
	position: absolute;
	left: 10%;
	top: 25%;
	width: 600px;
	max-width: 80%;
	z-index: 3;
}
.contents h1{
	font-weight: normal;
  font-size: 1.5em;
  line-height: 2em;
}
.contents h2,h3,h4{
	margin: 0;
}
#about_inner{
  justify-content: flex-start;
}
#about_inner_contents .about_title{
  background-color: #ccc;
  color: #000;
  padding: 5px 0;
  margin-bottom: 30px;
}
#about_inner_contents .about_title h6{
  font-style: normal;
  margin-bottom: 0;
}
#about_inner_contents{
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
}
.flex_keep{
	gap: 15px;
}
#topsearch .contents{
	max-width: 600px;
	margin-top: 80px;
}
#topsearch .search-text_top{
	max-width: 85%;
}
#news{
	background-image: url(/motor/effex/smooth-fit-lever/img/background_pc.jpg);
}
#about{
	background-image: url(/motor/effex/smooth-fit-lever/img/about_effex-smooth-fit-lever_pc.jpg);
}
.flex .flex_left{
	width: 55%;
	padding: 0 60px;
	box-sizing: border-box;
  text-align: center;
}
.flex .flex_right{
	width: 45%;
	padding: 0 60px;
	box-sizing: border-box;
  text-align: center;
}
.image-fade {
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  margin: auto;
}
.image-fade img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.image-fade img.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.img_text{
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8em;
}
.img_text h2{
	background-color: #FF3300;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	padding: 15px 30px;
	margin: 0 0 30px;
}
#products .swiper{
	padding-top: 15px;
	height: auto;
}
#products_text{
	width: 650px;
	max-width: 100%;
	margin: 60px auto 0;
	font-size: 1.2em;
	line-height: 1.8em;
}
#details{
	text-align: center;
}
#details .flex{
	gap: 40px;
}
#details h4{
	margin: 60px auto;
	font-size: 1.2em;
}

@media screen and (max-width: 768px) {
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	.flex_keep .fourth{
		width: 48%;
		float: left;
		margin: 0px 1%;
	}
	#topsearch{
		clear: both;
	}
	#topsearch .contents{
		margin-top: 40px;
	}
	#topsearch .search-text_top{
		max-width: 70%;
	}
	#news{
		background-image: url(/motor/effex/smooth-fit-lever/img/background_sp.jpg);
	}
	#about{
		background-image: url(/motor/effex/smooth-fit-lever/img/about_effex-smooth-fit-lever_sp.jpg);
	}
	#products .swiper{
		height: auto;
		padding-top: 10px;
	}
	#catcharea .catch{
		clear: both;
		text-align: center;
	}
	.flex .flex_left,
	.flex .flex_right{
		width: 100%;
		padding: 0;
	}
	.flex .flex_right img{
		max-width: 70%;
	}
	.img_text{
		font-size: 1em;
	}
	.img_text h2{
		font-size: 1.3em;
		padding: 10px 15px;
		margin: 0 0 10px;
	}
	#products_text{
		margin: 30px auto 0;
		font-size: 1.1em;
		line-height: 1.7em;
	}
	#details h4{
		font-size: 1.1em;
		line-height: 1.7em;
	}
}