<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 公共事業 */
.public {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    background-image: url(../images/share/back.jpg);
    background-size: 70px;
    background-repeat: repeat;
}

.pub-title {
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    display: flex;
}

.pub-band {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 5px auto auto;
}

.pub-band img {
    width: 100%;
    height: auto;
}

.pub-sample {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 50px auto auto;
}

.pub-dojo {
    width: 450px;
    height: auto;
    margin-bottom: 20px;
    margin: 0 auto;
}

.pub-dojo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.pub-dojo p {
    font-size: 26px;
    text-align: center;
}

.pub-other {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.pub-other img {
    width: 330px;
    height: 267px;
    object-fit: cover;
    margin: 10px;
}

.pub-img img {
    display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width:480px) {

    .pub-title {
        width: 100%;
        padding-top: 5px;
    }

    .pub-ttltxt {
        margin: 0;
    }

    .pub-sample {
        margin: 30px auto auto;
    }

    .pub-dojo {
        width: 100%;
    }

    .pub-dojo p {
        font-size: 18px;
    }

    .pub-other {
        margin-top: 20px;
    }

    .pub-other img {
        margin: 12px 0 0;
    }

    .pub-english2 {
        width: 150px;
        height: auto;
        position: relative;
        top: -8px;
        left: 180px;
    }

    .pub-english-line2 {
        position: relative;
        width: 100px;
        top: -3px;
        left: 85px;
    }

}
</pre></body></html>