/*------------------------------------------------------------------------------
financial
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/financial/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/financial/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
        padding: 8.4rem 2rem!important;
    }
}



/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
ul.p-financial__list li a{
    display: flex;
    align-items: center;
    gap: 10.5rem;
    padding: 3.2rem 0;
    border-bottom: 1px solid #ccc;
    font-size: 2rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    ul.p-financial__list li a{
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        font-size: 1.4rem;
        padding: 1.8rem 0;
    }
}

ul.p-financial__list li a::after{
    content: "";
    display: block;
    background: url(../../img/index/arrow_black.svg) no-repeat center;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    ul.p-financial__list li a::after{
        width: 1.4rem;
        height: 0.9rem;
        right: 0;
    }
}

ul.p-financial__list li:first-child a::after{
    top: calc(50% - 0.9rem);
    transform: translateY(-50%);
}

ul.p-financial__list li a:hover{
    color: #0016D9;
}

ul.p-financial__list li a:hover::after{
    background: url(../../img/index/arrow_blue.svg) no-repeat center;
    background-size: 100%;
}

ul.p-financial__list li:first-child a{
    padding-top: 0;
}

.p-financial__list-title{
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

@media screen and (max-width: 768px) {
    .p-financial__list-title{
        gap: 1.6rem;
    }
}

.p-financial__list-pdf{
    display: flex;
    gap: 0.4rem;
    align-items: center;
    background-color: #EEEEEE;
    border-radius: 3px;
    padding: 0 1.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
}

@media screen and (max-width: 768px) {
    .p-financial__list-pdf{
        height: 1.6rem;
        line-height: 1.6rem;
        padding: 0 0.4rem;
        border-radius: 1.5px;
    }

    .p-financial__list-pdf img{
        width: 0.75rem;
    }
}

.p-financial__list-pdf-size{
    font-size: 1.4rem;
    color: #8B8B8B;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-financial__list-pdf-size{
        font-size: 0.7rem;
    }
}

.p-financial__pdf_download{
    display: flex;
    align-items: center;
    gap: 3.2rem;
    background-color: #F5F7FB;
    padding: 4rem;
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .p-financial__pdf_download{
        margin-top: 4rem;
        padding: 2rem 1.4rem;
        align-items: flex-start;
        gap: 1.4rem;
    }

    .p-financial__pdf_download p.section__text{
        font-size: 1rem;
        line-height: 1.6rem;

    }

    .p-financial__pdf_download-btn img{
        width: 10rem;
        height: 2.5rem;
    }
}

.p-financial__pdf_download-title a:hover{
    opacity: 0.5;
}

.p-financial__list-pdf-size {
  white-space: nowrap;
}