@charset "UTF-8";

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1300px) { /*TB*/
}
@media screen and (min-width:1301px) , print { /*PC*/
}


/* ------------------------------------------------------------ */
/* FED */
/* ------------------------------------------------------------ */
@media screen and (max-width:767px) { /*SP*/
    #FED{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 120px 0; */
        padding: 28.99vw 0;
    }
    .FED_title {
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        /* font-size: 46px; */
        font-size: 11.11vw;
        /* line-height: 46px; */
        line-height: 11.11vw;
    }
    .FED_titleTx {
        /* font-size: 20px; */
        font-size: 4.83vw;
        /* line-height: 36px; */
        line-height: 8.70vw;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .FED_list_wrap {
        /* width: 334px; */
        width: 80.68vw;
        /* margin: 50px 0 0 0; */
        margin: 12.08vw 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
    }
    /* ----------- */
    .FED_wrap{
        width: calc( 100% - 40px );
        margin: 50px 0 0 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1400px) { /*TB*/
    #FED{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 150px 0; */
        padding: 10.71vw 0;
    }
    .FED_title{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        /* font-size: 80px; */
        font-size: 5.71vw;
        /* line-height: 80px; */
        line-height: 5.71vw;
    }
    .FED_titleTx{
        /* font-size: 20px; */
        font-size: 1.43vw;
        /* line-height: 36px; */
        line-height: 2.57vw;
        /* margin: 20px 0 0 0; */
        margin: 1.43vw 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .FED_list_wrap{
        /* width: 1280px; */
        width: 91.43vw;
        margin: 0 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
        /* margin: 50px 0 0 0; */
        margin: 3.57vw 0 0 0;
    }
    /* ----------- */
    .FED_wrap{
        /* width: 900px; */
        width: 64.29vw;
        /* margin: 50px 0 0 0; */
        margin: 3.57vw 0 0 0;
    }
}
@media screen and (min-width:1401px) , print { /*PC*/
    #FED{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 150px 0;
    }
    .FED_title{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        font-size: 80px;
        line-height: 80px;
    }
    .FED_titleTx{
        font-size: 20px;
        line-height: 36px;
        margin: 20px 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .FED_list_wrap{
        width: 1280px;
        margin: 0 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
        margin: 50px 0 0 0;
    }
    /* ----------- */
    .FED_wrap{
        width: 900px;
        margin: 50px 0 0 0;
    }
}
