@charset "utf-8";

/* CSS Document */
article {
    max-width: 1000px;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

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

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.ml75 {
    margin-left: 75px;
}

.mtb100 {
    margin: 100px 0
}

.line2 {
    line-height: 2.0
}

.wrapper {
    min-height: 100vh;
    position: relative;
    /*←相対位置*/
    padding-bottom: 120px;
    /*←footerの高さ*/
    box-sizing: border-box;
    /*←全て含めてmin-height:100vhに*/
}


.header_top_inner {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
}

.tagline {
    position: absolute;
    top: 40px;
    left: 230px;
}

.tel {
    position: absolute;
    top: 20px;
    right: 0;
}

.visible480 {
    display: none;
}

.foot-outer {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 10px auto;
}

.foot-l {
    flex-basis: 50%;
    text-align: center;
}

.foot-r {
    flex-basis: 50%;
    text-align: center;
}

footer {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    /*←絶対位置*/
    bottom: 0;
    /*下に固定*/
}

.foot-area {
    background-color: #d3101a;
    padding: 5px 5px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.fnav {
    font-size: 0;
    padding-bottom: 5px;
}

.fnav li {
    display: inline-block;
}

.fnav a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.header.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


@media screen and (max-width: 1100px) {

    .tel {
        position: absolute;
        top: 30px;
        right: 0;
    }


}

@media screen and (max-width: 768px) {

    .tel {
        display: none;
    }

    .visible480 {
        display: inline-block;
    }

    .sp-tel {
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 99999;
        width: 15%;
    }

    .foot-outer {
        display: block;
    }

    .foot-l {
        max-width: 480px;
        padding-bottom: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .foot-r {
        max-width: 480px;
        padding-bottom: 10px;
        text-align: center;
        margin: 0 auto;
    }

}

@media screen and (max-width: 480px) {

    .tagline {
        top: 85px;
        left: 0px;
    }

    .tel {
        display: none;
    }

    .visible480 {
        display: inline-block;
    }

    .sp-tel {
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 99999;
        width: 15%;
    }



}


/* breadcrumb */

.breadcrumb {
    padding: 5px 0 5px 0;
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch;
    /* スマホでスクロールを滑らかにする */
    /*overflow-x: auto;*/
    /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

/* 【スクロールバー】 うっとりするぐらいおしゃれにサイトの雰囲気合わせて変更 */

.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table;
    /* [必須]  */
}

.breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    /* [必須]  */
    white-space: nowrap;
    /* [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

/* 【矢印】 ため息がでるぐらいかっこよくサイトの雰囲気に合わせて変更 */

.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 3px;
    right: 8px;
}

/* 【リンクアンダーライン】 適当にサイトの雰囲気に合わせて変更 */

.breadcrumb ul li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    /*background-color: #111;*/
    bottom: -7px;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ul li span {
    /* background-color: #eee;*/
    border-radius: 4px;
    padding: 6px 8px;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

/* PC用リンクアニメーション サイトの雰囲気に合わせ劇シブに変更 */

@media print,
screen and (min-width: 1024px) {

    /* 1024pxは適宜変更 */
    .breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }

    .breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
}

.y-back {
    margin: 0px auto;
    background-color: #fff100;
}

.r-back {
    margin: 0px auto;
    background-color: #d3101a;
}



.main-img {
    text-align: center;
    padding: 10px 0;
}

.car-area {
    padding-bottom: 20px;
}

.car-list {
    margin: 10px auto;
    text-align: center;
}
.car-list2 {
    margin: 10px auto;
    text-align: left;
}
.car-list li,
.car-list2 li {
    display: inline-block;
    width: 32%;
    padding: 20px;
    vertical-align: bottom;
    margin: 0 auto;
}

/* .car-list2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px auto 40px;
    margin: 10px auto;
    text-align: left;

} */

/* .car-list2 li {
    min-width: 32%;
    padding: 20px 40px;
} */


.leace-main-img {
    padding: 10px 0;
    max-width: 80%;
    margin: 40px auto 0;
}

.leace-list2 {
    display: flex;
    flex-direction: row;
    margin: 10px auto;
    justify-content: center;

}

.leace-list2 li {
    width: 45%;
    padding: 10px;
}

.leace-list2 li p {
    white-space: nowrap;
}


@media screen and (max-width: 480px) {
    .car-list,
    .car-list2 {
        display: flex;
        flex-direction: column;
    }
    .car-list li,
    .car-list2 li{
        width: 80%;
    }
    .leace-list2 {
        flex-direction: column;
        align-items: center;
    }
    .leace-list2 li {
        width: 77%;
    }
}

/*leace*/

.triangle {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.triangle-right {
    background: url("../images/triangle/back_lgr_right.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-left {
    background: url("../images/triangle/back_ye_left.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-right-b {
    background: url("../images/triangle/back_blue_right.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-left-b {
    background: url("../images/triangle/back_blue_left.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-right-p {
    background: url("../images/triangle/back_pink_right.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-left-p {
    background: url("../images/triangle/back_pink_left.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-right-w {
    background: url("../images/triangle/back_white_right.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-left-w {
    background: url("../images/triangle/back_white_left.png") no-repeat 0 0;
    background-size: 100%;
}

.triangle-right-gr {
    background: url("../images/triangle/back_gr_right.png") no-repeat 0 0;
    background-size: 100%;
}



@media screen and (max-width: 768px) {
    .wrapper {
        padding-bottom: 330px;
    }
}

@media screen and (max-width: 480px) {
    .triangle-right {
        background-size: 0%;
    }

    .triangle-left {
        background-size: 0%;
    }

    .triangle-right-b {
        background-size: 0%;
    }

    .triangle-left-b {
        background-size: 0%;
    }

    .triangle-right-p {
        background-size: 0%;
    }

    .triangle-left-p {
        background-size: 0%;
    }

    .triangle-right-w {
        background-size: 0%;
    }

    .triangle-left-w {
        background-size: 0%;
    }

    .triangle-right-gr {
        background-size: 0%;
    }
}

/*中古車販売*/
.month-cp {
    text-align: center;
    margin: 20px 0 0;
}

/*flat*/

.y-back2 {
    margin: 0px auto;
    background-color: #ffe300;
    margin-top: 40px;
}

.y-back3 {
    margin: 20px auto;
    background-color: #fff8a0;
}

.ttl-ab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: -0.5%;
    left: 0;
    right: 0;
    text-align: center;
}

.riyu-area {
    width: 86%;
    margin: 0 auto;
}

.riyu-area1 {
    position: relative;
    padding: 20px 0 10px 80px;
}

.riyu-area1:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/no01.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.riyu-area2 {
    position: relative;
    padding: 20px 0 10px 80px;
}

.riyu-area2:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/no02.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.riyu-area3 {
    position: relative;
    padding: 20px 0 10px 80px;
}

.riyu-area3:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/no03.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.riyu-area4 {
    position: relative;
    padding: 20px 0 10px 80px;
}

.riyu-area4:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/no04.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.qa-area {
    width: 86%;
    margin: 0 auto;
}

.qa-q {
    position: relative;
    padding: 20px 0 10px 80px;
}

.qa-q:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/q-red.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.qa-a {
    position: relative;
    padding: 20px 0 10px 80px;
}

.qa-a:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/flat/a-blue.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.dashed {
    border-bottom: dashed 2px #111111;
}

.service-area {
    width: 85%;
    margin: 0 auto;
}

.four-list {
    display: flex;
    margin: 10px 0;
}

.four-list li {
    flex-basis: 25%;
    text-align: center;
}

.plan-area {
    width: 85%;
    margin: 0 auto;
}

.mente-area {
    width: 75%;
    margin: 0 auto;
}

.mente-list {
    display: flex;
    margin: 0;
}

.mente-list li {
    flex-basis: 50%;
    text-align: center;
    /*padding: 10px;*/
}

/*  車検整備  */
.main-container {
    margin: 0 auto;
    padding: 0 1em 30px;
    max-width: 1000px;
    text-align: justify;
}

.main-container p {
    color: #333;
    line-height: 1.5em;
}

/* h1 */
.ttl-wrap {
    position: relative;
    margin-bottom: 15px;
}

.ttl-wrap:before {
    content: '';
    background-color: #c3191f;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ttl-wrap h1 {
    margin: 0 auto;
    width: 20%;
    background-color: #fff;
    position: relative;
}

.maintenance-info01,
.maintenance-info02 {
    margin: 30px 1em;
    padding-bottom: 1em;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.maintenance-info01 .img-wrapper {
    text-align: left;
}

.maintenance-info02 .img-wrapper {
    text-align: right;
}

.text-wrapper h2 {
    padding: 0;
    font-weight: bold;
}

.text-wrapper p {
    padding: 1.5em;
    background: #efefef;
    font-size: 0.9em;
}

@media screen and (min-width: 841px) {
    .maintenance-info01 {
        background: url("../images/maintenance/bg_maintenance-info01_01.png") 6% 42% no-repeat;
    }

    .maintenance-info02 {
        background: url("../images/maintenance/bg_maintenance-info02_01.png") 94% 74% no-repeat;
    }

    .maintenance-info01,
    .maintenance-info02 {
        margin: 30px 0;
    }

    .maintenance-info01 .img-wrapper {
        width: 600px;
        float: left;
        shape-outside: polygon(0 0, 86% 0, 100% 100%, 0 100%);
        -webkit-shape-image-threshold: 0.1;
        shape-image-threshold: 0.1;
    }

    .maintenance-info01 .text-wrapper p {
        margin: 0 0 0 50%;
        height: 300px;
        background: url("../images/maintenance/bg_maintenance-info01_02.png") 0px 0px no-repeat;
    }

    .maintenance-info02 .img-wrapper {
        width: 600px;
        float: right;
        shape-outside: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
        -webkit-shape-image-threshold: 0.1;
        shape-image-threshold: 0.1;
    }

    .maintenance-info02 .text-wrapper p {
        margin: 0;
        height: 232px;
        background: url("../images/maintenance/bg_maintenance-info02_02.png") 0px 0px no-repeat;
    }

    .maintenance-info02 .text-wrapper h2 {
        margin-left: 1em;
    }

    .maintenance-info02 .text-wrapper p {
        color: #fff;
    }

    .text-wrapper {
        margin: 0 2em;
    }

    .text-wrapper h2 {
        padding: 1em 0 0;
    }
}

@media screen and (max-width: 840px) {
    .maintenance-info img {
        width: 100%;
    }

    .maintenance-info h2 {
        text-align: center;
        padding: 0.5em;
        background-color: #fff;
        background-image: linear-gradient(45deg, #df0515 25%, transparent 25%);
    }
}

/* howto_車検整備の流れ修理の流れ */
.maintenance-howto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maintenance-howto div {
    flex-basis: 49%;
    max-width: 435px;
}

@media screen and (max-width: 480px) {
    .maintenance-howto div {
        margin: 30px 1em;
        flex-basis: 100%;
    }
}

.maintenance-howto h3 {
    color: #fff;
    line-height: 70px;
}

.howto-syaken h3 {
    background: url("../images/maintenance/maintenance_howto-syaken_ttl.png") center center no-repeat;
}

.howto-syuuri h3 {
    background: url("../images/maintenance/maintenance_howto-syuuri_ttl.png") center center no-repeat;
}

.maintenance-howto ul li {
    margin-bottom: 1em;
    padding-bottom: 2.5em;
}

.howto-syaken ul li:first-of-type {
    background: url("../images/maintenance/ol_red_01.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syaken ul li:nth-of-type(2) {
    background: url("../images/maintenance/ol_red_02.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syaken ul li:nth-of-type(3) {
    background: url("../images/maintenance/ol_red_03.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syaken ul li:nth-of-type(4) {
    background: url("../images/maintenance/ol_red_04.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syaken ul li:nth-of-type(5) {
    background: url("../images/maintenance/ol_red_05.png") 0 0 no-repeat
}

.howto-syuuri ul li:first-of-type {
    background: url("../images/maintenance/ol_blue_01.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syuuri ul li:nth-of-type(2) {
    background: url("../images/maintenance/ol_blue_02.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syuuri ul li:nth-of-type(3) {
    background: url("../images/maintenance/ol_blue_03.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syuuri ul li:nth-of-type(4) {
    background: url("../images/maintenance/ol_blue_04.png") 0 0 no-repeat, url("../images/maintenance/ol_next.png") 50% 100% no-repeat;
}

.howto-syuuri ul li:nth-of-type(5) {
    background: url("../images/maintenance/ol_blue_05.png") 0 0 no-repeat;
}

.howto-syaken ul li>h4 {
    padding-left: 80px;
    color: #c30d23;
    font-weight: bold;
    line-height: 70px;
}

.howto-syuuri ul li>h4 {
    padding-left: 80px;
    color: #1d2088;
    font-weight: bold;
    line-height: 70px;
}

/* price-syaken_割引も充実〜 */
.price-syaken div {
    margin-bottom: 30px;
}

.price-table h2 {
    text-align: center;
    height: 150px;
    color: #c30d23;
    font-size: 3.6em;
    position: relative;
}

@media screen and (max-width:768px) {
    .price-table h2 {
        font-size: 2em;
    }
}

.price-table h2 span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price-table h3 {
    margin-top: 0.8em;
    padding: 0.2em;
    background: #c30d23;
    color: #fff;
}

.price-syaken img {
    margin: 0 auto;
    width: 100%;
}

.price-syaken p {
    padding: 2em 0;
}

.price-sale h2 {
    background: linear-gradient(transparent 60%, #fff100 60%);
}

.price-sale .price-sale-off {
    padding: 1.5em 2em;
    background: #c30d23;
    color: #fff100;
    border-radius: 10px;
}

.price-sale-off h3 {
    color: #fff;
    font-size: 2.6em;
    line-height: 1em;
}

.price-sale-off .small {
    font-size: 0.5em;
}

.price-sale-off .large {
    font-size: 2.4em;
}

.price-sale-off .font-yellow {
    color: #fff100;
}

.price-sale-5000 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.price-sale-5000 img {
    margin-top: 1em;
}

.price-sale-off ul {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.price-sale-off li {
    flex-basis: 50%;
    font-size: 1.5em;
}

.price-sale-off li img {
    width: 80%;
}

.price-sale-off li:first-child {
    border-right: 1px solid #fff;
}

/* repair-info_キズへこみ〜 */
.repair-info p {
    font-size: 2em;
}

.repair-info .add-tell {
    color: #c30d23;
    font-size: 4em;
    line-height: 58px;
}

.icon-tell {
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .ttl-ab {
        top: 30%;
    }

    .riyu-area {
        width: 100%;
        margin: 0 auto;
    }

    .four-list {
        display: block;
        text-align: center;
    }

    .four-list li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mente-list {
        display: block;
        text-align: center;
    }

    .mente-list li {
        margin-right: 0;
    }

}

/*wrecker*/
.wrecker-outer {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
}

.wrecker-l {
    flex-basis: 36%;
}

.wrecker-r {
    flex-basis: 56%;
}

.wrecker-outer2 {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
}

.wrecker-l2 {
    flex-basis: 49%;
}

.wrecker-r2 {
    flex-basis: 49%;
}

.teikyo-area {
    width: 80%;
    margin: 0 auto;
}

.service-icon {
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
}

.service-icon li {
    display: inline-block;
    width: 12.5%;
    text-align: center;
}

.eigyosho {
    text-align: left;
    margin-left: 10%;
    margin-top: 20px;
}

.road-area {
    max-width: 800px;
    margin: 40px auto;
}

.road-ttl {
    text-align: left;
}

.road-service {
    margin: 20px auto;
}

.road-service li {
    text-align: left;
}

.head_test2 {
    margin: 0;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
    display: inline-block;
    /* インラインブロックにする */
    background-color: #fff;
    /* 背景色指定 */
    margin-left: 37%;
    /* 余白指定 */
}

p {
    margin: 0;
    /* デフォルトCSS打ち消し */
    line-height: 2;
    /* 行間調整 */
}

.head_test-wrap2 {
    position: relative;
    /* 位置調整 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
}

.head_test-wrap2:before {
    content: '';
    /* 空白の要素を作る */
    background-color: #c3191f;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 0;
    /* 位置調整 */
    width: 100%;
    /* 幅指定 */
    height: 5px;
    /* 高さ指定 */
    top: 0;
    /* 位置調整 */
    bottom: 0;
    /* 位置調整 */
    margin: auto;
    /* 位置調整 */
}

@media screen and (max-width:1280px) {
    .head_test2 {
        margin-left: 31%;

    }


    @media screen and (max-width:1024px) {
        .head_test2 {
            margin-left: 26%;

        }

    }

    @media screen and (max-width:768px) {
        .head_test2 {
            margin-left: 18%;

        }



    }

    @media screen and (max-width: 480px) {
        .wrecker-outer {
            display: block;
        }

        .wrecker-l {
            max-width: 480px;
            padding-bottom: 10px;
        }

        .wrecker-r {
            max-width: 480px;
            padding-bottom: 10px;
        }

        .wrecker-outer2 {
            display: block;
        }

        .wrecker-l2 {
            max-width: 480px;
            padding-bottom: 10px;
        }

        .wrecker-r2 {
            max-width: 480px;
            padding-bottom: 10px;
        }

        .service-icon {
            font-size: 16px;
            margin: 0 auto;
            width: 80%;
        }

        .service-icon li {
            width: 18.5%;
        }

        .head_test2 {
            margin-left: 0%;
        }
    }
}

/*used car*/

#newsWrap article {
    margin: 50px auto 100px;
    font-family: "Noto Sans JP";
}

.title {
    font-size: 30px;
    font-weight: bold;
}

.newMark {
    font-size: 40px;
    color: #E60012;
}

.top_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-right {
    width: 39%;
}

.top-left {
    width: 60%;
}

.carinfo img {
    max-height: 400px;
}

.pic_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1%;
}

.photo {
    width: 16.16%;
    margin: 0 3px;
}

.photo:nth-child(6),
.photo:last-child {
    margin-right: 0;
}

.photo:first-child,
.photo:nth-child(7) {
    margin-left: 0;
}

.pic_wrapper img {
    margin: 0 auto 5%;
}

.toiawase {
    text-align: center;
    border: 2px solid #E60012;
    border-radius: 5px;
    margin: 3% 0;
    padding: .2em 0;
}

.toiawase a {
    color: #E60012;
    font-weight: bold;
}

.kurikku {
    text-align: right;
    font-size: .8em;
}


@media screen and (max-width: 1000px) {
    .photo {
        width: 16%;
    }

    #newsWrap article {
        padding: 0 1%;
    }
}

@media screen and (max-width: 767px) {

    #newsWrap article {
        margin: 50px auto 80px;
        padding: 0 2%;
    }

    .title {
        font-size: 20px;
    }

    .newMark {
        font-size: 15px;
    }

    .top_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-right,
    .top-left {
        text-align: center;
        width: 100%;
    }

    .carinfo img {
        max-height: none;
    }

    .photo {
        width: 23.5%;
    }

    .photo:nth-child(6) {
        margin-right: 3px;
    }

    .photo:nth-child(4),
    .photo:nth-child(8) {
        margin-right: 0;
    }

    .photo:nth-child(7) {
        margin-left: 3px;
    }

    .photo:nth-child(5),
    .photo:nth-child(9) {
        margin-left: 0;
    }

    table.detail_table th,
    table.detail_table td {
        font-size: 12px;
    }

    table.detail_table .th_red {
        font-size: 16px;
    }

}

#postID_15, #postID_14, #postID_13, #postID_12, #postID_11, #postID_10, #postID_9 {
    padding-top: 100px;
    margin-top: -100px;
}
