table {
    margin-bottom: 15px;
}
table th {
    padding: 10px;
    text-align: center;
}
table th.risk{
    width: 14%;
}
table th.area{
    width: 8%;
}
table th.factor{
    width: 24%;
}
table th.time{
    width: 14%;
}
table th.fy{
    width: 11%;
}
table td {
    padding: 10px;
}
table td.center {
    text-align: center;
}
table td.right {
    text-align: right;
}
table td.category {
    width: 14%;
}
table td.dotted {
    background-image: linear-gradient(to right, #DDD 50%, transparent 50%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-top: none;
}

.contents-body-main>h1.climate_h1_sub {
    padding: 10px 0 30px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    color: #1d3994;
    border-bottom: 1px solid #1d3994;
}
.climate_h3_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0 1em;
}
.climate_cap {
    font-size: 13px;
    font-size: 1.3rem;
}
.scroll {
    overflow: auto;
    white-space: normal;
}
.sp {
    display: none;
}

@media (max-width: 600px) {
    .contents-body-main>h1.climate_h1_sub {
    font-size: 20px;
    font-size: 2rem;
}
    .scroll {
    white-space: nowrap;
    }
    .sp {
    display: block;
    }
}