@charset "utf-8";

body {
    background: url(/system_panel/uploads/images/cmn_bg01.jpg) repeat-y center top /auto;
}

.voiceItem {
    padding: 25px 15px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
}

.voiceItem:nth-of-type(n+2) {
    margin: 15px 0 0;
}

.voiceItemIn {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.voiceCateFl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.voiceCate {
    flex: 1;
    display: inline-block;
    width: 100%;
    max-width: max-content;
    height: 26px;
    padding: 0 20px;
    border: 1px solid #BAB9B3;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 100vmax;
}

.voiceDate {
    color: var(--primary);
    line-height: 1.45em;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--fontC);
    letter-spacing: 0.03em;
}

.voiceItemFl {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.voiceTitBx {
    width: 100%;
    max-width: 600px;
}

.voiceMenuBx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.voiceMenu {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.voiceMenuTit {
    max-width: max-content;
    padding: 0 20px;
    color: var(--secondary);
    background: var(--primary);
}

.voiceMenuName {
    flex: 1;
}

.voiceTit {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.voiceImgBx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 600px;
}

.voiceImg {
    overflow: hidden;
}

.voiceImg>a {
    cursor: pointer;
}

.voiceImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s;
}

.voiceImg>a+.noImg {
    display: none;
}

.voiceImgBA {
    aspect-ratio: 1/1;
}

.voiceImgList {
    aspect-ratio: 4/3;
}

.voiceImg a:hover img {
    transform: scale(1.1);
}

.voiceImgListBx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.youtubeBox {
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.voicePdfBtnBx {
    width: 100%;
    display: flex;
    justify-content: center;
}

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

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

    .voiceImgListBx {
        grid-template-columns: repeat(3, 1fr);
    }

}

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

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

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

    .voiceItem {
        padding: 40px 15px;
    }

    .voiceItem:nth-of-type(n+2) {
        margin: 30px 0 0;
    }

    .voiceItemIn {
        max-width: 1300px;
    }

    .voiceItemFl {
        flex-direction: row;
        align-items: flex-start;
    }

    .voiceMenu {
        font-size: 22px;
    }

    .voiceTit {
        font-size: 24px;
    }

    .voiceImgBx {
        gap: 20px;
    }

    .voiceImgListBx {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
}

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

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

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

    .voiceMenuBx {
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }

    .voiceTitBx {
        width: 48%;
    }

    .voiceImgBx {
        width: 50%;
    }

    .voiceTit {
        font-size: 28px;
    }

    .voiceImgListBx {
        gap: 20px;
    }


}

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