@charset "utf-8";

body{
    margin: 0%;
}

.pc{
    display: block;
}
.sp{
    display: none;
}
.top{
    width: 100%;
}

h4{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    color: #194f74;
    font-family: serif;
    font-size: 50px;
    width: 100%;
    margin-top: -250px;
}

.frame{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame .title{
    width: 70%;
    margin-bottom: 30px;
}

.frame .title .jitanimg{
    width: 100%;
    display: flex;
    justify-content: center;
}

.frame .title .subtitle{
    text-align: center;
    background-color:#194f74;
    border-radius: 10px;

}

.frame .title .subtitle span{
    color:#ffffff;
    font-size: 35px;
    font-family: serif;
    font-weight: bold;
}

.frame .title ol{
    list-style: none;
    padding: 0;
}

.frame .title ol li{
    color:#194f74;
    font-size: 25px;
    font-family: serif;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.frame .title ol span{
    font-size: 18px;
    font-family: serif;
    font-weight: bold;
}

.bx-wrapper{
    margin-top: 10px;
    margin-bottom: 30px;
}


.bx-wrapper .bx-viewport #bxslider1 .slide,
.bx-wrapper .bx-viewport #bxslider2 .slide,
.bx-wrapper .bx-viewport #bxslider3 .slide,
.bx-wrapper .bx-viewport #bxslider4 .slide{
    width: auto !important;
}


@media screen and (max-width:980px) { 
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    footer{
        display: block !important;
        position: sticky;
        bottom: 0;
        z-index: 99;
        left: 0;
    }
}