/* =====================================================
ZohoSalesIQチャットを開くボタンのCSS
===================================================== */

/* チャットを開くボタンの大きさ、形、色 */
.zsiq_theme1 .zsiq_flt_rel {
    width: 50px !important; /* 横幅 */
    height: 65px !important; /* 縦幅 */
    /* background-color: #ff5430 !important; */ /* べた塗にする場合 */
    background: linear-gradient(90deg,#06c 0,#2182df 100%) !important; /* グラデーション色合い */
}

/* チャットを開くボタンの横の位置 */
.zsiq_theme1.zsiq_floatmain { 
    width: 40px !important;
}

/* =====================================================
チャットを開くボタンの高さの位
===================================================== */
.siq_bR,.siq_bL {
    bottom: 110px !important;
    left: 10px !important;
}


/* =====================================================
ZohoLandingPageのデフォルト設定解除
===================================================== */
@media (min-width: 1200px){
.zpcontainer {
    width: auto;
    margin: 0;
}
}

@media (min-width: 992px){
.zpcontainer {
    width: auto;
    margin: 0;
}

.zpcontainer {
    padding: 0;
}
}

.zpcontainer {
    padding: 0;
}

.zpsection {
    padding: 0;
}

/* スマホの場合のタイトルのSection下隙間無くす */
@media (max-width: 760px){
[data-element-id="elm_4cnY8hzkfMyGgjvMJvtyIA"].zpsection {
margin-bottom:0 !important;
}

[data-element-id="elm_YIUiPmB7Y3M2ZbUnb1K9dg"].zpsection{
margin-bottom:0 !important; 
}
}

/* =====================================================
HTMLCode Snippet名：tortoisesama-header
===================================================== */

/* ヘッダーエリア */
.drawer-overlay {
    position: relative;
}

@media (min-width: 761px){
.l-header {
    min-width: 1240px;
}
}

.l-header {
    position: fixed;
    z-index: 8000;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}


.l-header__container {
    display: flex;
    height: 132px;
    align-items: flex-end;
    padding: 0 2.56% 24px;
    box-sizing: border-box;
}


/* ロゴ、ロゴ上文 */
.header-logo {
    flex: 1;
    margin: auto auto 0 0;
}

@media (min-width: 761px){
.header-logo img{
    max-width: 180px;
    min-width: 100px;
}
}

.header-logo img {
    height: auto;
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


img{
    vertical-align: bottom;
}

.header-logo span {
    margin-bottom: 13px;
    display: block;
    font-size: 11px;
    line-height: 1.454545;
    display: block;
    color: #525252;
}

/* ヘッダーエリアスマホ */
@media (max-width: 760px){
.l-header__container {
    padding: 0 0 0 3.5897435897vw;
    height: 50px;
}
    
.header-logo {
    margin: auto auto auto 0;
}

.header-logo span {
    display: none;
}    
 
.header-logo img {
    width: 35.8974358974vw;
}

.header-content {
    display: none;
}
}


/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー */

.l-toggle:hover {
    cursor: pointer;
}

.l-toggle {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #121212;
}

.l-toggle div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    width: 28px;
    height: 16px;
}

.l-toggle.active div {
    justify-content: center;
}

@media (max-width: 760px){
.l-toggle div {
    width: 17px;
    height: 11px;
}
}

@media (max-width: 760px){
.l-toggle span {
    height: 1px;
}
}

.l-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.l-toggle p {
    display: none;
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニューPCの場合隠す */
@media (min-width: 761px){
.l-toggle {
    display: none;
}
}


/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー開いている時のメニューボタンＸ */
.l-toggle.active span:nth-child(1) {
    transform: translateY(1px) rotate(-45deg);
}

.l-toggle.active span:nth-child(2) {
    display: none;
}

.l-toggle.active span:nth-child(3) {
    transform: translateY(-1px) rotate(45deg);
}


/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツ */
.l-navigation.active { /* active がハンバーガーメニューによって動的に付けられ、メニューが表示される */
    opacity: 1;
    visibility: visible;
}

.l-navigation {
    position: fixed;
    display: block;
    top: 50px;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(44, 77, 145, 0.94);
    z-index: 9000;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    background-color: #2e2e2e;
    color: #fff;
    width: 100%;
    overflow: scroll;
    padding: 22px 20px 90px;
}

.l-navigation__btn {
    margin-bottom: 12px;
}

.l-navigation__btn a {
    position: relative;
    display: flex;
    height: 68px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
    background-color: #DC0600;
}

.l-navigation__btn a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 5px;
    margin: auto;
    content: "";
    border: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.48);
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツLINEボタン */
.l-navigation__btn li:nth-of-type(2) a {
    background-color: #00C300;
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツ電話番号枠内 */
.drawer-info {
    margin-bottom: 26px;
    padding: 10px 10px 14px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

@media (max-width: 760px){
.drawer-info__tel {
    font-size: 13px;
    font-size: 3.3333333333vw;
}
}

.drawer-info__tel {
    margin-bottom: 4px;
    font-size: 13px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.03em;
}

@media (max-width: 760px){
.drawer-info__tel span {
    font-size: 23px;
    font-size: 5.8974358974vw;
}
}

.drawer-info__tel span {
    font-size: 23px;
    font-weight: bold;
}

@media (max-width: 760px)
.drawer-info__time {
    font-size: 11px;
    font-size: 2.8205128205vw;
}

.drawer-info__time {
    font-size: 11px;
    display: block;
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツMENU枠内 */
.drawer-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #646464;
}

.drawer-nav__ttl {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #bebebe;
}

.drawer-nav-list > li {
    border-top: 1px solid #646464;
}

.drawer-nav-list > li > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-weight: 500;
    padding: 20px 30px 20px 0;
    position: relative;
}

.drawer-nav-list a::before {
    content: "-";
}

.drawer-nav-list > li > a::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transition: 0.3s;
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツMENU枠内店舗紹介アコーディオン内 */
@media (max-width: 760px){
.drawer-nav-sub-list {
    margin-bottom: 20px;
}
}

.drawer-nav-sub-list {
    display: none;
}

@media (max-width: 760px){
.drawer-nav-sub-list a {
    font-size: 15px;
    padding: 7px 19px;
    background-color: #525252;
}
}

.drawer-nav-sub-list a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
}

.drawer-nav-list a::before {
    content: "-";
}



/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツSNSリンク枠内 */
.l-navigation__sns {
    padding-bottom: 20px;
    border-bottom: 1px solid #646464;
    margin-bottom: 25px;
}

.l-navigation__sns a {
    display: flex;
    align-items: center;
}

.l-navigation__sns li:nth-of-type(1) img {
    margin-right: 10px;
    width: 22px;
}

/* ヘッダーエリアスマホ固定ヘッダーメニュースマホ用ハンバーガーメニュー内コンテンツ最下部外部リンク等エリア */
.l-navigation__link a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-right: 16px;
}

