@charset "utf-8";

/* ==================================================================

    muku.css

=================================================================== */


/* --------------------------------
■concept
-------------------------------- */ 
#concept{
    .details{

        > section{
            padding-bottom: 28px;
            
            & + section{
                margin-top: 28px;
            }
        }

    }
}

/* --------------------------------
■return
-------------------------------- */ 
.return{
    border-top: 1px solid #A8A8A8;
    margin-top: 120px;
    padding-top: 74px;
    margin-bottom: 120px;

    @media only screen and (max-width: 767px) {
        margin-top: 8vw;
        padding-top: 5vw;
        margin-bottom: 8vw;
    }
}

.contents .tableStyle{
    width: 100%;
}