  .contents_nav{
    width: auto !important;
}
.page_links{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page_links li {
    display: grid;
    align-items: stretch;
}
.page_links li a {
    position: relative;
    background-color: #FAFAFA;
    padding: 14px 50px 14px 20px;
    border: 1px solid #ddd;
    display: block;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.page_links li a:after{
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 21px;
    width: 14px;
    height: 14px;
    background: url(/jp/ja/img/common/plink_down.png) no-repeat center center;
    background-size: auto;
    background-size: 100% auto;
}


.contents_body h2{
    color: #222;
    font-size: 23px;
    font-weight: bold;
    border-bottom: solid 1px #d4d4d4;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.contents_body h2::after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #0099D9;
    bottom: -1px;
    width: 80px;
}
.salesChart {
    max-height: 350px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.group_section{
    margin-bottom: 4em;
}

.group_section table th,
.group_section table td{
    vertical-align: middle;
    font-size: 14px !important;
}
.contents_body table:not(.about) th:nth-child(1) {
    width: 330px;
    /* width: auto; */
}

.group_section .inner{
    position:relative;
    padding: 0 60px;
}
.group_section .inner .unit1{
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 12px;
}
.group_section .inner .unit2{
    position: absolute;
    top: -2px;
    right:20px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .contents_body h2{				
        margin-bottom: 20px;
    }
    .group_section .inner{
        position:relative;
        padding: 0 !important;
    }
    .group_section .inner .unit1,
    .group_section .inner .unit2{
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin: 0 5px 1em 0;
    }
    .group_section .inner .unit2::before{
        content : "/";
        margin-right: 5px;
    }
}


.contents_body table:not(.about) td{
    border-right: 1px solid #D8F0FB;
}
.contents_body table:not(.about) td:last-child {
    border-right: none;
}
@media screen and (max-width: 767px) {
    .contents_body table:not(.about){
        margin: 0;
    }
    .page_links{
        grid-template-columns: repeat(2, 1fr);
    }
    .data_table{
        overflow-x: scroll;
    }
}