@charset "UTF-8";
/* strong */

.estimate-step {
    float: left;
    margin: 10px 0 0 0;
}

#main #content .itemlist h2 {
    margin-bottom: 16px;
}

#strong .desc-list h3 {
    color: #EC7600;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 22px;
    float: left;
    background: none;
    border: none;
    line-height: 1.27em;
}

.home #content #strong .description .desc-list {
    padding: 0 12px;
    width: auto;
}

#strong .txt,
#step p {
    clear: left;
    line-height: 1.4em;
    font-size: 13px;
    color: #000;
}

#strong .desc-right {
    margin-left: 25px;
}

#strong h2.section-title {
    margin-bottom: 14px;
}

#step ul,
#step p {
    margin: 0 12px;
}

#step ul {
    height: 180px;
    margin-bottom: 12px;
}

#step li {
    float: left;
}

#step p {
    margin-bottom: 2em;
}

.sp {
    display: none;
}

/*スマホ
------------------------------*/

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

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }


#main #content .itemlist h2 {
    margin-bottom: 1.6%;
}


}
