@charset "UTF-8";

.work-main {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.work-main h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

.type {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 30px;
}

.url {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.top-image img{
    border-radius:5px;
}
.description {
    margin: 30px 0 50px;
    font-size: 12px;
}

.type2 dl {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 50px;
}

.type2 dt,
.type3 dt {
    width: 25%;
    padding-bottom: 5px;
}

.type2 dd,
.type3 dd {
    width: 75%;
    padding-bottom: 30px;
}

.type3 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 12px;
    margin-bottom: 100px;
}

.sample {
    display: flex;
    justify-content: center;
}

.PC img {
    width: 247px;
    margin-right: 10px;
}

.SP img {
    width: 73px;
    margin-left: 10px;
}

.pamph-image-top,
.pamph-image-bottom {
    display: flex;
    gap: 10px;
}

.pamph-image-top {
    margin-bottom: 10px;
}
.pamph-image-add{
    padding-top:100px;
}

.logo-image {
    text-align: center;
}

.logo-image img {
    width: 60%;
}

.flyer-image2 {
    width: 60%;
    margin: 0 auto;
}

.bottom-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media(min-width:1040px) {
    .work-main {
        max-width: 100%;
        padding-bottom: 200px;
    }

    .work-main h2 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 400;
    }

    .type {
        font-size: 16px;
        margin-bottom: 70px;
    }

    .top-image img {
        width: 950px;
    }

    .top-image-v {
        width: 500px;
        margin: 0 auto;
    }

    .break {
        display: none;
    }

    .url {
        font-size: 14px;
    }

    .description {
        margin: 40px 0 80px;
        font-size: 16px;
    }

    .type2 dl {
        font-size: 14px;
        margin-bottom: 80px;
    }

    .type2 dt,
    .type3 dt {
        width: 20%;
        padding-bottom: 5px;
    }

    .type2 dd,
    .type3 dd {
        width: 80%;
        padding-bottom: 30px;
    }

    .type3 dl {
        font-size: 14px;
        margin-bottom: 100px;
    }

    .type3 dd {
        width: 75%;
        padding-bottom: 50px;
    }

    .sample {
        display: flex;
    }

    .PC img {
        width: 940px;
        margin-right: 30px;
    }

    .SP img {
        width: 280px;
        margin-left: 30px;
    }
}