<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    font-family: 'Roboto',Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333333;
    line-height:1.4;
    background-color:#ffffff;
    text-align:center;
    padding:0px;
    margin:0px;
    
    /* for .sub_block_wide */
    overflow-x: hidden;
    min-width: 1140px;
}

.brand_block {
    width: 1090px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

div, p, span, form, td, tr, table, img, input, select, option, textarea {
    padding:0px;
    margin:0px;
    font-size:16px;
    text-align:left;
}
body, div, p, span, a, form, td, tr, table, img {
    border:0px;
}
table {
    table-layout:fixed;
}
a {
    text-decoration:none;
}
a {
    color:#333333;
    font-weight:bold;
}
address {
    font-style: normal;
}
.site_title {
    padding: 0px;
    margin: 0px;
}
.arrow {
    margin-right:6px;
    position:relative;
    top:-1px;
}
.mailto {
    margin-left:4px;
    position:relative;
    top:1px;
}

.disabled {
    filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;
}

.flip_horizontal {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* modalForm */
.noscroll {overflow: hidden;}
.mfForm.modal{display:none;position: relative; z-index: 999999;}
.mfForm .modalBody{position: fixed; z-index:1010;width: 980px; background-color: #DADBDC; padding:20px 20px 0 0; margin: -250px auto 0;top:50%;left: 50%;margin-left: -500px;}
.mfForm .modalBK{position: fixed; z-index:1009; height:100%; width:100%; min-width: 1024px; background:url("/fab/javax.faces.resource/img/bk_black_opacity.png.xhtml");top:0;left:0;right:0;bottom:0; overflow: hidden;}
.mfForm p.close{position: absolute; z-index: 901; height: 20px; width: 20px; line-height: 20px; font-size: 20px; background-color: #444; color:#fff; top: 0; right: 0; text-align: center; line-height: .9; font-weight: lighter; padding: 0; font-family: Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif}
.mfForm .close, .mfForm .modalBK {cursor: pointer;}
.formiframe{margin-top: 10px; padding-right: 15px; background: #fff;}
#formiframe{width: 980px; height: 500px; -webkit-overflow-scrolling: touch;}
#formiframe iframe {width: 980px; height: 500px; overflow:auto; border:none; display:block;}
@media screen and (max-width: 1024px){
    .mfForm .modalBody{width: 960px; margin: 0 auto; top: 10%; margin-left: -480px;}
    #formiframe{width: 960px; height: 500px;}
    #formiframe iframe {width: 960px; height: 500px; overflow:auto; border:none; display:block;}
}

#previewBar {
    position: fixed;
    top: 0px;
    left:50%;
    margin-left: -140px;
    width: 280px;
    background-color: #FFFF66;
    color: #CC2200;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-bottom: 2px solid #CC2200;
    border-right: 2px solid #CC2200;
    border-left: 2px solid #CC2200;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 99999;
}

.clearfix {
    display: inline-table;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.view_button {
    display: inline-block;
    position: relative;
    background-color: #b11636;
}

.view_button .btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b11636;
    padding: 8px;
}

.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

h2 {
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.view_button .txt {
    font-weight: normal;
    position: relative;
    color: #FFFFFF;
}

.view_button .btn:after {
    border-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 0px;
    z-index: 5000;
    background-color: #FFFFFF;
}

.header_content {
    width: 1140px;
    display: inline-block;
}

#header_bk {
    width: 100%;
    height: 195px;
}

#header1 {
    background-color: #e2e2e2;
    text-align: center;
}

#header1 .header_content {
    text-align: right;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
}

#header1 .tel {
    font-size: 16px;
    vertical-align: middle;
    border-right: 1px solid #333333;
    margin-right: 12px;
    padding-right: 10px;
}

#header1 .map_button {
    color: #b11636;
    font-weight: normal;
    vertical-align: middle;
}

#header1 .map_button img {
    vertical-align: text-top;
}

#header2 {
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
}

#header2 .header_content {
    vertical-align: middle;
    height: 110px;
    line-height: 110px;
}

#header2 #logo {
}

#header2 #header_address {
    float: right;
}

#header2 #header_address address {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
}

#header2 #header_address address p {
    font-size: 18px;
    line-height: 1.4em;
}

#header2 #logo .brand_logo {
    white-space: nowrap;
}

#header2 #logo .brand_logo img {
    width: 70px;
    height: auto;
    padding-right: 20px;
    vertical-align: middle;
}

#header2 #logo .dealer_logo {
    margin-left: 8px;
}

#header2 #logo .dealer_logo img {
    vertical-align: middle;
}

#header2 #logo .site_title,
#header2 #logo .site_title span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}

#global_menu {
    border-top: 1px solid #e7e7e7;
    text-align: center;
    width: 100%;
    height: 42px;
    position: relative;
}

#global_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#global_menu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width: 162px;
    display: block;
}

#global_menu ul.global_menu_lv2 {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

#global_menu ul.global_menu_lv3 {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 162px;
    top: 0px;
}

#global_menu ul.global_menu_lv2 li {
    width: 100%;
    z-index: 10;
}

#global_menu ul.global_menu_lv2 li a {
    width: 400px; /* 親を超えない最大になる */
    min-width: 118px;
    background-color: #333333;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0px 30px 0px 12px;
    font-size: 13px;
    height: 42px;
    font-weight: normal;
    white-space: nowrap;
}

#global_menu ul.global_menu_lv2 li a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-70%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 6px;
}

#global_menu .menu_on {
    background-color: #e7e7e7;
    color: #333333;
}

#global_menu .menu_on:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-70%) rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#global_menu .menu_off {

}

#global_menu .menu_off:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-70%) rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: 6px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;    
}

#global_menu .menu_direct {
}

#global_menu .menu_disabled {
    color: #BBB !important;
}

#global_menu li a:hover{

}

#global_menu ul.global_menu_lv2 li a:hover{
    background-color: #454545;
    font-weight: normal;
}

#global_menu .menu_off,
#global_menu .menu_on {
    cursor: pointer;
}

