.contents h1{
	font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.contents h2,h3,h4{
	margin: 0;
}
.catch{
	padding-bottom: 0;
}
#back{
	background-color: #888;
	color: #fff;
	margin: 80px 0;
	padding: 60px 0 100px;
	box-sizing: border-box;
}
#back h3{
	color: #07569e;
    border-bottom: 1px solid #07569e;
    padding: 0 0px 15px;
    margin: 40px auto 40px;
}
#back a.btnlink{
	color: #fff;
	background-color: #07569e;
    border: 1px solid #07569e;
}
#products{
	margin-top: 120px;
}
#products .flex{
	gap: 15px;
}
.flex .forth{
	width: 25%;
	margin: 0;
}
#products .products_box h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
#products .products_box p {
    margin-bottom: 5px;
    color: #b7b7b7;
    font-size: 1em;
}
#news{
	background-image: url(/motor/rammount/img/background_pc.jpg);
}
#instagram{
	background-image: url(/motor/rammount/img/top/instagram_rammounts_pc.jpg);
}
.submenu_select_makers {
	margin: auto;
	text-align: center;
	margin-top: 10px;
}
.submenu_select_makers span{
	padding: 3px 15px 5px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 24%;
	margin: 1%;
	vertical-align: top;
	cursor: pointer;
	transition: 0.4s;
	border: 2px solid transparent;
	color: #fff;
}
.submenu_select_makers span:hover{
	opacity: 0.4;
}
.submenu_select_makers span.submenu_active{
	border: 2px solid #fff;
}.submenu_select_makers {
	margin: auto;
	text-align: center;
	margin-top: 10px;
}
.submenu_select_makers span{
	padding: 3px 12px 5px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 22%;
	margin: 1%;
	vertical-align: top;
	cursor: pointer;
	transition: 0.4s;
	border: 2px solid transparent;
	color: #fff;
}
.submenu_select_makers span:hover{
	opacity: 0.4;
}
.submenu_select_makers span.submenu_active{
	border: 2px solid #fff;
}
#submenu_s2,
#submenu_s3,
#submenu_s4{
	display: none;
}
.submenu-grid{
	gap: 10px;
}
.submenu-item{
    width: calc(20% - 10px);
}
#catalogs{
	margin-top: 80px;
}
.catalog_img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_img img{
	display: inline-block;
	width: 19%;
}
.catalogs_text {
    width: 100%;
    background-color: #B3B3B3;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 0 30px;
}
.lineup_box{
    background-color: #B3B3B3;
    color: #fff;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}
.lineup_box .flex{
	align-items: flex-start;
}
.lineup_left{
	width: 30%;
}
.lineup_right{
	width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}
.lineup_right h4{
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: normal;
}
.lineup_right h3{
	border: 0 !important;
	color: #fff !important;
	font-size: 1.5em !important;
	margin: 0 0 10px !important;
}
.lineup_right .btnlink{
	margin-top: 30px;
}
.lineup_right .catalogbtn {
    margin-top: 30px;
    background-color: #E8E8E8;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.4s;
}
.lineup_right .catalogbtn img {
    width: 30px;
    vertical-align: middle;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.submenu_select_makers span{
		padding: 5px 7px;
		max-width: 24%;
		margin: 0.5%;
	}
	.submenu_select_makers {
		margin-top: 20px;
	}
	.submenu_select_makers_parent p{
		color: #fff;
		margin-bottom: 0;
		font-style: italic;
	}
	.submenu-grid{
		display: flex;
		justify-content: flex-start;
	}
	.submenu-item{
		width: calc(50% - 10px);
		text-align: left;
	}
	.submenu-item a{
		padding: 8px 5px;
	}
	.contents h1{
	    font-size: 1em;
	    line-height: 2em;
	}
	#news{
		background-image: url(/motor/rammount/img/background_sp.jpg);
	}
	#instagram{
		background-image: url(/motor/rammount/img/top/instagram_rammounts_sp.jpg);
	}
	.submenu_select_imgs{
		display: none;
	}
	.submenu p{
		color: #fff;
		margin-bottom: 0;
		font-style: italic;
	}
	#catalogs{
		margin-top: 60px;
	}
	#contents_type{
		margin: 60px 0 40px;
	}
	.flex .forth{
		width: 32.5%;
		display: inline-block;
	}
	#contents_type .flex .half,
	.flex .forthset{
		width: 100%;
		margin: 15px 0;
	}
	#contents_type .flex .half .box{
		height: 150px;
	}
	.lineup_box .flex{
		margin: 0;
	}
	.lineup_left,
	.lineup_right{
		width: 100%;
	}
	.lineup_right{
		margin: 15px 0 0;
		padding: 0;
	}
}