@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

ul#menu-side-navi {
    display: block;
    zoom: 1;
    padding-bottom: 20px;
}

ul#menu-side-navi li a {
    height: 40px;
    display: block;
    zoom: 1;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid #cbccd1;
    text-decoration: none;
}

ul#menu-side-navi li a::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}

ul#menu-side-navi li a:hover {
    text-decoration: none;
    background: #fafbfd;
}

ul#menu-side-navi li a:hover::before {
    text-decoration: none;
}


/* -----------------------------------------------------------
	#sub
----------------------------------------------------------- */

#sub {
    float: right;
    width: 290px;
    height: auto;
    margin-bottom: 50px;
}

.sub_box {
    clear: both;
    width: 290px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

#sub h2 {
    display: flex;
    align-items: center;
    clear: both;
    width: auto;
    height: auto;
    min-height: 54px;
    margin: 0 0 15px 0;
    font-weight: 500;
    padding: 9px 5px 9px 20px;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    background: #3682b5;
    position: relative;
    border-radius: 5px;
}

#sub h2::before {
    content: "";
    background: url(/wp-content/uploads/h2_icon_sb_pc.png) no-repeat;
    background-size: 29px;
    width: 29px;
    height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
}


@media screen and (max-width: 768px) {

#sub {
    float: none;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.sub_box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
}

.sub_sns {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

#sub h2::before {
    content: "";
    background: url(/wp-content/uploads/h2_icon_sub.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 36px;
    margin-right: 12px;
    flex-shrink: 0;
}

}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#archive {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

#archive .far {
    padding-right: 7px !important;
    color: #0da2e6;
    font-size: 14px;
}

#acMenu dt.open:hover,
#acMenu dd li a:hover {
    text-decoration: none;
    background: #fafbfd;
}

#acMenu dt.open {
    height: 40px;
    display: block;
    zoom: 1;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    padding: 12px 5px;
    border-bottom: 1px solid #cbccd1;
}

#acMenu dd {
    display: none;
}

#acMenu dd li a {
    height: 35px;
    display: block;
    zoom: 1;
    width: 100%;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    padding: 8px 28px;
    text-decoration: none;
    border-bottom: 1px solid #cbccd1;
}


/* -----------------------------------------------------------
	カテゴリー表示
----------------------------------------------------------- */

#category {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

#category li a {
    height: 40px;
    display: block;
    zoom: 1;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid #cbccd1;
    text-decoration: none;
}

#category li a::before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 7px;
    color: #0da2e6;
    font-size: 14px;
}

#category li a:hover {
    text-decoration: none;
    background: #fafbfd;
}

#category li a:hover::before {
    text-decoration: none;
}

#category li ul.children {
    display: inline;
}

#category li ul.children li {
    margin-bottom: 0;
}

li.cat-item-none {
    display: none;
}