@charset "utf-8";

/* =====================================
 id="workWear
===================================== */

.section__list {
    padding: 48px 0;
}

.item {
    margin-top: 32px;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.item__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.item__title {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 16px 4.2%;
}

.item__read {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 16px 6.4%;
}

/*  id="workWear pc 1280*/
@media screen and (min-width: 1280px) {

    .section__list {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .item {
        width: 35%;
    }

    .item__image {
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .item__title {
        font-size: 20px;
        font-weight: 700;
        padding: 16px 24PX;
    }
    
    .item__read {
        height: 150px;
        font-size: 20px;
        font-weight: 400;
        padding: 16px 24PX;
    }
}

/*  id="workWear pc 1600*/
@media screen and (min-width: 1600px) {
    .section__list {
        gap: 32px;
    }
}

/* pc 768 section id="order*/





/* =====================================
 id="order
===================================== */

#order {
    padding: 32px 0;
}

.order__contents-pc {
    display: none;
}

.order__contents {
    padding: 32px 6.4px;
}

.order__list {
    background-color: var(--lightgray);
    padding: 48px 6.4%;
    margin-top: 48px;
}

.order__item-r {
    width: 100%;
    text-align: right;
    display: grid;
    justify-content: flex-end;
}

.order__title {
    font-size: 20px;
    font-weight: 700;
}

.order__read {
    font-size: 16px;
    font-weight: 400;
    height: 182px;
    margin-top: 8px;
}

/*  id="order pc 768*/
@media screen and (min-width: 768px) {
    .order__contents-pc {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .order__contents {
        display: none;
    }
}
/* pc 768 section id="order*/


/*  id="maker pc 1280*/
@media screen and (min-width: 1280px) {

    .order__contents-pc {
        width: 45%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .order__title {
        font-size: 32px;
        font-weight: 700;
    }
    
    .order__read {
        text-align: right;
        font-size: 20px;
        font-weight: 400;
        margin-top: 16px;
    }

}
/* pc 1280 section id="maker*/

/* =====================================
 id="maker
===================================== */

#maker {
    padding: 32px 0;
}

.maker__list {
    width: 100%;
}

.maker__read {
    font-size: 20px;
    font-weight: 400;
    margin-top: 52px;
}

.maker__category {
    font-size: 20px;
    font-weight: 700;
    margin-top: 52px;
}

.maker__item {
    margin-top: 48px;
}

.maker__item img {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


.maker__name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.catalog {
    font-size: 20px;
    font-weight: 400;
    margin-top: 52px;
    text-align: center;  
}


/* section id="maker pc 1280*/
@media screen and (min-width: 1280px) {
    .maker__list {
        display: flex;
        gap: 32px;
    }

    .maker__name {
        font-size: 16px;
    }
}

/* pc 1280 section id="maker*/

/* =====================================
 id="faq
===================================== */

#faq {
    padding: 32px 0;
}

.faq {
    margin-top: 32px;
}


.faq__box {
    padding: 16px 4.2%;
    border: solid 2px var(--sumi);
    border-radius: 20px;
    margin-top: 32px;
}

.faq__q,.faq__a {
    display: flex;
    align-items: center;
}

.faq__a {
    margin-top: 16px;
}


.faq__q-marker,.faq__a-marker {
    font-size: 16px;
    font-weight: 400;
    margin-right: 2.1%;
}

.faq__a-marker {
    color: #F00;
}

.faq__q-read,.faq__a-read {
    font-size: 16px;
    font-weight: 400;
}


/* pc 1280  id="faq*/

/*  id="faq pc 1600*/
@media screen and (min-width: 1600px) {

    .faq {
        display: grid;
        justify-content: center;
    }

    .faq__box {
        width: 1000px ;
    }
}

/* pc 1280 section id="faq*/