#global_menu .menu_off,
#global_menu .menu_on,
#global_menu .menu_direct,
#global_menu .menu_disabled {
    color: #333333;
    font-size: 16px;
    display: table-cell;
    width: 162px;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

#side_menu {
    position: fixed;
    top: 314px;
    right: 0px;
    z-index: 6000;
}

#side_menu .side_menu_item {
    margin-bottom: 0px;
}

/* 初期のメニュー全開状態 */
.side_menu_full {
    display: none;
}

.side_menu_full&gt;div:nth-child(2) {
    position: relative !important;
    top: -2px !important;
}

.side_menu_full&gt;div:nth-child(3) {
    position: relative !important;
    top: -4px !important;
}

.side_menu_full&gt;div:nth-child(4) {
    position: relative !important;
    top: -6px !important;
}

.side_menu_full&gt;div:nth-child(5) {
    position: relative !important;
    top: -8px !important;
}

.side_menu_full .open {
    top: 0px !important;
}

.side_menu_full .icon_close {
    display: none !important;
}

#side_menu .icon_close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 102;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #9E0516;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

#side_menu .icon_close span {
    display: table-cell;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    text-align: center;
}

#side_menu .open {
    z-index: 101;
    position: relative;
    width: 360px;
    white-space: nowrap;
}

#side_menu .open&gt;div {
    border-collapse: collapse;
    border: 1px solid #B2B2B2;
    background-color: #FFFFFF;
    border-right: none;
}

#side_menu .open&gt;div:hover span {
    color: #9E0516;
}

#side_menu .rect {
    z-index: 102;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 46px;
    height: 46px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

#side_menu .open a {
    
}
#side_menu .open a:hover {
    /*border-left: 2px solid #FFFFFF;*/
}

#side_menu .text_open {
    display: inline-block;
    width: 200px;
    font-weight: normal;
    font-size: 16px;
    height: 45px;
    vertical-align: middle;
    text-align: left;
}

/* 1行の場合、アイコン上もリンクが効くように */
#side_menu .text_open_w {
    width: 250px;
}

#side_menu .text_open span {
    display: table-cell;
    width: 200px;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

#side_menu .icon_open {
    z-index: 101;
    display: inline-block;
    width: 46px;
    height: 45px;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

#side_menu .icon_open span {
    display: table-cell;
    width: 46px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
}

#side_menu_item1 .icon_close,
#side_menu_item1 .rect,
#side_menu_item1 .open {
    top: 0px;
}

#side_menu_item2 .icon_close,
#side_menu_item2 .rect,
#side_menu_item2 .open {
    top: 47px;
}

#side_menu_item3 .icon_close,
#side_menu_item3 .rect,
#side_menu_item3 .open {
    top: 94px;
}

#side_menu_item4 .icon_close,
#side_menu_item4 .rect,
#side_menu_item4 .open {
    top: 141px;
}

#side_menu_item5 .icon_close,
#side_menu_item5 .rect,
#side_menu_item5 .open {
    top: 188px;
}

#side_menu .open div:nth-child(2) {
    position: relative;
    top: -1px;
}

#footer {
    width: 100%;
    color: #FFFFFF;
    background-color: #333333;
    padding-bottom: 24px;
}

.footer-static {
    position: fixed;
    bottom: 0px;
    text-align: center;
    z-index: 100;
    width: 100%;
    background: rgba(230,230,230,0.8);
    padding: 14px;
    box-sizing: border-box;
}

.footer-static-close {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #FFFFFF;
    padding: 1px 2px 2px 2px;
    font-size: 27px;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(160,160,160,0.4);
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
}

.footer-static .swiper-wrapper {
    max-width: 370px !important;
    width: 100% !important;
}

.footer-static .swiper-slide {
    text-align: center;
}

.footer-static img {
    max-width: 370px !important;
    width: 100% !important;
}

.my-swiper-button-prev
, .my-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.my-swiper-button-prev {
    left: 10px;
    right: auto;

    background: rgba(204,204,204,0.3);
}

.my-swiper-button-prev .arrow {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #b11636;
    border-left: 2px solid #b11636;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: rgba(0,0,0,0);
}

.my-swiper-button-next {
    right: 10px;
    left: auto;

    background: rgba(204,204,204,0.3);
}

.my-swiper-button-next .arrow {
    position: absolute;
    right: 3px;
    top: 14px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #b11636;
    border-right: 2px solid #b11636;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: rgba(0,0,0,0);
}
                
#footer .footer_content {
    width: 1140px;
    margin: auto;
}

#footer .footer_info_table {
    padding: 40px 40px 32px 40px;
    border-bottom: 1px solid #000000;
}

#footer .footer_info_table &gt; table {
    width: 100%;
}

#footer .footer_info_table &gt; table &gt; tbody &gt; tr &gt; td {
    vertical-align: top;
    width: 50%;
}

#footer .showroom_info th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    font-size: 16px;
    padding: 4px 12px 4px 0px;
}

#footer .showroom_info td {
    text-align: left;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
}

#footer .showroom_info td,
#footer .showroom_info td p,
#footer .showroom_info td a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
}

#footer .showroom_info .tel {
    font-size: 24px;
}

#footer .showroom_info .dealer_name {
    font-size: 24px;
    padding-bottom: 12px;
}

#footer .showroom_info .recruit_banner {
    padding-top: 24px;
}

.recruite_cp_link1 {
    text-align: left;
    float: right;
    padding: 0px 6px 12px 6px;
}

.recruite_cp_link2 {
    padding-top: 12px;
    padding-bottom: 4px;
}

.recruite_cp_link1 a,
.recruite_cp_link2 a {
    display: table-cell;
    text-align: left;
    border: 1px solid #5A7DC5;
    color: #5A7DC5;
    font-size: 12px;
    font-weight: normal !important;
    padding: 4px 16px 4px 12px;
}
.recruite_cp_link1 .forPC,
.recruite_cp_link2 .forPC {
    font-size: 12px;
    padding-right: 8px;
}

#footer a {
    color: #808080;
    font-weight: normal;
    font-size: 14px;
}

