@charset "UTF-8";

#content .archive_container {
    width: 70%;
    height: 1000px;
    margin: 0 auto;
    overflow: scroll;
    border: 1px solid rgb(187, 186, 186);
    padding: 0 30px;
}

#content h2 {
    text-align: center;
    font-size: 24px;
    color: rgb(220, 85, 25);
    border-bottom: 2px solid rgb(220, 85, 25);
    margin: 20px 0;
    }

#content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#content li {
    width: 50%;
}

#content a:hover {
    color: rgb(220, 85, 25);
}
.description {
    text-align: center;
    margin: 0 20px 40px;
}

/*==============================================================
tb
==============================================================*/
@media screen and (max-width: 767px) {
    .description {
        margin-bottom: 30px;
    }
    #content ul {
        display: block;
        margin-left: 20px;
        flex-wrap: nowrap;
    }
    #content li {
        width: 100%;
    }
}

/*==============================================================
mb
==============================================================*/
@media screen and (max-width: 480px) {
    /*▼▼共通ここから▼▼*/
    
    #content .archive_container {
        height: 450px;
    }
    
    #content h2 {
        font-size: 21px;
    }

    #content ul {
        margin-bottom: 40px;
        margin-left: 0;
    }

    .description {
        font-size: 14px;
    }

    }












/* #content > div > section .link > div:hover {
    opacity: 0.5;
    transition: 0.3s;
}

#content > div > section .link > div a {
    width: 100%;
    height: 100%;
}

#content > div > section .link > div a p {
    text-align: center;
    color: #fff;
    background-color: #dc551a;
}

#content > div > section .link > div a div {
    height: 40px;
    background-color: #fff;
} */ 

/* ▼▼新人研修独自▼▼
#content > div > section .content_no1 {
    display: block;
    width: fit-content;
    margin: 50px auto;
    align-items: center;
}
#content > div > section .content_no1 .section_items {
    display: flex;
    align-items: center;
    margin: 0 auto 20px 0;
    align-items: center;
}

#content > div > section .content_no1 .section_items .arrow {
    width: 120px;
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 70px;
}

#content > div > section .content_no1 .section_items .arrow1 {
    background-color: #fdee80;
}

#content > div > section .content_no1 .section_items .arrow2 {
    background-color: #fdd69f;
}

#content > div > section .content_no1 .section_items .arrow3 {
    background-color: #ea926c;
}

#content > div > section .content_no1 .section_items .text {
    display: inline-block;
    line-height: 1.6;
    margin-top: -20px;
}

#content > div > section .content_no1 .section_items .text span {
    color: #ccc;
    font-size: 40px;
}

#content > div > section:first-child .link > div a div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#content > div > section:first-child .link > div a div img {
    width: 60%;
}

/*▼▼リーダー研修独自▼▼*/
/* #content > div > section .content_no2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
    align-items: center;
}

#content > div > section .content_no2 p {
    width: 50%;
}
#content > div > section .content_no2 .image_box {
    width: 40%;
}

#content > div > section > .image_box {
    width: 60%;
    margin: 50px 0;
}

#content > div > section > .image_box img {
    position: relative;
    width: 100%;
    filter: drop-shadow(20px 20px 0 #f4dcd1);
}

#content > div > section > .right {
    padding-left: calc(40% - 20px);
} */



    /* #content > div > section {
        margin-top: 80px;
    } */
    /*見出し*/
    /* #content > div > section .title_box {
        display: block;
        width: 100%;
    }
    #content > div > section .title_box h3 {
        font-size: 21px;
        margin-right: 0;
        line-height: 1.1;
    }

    #content > div > section > p:first-of-type {
        margin-top: -20px;
        line-height: 1.6;
    } */
    /*内容*/

    /* #content > div > section .link {
        width: 100%;
        margin: 0 auto;
    }

    #content > div > section .link {
        width: 100%;
        margin: 0 auto;
    }

    #content > div > section .link > p {
        text-align: center;
        font-size: 13px;
    }
    #content > div > section .link > div {
        width: 80%;
        margin: 10px auto 0;
    } */

    /*▼▼新人研修独自▼▼*/
    /* #content > div > section .content_no1 .section_items .arrow {
        min-width: 120px;
        min-height: 150px;
        margin: 15px auto 15px 2%;
        z-index: -1;
    }

    #content > div > section .content_no1 .section_items .text {
        width: 90%;
        margin-left: -45%;
    } */

    /*▼▼リーダー研修独自▼▼*/
    /* #content > div > section .content_no2 {
        display: block;
        margin: 30px 0;
    }

    #content > div > section .content_no2 p {
        width: 100%;
        margin-bottom: 30px;
    }

    #content > div > section .content_no2 .image_box {
        width: 100%;
    }

    #content > div > section > .image_box {
        width: 97%;
        margin: 40px auto 40px 0;
    }

    #content > div > section > .image_box img {
        filter: drop-shadow(10px 10px 0 #f4dcd1);
    }

    #content > div > section > .right {
        padding-left: 0;
    }
} */