@charset "UTF-8";

/*!------------------------------------*\
    Outline
\*!------------------------------------*/



dl.outline {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    margin: 40px 0 60px 0px;
}

dl.outline dt {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    padding: 10px 0 10px 16px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

dl.outline dd {
    flex-grow: 2;
    display: inline-block;
    width: 70%;
    padding: 10px 0 10px 30px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

dl.outline dt:first-child,
dl.outline dd:first-of-type {
    border-top: none;
}

.outlineInner {
    margin: 30px 0 55px 0px;
}

.outlineInner > p {
    margin: 0px 0 1em 0px;
}

dl.history {
    display: flex;
    flex-wrap: wrap;
}

dl.history dt {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    padding: 10px 0 10px 0px;
}

dl.history dd {
    flex-grow: 2;
    display: inline-block;
    width: 85%;
    padding: 10px 0 10px 0px;
}

ul.list {
    list-style-type: disc;
    margin: 30px 0 30px 1em;
    line-height: 1.83;
}

/*!------------------------------------*\
    Responsive
\*!------------------------------------*/

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

    dl.outline dt {
        width: 20%;
    }

    dl.history dt {
        width: 15%;
    }

    dl.history dd {
        width: 80%;
    }
}

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

    .sectInner {
        font-size: 14px;
    }

    h2.sectTtl01 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    dl.outline {
        flex-direction: column;
        flex-wrap: nowrap;
        background: none;
        margin: 20px 0 40px 0px;
    }

    dl.outline dt {
        background-color: #f4f4f4;
        width: auto;
        padding: 8px 0 8px 8px;
        border-right: none;
    }

    dl.outline dd {
        width: auto;
        padding: 8px 0 8px 8px;
    }

    dl.outline dd:first-of-type {
        border-top: 1px solid #ccc;
    }

    .outlineInner {
        margin: 15px 0 35px 0px;
    }

    .outlineInner > p {
        margin: 0px 0 10px 0px;
    }

    dl.history {
        flex-direction: column;
        flex-wrap: nowrap;
        background: none;
        margin: 20px 0 35px 0px;
    }

    dl.history dt {
        width: auto;
        padding: 0px 0 0px 0px;
        line-height: 1.3;
    }

    dl.history dd {
        width: auto;
        padding: 0px 0 10px 0px;
        line-height: 1.3;
    }

    dl.history dd:last-child {
        width: auto;
        padding: 0px 0 0px 0px;
    }

    ul.list {
        margin: 20px 0 10px 1em;
        line-height: 1.3;
    }
}
