@charaset "UTF-8";
/*------------------------------------
 木材輸出額・国別積み上げグラフ
------------------------------------*/
.wood-export-chart {
    width: 100%;
    max-width: 900px;
    margin: 35px auto 50px;
}
.wood-export-chart-title {
    margin-bottom: 3px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.wood-export-chart-unit {
    margin-bottom: 5px;
    color: #555;
    font-size: 13px;
    text-align: right;
}
.wood-export-chart-canvas {
    position: relative;
    width: 100%;
    height: 570px;
}
.wood-export-chart-note {
    margin-top: 12px;
    color: #555;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .wood-export-chart {
        margin: 25px auto 40px;
    }
    .wood-export-chart-title {
        font-size: 18px;
    }
    .wood-export-chart-canvas {
        height: 450px;
    }
}

/*------------------------------------
 木材輸出額グラフ共通
------------------------------------*/

.wood-export-chart {
    width: 100%;
    max-width: 900px;
    margin: 35px auto 50px;
}

.wood-export-chart-heading {
    position: relative;
    margin-bottom: 8px;
}

.wood-export-chart-title {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.wood-export-chart-unit {
    margin-top: 3px;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.wood-export-chart-canvas {
    position: relative;
    width: 100%;
    height: var(
        --wood-chart-height,
        570px
    );
}

.wood-export-chart-canvas canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.wood-export-chart-note {
    margin: 12px 0 0;
    padding: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}


@media only screen and (max-width: 767px) {

    .wood-export-chart {
        margin: 25px auto 40px;
    }

    .wood-export-chart-title {
        font-size: 18px;
    }

    .wood-export-chart-unit {
        font-size: 12px;
    }

    .wood-export-chart-canvas {
        height: var(
            --wood-chart-mobile-height,
            470px
        );
    }

    .wood-export-chart-note {
        font-size: 12px;
    }

}

.wood-export-chart
+ .wood-export-chart {
    margin-top: 75px;
}
/*KK*/
p.wood-export-chart-note{width:100%;text-align:right;}
