@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;
}


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

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


/* 共通パーツ */

/* 透過 */
.kwsZaikoBox .btnBox img:hover,
.kwsZaikoBox .btn-center img:hover,
.modelTypeBox .typeItemBox .btnBox img:hover,
.shopListBox .shopItemBox .shopInfoBox .shopInfoBtn:hover,
.shopListBox .shopItemBox .shopInfoBox .zaikoInfoBtn:hover{
	opacity: .6;
}



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

/* KWSヘッダー */
.kwsHeaderBox{
	margin-bottom: 25px;
}


/* キャンペーン告知 */
.kwsCampaignBox{
	margin: 20px 0;
}


/* 在庫車両検索 */
.kwsZaikoBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 10px 0;
}
.kwsZaikoBox .btnBox{
	margin-bottom: 40px;
}
.btn-center{
  margin: 0 auto 40px;
}


/* モデル別検索 */
.modelTypeObi{
	text-align: center;
	margin: 50px auto 30px;
}
.modelTypeBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px;
}
.modelTypeBox .typeItemBox{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.modelTypeBox .typeItemBox:nth-last-child(-n + 2){
	margin-bottom: 0;
}
.modelTypeBox .typeItemBox .btnBox{
	margin-top: 20px;
}


/* Das WeltAuto */
.DasWeltAutoBox{
	text-align: center;
}


/* 保証 */
.kwsWarrantyBox{
	text-align: center;
	margin: 40px auto 50px;
}


/* 店舗一覧 */
.shopListObi{
	text-align: center;
	margin-bottom: 30px;
}

.shopListBox{
	margin: 0 10px 50px;
}
.shopListBox .shopNameBox{
	margin-bottom: 30px;
}
.shopListBox .shopItemBox{
	display: flex;
	justify-content: space-between;
}
.shopListBox .shopItemBox .shopInfoBox{
	display: flex;
	flex-direction: column;
}

.shopListBox .shopItemBox .shopInfoBox .shopInfoBtn,
.shopListBox .shopItemBox .shopInfoBox .zaikoInfoBtn{
	width: 451px;
	height: 69px;
	margin-top: 30px;
}
.shopListBox .shopItemBox .shopInfoBox .shopInfoBtn{
	background: url("../images/d_kws-vw_PC-shopList_info-btn.jpg");
	background-size: 100%;
}
.shopListBox .shopItemBox .shopInfoBox .zaikoInfoBtn{
	background: url("../images/d_kws-vw_PC-shopList_zaiko-btn.jpg");
	background-size: 100%;
}


/* 法人名 */
.kwsfooterBox{
	text-align: center;
	margin: 0 auto 50px;
	padding-top: 20px;
}