.subpage a{
    word-break: break-all;
    color: #004975;
    text-decoration: none;
}
.subpage .wp-block-table{
    overflow: auto;
    margin: 0;
}

.mp-section-box{
    max-width: 1580px;
    width:100%;
    margin:0 auto;
}


.paragraph-list{
    margin-left: 20px;
}





@media screen and (min-width: 1400px) and (max-width: 1600px){
    .mp-section-box{
        max-width: 1360px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .mp-section-box{
        max-width: 1160px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
    .mp-section-box{
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
    .mp-section-box{
        max-width: 720px;
    }
}

@media screen and (max-width: 768px){
    .mp-section-box{
        width: calc(100% - 40px);
    }
}
