/* PC版（width:768px ~> ） 上書きスタイル */

@media print, screen and (min-width:768px) {
    /* ヘッダーBar */
    #header {
        /* background: url(https://public-resource.github.io/giveone/images/header_bar_bg.png) !important; */
    }
    /* Mainエリア */
    #main {
        padding-top: 0px !important;
    }
    /* メイン イメージ */
    #main-visual {
        height: 350px !important;
        margin-top: 60px !important;
        /* background: url(../images/GiveOne_TOP20200511-min.png) no-repeat center center !important; */
    }

    /* ヘッダーナビ リンク */
    #hdrNav li a {
        color: #fff !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    /* ヘッダー メインメニュー */
    ul#hdrNav {
        margin-bottom: -10px !important;
    }
    /*  */
    #hdrNav li:nth-child(1), #hdrNav li:nth-child(2) {
        background: none !important;
    }
    /*  */
    #header .pc-block1 {
        height: 60px !important;
    }
    /*  */
    #header #btnHdrLogin a {
        background: #fec200 !important;
        color: #001121 !important;
        height: 30px !important;
        border-radius: 10px !important;
        line-height: 30px !important;
        margin-top: 15px !important;
        margin-right: 10px !important;
        width: 140px !important;
        font-size: 13px !important;
    }
    /*  */
    #header .pc-block1 .logo img {
        height: 100% !important;
        width: auto !important;
    }
    /*  */
    #hdrNav li a:hover {
        color: #fec200 !important;
    }
    /*  */
    .navi-hr-top {
        margin-top: 5px !important;
        border-color: #fff !important;
        border-width: 1px !important;
        border-style: solid !important;
    }
    /*  */
    .navi-hr-bottom {
        margin-bottom: 5px !important;
        border-color: #fff !important;
        border-width: 0px !important;
        border-style: solid !important;
    }

    /* 団体ログインページのGiveOneロゴ 配置 */
    div#prf_admin-logo {
        margin-left: 28%;
        margin-bottom: 10px;
    }

    /* キュレーションページ mainコンテンツエリア余白調整 */
    .prf_special #main {
        padding-top: 0px !important;
        margin: 15px;
    }

}