/*　SPフッターナビ　背景色　*/
@media screen and (max-width: 768px) {
    #bottomNavi {
        background-color: rgba(255, 255, 255, 1);
        color: #111;
    }
    .overlay {
       background: none;
       background-color: rgba(255, 255, 255, 0.9);
    }
}

/*　メニュー色　*/

#gnavi li.current a {
    color: #FFF;
    background: none;
}
#gnavi {
    background: none;
    background-color: #000;
}
#gnavi li a:hover {
	background: linear-gradient(155deg,  rgb(219 198 96) 0%,rgba(255,104,112,0) 60%,rgba(255,104,112,0) 100%);
}



/*　背景画像削除　*/
body {
    background: none;
}
#top #voice_box {
    background: none;
}
#top .free {
    background: none;
}
#top .news_box {
    background: none;
}
#header {
    background: none;
}
#news {
    background: none;
}
#voice {
    background: none;
}
#free {
    background: none;
}
#question .group_ttl {
    background: none;
}

/* フォントカラー　*/
.ttl .en {
    color: #AB9F67;
    text-decoration: underline;
}


/*　ボタンカラー　*/
.btn_more a {
    color: #FFF !important;
    background-color: #AB9F67;
}
.bn_contact {
    background-color: #AB9F67;
}
.button {
    background-color: #AB9F67;
}
#question #title_box li {
    background: #AB9F67;
}
#data .bn_contact a:hover {
    background-color: #dbc660;
}
#question #title_box li a:hover {
    background-color: #dbc660;
}
.button:hover {
    background-color: #dbc660;
    color: #FFF;
    border: 1px solid #FFF;
}

/* フッターカラー */
#footer {
    background-color: #000;
}
#footer a {
    color: #fff;
}
#scrollUp a {
    color: #FFF;
    background: #AB9F67;
}
#scrollUp a:hover {
    color: #FFF;
    background-color: #dbc660;
}

/*　罫線カラー　*/
#top #about_box dl {
    border-bottom: 2px dotted #AB9F67;
}
#about #main dl {
    border-bottom: 2px dotted #AB9F67;
}
#money #main dl {
    border-bottom: 2px dotted #AB9F67;
}
#voice #main .name_box {
    border-bottom: 2px dotted #AB9F67;
}
#news #main li {
    border-bottom: 2px dotted #AB9F67;
}
#top #voice_box .name_box {
    border-bottom: 2px dotted #AB9F67;
}

/* SP ナビ */
#navi {
    background: url(https://royal-recruit.com/upload/pub/3a.png) no-repeat right center / cover;
}
#navi span {
    background-color: #fff;
}
#navi .menu {
    color: #fff;
}