/*
 *  埼玉ダイハツ カスタマイズ用スタイル
 *
 */

/******************************
  * ボディーコート
  ******************************/
  .body_cort .foundTtl {
    color: #ffffff;
    font-size: 20px;
    padding: 15px
}

@media only screen and (max-width: 1279px) {
    .body_cort .foundTtl {
        font-size: 2.34vw;
        padding: 1.05vw
    }
}

@media only screen and (max-width: 767px) {
    .body_cort .foundTtl {
        font-size: 4vw;
        padding: 2vw
    }
}

.body_cort .coatingBlock02 .coatingItem {
    margin: 60px 0 0
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem {
        margin: 9.45vw 0 0
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem {
        margin: 13vw 0 0
    }
}

.body_cort .coatingBlock02 .title {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.body_cort .coatingBlock02 .title_blue {
    color: #fff;
    background-color: #4c6ead;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.4;
    width: 40%;
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .title_blue {
        width: 100%;
    }
}

.body_cort .coatingBlock02 .title_sub {
    font-weight: bold;
    font-size: 16px;

}

.body_cort .coatingBlock02 .coatingItem .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem .row {
        margin: 0
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem .row {
        display: block
    }
}

.body_cort .coatingBlock02 .coatingItem .row .col {
    -ms-flex-preferred-size: 520px;
    flex-basis: 520px;
    max-width: 520px;
    text-align: center
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem .row .col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: initial
    }
}

.body_cort .coatingBlock02 .coatingItem .row .col img {
    width: 80%
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem .row .col img {
        margin: 5.2vw 0
    }
}

.body_cort .coatingBlock02 .coatingItem .row .col+.col {
    -ms-flex-preferred-size: 550px;
    flex-basis: 550px;
    max-width: 550px;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem .row .col+.col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: initial
    }
}

.body_cort .coatingBlock02 .coatingItem .row .col+.col img {
    line-height: 0;
    width: 100%
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem .row .col+.col img {
        margin: 00
    }
}

.body_cort .coatingBlock02 .coatingItem .row .itemTitle {
    position: absolute;
    left: -50px;
    top: -60px;
    font-size: 30px;
    padding: 0.5em 1.0em;
    color: #ffffff;
    background: #71c98e
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem .row .itemTitle {
        left: 0;
        top: -2.8vw;
        font-size: 2.34vw
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem .row .itemTitle {
        position: relative;
        font-size: 4vw;
        left: auto;
        top: auto
    }
}

.body_cort .coatingBlock02 .coatingItem .row .overText {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: #ffffff;
    border: 1px solid #71c98e;
    border-radius: 1em 0 0 0
}

.body_cort .coatingBlock02 .coatingItem .row .overText strong {
    font-size: 20px;
    color: #71c98e;
    display: block
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem .row .overText strong {
        font-size: 1.95vw
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem .row .overText strong {
        font-size: 4vw
    }
}

.body_cort .coatingBlock02 .coatingItem .row .overText.overTextInLink {
    padding: 0;
    border: none
}

.body_cort .coatingBlock02 .coatingItem .row .overText.overTextInLink .inner {
    border: 1px solid #71c98e;
    border-radius: 1em 0 0 0;
    padding: 1em
}

.body_cort .coatingBlock02 .coatingItem .row .overText.overTextInLink a {
    display: block;
    padding: 0.5em;
    background: #d31518;
    color: #ffffff
}

@media only screen and (min-width: 1280px) {
    .body_cort .coatingBlock02 .coatingItem .row .overText.overTextInLink a {
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s
    }

    .body_cort .coatingBlock02 .coatingItem .row .overText.overTextInLink a:hover {
        background: #ed484a
    }
}


.body_cort .coatingBlock02 .flex_area {
    display: flex;
    flex-wrap: wrap;
}
.body_cort .coatingBlock02 .flex_area .image_box {
    width: 40%;
}
.body_cort .coatingBlock02 .flex_area .text_box {
    width: 60%;
    padding-left: 15px;
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .flex_area .image_box {
        width: 100%;
    }
    .body_cort .coatingBlock02 .flex_area .text_box {
        width: 100%;
        padding-left: 0;
    }
}
.body_cort .coatingBlock02 .coatingItem dl {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #aaa;
}
.body_cort .coatingBlock02 .coatingItem dl:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem dl {
        margin: 2.45vw 0 0 0
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem dl {
        margin: 4.55vw 0 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.body_cort .coatingBlock02 .coatingItem dl dt {
    border: 2px solid #71c98e;
    padding: 0.4em 1em;
    font-size: 18px;
    color: #71c98e;
    font-weight: 700;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1279px) {
    .body_cort .coatingBlock02 .coatingItem dl dt {
        font-size: 1.95vw;
        -ms-flex-preferred-size: 25.2vw;
        flex-basis: 25.2vw;
        max-width: initial
    }
}

@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem dl dt {
        font-size: 4vw;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0.5em 1em;
        text-align: left
    }
}

.body_cort .coatingBlock02 .coatingItem dl dd {
    margin: 0 0 0 2em;
    font-weight: bold
}
.body_cort .coatingBlock02 .coatingItem dl dd span{
    font-size: 14px;
    margin-top: 10px;
}
@media only screen and (max-width: 499px) {
    .body_cort .coatingBlock02 .coatingItem dl dd {
        margin: 0.5em 0 0
    }
}

.body_cort .coatingBlock03 .coatingPriceList table,
.body_cort .coatingBlock03 .coatingPriceList th,
.body_cort .coatingBlock03 .coatingPriceList td {
    border: 0;
    text-align: center;
}

.body_cort .coatingBlock03 .coatingPriceList .th_side_title {
    background: #eee;
    color: #000;
    border-bottom: 1px #ccc solid;
}

.body_cort .coatingBlock03 .coatingPriceList .th_title {
    background: #eee;
    color: #000;
    border-right: 1px #ccc solid;
}

.body_cort .coatingBlock03 .coatingPriceList .th_content {
    border-bottom: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
}
