@charset "UTF-8";
body {
    background-color: #fff;
    word-wrap: break-word;
    color: #1a005d;
    font-family: "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a:hover {
    text-decoration: none
}

.l-body-container {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px
}

.c-heading-03 {
    position: relative;
    padding-left: 23px;
    line-height: 1.4;
    margin-bottom: 80px
}

.c-heading-03:before {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 7.6px);
    background-color: #1a005d;
    top: 3px;
    left: 0;
}

.c-heading-03:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    background-color: #8ec300;
    top: 3px;
    left: 0;
}

.organize_chart {
    max-width: 880px;
    margin: auto
}

.chart-date {
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    color: #000
}

.forsp {
    display: none
}

@media screen and (max-width: 899px) {
    .c-heading-03 {
        padding-left: 17px;
        margin-bottom: 60px
    }
    .c-heading-03:before {
        width: 3px;
        height: calc(100% - 6px);
        background-color: #1a005d;
        top: 2px;
    }
    .c-heading-03:after {
        width: 3px;
        height: 5.5px;
        background-color: #8ec300;
        top: 2px;
    }
    .chart-date {
        font-size: 14px
    }
    .forpc {
        display: none
    }
    .forsp {
        display: block
    }
}