#footer .footer_info_table .map {
    text-align: right;
}

#footer .footer_bottom_table {
    padding: 24px 40px 12px 40px;
}

#footer .footer_bottom_table a {
    color: #808080;
}

#footer .footer_bottom_table table {
    width: 100%;
}

#footer .footer_bottom_table td {
    width: 33%;
    vertical-align: middle;
}

#footer .facebook_link {
    text-align: left;
}

#footer .facebook_link a {
    padding-right: 8px;
}

#footer .company_link {
    text-align: center;
}

#footer  .company_link .linkborder {
    padding-left: 12px;
    padding-right: 12px;
}

#footer .official_link {
    text-align: right;
    line-height: 1.5em;
}

#footer .official_link img {
    vertical-align: middle;
    margin-left: 3px;
}

#footer .official_link a {
    display: block;
    text-align: right;
}

#footer .copyright {
    padding-top: 12px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

/*------------------------------------------*/

#content_block {
    width: 1140px;
    margin: auto;
    padding: 40px 0px 40px 0px;
    position: relative;
}

.no_bottom_space_block {
    padding-bottom: 0px !important;
}

.swiper-container img {
    max-width: 1140px;
}

.swiper-container .width-max img {
    max-width: none;
    width: 100%;
}

.my-swiper-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 4px;
    cursor: pointer;
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

.my-swiper-bullet2 {
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 4px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
}

.my-active-swiper-bullet {
    opacity: 1;
    background-color: #b11636;
    border: 3px solid #ccc;
}

.my-active-swiper-bullet2 {
    opacity: 1;
    background-color: #b11636;
}

.swiper-pagination {
    margin-bottom: 8px;
}

#benvenuto_title {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    position: relative;
}

#benvenuto_title h2 {
}

#top_message {
    padding-bottom: 36px;
}

#benvenuto_banner {
    text-align: center;
    padding-bottom: 50px;
}

#interior_image {
}

#interior_image #interior1 {
    float: left;
}

#interior_image #interior1 img {
    max-width: 360px;
}

#interior_image #interior2 {
    float: left;
    margin: 0px 0px 0px 30px;
}

#interior_image #interior2 img {
    max-width: 360px;
}

#interior_image #interior3 {
    float: left;
    margin: 0px 0px 0px 30px;
}

#interior_image #interior3 img {
    max-width: 360px;
}

#top_message {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

#top_showroom_button {
    padding-top: 46px;
    padding-bottom: 56px;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
}

#top_showroom_button .view_button .btn {
    width: 420px;
}

#top_news_area {
    padding-top: 32px;
}

#top_news_area h2 {
    text-align: center;
}

#top_news_head {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    padding: 26px 0px 18px 0px;
    border-bottom: 1px solid #E2E2E2;
}

#top_news_info_button {
    border-right: 1px solid #DBDCDD;
    border-left: 1px solid #DBDCDD;
}

#top_news_blog_button {
    border-right: 1px solid #DBDCDD; 
}
    
#top_news_head .news_button {
    display: inline-block;
    cursor: pointer;
    width: 150px;
}

#top_news_head .news_button span {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    font-size: 16px;
}

#top_news_head .news_button .menu_on {
    color: #b11636;
}

#top_news_head .news_button .menu_off {
    color: #333333;
}

.top_news_detail_button {
    padding-top: 46px;
    padding-bottom: 56px;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
}

.top_news_detail_button .btn {
    width: 420px;
}

#top_news_area .news_item {
    border-bottom: 1px solid #E2E2E2;
    padding-top: 26px;
    padding-bottom: 26px;
}

#top_news_area .news_item table {
    width: 100%;
}

#top_news_area .news_item .img-col {
    vertical-align: top;
    text-align: left;
    width: 290px;
}

#top_news_area .news_item .img-col img {
    max-width: 240px;
    max-height: 240px;
}

#top_news_area .news_item .text-col {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    width: auto;
}

#top_news_area .news_item .text-col .prop {
}

#top_news_area .news_item .text-col .title {
    padding-top: 20px;
}

#top_news_area .news_item .text-col .title a {
    color: #b11636;
    font-size: 18px;
    font-weight: bold;
}

#top_news_area .news_item .link-col {
    vertical-align: bottom;
    text-align: right;
    width: 160px;
}

#top_news_area .news_item .link-col img {
    vertical-align: text-top;
    padding-right: 6px;
}

#top_news_area .news_item .link-col a {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

#top_news_area .news_item .text-col .prop .date {
    font-size: 16px;
    color: #333333;
}

#top_news_area .news_item .text-col .prop .category {
    padding-left: 8px;
    font-size: 16px;
    color: #b11636;
}

#top_news_area .news_item .text-col .summary {
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
}

#pickup_news_area table {
}

#pickup_news_area .pickup_item {
    float: left;
    width: 570px;
}

#pickup_news_area .pickup_item table {
    width: 100%;
}

#pickup_news_area .pickup_item .img-col {
    vertical-align: top;
    text-align: left;
    width: 270px;
}

#pickup_news_area .pickup_item .img-col img {
    max-width: 252px;
    max-height: 187px;
    
    border: 5px solid #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#pickup_news_area .pickup_item .text-col {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    width: auto;
    height: 150px;
}

#pickup_news_area .pickup_item .text-col .prop {
}

#pickup_news_area .pickup_item .text-col .title {
    padding-top: 6px;
}

#pickup_news_area .pickup_item .text-col .title a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#pickup_news_area .pickup_item .link {
    vertical-align: bottom;
}

#pickup_news_area .pickup_item .text-col .prop .date {
    font-size: 16px;
    color: #333333;
}

#pickup_news_area .pickup_item .text-col .prop .category {
    padding-left: 8px;
    font-size: 16px;
    color: #b11636;
}

#pickup_news_area .pickup_item .text-col .summary {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.3em;
    color: #333333;
}

#pickup_news_area .view_button .btn {
    width: 200px;
}

#top_banner {
}

#top_banner div:first-child {
    margin-left: 0px;
}

