.dx-link-list__item{
    border: none;
    margin: 0;
}
.dx-link-list__link{
    display: flex;
    flex-direction: column;
    border: 1px solid #00a5ca;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
}
.dx-link-list__text-wrap{
    border-top: 1px solid #00a5ca;
    background-color: #FFFFFF;
    padding: 20px 10px;
    height: fit-content;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
}
.dx-link-list__text{
    font-size: 117%;
    text-align: center;
    font-weight: bold;
    color: #00a5ca;
}
@media screen and (min-width: 768px) {
    .about-dx-top__list-carousel__list .dx-link-list__item--carousel{
        padding: 0 10px;
    }
    .dx-link-list__item_top-inner{
        margin: 0 10px
    }
    .dx-link-list__text-wrap{
        height: 80px;
        min-height: auto;
        padding: 10px 8px;
    }
    .dx-link-list__text{
        font-size: 86%;
    }
}

.localnav-horizontal #content-body-wrapper .section--about-dx-top{
    padding: 0;
}
.about-dx-top__main-visual{
    position: relative;
}
.about-dx-top__main-visual-img{
    display: block;
    width: 100%;
}
.about-dx-top__main-visual-link{
    display: block;
    width: 14%;
    height: 32%;
    position: absolute;
    bottom: 4%;
    right: 2%;
    background-image: url(/about/about-dx/images/img_index-j_02.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.about-dx-top__lead-text{
    font-size: 100%;
    color: #000000;
    text-align: center;
    padding: 36px 25px;
}
.about-dx-top__list-wrap{
    background-color: #E7EAEB;
    padding: 30px 25px 82px;
}
.about-dx-top__list-wrap__inner{
    max-width: 1000px;
    margin: 0 auto;
}
.about-dx-top__list-title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 32px;
}
.about-dx-top__list-title::before{
    content: "";
    display: block;
    border-top: 1px solid #00a5ca;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-dx-top__list-title-text{
    font-size: 150%;
    color: #00a5ca;
    text-align: center;
    position: relative;
    background-color: #E7EAEB;
    padding: 0 16px;
}
.section--about-dx-top .about-dx-top__list-wrap .bx-wrapper a.bx-next {
    background: url(/about/about-dx/images/img_index-j_26.png) no-repeat 0 0 / contain !important;
    right: -10px;
    z-index: 100;
}
.section--about-dx-top .about-dx-top__list-wrap .bx-wrapper a.bx-prev {
    background: url(/about/about-dx/images/img_index-j_27.png) no-repeat 0 0 / contain !important;
    left: -10px;
    z-index: 100;
}
.section--about-dx-top .bx-pager-item .bx-pager-link.active {
    border: 1px solid #00a5ca !important;
    background: #00a5ca !important;
}
.dx-link-list__img{
    width: 100%;
}
.about-dx-top__other-contents{
    background-color: #fff;
    padding: 48px 0 0;
}
.about-dx-top__other-contents__inner{
    padding: 0 25px;
    max-width: 980px;
    margin: 0 auto;
}
.about-dx-top__dx-movie__title{
    font-size: 150%;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
    font-weight: bold;
}
.about-dx-top__dx-movie__date{
    font-size: 73%;
    text-align: right;
    color: #000000;
    margin-bottom: 26px;
    font-weight: bold;
}
.popup-element{
    margin-bottom: 60px;
}
.about-dx-top__dx-movie__link{
    display: block;
    width: 100%;
}
.about-dx-top__dx-movie__img{
    display: block;
    width: 100%;
}
.about-dx-top__other-contents__item{
    width: 100%;
    border: 1px solid #000000;
    margin-bottom: 30px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-sizing: border-box;
}
.about-dx-top__other-contents__item:last-child{
    margin-bottom: 0;
}
.about-dx-top__other-contents__link{
    display: block;
    width: 100%;
}
.about-dx-top__other-contents__img{
    display: block;
    width: 100%;
}
.about-dx-top__other-contents__text{
    width: fit-content;
    height: fit-content;
    font-size: 208%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 0.7em);
    right: 0;
    left: 0;
    margin: auto;
}
.about-dx-top__other-contents__text--2line{
    top: calc(50% - 1.5em);
}
.about-dx-top__link-item{
    margin-bottom: 5px;
}
.about-dx-top__link-item:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .localnav-horizontal #content-body-wrapper .section--about-dx-top{
        width: 100%;
    }
    .about-dx-top__main-visual-link{
        right: 1.5%;
        width: 11.5%;
        height: 49.5%;
        transition: 0.2s all ;
    }
    .about-dx-top__main-visual-link:hover{
        scale: 1.02;
    }
    .about-dx-top__lead-text{
        font-size: 160%;
        color: #000000;
        text-align: center;
        padding: 30px 0;
    }
    .about-dx-top__list-wrap{
        padding: 30px 14px 62px;
    }
    .about-dx-top__list-title{
        margin-bottom: 30px;
    }
    .about-dx-top__list-title-text{
        padding: 0 18px;
        font-size: 179%;
    }
    .dx-link-list__img{
        transition: 0.3s all;
    }
    .about-dx-top__list-carousel__list .dx-link-list__item:hover .dx-link-list__link{
        text-decoration: none;
    }
    .about-dx-top__list-carousel__list .dx-link-list__item:hover .dx-link-list__img{
        opacity: 0.75;
    }
    .about-dx-top__other-contents{
        padding: 70px 0 0;
    }
    .about-dx-top__other-contents__inner{
        padding: 0 10px;
    }
    .about-dx-top__dx-movie__title{
        font-size: 179%;
        margin-bottom: 22px;
    }
    .about-dx-top__dx-movie__date{
        font-size: 100%;
        margin-bottom: 22px;
    }
    .popup-element{
        margin-bottom: 66px;
        overflow: hidden;
    }
    .about-dx-top__dx-movie__link{
        transition: 0.3s all;
    }
    .about-dx-top__dx-movie__link:hover{
        opacity: 0.75;
        scale: 1.1;
    }
    .about-dx-top__other-contents__list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .about-dx-top__other-contents__item{
        width: calc( ( 100% - 20px * 2 ) / 3 );
        margin-right: 20px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .about-dx-top__other-contents__item:nth-child(n+4){
        margin-top: 20px;
    }
    .about-dx-top__other-contents__item:last-child{
        margin-bottom: auto;
    }
    .about-dx-top__other-contents__item:nth-child(3n){
        margin-right: 0;
    }
    .about-dx-top__other-contents__img{
        transition: 0.3s all;
    }
    .about-dx-top__other-contents__item:hover .about-dx-top__other-contents__img{
        scale: 1.1;
    }
}