@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/research/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.footer_inner_nav {
    padding-top: 0;
}
.wrapper {
    position: relative;
    background: #fff url("../../common/img_db/bg_logo.jpg") no-repeat bottom right;
    background-size: 400px;
    padding: 60px 0 220px;
}
/* ===================== */
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
.wrapper {
    background: #fff url("../../common/img_db/bg_logo.jpg") no-repeat bottom right;
    background-size: 240px;
    padding: 60px 0 170px;
}
.footer_inner_end {
    padding-top: 0px;
}
/* ===================== */
.btn-li {
    width: 100%;
}

}
