body {
    color: black;
}
a {
    color: #0275d8;
}

/* 背景色 */
html, body, .background {
    background-color: #dbe2e8;
}

/* ヘッダー */
header .header-label {
    color: #fff;
    background-color: #8c8c8c;
    padding: 17px 0;
}
/* モバイル向けヘッダーメニュー */
#header-menu {
    /*border-color: #866440;*/
    border-color: #8c8c8c;
}
#header-menu .menu-item {
    border-color: black;
    background-color: #8c8c8c;
}
#header-menu .menu-item a {
    color: #fff;
}

/* サイドバー */
.sidebar .menu-group .menu-category,
.sidebar .menu-group a {
    color: black;
}

/* パンくずリスト */
.content-header a {
    color: black;
}

/* コンテンツ */
main {
    background-color: #fff;
}

/* サイトマップ */
.sitemap a {
    color: black;
}
/* モバイル向けサイトマップメニュー */
.sitemap .mobile .menu-grid {
    border-color: #8c8c8c;
}
.sitemap .mobile .menu-item {
    border-color: #8c8c8c;
    background-color: #fff;
}
.sitemap .mobile a {
    color: black;
}

/* フッター */
footer .footer-label {
    color: #fff;
    background-color: #8c8c8c;
}

/*Section Title*/
.section_title{
    font-size:1.2rem;
    padding-bottom:0.5rem;
    color:#4e5d6d;
    position: relative;
}
.section_title:after {
    content: "";
    width:100%;
    height:3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #4e5d6d, rgba(255,255,255,0) 100%);
}

/*button*/
.submit_button{
    color: white;
    background-color: #728eab;
}

/* form_btn */
/*{{--戻る＆submitボタン--}}*/
.a_auth_btn{
    border:solid 1px #607082 !important;
    background-color:#607082;
    color:white !important;
}

.a_auth_btn:hover{
    background-color:#607082;
    color:white;
}

.auth_btn{
    background-color:#6c8db1;
    color:white;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
    transition: .4s;
}

.auth_btn:hover{
    text-shadow: -6px 0px 10px rgba(255, 255, 240, 0.7),
    6px 0px 10px rgba(255, 255, 245, 0.7);
}