#top_banner .banner_item {
    margin-left: 30px;
    float: left;
}

#top_banner .banner_item img {
    max-width: 360px;
}

#top_cars_area {
    padding-top: 32px;
    padding-bottom: 12px;
}

#top_cars_area h2 {
    text-align: center;
    padding-bottom: 32px;
}

#top_cars_area .car_item:first-child {
    border-right: 1px solid #AAABAC;
}

#top_cars_area .car_item {
    float: left;
    width: 400px;
    padding: 10px 84px 0px 85px;
}

#top_cars_area .car_item .brand_title {
    padding-bottom: 16px;
}

#top_cars_area .car_item .image {
    text-align: center;
}

#top_cars_area .car_item .image img {
    max-width: 287px;
    max-height: 214px;
}

#top_cars_area .car_item .name {
    text-align: center;
    padding-top: 16px;
}

#top_cars_area .car_item .name .car_type {
    text-align: center;
    padding: 6px 18px 6px 18px;
    font-weight: normal;
    font-size: 18px;
    margin-right: 4px;
}

#top_cars_area .fiat .car_type {
    border: 1px solid #b11636;
    color: #b11636;
}

#top_cars_area .abarth .car_type {
    border: 1px solid #333333;
    color: #333333;
}

#top_cars_area .car_item .name .car_name {
    color: #333333;
    font-weight: normal;
    font-size: 18px;
}

#top_cars_area .view_button .btn {
    width: 400px;
}

#top_cars_area .swiper-container-cars1,
#top_cars_area .swiper-container-cars2 {
    width: 400px;
    overflow: hidden;
}

#top_cars_area .swiper-pagination-cars1,
#top_cars_area .swiper-pagination-cars2 {
    text-align: center;
    line-height: 7px;
    margin: 16px 10px 20px 10px;
}

#showroom_swiper {
    overflow: visible !important;
    position: relative;
}

#showroom_swiper .slider_prev {
    position: absolute;
    background-color: #FFFFFF;
    right: calc(1140px - 280px);
    top: 0;
    width: 1000px;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
}

#showroom_swiper .slider_next {
    position: absolute;
    background-color: #FFFFFF;
    left: calc(1140px - 280px);
    top: 0;
    width: 1000px;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
}

/* award関連 */
#content_block .award-aera {
    margin-top: -18px;
    text-align:right;
}

#content_block .award-aera .award-icon {
    vertical-align: bottom;
    display: inline-block;
}

#content_block .award-aera .award-icon.e-expart {
    float: left;
    padding-top: 1.5em;
}
#content_block .award-icon img {
    max-width: 80px;
    max-height: 80px;
}

#content_block .award-aera .award-icon.e-expart img {
    max-width: 120px;
    max-height: 120px;
}

.awardtooltip {
    font-size: 10.5px;
    line-height: 1.8;
    width: 150px;
}

/* award店舗情報 */
.showroom_info .award-area {
    text-align:left;
    margin-bottom:1em;
}

.showroom_info .award-area .award-icon {
    vertical-align: bottom;
    display: inline-block;
}

.showroom_info .award-area .award-icon.e-expart {
    background-image: url("/fab/javax.faces.resource/img/icon_vertical_wht.png.xhtml");
    width:101px;
    height:29px;
}
.showroom_info .award-area img {
    max-width: 80px;
    max-height: 80px;
}

.showroom_info .award-area .award-icon.e-expart img {
    display:none;
}
/* award店舗情報 END*/

/*------------------------------------------*/

h2 .top_subtitle {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    padding: 0 15px 5px 15px;
}

#page_title {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.page_subtitle_area {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.page_subtitle_area h2 {
    display: inline-block;
}

.page_subtitle_area .page_subtitle {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    padding: 0 5px 5px 5px;
}

.article .page_subtitle_area .page_subtitle,
.blog .page_subtitle_area .page_subtitle {
    font-size: 24px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 4px;
}

.page_subtitle_area2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.page_subtitle_area2 h2 {
    display: inline-block;
    margin: 0px;
    padding: 12px 0px 6px 0px;
}

.page_subtitle_area2 .page_subtitle {
    font-size: 18px;
    color: #333333;
}

#page_message {
    font-size: 14px;
    line-height: 1.7em;
}

#page_message2 {
    text-align: left;
    font-size: 14px;
    line-height: 1.7em;
}

.usedcarframe {
    margin: 24px 0px 0px 0px;
    width: 100%;
    height: 930px;
}

#company_image {
    width: 1140px;
    margin: auto;
    text-align: center;
}

#company_image img {
    max-width: 1140px;
}

.info_table {
    margin-top: 0px;
}
.info_table table {
    width: 100%;
    border-collapse: collapse;
}
.info_table th {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    padding: 6px 12px 6px 12px;
    width: 130px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;

}
.info_table td {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 6px 12px 6px 12px;
    font-size: 14px;
}

.related_article_item {
    
}

#article_item_list {
    border-top: 1px solid #E2E2E2;
}
.article_item {
    border-bottom: 1px solid #E2E2E2;
    padding: 6px 20px 32px 20px;
    margin-top: 38px;
}

.article_item table {
    width: 100%;
}

.article_item table td {
    vertical-align: top;
    text-align: left;
}

.article_item .td1 {
    width: 230px;
}

.article_item .td1 img {
    max-width: 203px;
    max-height: 203px;
}

.article_item .td2 {
    width: 700px;
}

.article_item .title {
    color: #b11636;
    padding-top: 20px;
}

.article_item .title a {
    color: #b11636;
    font-size: 18px;
}

.article_item .prop {
    display: block;
    width: 100%;
}

.article_item .prop .date {
    display: block;
    float: left;
    font-size: 16px;
}

.article_item .prop .category {
    display: block;
    float: left;
    color: #b11636;
    padding-left: 12px;
    font-size: 16px;
}

.article_item .prop .term {
    display: block;
    float: right;
    padding-right: 12px;
    font-size: 16px;
}

.article_item .summary {
    padding-top: 24px;
    font-size: 16px;
    padding-right: 12px;
}

