.localnav-horizontal #content-body-wrapper .section--dx_strategy{
    padding: 34px 22px 0;
}
.dx-cotents-block{
    padding-bottom: 30px;
    border-bottom: 1px solid #C3DCCA;
    margin-bottom: 30px;
}
.dx-cotents-block:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.dx-cotents-block__graph-img{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .localnav-horizontal #content-body-wrapper .section--dx_strategy{
        padding: 62px 10px 0;
    }
    .dx-cotents-block{
        padding-bottom: 90px;
        margin-bottom: 90px;
    }
    .dx-cotents-block__graph-img{
        width: auto;
    }
    #content-body-wrapper .list-disc--strategy{
        margin-bottom: 60px;
    }
}

.dx-strategy-link {
    margin-top: 10px;
    text-align: right;
}
.dx-strategy-link__item {
    display: inline-block;
    color: #000!important;
    font-size: 14px;
    line-height: calc(19 / 14);
    letter-spacing: 9%;
    text-decoration: underline!important;
    transition: all 0.2s;
}
.dx-strategy-link__item + .dx-strategy-link__item {
    margin-left: 18px;
}
.dx-strategy-link__item::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_outerlink.png) no-repeat center center / cover;
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.dx-strategy-link__item:hover {
    opacity: 0.7;
}


/*打ち消し用*/
.dx-simple-contents-sub-title__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 5%;
    border-width: 2px;
}
@media screen and (min-width: 768px) {
    .dx-simple-contents-sub-title__text {
        font-size: 30px;
        line-height: 1.3;
    }
}
