@charset "utf-8";
/* CSS Document */

/* fukagawa-hp.or.jp
-----------------------------------------------------*/
#title {
    background-image: url("image/title_download.jpg");
}
#title::before {
    background: #4c5dae;
}
#title h1 {
    background-image: url("image/title_download_icon.png");
}
@media screen and (max-width: 640px) {
    #title {
        background-image: url("image/title_download_sp.jpg");
    }
}

main .inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 80px 0;
    max-width: 1200px;
    margin: 0 auto 100px;
}

.fukafuka {
    padding: 0 20px;
    text-align: center;
}
.fukafuka p {
    line-height: 1.2;
}
.fukafuka p + p {
    margin-top: 0.6em;
}
.fukafuka img {
    width: 100%;
    max-width: 260px;
    border: 1px solid #d9d9d9;
}

.fukafuka .title {
    font-size: 24px;
    font-weight: 700;
}
.fukafuka .title a {
    color: currentColor;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .fukafuka .title {
        font-size: clamp(1.125rem, 0.375rem + 3vw, 1.5rem);
    }
}
@media screen and (max-width: 540px) {
    main {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 40px 0;
    }
    .fukafuka {
        padding: 0 10px;
    }
}