.l-navigation__link a::before {
    content: "-";
}




/* ==========スマホハンバーガーメニュー関連ここまで ========== */
.l-navigation__sns li + li {
    margin-top: 17px;
}

.l-navigation__sns li:nth-of-type(2) img {
    margin: 0 12px 0 2px;
    width: 18px;
}



/* ヘッダー右側枠 */
.header-content {
    margin-left: 10px;
}

.header-info {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* ヘッダー右側枠　電話番号 */
.header-info__wrap {
    color: #004b31;
    margin-right: 18px;
}


.header-info__tel {
    line-height: 1;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: right;
}

.header-info__tel span { 
    font-weight: bold;
    font-size: 23px;
}


/* ヘッダー右側枠　営業時間 */
.header-info__time {
    display: block;
    font-size: 11px;
}

/* ヘッダー右側枠　ボタン枠 */
.header-info__btn ul {
    display: flex;
}

/* ヘッダー右側枠　ボタン */
.header-info__btn a {
    position: relative;
    display: flex;
    height: 44px;
    width: 227px;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    justify-content: center;
    background-color: #dc0600;
}

.header-info__btn a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 5px;
    margin: auto;
    content: "";
    border: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.48);
}


/* LINEボタン */
.header-info__btn li + li {
    margin-left: 9px;
}

.header-info__btn li:nth-of-type(2) a {
    background-color: #00C300;
}


/* ヘッダー右側枠　グローバルメニューボタン */
.global-nav ul {
    display: flex;
}

.global-nav li {
    white-space: nowrap;
}

.global-nav a, .global-nav span {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #323232;
}


.global-nav li + li {
    margin-left: 1em;
}

.global-nav li {
    white-space: nowrap;
}

/* ヘッダー右側枠　グローバルメニューボタン内店舗情報メニューのみ */
.global-nav li.menu__single {
    position: relative;
}

/* ヘッダー右側枠　グローバルメニューボタン内縦メニュー */
.global-nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: -60%;
    margin: auto;
    width: 220%;
    color: #fff;
    background: #004b31;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.global-nav ul.menu__second-level.active { /* menu__second-levelの場所にactiveがつくことでマウスオーバー時に店舗一覧メニューが表示される */
    visibility: visible;
    opacity: 100;
}


.global-nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    display: block;
}

.global-nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: -60%;
    margin: auto;
    width: 220%;
    color: #fff;
    background: #004b31;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.global-nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    display: block;
}
.global-nav ul {
    display: flex;
}