.article_item .td3 {
    text-align: left;
    vertical-align: bottom;
}
.article_item .td3 a {
    font-size: 16px;
}

.article_item .td3 a img {
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: text-top;
}

.scrolltop {
    padding-top: 32px;
    text-align: right;
}

.scrolltop_btn {
    display: inline-block;
    cursor: pointer;
}

.scrolltop img {
    width: 21px;
    height: 21px;
    position: relative;
    top: 4px;
}

.scrolltop span {
    padding-left: 6px;
    font-size: 14px;
}

/* ------------------------------- */

#page_message {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.sub_block {
    padding: 24px 0px 32px 0px;
}

.sub_block_wide {
    background-color: #F4F5F6;
    margin: 0 -500%;
    padding: 0 500%;
    width: 100%;
}

.sub_block_bg2 {
    background-color: #eae0df !important;
}

.sub_block_bg3 {
    background-color: #e3e6ef !important;
}

.sub_block_wide h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 34px;
}

.blk_block {
    margin-top: 24px;
    background-color: #111111;
    color: #FFFFFF;
}

.sub_block_wide .sub_block_wide_inner {
    padding: 40px 0px 40px 0px;
}

.showroom_info_area .showroom_info {
    float: left;
    width: 520px;
}

.showroom_info_area .map {
    float: right;
    width: 580px;
    text-align: right;
}

.showroom_info_area .showroom_info table {
    padding-top: 24px;
    width: 100%;
}

.showroom_info_area .showroom_info th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-size: 16px;
    padding: 2px 12px 2px 0px;
    width: 6em;
    white-space: nowrap;
}

.showroom_info_area .showroom_info td {
    text-align: left;
    vertical-align: top;
    padding: 2px 2px 2px 2px;
}

.showroom_info_area .showroom_info td,
.showroom_info_area .showroom_info td p,
.showroom_info_area .showroom_info td a {
    font-size: 16px;
    font-weight: normal;
}

.showroom_info_area .showroom_info .tel {
}

.showroom_info_area .showroom_info .dealer_name {
    font-size: 18px;
    font-weight: bold;
}

.showroom_info_area .map {
    text-align: right;
}

#showroom_accessory .swiper-slide img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#showroom_owners_voice_button {
    text-align: center;
}

#showroom_owners_voice_button .view_button .btn {
    width: 420px;
}

#service_blog_button {
    text-align: center;
}

#service_blog_button .view_button .btn {
    width: 380px;
}

#service_program_button {
    text-align: center;
}

#service_program_button .view_button .btn {
    width: 380px;
}

#service_blog {
    padding-bottom: 60px !important;
}

.related_page .related_page_contents {
    padding: 10px 0px 20px 0px;
}

.related_page .related_page_contents div:first-child {
    margin-left: 0px !important;
}

.related_page .related_page_item {
    float: left;
    position: relative;
    width: 372px;
    margin-left: 12px;
    text-align: left;
}

.related_page .related_page_item .image {
    height: 279px;
}

.related_page .related_page_item .image img {
    max-width: 372px;
    max-height: 279px;
}

.related_page .related_page_item .title a {
    display: inline-block;
    padding-top: 10px;
    padding-left: 24px;
    font-size: 20px;
}

.related_page .related_page_item .title:before {
    color: #b11636;
    font-weight: bold;
    font-size: 21px;
    position: absolute;
    display: inline-block;
    content: '＞';
    vertical-align: middle;
    padding-top: 10px;
}

.related_page .related_page_item .date {
    font-size: 18px;
}

/* --------------- */

.related_page_s .related_page_contents {
    padding: 10px 0px 20px 0px;
    position: relative;
    width: calc(1140px + 12px);
    left: -12px;
}

.related_page_s .related_page_item {
    float: left;
    position: relative;
    width: 276px;
    height: 280px;
    margin-left: 12px;
    text-align: left;
}

.related_page_s .related_page_item .image {
    height: 207px;
}

.related_page_s .related_page_item .image img {
    max-width: 276px;
    max-height: 207px;
}

.related_page_s .related_page_item .title a {
    display: inline-block;
    padding-top: 10px;
    padding-left: 22px;
    font-size: 18px;
}

.related_page_s .related_page_item .title:before {
    color: #b11636;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    content: '＞';
    padding-top: 10px;
    vertical-align: middle;
}

#service_program .related_page_contents div:nth-child(n + 9) {
    display: none;
}

#service_program_head {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    padding: 26px 0px 18px 0px;
}
    
#service_program_head .brand_button {
    display: inline-block;
    border-right: 1px solid #DBDCDD;
    cursor: pointer;
    width: 120px;
}

#service_program_head div:first-child {
     border-left: 1px solid #DBDCDD;
}

#service_program_head .brand_button span {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
}

#service_program_head .brand_button .menu_on {
    color: #b11636;
}

#service_program_head .brand_button .menu_off {
    color: #333333;
}

.staff_info &gt; div {
    padding-top: 32px;
}

.staff_info &gt; div:first-child {
    padding-top: 0px;
}

.staff_item {
}

.staff_item .staffphoto {
    float: left;
    text-align: left;
    width: 432px;
}

.staff_item .prop {
    float: right;
    text-align: left;
    width: 628px;
}

.staff_item .staffphoto img {
    max-width: 400px;
    max-height: 400px;
    
    border: 5px solid #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.staff_item .name {
    font-size: 16px;
}

.staff_item .name_kana {
    font-size: 14px;
    padding-left: 18px;
}

.staff_item .job {
    font-size: 14px;
    padding: 6px 0px 24px 0px;
}

.staff_item .introduction {
    font-size: 14px;
    line-height: 1.7em;
}

.staff_item .blog {
    padding-top: 32px;
    display: relative;
}

.staff_item .blog:before {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #b11636;
    border-right: 1px solid #b11636;
}

.staff_item .blog a {
    padding-left: 6px;
    font-size: 14px;
}

.sr_gallery_image {
    
}

.sr_gallery_image img {
    max-width: 531px;
}

