@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

#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;
}
#howtocheck{
	height: 600px;
	margin: 160px 0 120px;
	position: relative;
}
#howtocheck .page-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 20px 0;
}
#howtocheck .page-back img{
	display: inline-block;
}
#news{
	background-image: url(/motor/effex/ezfitbar/img/background_pc.jpg);
}
#about{
	background-image: url(/motor/effex/ezfitbar/img/about_effex-ezfitbar_pc.jpg);
}
.flex_sp{
	display: none !important;
}
#top .catch{
	padding: 100px 0;
}
#top .catch h2{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.easyfit{
	text-align: center;
}
.easyfit h3 {
	font-family: "Satisfy", cursive;
	font-size: 3em;
	margin: 0 0 60px;
}
#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;
}

@media screen and (max-width: 768px) {
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	#howtocheck{
		background-image: none !important;
		height: auto;
		margin: 80px 0;
		position: relative;
	}
	#howtocheck .page-back{
		position: static;
		background-color: #eee;
	}
	#top .catch{
		text-align: center;
	}
	.flex_sp{
		display: flex !important;
		margin: 0;
	}
	.flex_pc{
		display: none !important;
	}
	#top .lineup_flex{
		margin: 0;
	}
	#top .lineup_flex .fourth,
	.flex_sp .fourth{
		width: 50%;
		margin: 0;
	}
	#top .catch{
		padding: 60px 0;
	}
	#top .catch h2{
	    font-size: 1.2em;
	}
	#news{
		background-image: url(/motor/effex/ezfitbar/img/background_sp.jpg);
	}
	#about{
		background-image: url(/motor/effex/ezfitbar/img/about_effex-ezfitbar_sp.jpg);
	}
}