/*-------------------- sub_mv --------------------*/

.sub_mv_box{
    padding-top: 35px;
}

.sub_tit{
    font-size: 4.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 3px;
}

.sub_mv{
    height: 353px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*-------------------- sub_content --------------------*/

h3{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

/*-------------------- breadcrumb --------------------*/

.breadcrumb{
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 15px;
    white-space: nowrap;
}

.breadcrumb *{
    padding-top: 2px;
    padding-bottom: 5px;
}

.breadcrumb a{
    position: relative;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    margin-right: 28px;
}

.breadcrumb a:after{
    position: absolute;
    content: '|';
    width: 28px;
    top: 0;
    right: -28px;
}

@media only screen and (max-width: 1024px){
    /*-------------------- sub_mv --------------------*/

    .sub_mv_box{
        padding-top: 0;
    }

    .sub_tit{
        font-size: 4rem;
    }

    .sub_mv{
        height: 350px;
    }

    /*-------------------- sub_content --------------------*/

    h3{
        font-size: 3.6rem;
    }

}

@media only screen and (max-width: 1023px){
    /*-------------------- sub_mv --------------------*/

    .sub_tit{
        font-size: 3.6rem;
    }

    .sub_mv{
        height: 320px;
    }

    /*-------------------- sub_content --------------------*/

    h3 {
        font-size: 3.2rem;
    }

    /*-------------------- breadcrumb --------------------*/

    .breadcrumb {
        margin-top: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .breadcrumb a:after {
        width: 20px;
        right: -20px;
    }

    .breadcrumb a {
        margin-right: 20px;
    }

    .breadcrumb * {
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 767px){
    /*-------------------- sub_mv --------------------*/

    .sub_tit{
        font-size: 3rem;
    }

    .sub_mv{
        height: 280px;
    }

    /*-------------------- breadcrumb --------------------*/

    .breadcrumb {
        font-size: 1.4rem;
    }

    /*-------------------- sub_content --------------------*/

    h3 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 480px) {
    /*-------------------- sub_mv --------------------*/

    .sub_tit{
        font-size: 2.6rem;
        letter-spacing: 1px;
    }

    .sub_mv{
        height: 240px;
    }

    /*-------------------- breadcrumb --------------------*/

    .breadcrumb {
        letter-spacing: 1px;
    }

    /*-------------------- sub_content --------------------*/

     h3 {
        letter-spacing: 3px;
        font-size: 2.6rem;
    }
}


@media only screen and (min-width: 1025px){
    .breadcrumb a:hover {
        border-bottom: 1px solid #ffffff;
    }
}
