@charset "utf-8";
 .mainvisual {
height: 25vw;
    max-height: 400px;
}
.mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
 .mainvisual {
     width: 100%;
    height: 100%;
    object-fit: cover;
    }
}

#container {
    padding-top: 60px;
}
.contents_w760 {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
#container {
    padding-top: 50px;
}
.contents_w760 {
    padding: 0 5%;
    width: auto;
}
}
.bg_gray {
    background: #F2F2F2;
}
.mgt_s {
    margin-top: 30px;
}
.pd_l {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
.mgt_s {
    margin-top: 20px;
}
.pd_l {
    padding-top: 15px;
    padding-bottom: 30px;
}
}
.title_s {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 1px solid #C1272D;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}
.title_l {
    font-size: 40px;
    font-size: 4.0rem;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
    /*font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;*/
    margin-bottom: 1em;
    color: #000;/*text-transform: lowercase; */  /* 全体を小文字にリセット */
}
.title_l span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-family: 'AudiTypeNormal', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
.title_l {
    font-size: 3.0rem;
    padding-right: 3%;
    padding-left: 3%;
}
.title_l span {
    font-size: 1.5rem;
}
}
button {
    cursor: pointer;
}
.btn_contact {
    display: inline-block;
    /* width: 280px; */
    min-width: 280px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #B5B5B6;
    padding: 0.75em 1.6em 0.75em 1em;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    position: relative;/* font-family: 'AudiTypeNormal', 'Noto Sans JP', sans-serif; */
}
.btn_contact:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #C1272D;
    border-right: 2px solid #C1272D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_contact:hover {
    opacity: 1 !important;
    border: 1px solid #C1272D;
    background: #C1272D;
    color: #fff;
}
.btn_contact:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn_area .btn_contact {
    margin: 0 10px;
}

.btn_contact.back {
    color: #666;
}
.btn_contact.back:after{
    left: 1em !important;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}.btn_area {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
       .btn_contact {
    border: 1px solid #C1272D;
    background: #C1272D;
    color: #fff;
    }
    .btn_contact:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
    .btn_contact.back {
        color: #666;
        background: none;
        border: 1px solid #B5B5B6;
    }
    
  .btn_area .btn_contact {
    margin: 10px 10px;
}
     .btn_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
}
/* ヘッダー
============================================================================================================ */
#header {
    font-family: 'AudiTypeNormal', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    position: fixed;
    width: 100%;
    /*height: 60px;*/
    z-index: 100;
    background: #333333;
    color: #fff;
}
#header > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 3vw;
    height: 60px;
}
#header > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#header .logo {
    width: 270px;
    height: auto;
}
#header .logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1vw;
}
#header nav ul li a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 0 0.8vw;
    text-align: center;
}
#header nav ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}
#header nav ul li a:hover {
    color: #C1272D;
}
#header.shop > div:first-child {
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: fade-in;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
}
#header.shop.fixed > div:first-child {
    opacity: 0;
    display: none;
}
 @keyframes fade-in {
 0% {
display: none;
opacity: 0;
}
 1% {
display: block;
opacity: 0;
}
 100% {
display: block;
opacity: 1;
}
}
@-moz-keyframes fade-in {
 0% {
display: none;
opacity: 0;
}
 1% {
display: block;
opacity: 0;
}
 100% {
display: block;
opacity: 1;
}
}
@-webkit-keyframes fade-in {
 0% {
display: none;
opacity: 0;
}
 1% {
display: block;
opacity: 0;
}
 100% {
display: block;
opacity: 1;
}
}

@media screen and (max-width: 1150px) {
#header > div {
    margin: 0 2vw;
}
#header nav ul li a {
    font-size: 1.5rem;
    white-space: nowrap;
}
#header nav ul li a span {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 1000px) {
#header {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header > div {
    margin: 0 110px 0 3vw;
    height: 50px;
}
#header .logo {
    max-width: 270px;
    width: 100%;
    height: auto;
}
#header .logo img {
    vertical-align: middle;
}
#header nav ul {
    margin-left: 0;
    display: block;
}
#header nav ul li a {
    display: block;
    font-size: 2.0rem;
    padding: 0.4em 2em;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
}
#header nav ul li a span {
    font-size: 1.3rem;
    color: #B3B3B3;
}
#header.shop > div:first-child {
    opacity: 1;
    animation-name: none;
    -moz-animation-name: none;
    -webkit-animation-name: none;
}
#header.shop.fixed > div:first-child {
    opacity: 1;
    display: flex;
}
}
/* ========================================================
	contents.css => 
======================================================== */
#top_main {
    padding-top: 65px;
}
#top_main .slider li {
    height: 27vw;
}
#top_main .slider img {
    width: 100%;
    height: 100%;
}
.slick-slider {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
#top_main {
    padding-top: 53px;
}
}