.sr_gallery_thumbnail {
    margin-top: 12px;
    width: 531px;
}

.sr_gallery_thumbnail .trim {
    margin-top: 2px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    width: 131px;
    height: 87px;
    overflow: hidden;
}
.sr_gallery_thumbnail div:nth-child(4) {
    margin-right: 0px;
}

.sr_gallery_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 87px;
    cursor: pointer;
}

.sr_gallery_thumbnail .selected {
    /* 
    border-bottom: 3px solid #b11636;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    */
}

.salone_rosso_item .salone_rosso_message {
    font-size: 16px;
    line-height: 1.7em;
}

.accessory_info &gt; div {
    padding-top: 32px;
}

.accessory_info &gt; div:first-child {
    padding-top: 0px;
}

.accessory_item {
}
.accessory_item:after {
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.accessory_item .name {
    font-size: 22px;
}

.accessory_item .price {
    font-size: 22px;
}

.accessory_item .accessory_image {
    float: left;
    text-align: left;
    width: 400px;
}

.accessory_item .accessory_image .swiper-container img {
    max-width: 400px;
    max-height: 400px;
}

.accessory_item .accessory_prop {
    float: right;
    text-align: left;
    padding-left: 32px;
    width: 628px;
}

.accessory_item .item_prop {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #D8D8D8;
}

.accessory_item .item_prop &gt; table {
    width: 100%;
}

.accessory_item .item_prop &gt; table &gt; tbody &gt; tr &gt; th {
    padding: 10px 20px 10px 0px;
    white-space: nowrap;
    text-align: left;
    width: 130px;
}
.accessory_item .item_prop &gt; table &gt; tbody &gt; tr &gt; th &gt; div {
    white-space: nowrap;
    background-color: #CCCCCC;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    font-weight: normal;
    width: 130px;
}

.accessory_item .item_prop &gt; table &gt; tbody &gt; tr &gt; td {
    padding: 10px 0px 10px 0px;
    text-align: left;
}

.accessory_item .item_prop &gt; table &gt; tbody &gt; tr &gt; td &gt; div {
    font-size: 14px;
    padding: 4px;
}

.accessory_item .item_prop .introduction {
    border-top: 1px solid #E5E5E5;
    margin-top: 12px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.6em;
}

.accessory_item .item_prop .introduction {
    border-top: 1px solid #FFFFFF !important;
}

#showroom_service_access_button {
    padding-top: 32px;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
}

#showroom_service_access_button .btn {
    width: 420px;
}

#showroom_service_staff_button {
    padding-top: 32px;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
}

#showroom_service_staff_button .btn {
    width: 420px;
}


#display_car {
    padding-top: 0px !important;
}

#test_car {
    
}

#page_caption {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #999999;
}

.car_type_area .car_type {
    display: inline-block;
    border: 1px solid #b11636;
    color: #b11636;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    width: 180px;
}

.car_type_area h2 {
    margin-bottom: 2px;
}

.car_item {
    margin-top: 30px;
}

.car_item .car_image {
    display: inline-block;
    text-align: left;
    width: 580px;
}

.car_item .car_image .image_item {
    display: inline-block;
    float: left;
}

.car_item .car_image .image_item img {
    max-width: 182px;
    max-height: 135px;
}

.car_item .car_image div:first-child img {
    max-width: 372px;
    max-height: 276px;
    padding-right: 6px;
}

.car_item .car_image div:nth-child(3) img {
    padding-top: 6px;
}

.car_item .car_prop {
    position: relative;
    display: inline-block;
    width: 500px;
    min-height: 276px;
    vertical-align: top;
}

.car_item .car_prop .name span {
    font-size: 21px;
    padding-left: 26px;
    font-weight: bold;
}

.car_item .car_prop .name:before {
    color: #b11636;
    font-weight: bold;
    font-size: 21px;
    position: absolute;
    display: inline-block;
    content: '＞';
    vertical-align: middle;
}

.car_item .car_prop .spec {
    padding-top: 20px;
}

.car_item .car_prop .spec .spec_head {
    display: inline-block;
    background-color: #EDEDED;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    width: 160px;
    font-size: 16px;
}

.car_item .car_prop .spec .spec_value {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding: 2px 2px 2px 10px;
}

.car_item .car_prop .car_detail_button {
    /* position: absolute;
    bottom: 0px;*/
    margin-top: 20px;
    width: 460px;
}

.cars_index_button {
    margin: 30px 0px 30px 0px;
    text-align: center;
}
.cars_index_button .view_button .btn {
    width: 420px;
}
.cars_index_button .view_button .btn .txt {
    font-size: 18px;
}

.detail_button {
    position: relative;
    background-color: #b11636;
    padding: 4px 0px 4px 0px;
}

.detail_button .btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b11636;
    padding: 4px;
    width: 460px;
}

.detail_button .txt {
    font-weight: normal;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}

#car_detail {
    padding-top: 50px;
}

#car_detail .car_image {
    position: relative;
}

#car_detail .car_image .large {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 650px;
}

#car_detail .car_image .large img {
    max-width: 640px;
    max-height: 640px;
}

#car_detail .car_image .list {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 430px;
}

#car_detail .car_image .list img {
    vertical-align: top;
    max-width: 205px;
    max-height: 153px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#car_detail .car_image .list img:nth-child(1) {
    margin-top: 0px;
}

#car_detail .car_image .list img:nth-child(2) {
    margin-top: 0px;
}

#car_detail .car_info_button {
    margin-top: 20px;
    margin-left: 10px;
}

#car_detail .car_info_button a {
    border: 2px solid #b11636;
    text-align: center;
    display: inline-block;
    width: 415px;
    padding: 12px 0px 12px 0px;
}

#car_detail .car_info_button a .txt {
    color: #b11636;
    font-size: 18px;
    font-weight: bold;
}

#car_detail .car_prop {
    padding: 30px 10px 30px 10px;
}

#car_detail .car_prop .name {
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}

#car_detail .car_prop .name span {
    font-size: 22px;
}

#car_detail .car_prop .spec_list {
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
}