.global-nav ul.menu__second-level li:first-child {
    border-top: none;
}

.global-nav ul.menu__second-level li {
    margin: 0;
    border-top: 1px dotted #ccc;
}

.global-nav li {
    white-space: nowrap;
}

.global-nav li.menu__single ul.menu__second-level a {
    color: #fff;
}

.global-nav ul.menu__second-level li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}


/* 固定フッターメニューCookie同意エリア */
.cookie-box .cookie-box__in.js-load--on {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}

.cookie-box .cookie-box__in {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}

.cookie-box .cookie-box__cnt {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 20px 0;
}

.cookie-box .cookie-box__txt {
    width: 850px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

.cookie-box .cookie-box__txt a {
    text-decoration: underline;
}

/* 固定フッターメニューCookie同意エリア スマホ */
@media screen and (max-width: 760px){
.cookie-box .cookie-box__cnt {
    width: 100%;
    padding: 5.33333vw;
    display: block;
}

.cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
}
    
}


/* 固定フッターメニューCookie同意ボタン */
.cookie-box .cookie-box__btn.btn-03 {
    display: inline-block;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    background: #f8f8f8;
    position: relative;
    text-align: center;
    color: #000;
    z-index: 1;
    transition: border-radius 0.3s ease;
    cursor: pointer;
}

.cookie-box .cookie-box__btn {
    width: 100px;
    cursor: pointer;
}

/* 固定フッターメニューCookie同意ボタンスマホ */
@media screen and (max-width: 760px){
.cookie-box .cookie-box__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
}
    
.cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
}    
}

