@charset "UTF-8";

@media screen and (min-width: 781px) {
    
}
@media screen and (max-width: 780px) {
    
}

@media screen and (min-width: 781px) {
    .p-documents{
        padding: 80px 0 120px;
    }
}
@media screen and (max-width: 780px) {
    .p-documents{
        padding: 40px 0 60px;
    }
}

.p-documents_text{
    line-height: 1.6;
}
@media screen and (min-width: 781px) {
    .p-documents_text{
        font-size: 18px;
    }
}
@media screen and (max-width: 780px) {
    .p-documents_text{
        font-size: 16px;
    }
}

.p-documents_contact{
    display: grid;
    gap: 20px;
}
@media screen and (min-width: 781px) {
    .p-documents_contact{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        margin-top: 80px;
    }
}
@media screen and (max-width: 780px) {
    .p-documents_contact{
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}

.p-documents_card{
    display: block;
    padding: 20px;
    border-radius: 20px;
    background-color: #E9EFFF;
}

.p-documents_card_img{
    height: 177px;
    text-align: center;
}
@media screen and (min-width: 781px) {
    .p-documents_card_img{
    }
}
@media screen and (max-width: 780px) {
    
}

.p-documents_card_img img{
    height: 100%;
    width: auto;
    max-width: 100%;
}


.p-documents_card_ttl{
    margin-top: 30px;
    color: #192657;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (min-width: 781px) {
    .p-documents_card_ttl{
    }
}
@media screen and (max-width: 780px) {
    
}

.p-documents_card_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    border-radius: 50%;
    background-color: #4F6ADC;
}
@media screen and (min-width: 781px) {
    .p-documents_card_icon{
        height: 34px;
        width: 34px;
    }
}
@media screen and (max-width: 780px) {
    .p-documents_card_icon{
        height: 30px;
        width: 30px;
    }
}



@media screen and (min-width: 781px) {
    .p-documents_card_icon img{
        width: 8px;
    }
}
@media screen and (max-width: 780px) {
    .p-documents_card_icon img{
        width: 6px;
    }
}