@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 {
    margin-top: 35px;
    margin-left: 30px;
    width: 700px;
}




/* ダウンロードボタン */

.downloadbtn-area {
    margin-top: 30px;
}


.downloadbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 27px;
    border-radius: 4px;
    background-color: #e1ebcb;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
    margin-top: 17px;
    margin-left: 20px;
}

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

.downloadbtn:hover {
    background-color: #c9caca;
    color: #fff;
}


/* リスト */

.listarea-00 {
    width: 263px;
}

.listarea-01 {
    width: 223px;
}

.listarea-02A {
    width: 620px;
    margin-left: 38px;
    margin-right: 38px;
}

.listarea-02A-2 {
    display: flex;
}

.list-1 {
    width: 300px;
}

.list-2 {
    width: 285px;
    margin-top: 37px;
    margin-left: 20px;
}


.listarea-02B {
    width: 360px;
}

.listarea-03 {
    width: 370px;
}

.listarea-04 {
    width: 370px;
}

.listarea-05 {
    width: 370px;
}

.listarea-06 {
    width: 263px;
}



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


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

.title-c {
    background-color: #f3f0ef;
    position: relative;
}

.title-d {
    background-color: #f3f0ef;
    position: relative;
}


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



.title-a h2,
.title-d h2 {
    font-size: 21px;
    padding: 8px 0 8px 50px;
    margin-bottom: 17px;
    display: block;

}

.title-b h2,
.title-c h2 {
    font-size: 21px;
    padding: 8px 0 8px 70px;
    margin-bottom: 17px;
    display: block;


}

.title-e h2 {
    font-size: 21px;
    padding: 8px 0 8px 10px;
    margin-bottom: 17px;
    display: block;
}




.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;
    margin-left: auto;
    margin-right: auto;
}

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

.category-area-03 {
    justify-content: space-between;
}



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


.category-area-04 {
    margin-top: 40px;
}



.pdfbtn {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    display: block;

}

.hyoujibtn {
    position: relative;
}

/* 表示マーク */
.hyouji {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
}



@media screen and (max-width: 1300px) {
    img {
        pointer-events: none;
        /*===== 画像抜き取り禁止指示==========*/
    }

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



    .category-title {
        display: flex;
    }

    .top-title h1 {
        font-size: 2.053vw;
        margin-left: 2.281vw;
        margin-top: 2.662vw;
        padding-bottom: 0.76vw;
        border-bottom: 1px solid #333;
    }

    .title-p {
        margin-top: 2.662vw;
        margin-left: 2.281vw;
        width: 53.232vw;
    }




    /* ダウンロードボタン */

    .downloadbtn-area {
        margin-top: 0.76vw;
    }


    .downloadbtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17.49vw;
        height: 2.053vw;
        border-radius: 0.304vw;
        background-color: #e1ebcb;
        color: #333;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 0.989vw;
        position: relative;
        margin-top: 1.293vw;
        margin-left: 1.521vw;
    }

    .downloadbtn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.76vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.608vw;
        height: 0.608vw;
        border-width: 0.076vw 0.076vw 0 0;
        border-style: solid;
        border-color: #333;
    }

    .downloadbtn:hover {
        background-color: #c9caca;
        color: #fff;
    }


    /* リスト */

    .listarea-00 {
        width: 20vw;
    }

    .listarea-01 {
        width: 16.958vw;
    }

    .listarea-02A {
        width: 47.148vw;
        margin-left: 2.89vw;
        margin-right: 2.89vw;
    }

    .listarea-02A-2 {
        display: flex;
    }

    .list-1 {
        width: 22.814vw;
    }

    .list-2 {
        width: 21.673vw;
        margin-top: 2.814vw;
        margin-left: 1.521vw;
    }


    .listarea-02B {
        width: 27.376vw;
    }

    .listarea-03 {
        width: 28.137vw;
    }

    .listarea-04 {
        width: 28.137vw;
    }

    .listarea-05 {
        width: 28.137vw;
    }

    .listarea-06 {
        width: 20vw;
    }



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


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

    .title-c {
        background-color: #f3f0ef;
        position: relative;
    }

    .title-d {
        background-color: #f3f0ef;
        position: relative;
    }


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



    .title-a h2,
    .title-d h2 {
        font-size: 1.597vw;
        padding: 0.608vw 0 0.608vw 3.802vw;
        margin-bottom: 1.293vw;
        display: block;

    }

    .title-b h2,
    .title-c h2 {
        font-size: 1.597vw;
        padding: 0.608vw 0 0.608vw 5.323vw;
        margin-bottom: 1.293vw;
        display: block;


    }

    .title-e h2 {
        font-size: 1.597vw;
        padding: 0.608vw 0 0.608vw 0.76vw;
        margin-bottom: 1.293vw;
        display: block;
    }




    .no img {
        width: 2.281vw;
        position: absolute;
        top: 0.228vw;
        left: 0.38vw;
    }

    .no2 img {
        width: 3.802vw;
        position: absolute;
        top: 0.228vw;
        left: 0.38vw;
    }




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



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

    /* エリア指定 */

    .category-area-02,
    .category-area-03 {
        width: 98.859vw;
        max-width: 96%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .category-area-02 {
        margin-top: 2.281vw;
        margin-bottom: 1.521vw;
    }

    .category-area-03 {
        justify-content: space-between;
    }



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


    .category-area-04 {
        margin-top: 3.042vw;
    }



    .pdfbtn {
        font-size: 1.293vw;
        font-weight: 600;
        line-height: 1.4;
        display: block;

    }

    .hyoujibtn {
        position: relative;
    }

    /* 表示マーク */
    .hyouji {
        position: absolute;
        top: 0.076vw;
        right: 0;
        width: 2.281vw;
    }

}