/* =====================================================
HTMLCode Snippet名：tortoisesama-footer-cv-btn
===================================================== */
.l-footer-message {
    text-align: center;
    padding: 90px 0px 107px;
    background-size: contain;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: url(https://images.unsplash.com/photo-1468818438311-4bab781ab9b8) center/cover no-repeat;
    z-index: 0;
}

/* 背景画像にCSSでフィルタをかけて暗くする */
.l-footer-message::before {
content: '';
position: absolute;
background: inherit;    
filter: brightness(0.5);
z-index: -1;
width: 100%;
height: 100%;
    left:0;
    top:0;
}    

@media (min-width: 761px){
.l-wrapper {
    box-sizing: content-box;
    padding: 0 20px;
}
}
.l-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* フッターCVボタン上コピー文 */
.l-footer-message {
    text-align: center;
    padding: 90px 0px 107px;
    background-size: contain;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: url(https://images.unsplash.com/photo-1468818438311-4bab781ab9b8) center/cover no-repeat;
}

.l-footer-message__ttl {
    color: #ffffff;    
    margin-bottom: 34px;
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5385;
}

/* フッターの白色文字をくっきりさせるためのシャドウ */
.l-footer-message-tel{
text-shadow: 0 2px 2px #222;   
}

/* フッターCVボタン */
@media (min-width: 761px){
.l-footer-message__btn {
    display: flex;
    justify-content: center;
}
}
    
@media (min-width: 761px){
.l-footer-message__btn {
    display: flex;
    justify-content: center;
}
}

.l-footer-message__btn {
    margin-bottom: 25px;
}

@media (min-width: 761px){
.l-footer-message__btn li {
    max-width: 468px;
    width: 100%;
    margin: 0 11px;
}
}
    
.l-footer-message__btn a {
    position: relative;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 30px;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #dc0600;
    border-radius: 9px;
}

.l-footer-message__btn li:nth-of-type(2) a {
    background-color: #00C300;
}

/* フッターCVボタンスマホ */
@media (max-width: 760px){
.l-footer-message {
    padding: 48px 0;
    background: url(https://images.unsplash.com/photo-1468818438311-4bab781ab9b8) center/cover no-repeat;
}
    
.l-wrapper {
    margin: 0 20px;
}
    
.l-footer-message__ttl {
    font-size: 19px;
    font-size: 4.8717948718vw;
    margin-bottom: 30px;
}
}

/* フッターCV電話でのお問合わせはこちらエリア */
@media (min-width: 761px){
.l-footer-message-tel__ttl {
    margin-right: 12px;
}
}

.l-footer-message-tel__ttl {
	font-family:inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

/* フッターCV電話でのお問合わせはこちらエリア電話番号ボタン*/
@media (min-width: 761px){
.l-footer-message-tel a {
    margin-right: 22px;
    pointer-events: none;
}
}

.l-footer-message-tel a {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.l-footer-message-tel a span {
    font-size: 18px;
    font-weight: 400;
}


/* フッターCV電話でのお問合わせはこちらエリア営業時間*/
.l-footer-message-tel__time {
    font-size: 14px;
    letter-spacing: 0.06em;
}

@media (min-width: 761px){
.l-footer-message-tel__time span {
    margin-left: 1em;
}
}

/* フッターCV電話でのお問合わせはこちらエリア営業時間スマホ */
@media (max-width: 760px){
.l-footer-message-tel__time {
    display: block;
    font-size: 15px;
    font-size: 3.8461538462vw;
}
    
.l-footer-message-tel__time span {
    display: block;
}    
}

/* =====================================================
HTMLCode Snippet名：tortoisesama-sp-fixed-footer-cv-btn
===================================================== */
/* スマホのみのフッター固定３つボタンPCの場合表示しない */
@media print, screen and (min-width: 761px){
.sp {
    display: none !important;
}
}

.l-control {
    position: fixed;
    z-index: 8000;
    display: flex;
    width: 100%;
    left: 0;
    bottom: 60px;
    transform: translateY(100%);
    transition: 0.3s;
    height: 60px;
}

.l-control::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background-color: #1c1c1c;
}

.l-control__btn.up {
    width: 66.666%;
}

.l-control__btn {
    width: calc(100% - 60px);
    display: flex;
}

.l-control__btn li {
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #1c1c1c;
    padding:0;
}


.l-control__btn a {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
    background: #dc0600;
    padding: 0;
}

/* スマホのみのフッター固定３つボタン　LINEボタン */
.l-control__btn li:nth-of-type(2) a {
    background-color: #00C300;
}

/* スマホのみのフッター固定３つボタン電話タップボタン */
.l-control__tel.up {
    width: 33.334%;
}

.l-control__tel {
    display: flex;
    width: 60px;
}

.l-control__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #242424;
    background: #fff;
}

.l-control__tel span {
    display: block;
    width: 4.358974359vw;
    margin: 1vw 0 1.2vw;
}

.l-control__tel p {
    font-size: 10px;
    font-size: 2.5641025641vw;
    font-weight: 500;
}

/* =====================================================
全体
===================================================== */
/* 全体 */
*, *::before, *::after {
    box-sizing: border-box;
}

*, ::before, ::after {
    border-style: solid;
    border-width: 0;
}

body {
    overflow-x: hidden;
    font-family: source-han-sans-japanese, sans-serif !important;
    text-align: justify;
    line-height: 1.6;
    color: #111111;
    font-weight: 400;
	font-style: normal;    
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    padding-top: 132px;
}

/* スマホの場合bodyタグの上部の余白不要 */
@media (max-width: 760px){
body {    
    padding-top: 0px;
}    
}

h1 {
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

a {
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

select, input, textarea, button {
    font-size: 99%;
}

button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

img, embed, object, iframe {
    vertical-align: bottom;
}


/* ------------------- ここから先ZLPのパーツ部分に適用するCSS ------------------------------- */

/* =====================================================
中古車情報
===================================================== */
.zpelement {
    clear: none;
}

.Used_car_information_Left{
	float:left;
    width: 5em;
	padding: 4px 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #29636f;
    margin-right: 10px;
    margin-top:10px;
    overflow:hidden;    
}

.Used_car_information_Right{
    float:left;
	padding-bottom: 8px;
    padding-left: 11px;
    font-size: 14px;
	vertical-align: top;
    padding: 0;    
    margin-top:10px;
    max-width: 245px;
    min-width:190px;
    overflow:hidden;
}


.Used_car_information_kakaku{
	float:left;
    width: 7em;
	padding: 12px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: block;
    border: #333 1px solid;
    margin-right: 10px;
    margin-top:10px;
    overflow:hidden;        
}

.Used_car_information_kakaku2 {
    float: left;
    background-color: #ffff65;
    color: #dc0600;
    width: 2.3em;
    padding: 2px;
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    height: 49px;
}

.Used_car_information_yen{
    position: absolute;
    bottom: 23px;
    left: 220px;
    width: 5em;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    overflow:hidden;    
}

.Used_car_area{
position: relative;
max-width: 370px;    
}    

/* 中古車写真の上の店舗名ラベル */
.Used_car_information_column{
	position: relative;
}

.car-list__store {
    z-index: 2;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 15;
    display: block;
    color: #fff;
    background-color: #dc0600;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
}

/* 中古車写真下のキャンペーン期限ラベル */
.car-list__badge {
    width: 100%;
    height: auto;
    display: block;
	text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #dc0600;
    letter-spacing: 0.05em;
    height: 30px;
    background-color: #FFFF65;  
    margin-top:0px;
}




/* 追加CSS 20220211 */

.Used_car_information_kakaku2_3digits {
    float: left;
    background-color: #ffff65;
    color: #dc0600;
    width: 2.7em;
    padding: 2px;
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    height: 49px;
}

.Used_car_information_yen_3digits {
    position: absolute;
    bottom: 23px;
    left: 240px;
    width: 5em;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
}


