@charset "utf-8";

/*
  File Name   : flow.css
  Description : 制作の流れ
*/

.header-nav-list__item a.flow:before {
    left: 0;
    width: 100%;
}

/*
----------------------------------------------------------- */
/* index
----------------------------------------------------------- */
.kv {
    background: url(../img/flow/bg-kv-01.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.flow-step {
    margin: 0 0 60px;
}

.flow-step th {
    width: 118px;
    border: 2px solid #333;
    text-align: center;
}

.flow-step td {
    position: relative;
    padding: 60px 0 60px 35px;
    font-weight: 300;
}

.flow-step td dl:after {
    content: "";
    display: block;
    position: absolute;
    left: -120px;
    bottom: -31px;
    width: 120px;
    height: 32px;
    background: url(../img/flow/bg-step-01.png) no-repeat 0 0;
}

.flow-step tr:last-child td dl:after {
    content: none;
}

.flow-step td dt {
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 500;
}

.flow-step td dd {
    padding: 0 0 0 5px;
}

@media screen and (max-width: 1024px) {
    .flow-step {
        margin: 0 0 50px;
    }

    .flow-step th {
        width: 58px;
    }

    .flow-step th img {
        width: 36px;
    }

    .flow-step td {
        padding: 10px 0 10px 15px;
    }

    .flow-step td dl:after {
        left: -60px;
        bottom: -15px;
        width: 60px;
        height: 16px;
        background: url(../img/flow/bg-step-01.png) no-repeat 0 0;
        background-size: 60px 16px;
    }

    .flow-step tr:last-child td dl:after {
        content: none;
    }

    .flow-step td dt {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .flow-step td dd {
        padding: 0;
        font-size: 14px;
    }
}