@charset "utf-8";

.enFeedGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
}

.accordionBtn {
    position: relative;
}

.accordionIcon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url(/system_panel/uploads/images/arrow04.svg) no-repeat center /contain;
    transition: all .3s;
    transform: rotate(90deg);
}

.accordionIcon.active {
    transform: rotate(0deg);
    margin: auto;
}

/* .accordionIcon::before,
.accordionIcon::after {
    content: "";
    position: absolute;
    display: block;
    background: var(--black);
    transition: all .3s;
    width: 100%;
    height: 3px;
}

.accordionIcon::after {
    transform: rotate(0deg);

}

.accordionIcon.active::after {
    transform: rotate(90deg);
} */


/* table */
.licenceTableBlock {
    padding: 10px 8px;
}

.licenceTable01 {
    width: 112px;
}

.licenceTable02 {
    width: 135px;
}

.licenceTable03 {
    width: 80px;
}

.licenceTable04 {
    width: 215px;
}

.licenceTable06 {
    width: 90px;
}

.licenceTable .licenceTableBlock p {
    font-size: 13px;
}

.licenceTable01.licenceTableTitBlock01 p:last-of-type,
.licenceTable01.licenceTableTitBlock02 p:last-of-type {
    font-size: 14px;
}

.licenceTable .licenceTableBlock .txt22 {
    font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    .enFeedGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 45px 30px;
    }

    .accordionIcon {
        right: 40px;
        width: 41px;
        height: 41px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .enFeedGrid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 45px 30px;
    }

    .licenceTable02{
        width: 180px;
    }

    .licenceTable03 {
        width: 135px;
    }

    .licenceTable04 {
        width: 240px;
    }

    .licenceTable06{
        width: 125px;
    }

    .licenceTable .licenceTableBlock p {
        font-size: 14px;
    }

    .licenceTable01.licenceTableTitBlock01 p:last-of-type,
    .licenceTable01.licenceTableTitBlock02 p:last-of-type {
        font-size: 16px;
    }

    .licenceTable .licenceTableBlock .txt22 {
        font-size: 16px;
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */