@charset "utf-8";

img {
    pointer-events: none;
    /*===== 画像抜き取り禁止指示==========*/
}

.main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}



.category-title {
    display: flex;
}

.top-title h1 {
    font-size: 27px;
    margin-left: 30px;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.title-p p {
    font-size: 14px;
    margin-top: 45px;
    margin-left: 30px;
}


.title-a {
    width: 263px;
    background-color: #f3f0ef;
    position: relative;
}


.title-b {
    width: 515px;
    background-color: #f3f0ef;
    position: relative;
}

.title-c,
.title-d {
    width: 370px;
    background-color: #f3f0ef;
    position: relative;
}

.title-e {
    width: 263px;
    background-color: #f3f0ef;
}



.title-a h2,
.title-d h2 {
    font-size: 21px;
    padding: 8px 0 8px 50px;
}

.title-b h2,
.title-c h2 {
    font-size: 21px;
    padding: 8px 0 8px 70px;
}

.title-e h2 {
    font-size: 21px;
    padding: 8px 0 8px 10px;
}




.no img {
    width: 30px;
    position: absolute;
    top: 3px;
    left: 5px;
}

.no2 img {
    width: 50px;
    position: absolute;
    top: 3px;
    left: 5px;
}




/* イベントエリアここから */



/* 本文指定 */
.event-area p {
    font-size: 14px;
    color: #222222;
    line-height: 1.5;
}

/* エリア指定 */

.category-area-02,
.category-area-03 {
    width: 1300px;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}


.category-area-01,
.category-area-04 {
    width: 1300px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


.category-area-02 {
    margin-top: 35px;
    margin-bottom: 30px;
}

/* リスト */

.listarea-02 {
    display: flex;
}

.list-1 {
    margin-top: 20px;
    width: 255px;
}


.list-2 {
    margin-top: 20px;
    width: 370px;
}

.list-3 {
    margin-top: 55px;
    width: 220px;
    margin-left: 30px;
}



/* リストのスタイル */
ol {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

/* リストのデザイン */

.list-1 li,
.list-2 li {
    display: flex;
    gap: 0 6px;
    margin-bottom: 13px;
}

.white::before {
    width: 17px;
    height: 17px;
    border: 1px solid #333;
    content: '';
}


.white {
    position: relative;
}


.white::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9fa0a0;
}


@media screen and (max-width: 1300px) {

    img {
        pointer-events: none;
        /*===== 画像抜き取り禁止指示==========*/
    }

    .main {
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }



    .category-title {
        display: flex;
    }

    .top-title h1 {
        font-size: 2.077vw;
        margin-left: 2.308vw;
        margin-top: 2.692vw;
        padding-bottom: 0.769vw;
        border-bottom: 1px solid #333;
    }

    .title-p p {
        font-size: 1.077vw;
        margin-top: 3.462vw;
        margin-left: 2.308vw;
    }


    .title-a {
        width: 20.231vw;
        background-color: #f3f0ef;
        position: relative;
    }


    .title-b {
        width: 39.615vw;
        background-color: #f3f0ef;
        position: relative;
    }

    .title-c,
    .title-d {
        width: 28.462vw;
        background-color: #f3f0ef;
        position: relative;
    }

    .title-e {
        width: 20.231vw;
        background-color: #f3f0ef;
    }



    .title-a h2,
    .title-d h2 {
        font-size: 1.615vw;
        padding: 0.615vw 0 0.615vw 3.846vw;
    }

    .title-b h2,
    .title-c h2 {
        font-size: 1.615vw;
        padding: 0.615vw 0 0.615vw 5.385vw;
    }

    .title-e h2 {
        font-size: 1.615vw;
        padding: 0.615vw 0 0.615vw 0.769vw;
    }




    .no img {
        width: 2.308vw;
        position: absolute;
        top: 0.231vw;
        left: 0.385vw;
    }

    .no2 img {
        width: 3.846vw;
        position: absolute;
        top: 0.231vw;
        left: 0.385vw;
    }




    /* イベントエリアここから */



    /* 本文指定 */
    .event-area p {
        font-size: 1.077vw;
        color: #222222;
        line-height: 1.5;
    }

    /* エリア指定 */

    .category-area-02,
    .category-area-03 {
        width: 100vw;
        max-width: 96%;
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }


    .category-area-01,
    .category-area-04 {
        width: 100vw;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.077vw;
    }


    .category-area-02 {
        margin-top: 2.692vw;
        margin-bottom: 2.308vw;
    }

    /* リスト */

    .listarea-02 {
        display: flex;
    }

    .list-1 {
        margin-top: 1.538vw;
        width: 19.615vw;
    }


    .list-2 {
        margin-top: 1.538vw;
        width: 28.462vw;
    }

    .list-3 {
        margin-top: 4.231vw;
        width: 16.923vw;
        margin-left: 2.308vw;
    }



    /* リストのスタイル */
    ol {
        font-size: 1.308vw;
        font-weight: 600;
        line-height: 1.2;
    }

    /* リストのデザイン */

    .list-1 li,
    .list-2 li {
        display: flex;
        gap: 0 0.462vw;
        margin-bottom: 1vw;
    }

    .white::before {
        width: 1.308vw;
        height: 1.308vw;
        border: 1px solid #333;
        content: '';
    }


    .white {
        position: relative;
    }


    .white::after {
        content: '';
        position: absolute;
        top: 0.615vw;
        right: 0.769vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.615vw;
        height: 0.615vw;
        border-width: 0.077vw 0.077vw 0 0;
        border-style: solid;
        border-color: #9fa0a0;
    }


}