#car_detail .car_prop .spec {
    min-width: 523px;
    float: left;
    padding-top: 16px;
}

#car_detail .car_prop .spec .spec_head {
    display: inline-block;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    width: 150px;
    font-size: 14px;
}

#car_detail .car_prop .spec .spec_value {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
}

#car_detail .car_prop .introduction {
    padding-top: 20px;
    font-size: 16px;
}

#car_detail .car_detail_button {
    padding-bottom: 32px;
}

#car_detail .car_detail_button div:first-child {
    padding-left: 0px;
}

#car_detail .car_detail_button .request_button {
    display: inline-block;
    padding-left: 13px;
}

#car_detail .car_detail_button .request_button a {
    display: inline-block;
    background-color: #b11636;
    width: 251px;
    text-align: center;
    padding: 8px 0px 8px 0px;
}

#car_detail .car_detail_button .request_button a span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.blog_content_block {
    background-color: #FBFAF8;
}

#blog_index {
    width: 100%;
}

#blog_menu {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #E2E2E2;
}

#blog_menu div:nth-child(1) {
    margin-left: 0px;
}

#blog_menu .category {
    display: inline-block;
    width: 335px;
    position:relative;
    margin-left: 30px;
    vertical-align: top;
}

#blog_menu .category .category_title {
    margin-bottom: 20px;
    border-bottom: 3px #333333 double;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px 2px 3px;
}

#blog_menu .category .category_body {
    padding: 3px;
    font-size: 16px;
}

#blog_menu .category .category_title a {
    color:#333333;
    font-weight:bold;
}
#blog_menu .category a {
    font-weight:normal;
}
#blog_menu .category .entry_link {
    padding-bottom: 3px;
}

#blog_menu .category .calendar {
    background-color: #EAEAEA;
    padding: 20px;
    position: relative;
}

#blog_menu .category .blogcalender {
    width: 296px;
    margin-bottom: 30px;
}
#blog_menu .category .blogcalender td {
    font-size:11px;
    color:#333333;
    height: 30px;
    text-align:center;
    font-size: 16px;
}
#blog_menu .category .blogcalender td a {
    color:#C90103;
    font-weight: bold;
}

#blog_menu .blogcalender_prevlink {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

#blog_menu .blogcalender_nextlink {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 16px;
}
#blog_menu .blogcalender_prevlink a,
#blog_menu .blogcalender_nextlink a {
    font-weight: bold;
}

#blog_menu .blogcalender_prevlink a {
    
}

#blog_menu .blogcalender_prevlink a span {
    padding-left: 4px;
}

#blog_menu .blogcalender_nextlink a {
    
}

#blog_menu .blogcalender_nextlink a span {
    padding-right: 4px;
}

#blog_menu .blogcalender_prevlink a:before {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 1px solid #b11636;
    border-left: 1px solid #b11636;
}

#blog_menu .blogcalender_nextlink a:after {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #b11636;
    border-right: 1px solid #b11636;
}

#blog_list &gt; div:nth-child(3n + 1) {
    margin-left: 0px;
}

#blog_list {
}

#blog_list .blog_item {
    float: left;
    margin-left: 24px;
    margin-top: 32px;
    padding: 18px 15px 18px 15px;
    width: 326px;
    height: 504px;
    display: inline-block;
    border: 4px solid #E2E2E2;
    background-color: #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    vertical-align: top;
}

#blog_list .blog_item .blog_prop {
    padding-top: 10px;
    text-align: right;
}

#blog_list .blog_item .blog_prop .date {
    font-size: 14px;
}

#blog_list .blog_item .blog_prop .category {
    display: inline-block;
    padding-left: 8px;
    color: #b11636;
    font-size: 14px;
    font-weight: bold;
}

#blog_list .blog_item .title {
    height: 78px;
    line-height: 1.6em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blog_list .blog_item h2{
    margin: 5px auto !important;
    text-align: center;
    max-height: 74px;
}

@media screen and (min-width : 800px){
    #blog_list .blog_item h2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 任意の行数を指定 */
    }
}

#blog_list .blog_item .title a {
    color: #b11636;
    font-size: 16px;
    font-weight: bold;
}

#blog_list .blog_item .thumbnail {
    padding-top: 6px;
    text-align: center;
    height: 250px;
}

#blog_list .blog_item .thumbnail img {
    max-width: 326px;
    max-height: 245px;
}

#blog_list .blog_item .detail {
    font-size: 14px;
}

#blog_list .blog_item .summary {
    font-size: 14px;
    padding-top: 8px;
    height: 88px;
    overflow: hidden;
}

#blog_list .blog_item .blog_staff_info {
    height: 0px;
    overflow: hidden;
}

#blog_list .blog_item .staff_name {
    padding-top: 6px;
    text-align: right;
    font-size: 14px;
}

#blog_list .blog_item .staff_job {
    text-align: right;
    font-size: 14px;
}

#blog_list .blog_item .view_button .btn {
    width: 326px;
}

#blog_index_nav {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #E2E2E2;
    text-align: center;
}

#blog_index_nav a {
    font-size: 16px;
    font-weight: bold;
}

#blog_index_nav .blog_prevlink,
#blog_index_nav .blog_nextlink {
    padding: 0px 12px 0px 12px;
}

.blog_prevlink span {
    padding-left: 4px;
    font-size: 14px;
}

.blog_nextlink span {
    padding-right: 4px;
    font-size: 14px;
}

.blog_prevlink a:before {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 1px solid #b11636;
    border-left: 1px solid #b11636;
}

.blog_nextlink a:after {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #b11636;
    border-right: 1px solid #b11636;
}

#blog_page {
    width: 100%;
}

#blog_page .blog {
    border: 2px solid #E2E2E2;
    padding: 30px;
    margin-bottom: 30px;
}

#blog_page .blog .blog_head {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 24px;
}

#blog_page .blog .blog_head .blog_prop {
    float: left;
}

#blog_page .blog .staff_img {
    float: right;
    width: 160px;
    text-align: right;
}

