.jqplot-xaxis {
    text-align: center;
}
.jqplot-yaxis {
    margin-right: 10px;
}
.jqplot-yaxis > div {
    right: 0;
}
#simulation .jqplot-xaxis-tick > p {
    line-height: 1;
    margin-top: .2rem;
}
.negative {
    color: red!important;
}
#chart1, #chart2 {
    width: 700px;
    height: 400px;
}
.symbol-y::before {
    content: "￥";
}
.symbol-p::after {
    content: "%";
}
@media screen and (max-width: 640px) {
    #chart1, #chart2 {
        width: 350px;
        height: 400px;
    }
}