@charset "UTF-8";

/****************************************
	追記
*****************************************/
.emblem_detail a:link,
.emblem_detail a:visited,
.emblem_detail a:active {
	color: #000;
}

.emblem_detail a:hover {
	color: #000 !important;
}
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/
#undercolumn h4{
	margin-bottom: 1em;
}
.btn_maker:after{
    content: "";
    width: 100px;
}
.btn_maker li{
    margin-bottom: 1rem;
	letter-spacing: 1px;/*追記*/
}
/*リアルカラー ページの場合*/
.btn_maker.rc:after{
    content: none;
}
/*クリスタル ページの場合*/
.btn_maker.crstr:after{
    content: none;
}

@media screen and (max-width: 880px){
	.btn_ul{
		width: 100%;
	}
	.btn_ul li{
		width: 30%;
	}
	.btn_maker::after{
		content: "";
		width: 30%;
	}
	.bt1 li{
		width: 60%;
	}
}

.btn_ul li img{
    width: 100%;
    height: auto;
	padding-bottom: 1.5em;/*追記*/
}

.btn_ul{
    margin-bottom: 5rem;
}

.auto{
    width: 100%;
    height: auto;
}
h2.maker {
	font-size: 30px;
	font-size: 2rem;
	position: relative;
	padding: 1.5rem;
	text-align: center;
	color: #000;
	margin-bottom: 0;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	background: none !important;
}

h2.maker span {
	font-size: 1rem;
	display: block;
	background-color: #FFF;
	margin-top: 1em;
	width: fit-content;
	text-align: center;
	margin: 1em auto 0;
	padding: 0 0.5em;
	/*リニューアル時追記*/
	position: relative;
}

h2.maker:before {
	position: absolute;
	bottom: 31px;
	left: 0;
	right: 0;
	margin: auto; 
	width: 200px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #fa4141;
	/*リニューアル時コメントアウト*/
	/*z-index: -1;*/
}

/*BMW*/
h2.maker.bmw:before {
background: none;
}


