/*--------------------------------------------------------------------------------
　▼ 買い取りと仲介の違い
--------------------------------------------------------------------------------*/
.main_txt {
    padding-bottom: 72px;
}
.difference_contents {
    margin: 140px auto 0;
}
.difference_contents > div {
    border-radius: 70px;
    padding: 50px 55px;
    width: 50%;
}
.difference_contents .flex_left {
    background-color: #FFC400;
}
.difference_contents .flex_right {
    background-color: #8FD7F2;
}

.difference_tit {
    border: 1px solid #707070;
    font-size: 2.8rem;
    padding: .3em 1.5em;
    text-align: center;
}
.difference_contents .flex_left .difference_tit {
    background-color: #000000;
    color: #fff;
}

.difference_flow {
    position: relative;
    text-align: center;
    z-index: 2;
}
.difference_flow > p {
    font-size: 2.8rem;
    margin: 20px auto;
}
.difference_box .flex_left .difference_flow > div {
    margin: 20px auto 0;
}
.difference_flow > div img {
    margin: 0 auto;
    width: 50%;
}
.difference_dl {
    font-size: 1.8rem;
    margin: -4.7em auto 0;
    position: relative;
    z-index: 1;
}
.difference_dl > dt {
    float: left;
    padding: 15px 0;
    width: 22%;
}
.difference_dl > dt:first-child {
    padding: 15px 0;
}
.difference_dl > dd {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 22%;
    width: 100%;
}
.difference_dl > dd:first-of-type {
    border-bottom: 1px solid #707070;
    font-size: 2.2rem;
    padding: 15px 0;
}
.difference_dl dd > .merit_txt {
    background-color: #ffffdb;
    color: #ff9300;
    margin-bottom: 10px;
    padding: 10px;
}
.difference_dl dd > .merit_txt:last-of-type {
    margin-bottom: 0;
}
.difference_dl dd > .disadvantages_txt {
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 10px;
}

.balloon {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    filter: drop-shadow(20px 20px 6px rgba(0, 0, 0, 0.16));
    margin: 80px auto 0;
    position: relative;
    padding: 30px;
}
.balloon:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 15%;
    margin-left: -30px;
    border: 15px solid transparent;
    border-bottom: 40px solid #fff;
    transform: rotate(25deg);
}
.difference_contents .flex_left .balloon {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2em;
    margin: 170px auto 0;
}
.difference_contents .flex_left .balloon > span {
    color: #ff0000;
}
.difference_contents .flex_right .balloon {
    font-size: 1.8rem;
    line-height: 2em;
}

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

    .main_txt {
        padding-bottom: 0;
    }
    .difference_contents {
        display: block;
        margin: 100px auto 0;
    }
    .difference_contents > div {
        border-radius: 50px;
        width: 100%;
    }
    .difference_contents .flex_left {
        margin-bottom: 20px;
    }
    .balloon {
        margin: 50px auto 0 !important;
    }
}


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

    .difference_contents {
        margin: 50px auto 0;
    }
    .difference_contents > div {
        padding: 25px 20px 30px;
    }
    .difference_tit {
        font-size: 2rem;
    }
    .difference_flow > p {
        font-size: 2rem;
    }
    .difference_flow > div {
        text-align: right;
    }
    .difference_flow > div img {
        width: 70%;
    }
    .difference_dl {
        font-size: 1.5rem;
        margin: -4.3em 0 auto;
    }
    .difference_dl > dt:first-child {
        padding: 10px 0;
    }
    .difference_dl > dd:first-of-type {
        font-size: 1.7rem;
        padding: 10px 0;
    }
    .difference_dl > dt {
        width: 27%;
    }
    .difference_dl > dd {
        font-size: 1.6rem;
        padding: 10px 0 10px 27%;
    }
    .difference_dl dd > .merit_txt,
    .difference_dl dd > .disadvantages_txt {
        padding: 5px 10px;
    }

    .balloon {
        padding: 20px;
    }
    .balloon:before {
        left: 25%;
        transform: rotate(13deg);
    }
    .difference_contents .flex_left .balloon {
        font-size: 1.8rem;
        line-height: 1.6em;
    }
    .difference_contents .flex_right .balloon {
        font-size: 1.6rem;
        line-height: 1.5em;
    }
}