.contents h1{
	font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.contents h2,h3,h4{
	margin: 0;
}
#news{
	background-image: url(/motor/effex/ezfitbar/img/background_pc.jpg);
}
#instagram{
	background-image: url(/motor/effex/img/top/instagram_brembo_pc.jpg);
}
.subtitle_img {
    padding: 0 0px 15px;
    display: table;
    margin: 80px auto 60px;
    text-align: center;
}
.subtitle_img img{
	width: 350px;
	max-width: 80%;
}
.topmenu .flex{
	flex-wrap: wrap;
	gap: 30px;
}
.topmenu .flex .half{
	width: calc( 50% - 15px);
}
.topmenu .topmenu_box{
	position: relative;
}
.topmenu .topmenu_box .brand{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
}
.topmenu .topmenu_box .brand .logo{
	height: 25px;
	padding: 0;
}
.topmenu .topmenu_box .brand p{
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 0.9em;
}
.subs{
	margin-top: 60px;
}
.subs .flex{
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
.subs .flex .third{
    width: calc(100% / 3 - 15px);
    display: flex; 
}
.subs .subs_box{
	position: relative;
	border: 1px solid #000;
	text-align: center;
	padding: 15px 10px;
	box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.subs .subs_box .logo{
	height: 25px;
	padding: 0;
	margin-bottom: 10px;
}
.subs .subs_box p{
	margin: 0;
	font-weight: 600;
	font-size: 0.85em;
	color: #0070C0;
}
.topmenu .topmenu_box a{
	text-decoration: none;
	color: #000;
}


@media screen and (max-width: 768px) {
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	#news{
		background-image: url(/motor/effex/ezfitbar/img/background_sp.jpg);
	}
	#instagram{
		background-image: url(/motor/effex/img/top/instagram_brembo_sp.jpg);
	}
	.topmenu .flex .half,
	.subs .flex .third{
		width: 100%;
	}
}