@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */
.workflow dl{
    border-bottom: solid 1px #323232;
    width: 100%;
}

.workflow dl:first-of-type{
    border-top: solid 1px #323232;
}

.design_fee{
    margin-bottom: 0 !important;
}

/* ---------- Mobile / Tablet ---------- */
@media(max-width:1030px){
    article section{
        margin-bottom: 60px;
    }

    article section h2{
        font-size: 1.5em;
        margin-bottom: 30px;
    }

    /* workflow */
    .workflow dl{
        margin-bottom: 15px;
    }

    .workflow dl:first-of-type{
        padding-top: 15px;
    }

    .workflow dl dt{
        margin-bottom: 10px;
    }

    .workflow dl dd{
        padding-bottom: 15px;
    }

    /* design fee */
    .fee_img div:last-of-type,
    .fee_img div:last-of-type figure,
    .fee_img div:last-of-type img{
        margin-bottom: 0 !important;
    }
    .fee_img img{
        margin-bottom: 40px;
    }
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
    /* workflow */
    .workflow p{
        margin-bottom: 25px;
    }

    .workflow dl dt{
        font-weight: 700;
    }

    /* design fee */
    .design_fee p{
        margin-bottom: 25px;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
    .workflow dl{
        display: table;
    }

    .workflow dl dt,
    .workflow dl dd{
        display: table-cell;
    }
}

/* ---------- Tablet ---------- */
@media(max-width:1030px) and (min-width: 737px){
    /* workflow */
    .workflow p{
        margin-bottom: 30px;
    }
    .workflow dl dt{
        width: 15em;
    }

    /* design fee */
    .design_fee p{
        margin-bottom: 30px;
    }
}

/* ---------- PC ---------- */
@media(min-width:1031px){
    article section{
        margin-left: auto;
        margin-right: auto;
        max-width: 1170px;
        margin-bottom: 100px;
    }

    article section h2{
        font-size: 1.666em;
        margin-bottom: 35px;
    }

    /* workflow */
    .workflow p{
        margin-bottom: 40px;
    }

    .workflow dl{
        margin-bottom: 20px;
    }

    .workflow dl:first-of-type{
        padding-top: 20px;
    }

    .workflow dl dt{
        padding-left: 2em;
        width: 20em;
    }

    .workflow dl dd{
        padding-bottom: 20px;
    }

    /* design fee */
    .design_fee p{
        margin-bottom: 40px;
    }
}