@charset "UTF-8";

/* ================================================
sidebarロゴ
================================================ */

@media (min-width: 751px) {
  header a {
padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 190px;
    font-size: 16px;
    background: url("../img/logo.png") no-repeat center 14px/212px;
    color: #01a0c8;  
  }
}

/* ================================================
main
================================================ */