@media screen and (max-width: 768px) {
#top_main .slider li {
    height: 100vw;
}
}
/* top_contents_box 
============================================================================================================ */
.top_catch {
    font-size: 3.3rem;
    font-family: 'AudiTypeBold';
    text-align: center;
    padding: 0.2em 1em;
}
.catch {
    font-size: 3.3rem;
    font-family: 'AudiTypeBold';
    text-align: center;
    padding: 0.2em 1em;
    border-bottom: 1px solid #CCCCCC;
}
.top_contents_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_contents_box li:first-child, .top_contents_box li:nth-child(2) {
    width: 49.7%;
}
.top_contents_box li:nth-child(3) {
    width: 100%;
}
.top_contents_box li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.top_contents_box li:first-child a:before, .top_contents_box li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top_contents_box li a:hover {
    opacity: 1 !important;
}
.top_contents_box li a:hover:before {
    background: none;
}
.top_contents_box li p {
    z-index: 2;
    position: relative;
}
.top_contents_box li p:first-child, .top_contents_box h1 {
    font-size: 4.0rem;
    font-family: 'AudiTypeBold';
}
.top_contents_box .event {
    background: url("../../../images/top_contents_event.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}
.top_contents_box .column {
    background: url("../../images/top_contents_column.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}
.top_contents_box .usedcar {
    background: url("../../images/top_contents_usedcar.jpg") no-repeat center center;
    background-size: cover;
}
.top_contents_box .usedcar a {
    display: block;
    height: 180px;
    padding-top: 40px;
}
.top_contents_box .usedcar a:hover {
    color: #000 !important;
}
.top_contents_box .usedcar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.top_contents_box .usedcar:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

@media screen and (max-width: 1000px) {
.top_catch {
    font-size: 2.5rem;
}
.catch {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 768px) {
.top_catch {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0.5em 1em;
}
.catch {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0.3em 1em;
    border-bottom: 1px solid #CCCCCC;
}
.top_contents_box {
    display: block;
}
.top_contents_box li:first-child,  .top_contents_box li:nth-child(2) {
    width: 100%;
}
.top_contents_box li {
    margin-bottom: 3px;
}
.top_contents_box li p:first-child,  .top_contents_box h1 {
    font-size: 3.2rem;
}
.top_contents_box .event,  .top_contents_box .column {
    height: 53vw;
}
.top_contents_box li:first-child a:before,  .top_contents_box li:nth-child(2) a:before {
    height: 53vw;
}
.top_contents_box .usedcar {
    background: url("../../images/top_contents_usedcar_sp.jpg") no-repeat center center;
    background-size: auto 100%;
}
.top_contents_box .usedcar a {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}
.top_contents_box .usedcar {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
}
/* top_col 
============================================================================================================ */
.top_col3, .top_col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em;
    position: relative;
    z-index: 3;
}
.top_col3 li {
    width: 32.6%;
}
.top_col4 li {
    width: 23.3%;
}
.top_col3 li > a > p:first-child {
    width: 100%;
    height: 200px;
}
.top_col4 li > a > p:first-child {
    width: 100%;
    height: 140px;
}
.top_col3 li > a p.title, .top_col4 li > a p.title {
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.top_col3 li > a p.date, .top_col4 li > a p.date {
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.top_col3 li img, .top_col4 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_col3.slider_event li > a > p:first-child {
    text-align: center;
}
.top_col3.slider_event li img {
    width: auto;
    max-width: 100%;
}
.top_col3 li .author_box, .top_col4 li .author_box {
    padding-right: 1em;
    padding-left: 1em;
}
.top_col3 li > a:hover, .top_col4 li > a:hover {
    background: #fff;
}
.bg_gray .top_col3 li > a:hover, .bg_gray .top_col4 li > a:hover {
    background: #F2F2F2;
}
.top_col3:after {
    content: "";
    display: block;
    width: 32.6%;
}
.top_col4:before {
    content: "";
    display: block;
    width: 23.3%;
    order: 1;
}
.top_col4:after {
    content: "";
    display: block;
    width: 23.3%;
}

@media screen and (max-width: 768px) {
.top_col3,  .top_col4 {
    display: block;
}
.top_col3 li, .top_col4 li {
    width: 100%;
}
.top_col3 li > a > p:first-child,  .top_col4 li > a > p:first-child {
    width: 100%;
    height: 54vw;
}
.top_col3 li > a p.title,  .top_col4 li > a p.title {
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.top_col3:after {
    content: none;
}
.top_col4:before {
    content: none;
}
.top_col4:after {
    content: none;
}
}

/* event_area 
============================================================================================================ */
@media screen and (max-width: 768px) {
.slider_event {
    margin-bottom: 30px !important;
}
.slider_event li a {
    margin: 10px 5% 5%;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
.slider_usedcar_special li a {
    margin: 10px 5% 10%;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
.slider_event a.readmore:after,  .slider_usedcar_special a.readmore:after {
    opacity: 1;
}
.slider_event .slick-dots {
    bottom: -15px;
}
.slider_event .slick-dots li button:before {
    color: #B5B5B6;
}
.slider_event .slick-dots li.slick-active button:before {
    color: #C1272D;
    opacity: 1;
}
}
.slick-prev, .slick-next {
    width: 20px !important;
    height: 30px !important;
    margin-top: -15px !important;
    position: relative;
}
.slick-prev {
    left: -5px !important;
    z-index: 10;
}
.slick-next {
    right: -5px !important;
}
.slick-prev:after, .slick-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #C1272D;
    border-right: 2px solid #C1272D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* usedcar_search_area 
============================================================================================================ */
.usedcar_search_area > div {
    background: url("../../images/bg_usedcar_search.jpg") no-repeat center center;
    background-size: cover;
    height: 28vw;
    margin-bottom: 50px;
}
.usedcar_search_area > div a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.usedcar_search_area > div a:before {
    content: "";
    display: inline-block;
    background: rgba(100,100,100,0.70);
    width: 100%;
    height: 28vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.usedcar_search_area > div a:hover:before {
    opacity: 1;
}
.usedcar_search_area > div a p {
    z-index: 2;
    position: relative;
    opacity: 0;
}
.usedcar_search_area > div a p:first-child {
    font-size: 2.5rem;
}
.usedcar_search_area > div a:hover p {
    opacity: 1;
}
.usedcar_search_area .search_btn {
    display: inline-block;
    min-width: 280px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 0.75em 1rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
}

@media screen and (max-width: 768px) {
.usedcar_search_area > div {
    background: url("../../images/bg_usedcar_search.jpg") no-repeat 20% center;
    background-size: cover;
    height: 50vw;
    margin-bottom: 30px;
}
.usedcar_search_area > div a:before {
    opacity: 1;
    height: 50vw;
}
.usedcar_search_area > div a p {
    opacity: 1;
}
.usedcar_search_area > div a p:first-child {
    font-size: 2rem;
}
}
/* usedcar_special_area 
============================================================================================================ */
.usedcar_special_area {
    position: relative;
}
.usedcar_special_area:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 140px;
    background: #c1272d; /* Old browsers */
    background: -moz-linear-gradient(left, #c1272d 0%, #660007 100%);
    background: -webkit-linear-gradient(left, #c1272d 0%, #660007 100%);
    background: linear-gradient(to right, #c1272d 0%, #660007 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1272d', endColorstr='#660007', GradientType=1 );
    right: 0;
    bottom: 0;
}
.usedcar_special_area .btn {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
.usedcar_special_area {
    padding-bottom: 200px;
    position: relative;
}
.usedcar_special_area:before {
    width: 65%;
    height: 120px;
}
.usedcar_special_area:after {
    content: "";
    display: inline-block;
    background: url("../../images/dont_miss_it.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 250px;
    height: 175px;
    right: 65%;
    margin-right: -210px;
    bottom: 0;
}
}
/* new_limited_area 
============================================================================================================ */
.new_limited_area {
    color: #fff;
}
.new_limited_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.new_limited_box:after {
    content: "";
    display: inline-block;
    background: url("../../images/dont_miss_it.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 400px;
    height: 411px;
    right: 30%;
    margin-right: -340px;
    top: -411px;
}
.new_limited_box > p {
    width: 64%;
}
.new_limited_box > p img {
    width: 100%;
    object-fit: cover;
}
.new_limited_box > div {
    width: 36%;
    border-top: 1px solid #B5B5B6;
}
.new_limited_box > div > div {
    width: 300px;
    margin-left: 50px;
    padding: 50px 0;
}
.new_limited_box > div > div a {
    color: #fff;
}
.new_limited_box .new_limited_title {
    font-size: 1.8rem;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}
.new_limited_box .btn_line {
    margin-top: 1.5em;
}

@media screen and (max-width: 1000px) {
.new_limited_box > p {
    width: 55%;
}
.new_limited_box > div {
    width: 45%;
    border-top: 1px solid #B5B5B6;
}
.new_limited_box > div > div {
    width: 100%;
    margin-left: 0;
    padding: 10%;
}
}

@media screen and (max-width: 768px) {
.new_limited_area {
    padding-bottom: 60px !important;
}
.new_limited_box {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}
.new_limited_box:after {
    content: none;
}
.new_limited_box > p {
    width: 100%;
}
.new_limited_box > div {
    width: 100%;
    border-top: 1px solid #B5B5B6;
}
.new_limited_box > div > div {
    width: 100%;
    margin-left: 0;
    padding: 5%;
}
.new_limited_box .new_limited_title {
    font-size: 1.6rem;
}
}

/* column_area 
============================================================================================================ */
@media screen and (max-width: 768px) {
.column_area .top_col4 a,  .shop_news_area .top_col4 a,  .staff_area .top_col4 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
.column_area .top_col4 a > p:first-child,  .shop_news_area .top_col4 a > p:first-child,  .staff_area .top_col4 a > p:first-child {
    width: 50%;
    height: auto;
}
.column_area .top_col4 a > div,  .shop_news_area .top_col4 a > div,  .staff_area .top_col4 a > div {
    width: 50%;
}
.column_area a.readmore:after,  .shop_news_area a.readmore:after,  .staff_area a.readmore:after {
    content: none;
}
.column_area .top_col4 li,  .shop_news_area .top_col4 li,  .staff_area .top_col4 li {
    margin-bottom: 7%;
}
.column_area .top_col4 li img,  .shop_news_area .top_col4 li img,  .staff_area .top_col4 li img {
    width: 100%;
    height: 100%;
}
.column_area .top_col4.top_col4 li > a p.date,  .shop_news_area .top_col4.top_col4 li > a p.date {
    margin-bottom: 0.5em;
}
}
/* shop_area 
============================================================================================================ */
.shop_area {
    background: url("../../images/bg_shop.jpg") no-repeat center bottom;
    background-size: cover;
    color: #fff;
}
.shop_area .contents_w920 {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.shop_area .map {
    margin-left: 60px;
}
.shop_area .map img {
    width: 100%;
    height: auto;
}
.shop_area .shop_list li {
    width: 23em;
}
.shop_area .shop_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2em 0;
    color: #fff;
}
.shop_area .shop_list li a:hover {
    opacity: 1 !important;
}
.shop_area .shop_list li span {
    position: relative;
}
.shop_area .shop_list li a:hover span {
    color: #ccc;
}
.shop_area .shop_list li span:first-child {
    width: 10em;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.shop_area .shop_list li span:nth-child(2) {
    width: 13em;
    margin-left: 1.5em;
}
.shop_area .shop_list li:first-child span {
    border-top: 1px solid #fff;
    padding-top: 0.75em;
    pointer-events: none;
}
.shop_area .shop_list li:first-child span:first-child:before {
    content: "Address";
    display: inline-block;
    position: absolute;
    top: -2em;
    left: 0;
}
.shop_area .shop_list li:first-child span:nth-child(2):before {
    content: "Name";
    position: absolute;
    top: -2em;
    left: 0;
}
.shop_area .shop_list li:first-child a:hover span:before {
    color: #fff !important;
}

@media screen and (max-width: 680px) {
.shop_area .contents_w920 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop_area .shop_list {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 23em;
}
.shop_area .map {
    margin-left: 0;
}
}
/* popular_article_area 
============================================================================================================ */
.popular_article_area li {
    position: relative;
}
.popular_article_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #C1272D;
    color: #fff;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 5px;
    position: relative;
}
.popular_article_list li a > div:first-child {
    width: 59%;
    position: relative;
}
.popular_article_list li a > div:nth-child(2) {
    width: 41%;
}
.popular_article_list li .popular_article_photo {
    height: 335px;
}
.popular_article_list li .popular_article_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular_article_list li .Lank {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../shared/images/bg_ranking.svg") no-repeat top left;
    background-size: contain;
    width: 230px;
    height: 76px;
    padding-left: 1em;
    line-height: 1;
}
.popular_article_list li .Lank span {
    font-size: 3.0rem;
    position: relative;
    top: 0.25em;
}
.popular_article_list li a > div:nth-child(2) {
    padding: 5% 5% 3%;
}
.popular_article_list li .cate {
    font-size: 1.8rem;
    text-align: right;
    margin-bottom: 3em;
}
.popular_article_list li .title {
    margin-top: 1em;
    margin-bottom: 1em;
}
.popular_article_list .author_box .photo_icon img {
    border: 1px solid #fff;
}
.popular_article_list .author_box > div p:first-child {
    border-bottom: 1px solid #fff;
}
.popular_article_list li a:after {
    content: "";
    display: inline-block;
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.popular_article_list li.slick-current a:after {
    content: none;
}
.popular_article_area .slick-prev {
    left: 2% !important;
    z-index: 10;
}
.popular_article_area .slick-next {
    right: 2% !important;
}

@media screen and (min-width: 769px) {
.popular_article_area .slick-prev:after,  .popular_article_area .slick-next:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
}

@media screen and (max-width: 768px) {
.popular_article_list li a {
    display: block;
    margin-left: 1.5px;
    margin-right: 1.5px;
    margin-bottom: 3px;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
.popular_article_list li a > div:first-child {
    width: 100%;
    position: relative;
}
.popular_article_list li a > div:nth-child(2) {
    width: 100%;
}
.popular_article_list li .popular_article_photo {
    height: 200px;
}
.popular_article_list li .Lank {
    padding-top: 0.2em;
    width: 190px;
    height: 63px;
}
.popular_article_list li .Lank span {
    font-size: 2.0rem;
}
.popular_article_list li .cate {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
}
/* shoptop 
============================================================================================================ */
.contens_main.shoptop .mainvisual {
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
    max-height: -webkit-calc(100vh - 120px);
    max-height: calc(100vh - 120px);
}
.contens_main.shoptop .mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contens_main.shoptop > div.over_text {
    position: absolute;
    padding-top: 8vw;
    padding-left: 3vw;
}
.contens_main.shoptop .shopname {
    color: #fff;
    font-family: "AudiTypeBold", 'Noto Sans JP', sans-serif;
    font-size: 5.0rem;
    margin-bottom: 1.5em;
}
.contens_main.shoptop .shopname span {
    font-size: 2.6rem;
    margin-left: 1em;
}
.contens_main.shoptop .shopname:before {
    content: "";
    display: block;
    background: url("../images/logomark_w.svg") no-repeat;
    background-size: cover;
    width: 160px;
    height: 56px;
    margin-bottom: 10px;
}
.contens_main.shoptop .bt_test_drive a {
    display: block;
}
.contens_main.shoptop .bt_test_drive img {
    width: 400px;
    height: auto;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.contens_main.shoptop .scrolldown {
    position: absolute;
    bottom: 5vh;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -10px;
}
.contens_main.shoptop .scrolldown a {
    display: block;
    position: relative;
    padding-bottom: 50px;
    color: #fff;
    font-size: 1.6rem;
}
.contens_main.shoptop .scrolldown a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contens_main.shoptop .scrolldown a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: inline-block;
    width: 1px;
    height: 42px;
    background: #fff;
}

@media screen and (max-device-width: 1366px) and (min-device-width: 768px) {
.contens_main.shoptop .mainvisual {
    height: 60vw;
    max-height: 60vw;
}
}

@media screen and (max-width: 768px) {
.contens_main.shoptop .mainvisual {
    height: 100vw;
    max-height: 100vw;
}
.contens_main.shoptop > div.over_text {
    padding-top: 15vw;
    padding-left: 10vw;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.contens_main.shoptop .shopname {
    font-size: 3.0rem;
    margin-bottom: 0;
}
.contens_main.shoptop .shopname span {
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
    position: absolute;
    top: -webkit-calc(69px + 16vw);
    top: calc(69px + 16vw);
    left: 10vw;
}
.contens_main.shoptop .shopname:before {
    width: 170px;
    height: 59px;
    margin-bottom: 35px;
}
.contens_main.shoptop .bt_test_drive {
    position: absolute;
    /*top: 90vw;*/
    top: 77vw;
    z-index: 10;
}
.contens_main.shoptop .bt_test_drive a {
    margin-left: -5vw;
    width: 90vw;
}
.contens_main.shoptop .bt_test_drive img {
    width: 100%;
    height: auto;
}
.contens_main.shoptop .scrolldown {
    display: none;
}
}
/* shop_event_box 
============================================================================================================ */
.shop_event_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
}
.shop_event_box > p {
    /*width: 64%;*/
    width: 50%;
}
.shop_event_box > p img {
/*width: 100%;
    object-fit: cover;*/
}
.shop_event_box > div {
    /*width: 36%;*/
    width: 50%;
}
.shop_event_box > div > div {
    width: 300px;
    margin-right: 3vw;
    padding: 50px 0;
    float: right;
}
.shop_event_box .shop_event_title {
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

@media screen and (max-width: 1000px) {
.shop_event_box > p {
    /*width: 55%;*/
    width: 50%;
}
.shop_event_box > div {
    /*width: 45%;*/
    width: 50%;
}
.shop_event_box > div > div {
    width: 100%;
    margin-left: 0;
    padding: 10%;
}
}

@media screen and (max-width: 768px) {
.shop_event_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.shop_event_box > p {
    width: 100%;
}
.shop_event_box > div {
    width: 100%;
}
.shop_event_box > div > div {
    margin-right: 0;
    padding: 5%;
    padding-bottom: -webkit-calc(5% + 60px);
    padding-bottom: calc(5% + 60px);
}
.shop_event_box .shop_event_title {
    font-size: 1.6rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
}
/* shop_usedcar_special_area 
============================================================================================================ */
.shop_usedcar_special_area:after {
    content: "";
    display: inline-block;
    background: url(../../shared/images/dont_miss_it_gray.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 400px;
    height: 250px;
    right: 30%;
    margin-right: -340px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
.shop_usedcar_special_area:after {
    content: "";
    display: inline-block;
    background: url("../../images/dont_miss_it.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 250px;
    height: 175px;
    right: 65%;
    margin-right: -210px;
    bottom: 0;
}
}
/* staff_area 
============================================================================================================ */
.staff_cate {
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #C1272D;
}

@media screen and (max-width: 768px) {
.staff_cate {
    margin-top: 1em;
}
}
/* dealer_area 
============================================================================================================ */
.gmap {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 2em 0;
}
.gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dealer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3em 0;
}
.dealer_info dl:nth-child(2) {
    margin-left: 1em;
}
.dealer_info dl dt {
    color: #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 1em;
    letter-spacing: 0;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    display: inline-block;
    margin: 0.2em 0;
}
.dealer_info dl dd {
    margin: 0.2em 0;
}
.dealer_info dl:first-child {
    width: 60%;
}
.dealer_info dl:nth-child(2) {
    width: 40%;
}
.dealer_info dl:first-child dt {
    width: -webkit-calc(6em + 2px);
    width: calc(6em + 2px);
    text-align: center;
    clear: left;
    float: left;
}
.dealer_info dl:nth-child(2) dt {
    width: -webkit-calc(12em + 2px);
    width: calc(12em + 2px);
    text-align: center;
    clear: left;
    float: left;
}
.dealer_info dl dt.dt_width4 {
    width: -webkit-calc(7em + 2px);
    width: calc(7em + 2px);
}
.dealer_info dl:first-child dd {
    margin-left: 1em;
    /*max-width: 80%;*/
    display: block;
    float: left;
    width: -webkit-calc(100% - 8em);
    width: calc(100% - 8em);
}
.dealer_info dl:nth-child(2) dd {
    margin-left: 1em;
    display: block;
    float: left;
    width: -webkit-calc(100% - 14em);
    width: calc(100% - 14em);
}
.dealer_info dl dd.dt_width4 {
    width: -webkit-calc(100% - 11em);
    width: calc(100% - 11em);
}

@media screen and (max-width: 768px) {
.gmap {
    position: relative;
    padding-bottom: 80%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 2em 0;
}
.dealer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2em 0;
}
.dealer_info dl {
    width: 100%;
}
.dealer_info dl:first-child {
    width: 100%;
}
.dealer_info dl:nth-child(2) {
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
}
}
/* shop_contents_area 
============================================================================================================ */
.shop_contents_area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop_contents_area ul li {
    width: 33.3%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.shop_contents_area ul li a {
    display: block;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    line-height: 1.5em;
    color: #999;
    padding: 2em 0 1em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop_contents_area ul li:nth-child(3n+1) {
    border-left: none;
}
.shop_contents_area ul li svg {
    width: 75px;
    height: 68px;
    margin: 0 auto 0.5em;
    fill: #B5B5B6;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop_contents_area ul li svg#shop_contents03-1 {
    width: 87px;
    height: 79px;
    margin-top: -11px;
    position: relative;
    top: 11px;
}
.shop_contents_area ul li span:nth-child(2) {
    min-height: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop_contents_area ul li a:hover {
    color: #C1272D;
    opacity: 1 !important;
}
.shop_contents_area ul li a:hover svg {
    fill: #C1272D;
}

@media screen and (max-width: 768px) {
.shop_contents_area ul li {
    width: 50%;
}
.shop_contents_area ul li:nth-child(3n+1) {
    border-left: 1px solid #999;
}
.shop_contents_area ul li:nth-child(2n+1) {
    border-left: none;
}
.shop_contents_area ul li a {
    color: #C1272D;
    font-size: 1.4rem;
}
.shop_contents_area ul li svg {
    width: 50px;
    height: 45px;
}
.shop_contents_area ul li svg#shop_contents03-1 {
    width: 55px;
    height: 50px;
    margin-top: -5px;
    top: 5px;
}
.shop_contents_area ul li a svg {
    fill: #C1272D;
}
}
/* Event Column (blog)
============================================================================================================ */
.blog_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main_area {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}
.side_area {
    width: 200px;
}
.article_box {
    margin-bottom: 50px;
}
.article_box article {
    margin-bottom: 7%;
}
.article_box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
}
.article_box a > p:first-child {
    width: 44%;
}
.article_box article:first-child a > p:first-child {
    width: 53%;
}
.article_box a > p:first-child img {
    width: 100%;
    height: 100%;
}
.event_contents .article_box a > p:first-child img {
    width: 100%;
    height: auto;
}
.article_box a > p:first-child .cate {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../shared/images/bg_category.svg) no-repeat top left;
    background-size: contain;
    width: 178px;
    height: 59px;
    padding-left: 1em;
    padding-top: 0.2em;
    color: #fff;
}
.article_box a > div {
    width: 56%;
    position: relative;
    padding: 4% 4% 6% 4%;
}
.article_box article:first-child a > div {
    width: 47%;
}
.article_box a > div .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.article_box article:first-child a > div .title {
    font-size: 1.8rem;
}
.article_box article:first-child a.readmore:after {
    left: 55%;
}
.article_box a.readmore:after {
    opacity: 1;
    left: 45%;
}
.article_box a:hover {
    opacity: 0.8 !important;
}
.side_area .side_blog_list li, .bottom_blog_list li {
    margin-bottom: 25px;
}
.side_area .side_blog_list li a, .bottom_blog_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 1.5;
}
.side_area .side_blog_list li a > p {
    width: 80px;
    height: 80px;
}
.bottom_blog_list li a > p {
    width: 100px;
    height: 65px;
}
.side_area .side_blog_list li a > p img, .bottom_blog_list li a > p img {
    width: 100%;
    height: 100%;
}
.side_area .side_blog_list li a > div {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
    position: relative;
}
.bottom_blog_list li a > div {
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
    position: relative;
}
.side_area .side_blog_list li a > div .date, .bottom_blog_list li a > div .date {
    margin-bottom: 0.5em;
}
.side_area ol li a > div .lank {
    font-family: 'AudiTypeBold';
    color: #fff;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 5px;
}
.side_area ol li a > div .lank span {
    font-size: 1.4rem;
}
.side_area ol li:first-child a > div .lank {
    background: #B79168;
}
.side_area ol li:nth-child(2) a > div .lank {
    background: #999999;
}
.side_area ol li:nth-child(3) a > div .lank {
    background: #BE7859;
}
.side_area .side_cate_list li a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
.blog_area {
    display: block;
}
.main_area {
    width: 100%;
    margin-bottom: 80px;
}
.side_area {
    width: 90%;
    margin: 0 auto;
}
.article_box article {
    margin-bottom: 7%;
}
.article_box a {
    display: block;
}
.article_box a > p:first-child {
    width: 100%;
}
.article_box article:first-child a > p:first-child {
    width: 100%;
}
.article_box a > div {
    width: 100%;
    padding: 1em 1em 2em;
}
.article_box article:first-child a > div {
    width: 100%;
}
.article_box article:first-child a.readmore:after {
    left: 0;
}
.article_box a.readmore:after {
    left: 0;
}
.side_area ol li a > div .lank {
    width: 11em;
}
}
/* Event Column (blog-detail)
============================================================================================================ */
.blog_detail {
    margin-top: 30px;
}
.blog_title {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.2em 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.social {
    margin: 1.5em 0;
}
.social ul {
    float: right;
}
.social li {
    display: inline-block;
}
.social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}
.blog_text {
    padding: 30px 0;
    font-size: 1.8rem;
}
.blog_text a {
    color: #00f !important;
    text-decoration: underline;
}
.blog_text p {
    margin-bottom: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.blog_text img {
    margin: 2em 0 3em;
    display: block;
}
.blog_text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0.75em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #C1272D;
    text-align: justify;
    text-justify: inter-ideograph;
}
.blog_text h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em 0.75em;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
}
.blog_text h3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 54px 0 0;
    border-color: #C1272D transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.blog_text h4 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.5em 0.75em;
    color: #fff;
    background: #C1272D;
    text-align: justify;
    text-justify: inter-ideograph;
}
.blog_text hr {
    height: 0;
    padding: 0;
    border-top: 1px solid #CCCCCC;
    margin: 50px 0;
}
.blog_text ul {
    background: #E6E6E6;
    margin: 2em 0;
    padding: 0.5em 0.5em 0.5em 1.2em;
}
.blog_text ul li {
    padding: 0.2em 0;
    line-height: 1.5;
    position: relative;
}
.blog_text ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1em;
    background: #C1272D;
    position: absolute;
    left: -1.2em;
    top: 0.5em;
}
.blog_shop_list {
    margin: 3em 0;
}
.blog_shop_list .title_shop {
    font-size: 2.5rem;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}
.blog_shop_list .title_shop span {
    font-size: 1.8rem;
    margin-left: 1em;
}
.blog_shop_list p:nth-child(2) {
    border-bottom: 1px solid #C1272D;
    padding-bottom: 0.5em;
}
.blog_shop_list ul:first-child {
    padding: 1em 0.5em;
    width: 48%;
}
.blog_shop_list ul:nth-child(2) {
    padding: 1em 0.5em;
    width: 52%;
}
.blog_shop_list ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2em 0;
}
.blog_shop_list ul li span:first-child {
    width: 10em;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.blog_shop_list ul li span:nth-child(2) {
    margin-left: 1.3em;
}
.blog_detail .author_box > div p {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.5em;
}
.blog_detail .author_box .name {
    position: relative;
}
.blog_detail .author_box .name:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #C1272D;
    width: 20px;
    position: absolute;
    left: -20px;
    bottom: -1px;
    z-index: -1;
}
.blog_detail .author_box .name span {
    font-size: 2.0rem;
    margin-right: 0.5em;
}
.blog_detail .author_box .photo_icon {
    width: 130px;
    height: 130px;
}
.blog_detail .author_box .photo_icon img {
    border: 2px solid #C1272D;
}
.blog_detail .author_box > div {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
}
.paging {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.paging li {
    width: 33%;
    position: relative;
}
.paging li.prev {
    padding-left: 25px;
}
.paging li.next {
    padding-right: 25px;
    margin-left: auto;
}
.paging li a {
    display: block;
}
.paging li.prev:after, .paging li.next:after {
    content: '';
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    position: absolute;
}
.paging li.prev:after {
    border-top: solid 2px #000;
    border-left: solid 2px #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2px;
    top: 50%;
    margin-top: -6px;
}
.paging li.next:after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2px;
    top: 50%;
    margin-top: -6px;
}

@media screen and (max-width: 980px) {
.blog_shop_list ul:first-child {
    width: 100%;
    padding: 1em 0 0;
}
.blog_shop_list ul:nth-child(2) {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width: 768px) {
.blog_detail .main_area {
    width: 90%;
    margin: 0 auto;
}
.blog_detail {
    margin-top: 20px;
}
.blog_title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.2em 0;
}
.social ul {
    float: none;
}
.blog_text {
    padding: 20px 0;
    font-size: 1.4rem;
}
.blog_text h2 {
    font-size: 2.4rem;
    padding: 0 0 0.5em;
}
.blog_text h3 {
    font-size: 2.2rem;
}
.blog_text h4 {
    font-size: 2.0rem;
}
.blog_text hr {
    margin: 30px 0;
}
.blog_detail .author_box {
    display: block;
}
.blog_detail .author_box > div {
    width: 100%;
}
.blog_detail .author_box > div p {
    padding-left: 0;
}
.blog_detail .author_box .photo_icon {
    float: left;
    margin-right: 1em;
    width: 100px;
    height: 100px;
}
.blog_detail .author_box .name {
    border-bottom: none;
}
.blog_detail .author_box .name:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #C1272D;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: -1;
}
.blog_detail .author_box .name span {
    font-size: 1.8rem;
    margin-right: 0.5em;
}
.paging {
    margin: 40px -5%;
}
.paging li {
    width: 45%;
    position: relative;
}
}
/* shop_list_area
============================================================================================================ */
.shop_list_area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop_list_area ul li {
    width: 30%;
    margin-bottom: 3%;
}
.shop_list_area ul a {
    display: block;
}
.shop_list_area ul a:hover {
    opacity: 0.8;
}
.shop_list_area ul:after {
    content: "";
    display: block;
    width: 30%;
}
.shop_list_area ul li .shop_photo {
    width: 100%;
    height: 155px;
    margin-bottom: 0.5em;
}
.shop_list_area ul li .shop_photo img {
    width: 100%;
    height: 100%;
}
.shop_list_area ul li .shop_name {
    font-size: 1.7rem;
    font-weight: bold;
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
.shop_list_area ul li {
    width: 45%;
}
.shop_list_area ul:after {
    content: none;
}
.shop_list_area ul li .shop_photo {
    width: 100%;
    height: 27vw;
}
.shop_list_area ul li .shop_name {
    font-size: 1.6rem;
}
}
/* form_table
============================================================================================================ */
.form_table {
    width: 100%;
    margin: 0 0 20px;
}
.form_table th {
    width: 30%;
    font-size: 1.6rem;
    padding-top: -webkit-calc(10px + 0.75em);
    padding-top: calc(10px + 0.75em);
    vertical-align: top;
}
.form_table.confirm th {
    padding-top: 0.5em;
}
.form_table td {
    width: 70%;
    font-size: 1.6rem;
    padding: 10px 0;
}
.form_table td span {
    display: block;
    font-size: 1.2rem;
    padding-top: 0.5em;
}
.form_table td span.replace_text {
    display: inline-block;
    font-size: 1.2rem;
    color: #C1272D;
    padding-top: 0.5em;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}
.form_table td span.replace_text:hover {
    text-decoration: none;
}
.form_table td span.replace_text:before {
    content: '';
    display: inline-block;
    padding: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #C1272D;
    border-right: 1px solid #C1272D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.form_table td a {
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
}
.form_table td a:hover {
    text-decoration: none;
}
.form_table td a:before {
    content: '';
    display: inline-block;
    padding: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.req {
    color: #C1272D;
    margin-left: 0.2em;
}
.tr_address {
    display: none;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table.form_table input, table.form_table select, table.form_table textarea {
    max-width: 100%;
    padding: 0.75em;
    background: #fff;
    border: 1px solid #C9CACA;
    font-size: 1.5rem;
}
input::placeholder, textarea::placeholder {
 color: #B2B2B2;
 font-size: 1.5rem;
}
input:focus::placeholder, textarea:focus::placeholder {
 color: transparent;
 transition: .1s;
}
/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
 color: transparent;
 transition: .1s;
}
/* Firefox18以前用 */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
 color: transparent;
 transition: .1s;
}
/* Firefox19以上用 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
 color: transparent;
 transition: .1s;
}
table.form_table input, table.form_table textarea {
    width: 100%;
}
table.form_table .size_m {
    width: 60%;
}
table.form_table .size_s {
    width: 28.5%;
    display: inline-block;
}
table.form_table.confirm .size_s {
    width: auto;
}
table.form_table .size_s select, table.form_table .size_m select {
    width: 100%;
}
table.form_table .size_s + .size_s, table.form_table .size_s + .size_s {
    margin-left: 3%;
}
table.form_table div.size_s select, table.form_table div.size_m select {
    padding-right: 2em;
}
table.form_table div.size_s, table.form_table div.size_m {
    position: relative;
    z-index: 1;
}
table.form_table .tr_address div.size_s:first-child:before, table.form_table .tr_address_m div.size_s:first-child:before, table.form_table .tr_select div.size_m:first-child:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #C1272D transparent transparent transparent;
    z-index: 0;
    pointer-events: none;
}
table.form_table .black {
    color: #000;
}
table.form_table .bray {
    color: #B2B2B2;
}
table.form_table select.clorSelect {
    color: #B2B2B2;
}
table.form_table select.changecolor {
    color: #000 !important;
}
table.form_table textarea {
    height: 12em;
}
table.form_table input.form-error, table.form_table textarea.form-error, table.form_table select.form-error {
    background: #FFD2D5;
}
table.form_table input.form-error::placeholder, table.form_table textarea.form-error::placeholder {
 color: #E54854;
}
table.form_table select.clorSelect.form-error {
    color: #E54854;
}
table.form_table select::-ms-expand {
 display: none;
}

@media screen and (max-width: 768px) {
.form_table th {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 0.5em;
    display: block;
}
.form_table.confirm th {
    font-weight: bold;
}
.form_table td {
    width: 100%;
    display: block;
}
.form_table td span {
    display: inline-block;
}
.form_table td span + span {
    margin-left: 1em;
}
table.form_table .size_m {
    width: 100%;
}
table.form_table .size_s {
    width: 47.5%;
    display: inline-block;
}
}
/* privacy 
============================================================================================================ */
.privacy .p_title {
    font-size: 1.6rem;
    border-bottom: 1px solid #C1272D;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 0.6em;
    margin-top: 2em;
}
.privacy > ol {
    margin-top: 3em;
}
.privacy > ol > li {
    margin-bottom: 2em;
}
.privacy > li ol li p {
    margin: 0.4em 0 0.5em;
}
.privacy ol.ol_brackets {
    padding-left: 2em;
    position: relative;
    margin: 0.5em 0 0.75em;
}
.privacy ol.ol_brackets > li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;/*margin-bottom: 0.25em;*/
}
.privacy ol.ol_brackets > li:before {
    display: marker;
    content: "(" counter(cnt) ")";
    position: absolute;
    left: 0;
}
.privacy .ol_circle {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0.5em 0 0.75em;
}
.consultation_desk_info {
    margin: 1em 0;
}
.consultation_desk_info dt {
    color: #fff;
    background: #C1272D;
    width: 16rem;
    float: left;
    padding: 0.5em 1em;
    position: relative;
    line-height: 1;
}
.consultation_desk_info dt:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 0.5em;
    border-color: transparent transparent transparent #C1272D;
    position: absolute;
    right: -0.5em;
    top: 0;
}
.consultation_desk_info dd {
    margin-left: 18rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.consultation_desk_info dd span {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
.consultation_desk_info dt {
    width: 100%;
    text-align: center;
    float: none;
}
.consultation_desk_info dt:after {
    content: none;
}
.consultation_desk_info dd {
    margin-left: 0;
    font-size: 1.4rem;
    margin-top: 0.5em;
}
.consultation_desk_info dd span {
    font-size: 1.4rem;
}
}
/* search 
============================================================================================================ */
.search_list {
    margin: 5% 0;
}
.search_list .article_box a > div {
    width: 100%;
    position: relative;
    padding: 4% 4% 3em;
}
.search_list .article_box article:first-child a > div {
    width: 100%;
}

@media screen and (max-width: 768px) {
.article_box a > div {
    width: 100%;
    padding: 1em 1em 3em;
}
}
/* usedcar_search 
============================================================================================================ */
.usedcar_search_contents {
    position: relative;
}
.btn_favorite {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -0.5em;
}
.btn_favorite a {
    display: block;
    color: #fff !important;
    background: #C1272D;
    padding: 0.2em 1.5em 0.2em 1em;
    position: relative;
    z-index: 2;
}
.btn_favorite:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0.75em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
    pointer-events: none;
}
.model_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.model_list > li {
    width: 20.5%;
    margin-bottom: 2rem;
}
.model_list:before {
    content: "";
    display: block;
    width: 20.5%;
    order: 1;
}
.model_list:after {
    content: "";
    display: block;
    width: 20.5%;
}
.model_list li a {
    display: block;
    color: #C1272D;
    text-align: right;
    position: relative;
}
.model_list li a:after {
    content: "";
    display: inline-block;
    background: url("../images/icon_usedcar_search.png");
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 1.3em;
}
.model_list li .image {
    width: 100%;
    height: 85px;
}
.model_list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model_list li .model_name {
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
    padding-right: 45px;
    line-height: 1.5;
    width: 110%;
    margin-left: -10%;
}
.lank_list .title {
    font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
}
.lank_list li > a > p.image {
    width: 100%;
    height: 200px;
}
.lank_list .Lank {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../shared/images/bg_ranking.svg") no-repeat top left;
    background-size: contain;
    width: 202px !important;
    height: 66.5px !important;
    color: #fff;
    padding-left: 0.5em;
    line-height: 1;
    text-align: left !important;
}
.lank_list .Lank span {
    font-size: 2.6rem;
    position: relative;
    top: 0.25em;
}

@media screen and (max-width: 920px) {
.model_list li .image {
    width: 100%;
    height: 8vw;
}
}

@media screen and (max-width: 768px) {
.usedcar_search_contents {
    padding-top: 50px !important;
}
.btn_favorite {
    right: 5%;
    top: 1em;
}
.model_list > li {
    width: 48%;
}
.model_list:before,  .model_list:after {
    content: none;
}
.model_list li .image {
    width: 100%;
    height: 18vw;
}
.model_list li .model_name {
    width: 100%;
    margin-left: 0;
}
.lank_list li > a > p.image {
    width: 100%;
    height: 54vw;
}
.lank_list .Lank {
    padding-top: 0.2em;
    width: 190px;
    height: 63px;
}
.lank_list .Lank span {
    font-size: 2.0rem;
}
}
/* usedcar_search result 
============================================================================================================ */
.usedcar_result_top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2em 0;
}
.usedcar_result_top:after {
    content: "";
    display: inline-block;
    width: 300%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -100%;
    bottom: 0;
}
.result_cars span {
    font-size: 3.0rem;
    line-height: 1.4;
}
.sort_area, .sort_area div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 1em;
}
.sort_area > p {
    margin-right: 1em;
}
.sort_area > div > p {
    margin-right: 0.5em;
}
.sort_area div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sort_area div ul li {
    color: #C1272D;
    font-weight: bold;
    padding: 0 0.75em;
}
.sort_area div ul li + li {
    border-left: 1px solid #ccc;
}
.sort_area div ul li .selected {
    border-bottom: 1px solid #000;
}
.sort_area div ul li:hover {
    opacity: 0.8;
}
.usedcar_result_list {
    margin: 50px 0;
}
.usedcar_result_list > li {
    margin-bottom: 5%;
    position: relative;
}
.usedcar_result_list > li > a, .usedcar_result_list > li > div.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    position: relative;
}
.usedcar_result_list > li > a > p:first-child, .usedcar_result_list > li > div.inner > p:first-child {
    width: 32.6%;
    position: relative;
}
.usedcar_result_list > li > a > p:first-child img, .usedcar_result_list > li > div.inner > p:first-child img {
    width: 100%;
    height: 100%;
}
.usedcar_result_list > li > a > div, .usedcar_result_list > li > div.inner > div {
    width: 67.4%;
    position: relative;
    padding: 3% 3% 0.5% 3%;
}
.usedcar_search_contents .border_box {
    display: inline-block;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.5em;
}
.usedcar_result_list .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.75em 0;
}
.usedcar_result_list .car_number {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    background: #444;
    text-align: center;
    padding: 0.3em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.usedcar_result_list .car_info, .usedcar_result_list .car_info dl, .usedcar_search_detail .car_info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.usedcar_search_contents .car_info dl {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 1em;
}
.usedcar_search_contents .car_info dl dt {
    white-space: nowrap;
}
.usedcar_search_contents .car_info dl dt:after {
    content: "／";
}
.usedcar_search_contents .car_info dl dd {
    font-weight: bold;
}
.usedcar_result_list .car_info dl + dl {
    border-left: none;
}
.usedcar_result_list .car_price {
    margin-top: 1em;
    position: relative;
    display: inline-block;
}
.usedcar_result_list .car_price dd {
    color: #C1272D;
    font-size: 4.3rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
}
.usedcar_result_list .car_price dd span {
    font-size: 1.4rem;
    margin-left: 0.25em;
}
.usedcar_result_list .car_price dd span:nth-child(2) {
    color: #000;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 1.6em;
}
.usedcar_search_contents .btn_red {
    position: relative;
}
.usedcar_result_list .btn_red {
    position: absolute;
    bottom: 0;
}
.usedcar_search_contents .btn_red a, .usedcar_search_contents .btn_red label {
    background: #C1272D;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 1em 0.25em;
    position: relative;
}
.usedcar_result_list .btn_red a, .usedcar_result_list .btn_red label {
    min-width: 13em;
}
.usedcar_search_contents .btn_red label:hover {
    opacity: 0.8;
}
.usedcar_result_list .btn_red:nth-of-type(1) {
    right: -webkit-calc(4% + 15em);
    right: calc(4% + 15em);
}
.usedcar_result_list .btn_red:nth-of-type(2) {
    right: 2.5%;
}
.usedcar_search_contents .btn_red.favorite label:after {
    content: "";
    display: inline-block;
    background: url("../images/icon_star.svg") no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -8px;
}
.usedcar_search_contents .btn_red.favorite label.added:after {
    background: url("../images/icon_star_w.svg") no-repeat;
}
.border_top {
    position: relative;
    padding: 1em 0;
}
.border_top:after {
    content: "";
    display: inline-block;
    width: 300%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -100%;
    top: 0;
}

@media screen and (max-width: 1000px) {
.usedcar_result_list > li > a > div,  .usedcar_result_list > li > div.inner > div {
    padding: 3% 3% 4.5em 3%;
}
.usedcar_result_list .btn_red a, .usedcar_result_list .btn_red label {
    width: 15em;
}
}

@media screen and (max-width: 768px) {
.usedcar_result_top {
    display: block;
    padding: 0 0 2em;
}
.sort_area {
    padding: 1em 0 0;
}
.sort_area div {
    padding: 0;
}
.sort_area > p {
    position: absolute;
    right: 0;
    top: -2em;
}
.sort_area > div > p {
    margin-right: 0.3em;
}
.sort_area div ul li {
    padding: 0 0.5em;
}
.usedcar_result_list {
    margin: 7% 0;
}
.usedcar_result_list > li > a,  .usedcar_result_list > li > div.inner {
    display: block;
}
.usedcar_result_list > li > a > p:first-child,  .usedcar_result_list > li > div.inner > p:first-child {
    width: 100%;
    height: 60vw;
}
.usedcar_result_list > li > a > div,  .usedcar_result_list > li > div.inner > div {
    width: 100%;
    position: relative;
    padding: 4% 4% 5.5em 4%;
}
.usedcar_result_list .car_number {
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.4em 0.5em;
}
.usedcar_result_list .car_info {
    display: inline-block;
}
.usedcar_search_contents .car_info dl {
    padding: 0 0.5em;
    font-size: 1.2rem;
    float: left;
    border-right: none;
}
.usedcar_search_contents .car_info dl:last-child {
    border-right: 1px solid #ccc;
}
.usedcar_result_list .car_info dl + dl {
    border-left: 1px solid #ccc;
}
.usedcar_result_list .car_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.usedcar_result_list .car_price dd {
    font-size: 3.6rem;
    margin-left: 0.2em;
}
.usedcar_result_list .car_price dd span {
    font-size: 1.3rem;
}
.usedcar_result_list .car_price dd span:nth-child(2) {
    position: relative;
    bottom: 0;
}
.usedcar_result_list .car_price dd span:nth-child(2):before {
    content: "(";
}
.usedcar_result_list .car_price dd span:nth-child(2):after {
    content: ")";
}
.usedcar_result_list .btn_red {
    display: table;
}
.usedcar_result_list .btn_red a, .usedcar_result_list .btn_red label {
    padding: 0.5em 0.25em;
    height: 4em;
    width: 40vw;
    min-width: 40vw;
    display: table-cell;
    vertical-align: middle;
}
.usedcar_result_list .btn_red:nth-of-type(1) {
    left: 4%;
}
.usedcar_result_list .btn_red:nth-of-type(2) {
    right: 4%;
}
.usedcar_search_contents .btn_red.favorite label:after {
    right: 3.5vw;
}
}
/* usedcar_search detail 
============================================================================================================ */
.usedcar_search_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
}
.usedcar_search_detail > p {
    width: 50%;
    height: 300px;
    position: relative;
}
.usedcar_search_detail > p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.usedcar_search_detail > div {
    width: 46%;
}
.usedcar_search_detail .border_box, .usedcar_search_detail .btn_red.favorite {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 10px;
    vertical-align: top;
}
.usedcar_search_detail .border_box {
    padding: 0.2em 0.5em;
}
.usedcar_search_detail .btn_red label {
    padding: 0.25em 2em 0.25em 1em;
}
.usedcar_search_detail .btn_red.favorite label:after {
    right: 0.5em;
}
.usedcar_search_detail .btn_red.contact {
    display: inline-block;
}
.usedcar_search_detail .btn_red.contact span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.2rem;
    font-weight: normal;
    border: 1px solid #F4C3C7;
    padding: 0 0.2em;
    margin-left: -7em;
    margin-top: -0.86em;
}
.usedcar_search_detail .btn_red.contact a {
    padding: 0.25em 1.3em 0.25em 3em;
    position: relative;
}
.usedcar_search_detail .btn_red.contact a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0.6em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
    pointer-events: none;
}
.usedcar_search_detail .car_info {
    /*margin: 3.5em 0 2.5em;*/
    margin: 3.5em 0 2em;
}
.usedcar_search_detail .car_info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}
.usedcar_search_detail .car_info dl.col2:nth-child(2n) {
    border-left: none;
}
.usedcar_search_detail .car_info dl {
    margin: 0.5em 0;
}
.usedcar_search_detail .car_info dl.col1 {
    display: table;
}
.usedcar_search_detail .car_info dl.col1 dt {
    display: table-cell;
}
.usedcar_search_detail .car_info dl.col1 dd {
    display: table-cell;
}
.usedcar_search_detail .car_info dl.col1 {
    margin: 1em 0;
}
.usedcar_search_detail .car_info dl.col2 {
    width: 50%;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.usedcar_search_detail .car_number {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    background: #444;
    padding: 0.3em 0.5em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.usedcar_search_detail .car_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.usedcar_search_detail .car_price dt:after {
    content: "／";
}
.usedcar_search_detail .car_price dd span:first-child {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
}
.usedcar_search_text p {
    margin-bottom: 1.5em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.usedcar_search_contact {
    position: relative;
    padding: 50px 0;
}
.usedcar_search_contact:before {
    content: "";
    display: inline-block;
    background: url("../../images/bg_contact.jpg") no-repeat right center;
    background-size: cover;
    width: 64.5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.usedcar_search_contact > div {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.80);
    -webkit-box-shadow: 8px 8px 8px rgba(51,51,51,0.2);
    -moz-box-shadow: 8px 8px 8px rgba(51,51,51,0.2);
    -ms-box-shadow: 8px 8px 8px rgba(51,51,51,0.2);
    box-shadow: 8px 8px 8px rgba(51,51,51,0.2);
}
.usedcar_search_contact .title_l {
    position: absolute;
    right: 0.5em;
    top: -0.75em;
    font-size: 3.2rem;
}
.usedcar_search_contact .contact_area, .usedcar_search_contact .contact_area > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.usedcar_search_contact .contact_area > div > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.usedcar_search_contact .contact_area > div > div:nth-of-type(2) {
    margin-top: 1em;
}
.usedcar_search_contact .contact_area > p {
    width: 20%;
}
.usedcar_search_contact .contact_area > p img {
    width: 100%;
    height: 100%;
}
.usedcar_search_contact .contact_area .title, .usedcar_search_contact .contact_area .shop_name {
    font-size: 1.8rem;
    font-weight: normal;
    padding-top: 1em;
    margin-left: 1em;
}
.usedcar_search_contact .contact_area .shop_name {
    border-left: 1px solid #000;
    padding-left: 0.3em;
}
.usedcar_search_contact .contact_area .tel {
    position: relative;
    font-size: 3.4rem;
    font-family: "AudiTypeBold";
    letter-spacing: -0.1em;
    margin-left: 0.2em;
    line-height: 1;
}
.usedcar_search_contact .contact_area .tel:before {
    content: "";
    display: inline-block;
    background: url("../images/icon_tel.svg") no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.usedcar_search_contact .contact_area .btn_red a span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    left: 0.25em;
    top: 0.8em;
}
.usedcar_search_contact .contact_area .btn_red a span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 2.5em;
    background: #fff;
    position: absolute;
    right: -0.25em;
    top: -0.25em;
}
.usedcar_search_contact .contact_area .btn_red a, .usedcar_search_contact .contact_area .btn_red label {
    margin-left: 15px;
}
.usedcar_search_contact .contact_area .btn_red a {
    width: 13em;
    padding-left: 1em;
}
.usedcar_search_contact .contact_area .btn_red a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0.75em;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.usedcar_search_contact .contact_area .btn_red label {
    width: 13em;
}
.slider_event_detail .border_box {
    display: inline-block;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.5em;
    margin: 1em 1em 0.5em;
}
.slider_event_detail .image {
    position: relative;
}
.slider_event_detail .car_number {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    background: #444;
    text-align: center;
    padding: 0.3em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slider_event_detail .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}
.slider_event_detail .price {
    margin: 1em 1em 0.5em;
}
.slider_event_detail .price dd {
    font-weight: bold;
}
.slider_event_detail .price dd span {
    font-size: 3.4rem;
    line-height: 1;
}
.bg_gray.dealer_area .link {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: -7rem;
    margin-bottom: -7rem;
}

@media screen and (max-width: 1000px) {
.usedcar_search_detail .border_box {
    display: table;
}
.usedcar_search_detail .btn_red.favorite {
    width: 38%;
    margin-right: 0;
}
.usedcar_search_detail .btn_red label {
    width: 100%;
}
.usedcar_search_detail .btn_red.contact {
    width: 58%;
    float: right;
}
.usedcar_search_detail .btn_red.contact a {
    width: 100%;
}
.usedcar_search_contact .contact_area {
    padding-bottom: 6em;
}
.usedcar_search_contact > div {
    padding: 0;
    margin-right: 3vw;
    margin-left: 3vw;
    width: -webkit-calc(100% - 6vw);
    width: calc(100% - 6vw);
}
.usedcar_search_contact .contact_area > div > div:nth-of-type(2) {
    display: block;
}
.usedcar_search_contact .contact_area .btn_red {
    position: absolute;
}
.usedcar_search_contact .btn_red a, .usedcar_search_contact .btn_red label {
    padding: 0.5em 0.25em;
    height: 4em;
    width: 40vw;
    min-width: 40vw;
    display: table-cell;
    vertical-align: middle;
}
.usedcar_search_contact .btn_red {
    left: 4%;
    bottom: 1em;
}
.usedcar_search_contact .btn_red.favorite {
    right: 4%;
    left: inherit;
    bottom: 1em;
}
}

@media screen and (max-width: 768px) {
.usedcar_search_detail {
    display: block;
    margin: 1em 0 2em;
}
.usedcar_search_detail > p {
    width: 100%;
    height: auto;
}
.usedcar_search_detail > div {
    width: 100%;
    margin-top: 2em;
}
.usedcar_search_detail .btn_red label {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.usedcar_search_detail .btn_red.contact a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.usedcar_search_detail .btn_red.contact span {
    margin-left: -6.5em;
}
.usedcar_search_detail .car_info {
    margin: 1em 0;
}
.usedcar_search_contents .car_info dl {
    border-right: 1px solid #ccc;
    margin: 0.25em 0;
}
.usedcar_search_detail .car_info dl.col1 {
    margin: 0.5em 0;
}
.usedcar_search_detail .car_price dd span:first-child {
    font-size: 3.8rem;
}
.usedcar_search_contact {
    padding: 2em 0 !important;
}
.usedcar_search_contact:before {
    width: 70%;
}
.usedcar_search_contact .title_l {
    right: 0em;
    top: -1em;
    font-size: 2.0rem;
}
.usedcar_search_contact .contact_area > p {
    width: 25%;
}
.usedcar_search_contact .contact_area > div > div:nth-of-type(2) {
    margin-top: 0.5em;
}
.usedcar_search_contact .contact_area .title,  .usedcar_search_contact .contact_area .shop_name {
    font-size: 1.3rem;
    margin-left: 0.5em;
}
.usedcar_search_contact .contact_area .tel {
    font-size: 2.7rem;
}
.usedcar_search_contact .contact_area .tel:before {
    width: 25px;
    height: 25px;
}
.usedcar_search_contact .contact_area .btn_red a,  .usedcar_search_contact .contact_area .btn_red label {
    width: 42vw;
}
.slider_event_detail .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider_event_detail .price dd {
    margin-left: 0.5em;
}
.bg_gray.dealer_area .link {
    position: relative;
    top: 0;
    margin-bottom: 0;
}
}

@media screen and (max-width: 360px) {
.usedcar_search_contact .contact_area .tel {
    font-size: 2.4rem;
}
.usedcar_search_contact .contact_area .btn_red a {
    width: 47vw;
}
.usedcar_search_contact .contact_area .btn_red label {
    width: 37vw;
    min-width: 37vw;
}
}
/* usedcar_search　form 
============================================================================================================ */
.usedcar_search_form .usedcar_result_list > li > div.inner > div {
    padding: 3% 3% 2% 3%;
}

@media screen and (max-width: 768px) {
.usedcar_search_contents.usedcar_search_form {
    padding-top: 0 !important;
}
.usedcar_search_form .usedcar_result_list > li > div.inner > div {
    padding: 3%;
}
.usedcar_search_form .usedcar_result_list .car_price {
    margin-top: 0.25em;
}
}
/* shop　非表示 
============================================================================================================ */
.usedcar_shibaura, .usedcar_kyobashi, .usedcar_bunkyo, .usedcar_nagoyachuo, .usedcar_kusunoki, .usedcar_itazuke {
    display: none;
}
.specialty_shibaura, .specialty_kyobashi, .specialty_bunkyo, .specialty_nagoyachuo, .specialty_kusunoki, .specialty_itazuke {
    display: none;
}

.addtext{
    display: block;
    font-size: 1.2rem;
    padding-top: 0.5em;
  }
.addtext a {
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
}
.addtext a:hover {
    text-decoration: none;
  }
.addtext a:before {
    content: "";
    display: inline-block;
    padding: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
