@charset "UTF-8";


@media screen and (max-width: 959px) {
	/* 959px以下（タブレット用） */
    h1{
        font-size:1.3em;
    }
    h2{
        font-size:1.3em;
    }
    
}
@media screen and (max-width: 480px) {
	/* 480px以下（スマホ用） */
    h1{
        font-size:1em;
    }
    h2{
        font-size:1em;
    }
    h3{
        font-size:1em;
    }
    
    h4{
        font-size:1em;
    }
    .uk-position-bottom{
        top:250px;
    }
    
    .pc { display: none !important; }
    .sp { display: block !important; }
    
    .bk-illust01-sp{
        background-image:none;
        margin:200px 0 300px 0;
}
    .bk-illust02-sp{
        background-image:none;
        margin:200px 0 300px 0;
}
    
    .bk-illust03-sp{
        background-image:none;
        margin:200px 0 280px 0;
}
    .bk-image01-sp{
        background-image:none;
        margin:200px 0 150px 0;     
}

    .bk-image02-sp{
        background-image:none;
        margin:200px 0 200px 0;
}
    
    .uk-navbar-dropdown.custom-toggle {

    background: rgba(2,20,121,1);
    color: #fff;
}
  
}

