@charset "UTF-8";


.image {
    margin-bottom: 1em;
}
.section-tit{
    font-size: max(2.3vw, 36px);
    line-height: 1;
    font-weight: 600;
}

.page--feature .notice {
    margin: 2% 0;
    padding: 1.5em;
    font-size: 1.2rem;
    border: dotted 1px;
}
.page--feature .heading_1 {
    display: block;
    margin: 2em auto;
    padding-bottom: 0.5em;
    font-size: 130%;
    font-weight: bold;
    border-bottom: solid 3px;
    line-height: 1.5;
}
.page--feature.page--download .list_image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
.page--feature.page--download .list_image .image {
    width: 23.5%;
    filter: drop-shadow(0 0 8px #00000022);
}
.page--feature.page--download .list_image .image a {
    display: block;
    position: relative;
    line-height: 0;
}
.page--feature.page--download .list_image .image.image_large {
    width: 40%;
}
.page--feature.page--download .list_image .image a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #1C1C1C no-repeat center url(/static/lapone/feature/download_202603/images/ico--download.svg);
    background-size: 50%;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 5em;
    text-align: center;
    line-height: 30px;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
    .page--feature.page--download .list_image {
        gap: 5vw 2%;
    }
    .page--feature.page--download .list_image {
        gap: 5vw 2%;
    }
    .page--feature.page--download .list_image .image {
        width: 49%;
    }
        .page--feature.page--download .list_image .image.image_large {
        width: 100%;
    }
    .page--feature.page--download .list_image .image a::before {
        right: 10px;
        bottom: 10px;
    }
}