@charset "UTF-8";

#sell {
    max-width: 768px;
    margin: 0 auto;
}

#sell .point {
    padding: 5% 6% 6%;
    border: 2px solid rgb(250, 145, 165);
    margin-bottom: 6%;
}

#sell .point h3 {
    padding-bottom: 2%;
    border-bottom: 2px solid rgb(250, 145, 165);
    margin-bottom: 4%;
    font-size: 22px;
    text-align: center;
    color: rgb(250, 145, 165);
}

#sell .point p {
    margin-bottom: 2%;
    color: rgb(250, 145, 165);
}

#sell .point p:nth-last-of-type(1) {
    margin-bottom: 0;
}

#sell > div:nth-child(1) p a {
    margin: 0 6px;
    color: rgb(250, 145, 165);
    text-decoration: underline;
}

#sell > div:nth-child(1) p a:hover {
    text-decoration: none;
}

#sell > p {
    margin-bottom: 6%;
}

#sell > div.assessment {
    padding: 6%;
    border: 2px solid rgb(250, 145, 165);
    background-color: rgb(255, 245, 250);
}

#sell > div.assessment > h3 {
    margin-bottom: 15px;
    font-size: 21px;
    text-align: center;
}

#sell > div.assessment > p {
    margin-bottom: 25px;
    text-align: center;
}

#sell > div.assessment > form > dl {
    margin-bottom: 18px;
}

#sell > div.assessment > form > dl > dt {
    margin-bottom: 12px;
    line-height: 1;
    text-align: center;
}

#sell > div.assessment > form > dl > dd {
    max-width: 300px;
    margin: 0 auto 12px;
    line-height: 1;
}

#sell > div.assessment > form > dl > dd:last-child {
    margin-bottom: 30px;
}

#sell > div.assessment > form > dl > dd > input {
    width: 80%;
    padding: 6px;
    margin-right: 6px;
    font-size: 18px;
}

#sell > div.assessment > form > button {
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: rgb(250, 145, 165);
    display: block;
}

#sell > div.assessment .result {
    padding: 4% 4% 5%;
    border: 1px solid rgb(255, 210, 220);
    margin-top: 5%;
    background-color: #fff;
    display: none;
}

#sell > div.assessment .result h4 {
    margin-bottom: 15px;
    text-align: center;
}

#sell > div.assessment .result p {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 1;
    text-align: center;
}

#sell > div.assessment .result a {
    width: 50%;
    padding: 15px 0;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: rgb(250, 145, 165);
    display: block;
}


/*===============================
//
MAXWIDTH / 768
//
===============================*/

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


    #sell > div:nth-child(1) {
        padding: 5% 6% 6%;
        margin-bottom: 8%;
    }

    #sell > div:nth-child(1) h3 {
        padding-bottom: 3%;
        margin-bottom: 4%;
        font-size: 26px;
    }

    #sell > div:nth-child(1) p a {
        margin: 0 6px;
        color: rgb(250, 145, 165);
        text-decoration: underline;
    }

    /*自動見積りバナー*/

    #sell > a {
        padding: 5% 0;
        margin-bottom: 5%;
    }

    #sell > div > a {
        width: 48%;
        padding: 5% 0;
        border-radius: 0;
        font-size: 20px;
    }

    #sell > div > a:first-child {
        margin-right: 4%;
    }


}

/*===============================
//
MAXWIDTH / 480
//
===============================*/

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

    #sell > div:nth-child(1) {
        padding: 7% 6%;
        margin-bottom: 10%;
    }

    #sell > div:nth-child(1) h3 {
        padding-bottom: 3%;
        margin-bottom: 5%;
        font-size: 22px;
    }

    #sell > div:nth-child(1) p {
        margin-bottom: 7%;
        font-size: 15px;
        text-align: justify;
    }

    #sell > div:nth-child(1) p:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    #sell > div:nth-child(1) p a {
        margin: 0 6px;
        color: rgb(250, 145, 165);
        text-decoration: underline;
    }

    #sell > div:nth-child(1) p a:hover {
        text-decoration: none;
    }

    /*自動見積りバナー*/

    #sell > a {
        padding: 8% 0;
        margin-bottom: 8%;
        font-size: 17px;
        line-height: 1;
    }

    #sell > p {
        margin-bottom: 8%;
    }

    #sell > div:last-child {
        display: none;
    }

}
