/*
Theme Name:Sasahara motors
Theme URI:https://sasahara-motors.com/
Description:このテーマは、笹原モータースオリジナルのテンプレ―トファイルです。
Template:switch_tcd063
Author:sasahara motors
Author URI:https://sasahara-motors.com/
Version:1.5
*/
/*新着一覧list-styleを指定*/
ul{    
    list-style: none;
    display:flex;
}

body,ul,li{
    margin:0px;
    padding:0px;
}

/*ギャラリーテスト*/
#imageList img {
	width: 80px; 
	height: 80px;
	object-fit: cover;
}
/*買取フロー*/
ul.purchase-flow{
    display: block;
    list-style: none;
    padding: 0 10px 15px 10px;
    margin: 15px 0;
}
ul.purchase-flow:before{
    content: attr(data-title)"";
    display: block;
    padding: 10px;
    margin: 0 -10px 15px -10px;
    text-align: center;
    font-weight: bold;
}
ul.purchase-flow li{
    display: none;
    margin: 0 auto;
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #e8e8e8; /* ブロックボーダー 好みに合わせて */
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}
ul.purchase-flow li:not(:last-child){
    margin-bottom: 30px;
}
ul.purchase-flow li:not(:last-child):after{
    content: "\f078";
    font-family: FontAwesome;
    /* FontAwesome5を使用する場合はこっちに置き換えてください */
    /* font-family: "Font Awesome 5 Free"; */
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    text-align: center;
    color: #37AB9D; /* 矢印の色 好みに合わせて */
}	
/* 車両ラインナップ投稿ページ */
.plice_head{
    align-items: center;
    border-bottom: 2px solid #ccc;
    display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.plice_head p{
    margin-bottom: 0px;
	margin-left: 20px;
	line-height: 1;
}

.plice{
    color: #d60000;
	font-size: 40px!important;
}

.car_pic li{
    list-style: none!important;
}

ul.car_pic{
    margin-left: 0px!important;
}
.car_spec{
    width: 100%;
}

.car_spec th{
    background: #fafafa00
}
.car_spec td{
    background: #fafafa;
}

/*表の微調整*/
.p-plan-table01__data--price {
	padding: 24.5px 15px;
	line-height: 2;
}
.p-plan-table01__data {
	text-align: left;
}

/*マルチタイルレイアウト*/
.grid_item {
	display:grid ;
	gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.g-item { 
	padding:15px;
	text-align:center;
}

.g-item img {
	max-width:100%;
	height:auto;
}

/* button - CSSボタンのスタイル */
.q_button { margin-top: 30px; }

.bt_green { background: #27ae60; color: #fff; }
.bt_green:hover, .bt_green:focus { background-color: #39c574; color: #fff; }
