@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/
 
 
body, #proContents, #proContents p {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

img {
	vertical-align:top;
}

.contener_m {
	padding-top: 15px;
	padding-bottom: 22px;
}


/* 下記テンプレに追加 */

/* -------- btn -------- */
#PageTopBtn {
	position: fixed;
	bottom: -10px;
	right: 10px;
	font-size: 13px;
}
#PageTopBtn a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
	width: 100px;
	height: 70px;
	border: 2px #d1d1d1 solid;
	border-radius: 10px 10px 0 0;
	padding-top: 25px;
	box-sizing: border-box;
	opacity: .85;
}
#PageTopBtn a:hover {
	text-decoration: none;
	color:#000;
	background: #d1d1d1;
}
/* -------- / btn /-------- */


/* 透過 */
.eventBox img:hover,
.modelTypeBox .itemBox .btnBox img:hover,
.HPbtnBox img:hover,
.shopListBox .shopItemBox .btnBox .BMWbtnBox img:hover,
.shopListBox .shopItemBox .btnBox .MINIbtnBox img:hover,
.shopListBox .shopItemBox .btnBox .hanbaitenbtnBox img:hover{
	opacity: .6;
}


/* コンテンツパーツ */

/* イベント情報 */
.eventBox{
	text-align: center;
	margin: 0 auto 90px;
}


/* モデルタイプ検索 */
.modelTypeObi{
	text-align: center;
	margin: 0 auto 20px;
}
.modelTypeBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 30px;
}
.modelTypeBox .itemBox{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.modelTypeBox .itemBox:nth-last-child(-n+2){
	margin-bottom: 0;
}
.modelTypeBox .itemBox .imgBox{
	margin-bottom: 5px;
}


/* 名鉄AUTO 認定中古車店舗公式HP */
.HPbtnBox{
	text-align: center;
	margin: 90px auto;
}


/* 拠点一覧 */
.shopListObi{
	text-align: center;
	margin: 0 auto 10px;
}
.shopListBox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px 10px;
	background-color: #d6dadb;
}
.shopListBox:last-of-type{
	margin: 0 30px;
}
.shopListBox .shopItemBox{
	display: flex;
	flex-direction: column;
	margin: 0 28px auto;
}
.shopListBox .shopItemBox .btnBox{
	display: flex;
	justify-content: space-between;
}


/* 法人名 */
.syameiBox{
	text-align: center;
	margin: 70px auto;
}