#blog_page .blog .staff_img img {
    max-width: 150px;
    max-height: 120px;   
}
#blog_page .blog .title {
    color: #b11636;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: left;
}

#blog_page .blog .category {
    
}

#blog_page .blog .category span:first-child {
    display: inline-block;
    font-size: 12px;
    width: 5em;
    color: #333333;
}

#blog_page .blog .category span:nth-child(2) {
    display: inline-block;
    font-size: 12px;
    padding-right: 6px;
    color: #333333;
}

#blog_page .blog .staff_name span:first-child {
    display: inline-block;
    font-size: 12px;
    width: 5em;
    color: #333333;
}
#blog_page .blog .staff_name span:nth-child(2) {
    display: inline-block;
    font-size: 12px;
    padding-right: 6px;
    color: #333333;
}

#blog_page .blog .date {
    color: #808080;
    font-size: 14px;
    padding-top: 20px;
}

.section {
    padding-top: 32px;
}

.section .image_left {
    width: 100%;
}

.section .image_left .img {
    float: left;
    margin-right: 24px;
}

.section .image_right {
    width: 100%;
}

.section .image_right .img {
    float: right;
    margin-left: 24px;
}

.section .image_bottom {
    width: 100%;
}

.section .image_bottom .img {
    margin-top: 24px;
    text-align: center;
}

.section .image_top {
    width: 100%;
}

.section .image_top .img {
    margin-bottom: 24px;
    text-align: center;
}

#blog_page .blog .blog_nav {
    border-top: 1px solid #CCCCCC;
    text-align: center;
    margin-top: 32px;
    padding-top: 32px;
}

#blog_page .blog .blog_nav a {
    font-size: 14px;
}

#blog_page .blog .blog_nav &gt; span {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}

.link_area {
    padding-top: 40px;
}

.link_area .link {
    padding-top: 8px;
    padding-left: 6px;
}

.link_area .link img {
    padding-right: 6px;
}

.link_area .link a span {
    padding-left: 6px;
}

.link_area .link a:before {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #b11636;
    border-right: 1px solid #b11636;
}

#article_page {
    width: 100%;
    border-top: 1px solid #E2E2E2;
}

#article_page .article {
    margin-top: 32px;
    border: 1px solid #E2E2E2;
    padding: 40px 40px 40px 40px;
}

.share {
    float: right;
    padding-top: 0px;
    padding-bottom: 12px;
    white-space: nowrap;

}

.share_button {
    padding-right: 4px;
    vertical-align: bottom;
}


#article_page .article .article_head {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 24px;
}

#article_page .article .title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #b11636;
    padding: 6px 0px 12px 0px;
    margin: 0px;
}

#article_page .article .date {
    color: #888888;
    font-size: 14px;
    padding-bottom: 4px;
    clear: both;
}

#article_page .article .term {
    color: #555555;
    text-align: right;
    padding-right: 6px;
    font-size: 14px;
}

#article_page .article .lead {
    padding-top: 12px;
}

#article_page .article .article_nav {
    border-top: 1px solid #CCCCCC;
    text-align: center;
    margin-top: 32px;
    padding-top: 32px;
}

#article_page .article .article_nav .to_index {
    text-align: right;
    position: relative;
}
#article_page .article .article_nav .to_index a {
    position: relative;
}
#article_page .article .article_nav .to_index a span {
    font-size: 14px;
    padding-left: 7px;
}

#article_page .article .article_nav .to_index a:before {
    border-color: #b11636;
    position: relative;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #b11636;
    border-right: 1px solid #b11636;
}

.gallery {
    padding-bottom: 16px;
}

.gallery_image {
    
}

.gallery_image img {
    width: 1140px;
    max-width: 100%;
}

.gallery_thumbnail {
    margin-top: 12px;
    width: 1140px;
}

.gallery_thumbnail .trim {
    margin-top: 2px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    width: 131px;
    height: 87px;
    overflow: hidden;
}

.gallery_thumbnail div:nth-child(7),
.gallery_thumbnail div:nth-child(15),
.gallery_thumbnail div:nth-child(23) {
    width: 130px;
}

.gallery_thumbnail div:nth-child(8),
.gallery_thumbnail div:nth-child(16),
.gallery_thumbnail div:nth-child(24) {
    width: 130px;
    margin-right: 0px;
}

.gallery_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 87px;
    cursor: pointer;
}

.gallery_thumbnail .selected {
    border-bottom: 3px solid #b11636;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_archive {
    padding-bottom: 20px;
    text-align: center;
}

.blog_archive a {
}

.blog_archive a:nth-child(2) {
    padding-left: 27px;
}

.blog_archive a img {
    max-width: 95%;
}
    
.tax_alert {
    display: none;
    
    font-size: 13px;
    color: #323232;
    text-align: center;
    padding: 12px;
}

.offer {
    position: relative;
    padding-bottom: 12px;
}

.offer_image {
    position: relative;
}

.offer_image img {
    max-width: 460px;
}

.offer_comment {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 12px;
    padding: 12px;
    background-color: #404040;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    width: 436px;
    color: #FFFFFF;
    font-size: 10px;
}

.offer_image:hover + .offer_comment {
    display: block;
}

.offer_comment_link {
    color: #900C23;
    text-decoration: underline;
    font-weight: normal;
}

.offer_comment_area_sp {
    text-align: right;
    padding-top: 3px;
}

#offer_comment_sp {
    background-color: #404040;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    color: #FFFFFF;
    font-size: 10px;
    padding: 12px;
    min-width: 300px;
    max-width: 500px;
    min-height: 60px;
}

.movie-icon {
    margin-bottom: 11px;
    text-align: right;
}

.anyca-floating {
}

.anyca-floating-fiat {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9; 
}

.anyca-floating-abarth {
    position: absolute;
    top: 42px;
    right: 0px;
    z-index: 9;
}

.anyca-floating .item {
}

.anyca-floating img {
    width: 211px;
    height: auto;
}



@media screen and (min-width : 1140px) {
    .forSP {
        display: none !important;
    }
    .forPC {
    }
}

</pre></body></html>