@charset "UTF-8";

.parts-3col {
    display: flex;
    flex-wrap: wrap;
}
.parts-3col > * {
    margin: 0 1.4% 1.4% 0;
    width: 32.4%;
    text-decoration: unset;
}
.parts-3col > *:nth-of-type(3n) {
    margin: 0 0 1.4% 0;
}
.watchbloglist-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}
.watchbloglist-2col > * {
    width: 49%;
}
.watchbloglist-img {
    padding-top: 67%;
}
.watchbloglist-ttl {
    margin: 10px 0 30px 0;
    color: #555;
    font-size: 14px;
}
ul#item_cat_select {
    display: flex;
    list-style: none;
    gap: 5px;
    flex-wrap: wrap;
}
ul#item_cat_select li {
    margin: 0;
    padding: 5px 10px 4px;
    border: 1px solid #bfd2e7;
    font-size: 13px;
    color: #295585;
    cursor: pointer;
    transition: all .3s;
}
ul#item_cat_select li.active,
ul#item_cat_select li:hover {
    background: #bfd2e7;
    color: #666;
}
.sort_btns {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 1em;
    gap: 1em;
    position: relative;
    font-size: 14px;
    color: #333;
}
.sort_btns > div.items_scope {
    width: auto;
    position: absolute;
    left: 1em;
}
.sort_btns > div.item_num {
    width: 8em;
    position: relative;
}
.sort_btns > div.item_sort {
    width: 11em;
    position: relative;
}
.sort_btns > div > p:first-child {
    line-height: 3em;
    position: relative;
    cursor: pointer;
}
span.kakko {
    margin-right: .5em;
    padding: 0 .5em;
    border: 1px solid #999;
}
.sort_btns > div ul {
    display: none;
    width: 100%;
    padding: 0.2em 0.5em;
    border: 1px solid #ccc;
    border-radius: .3em;
    background: #ffffffe6;
    list-style: none;
    position: absolute;
    z-index: 2;
}
.sort_btns > div ul li.active {
    color: #476c8e;
    font-weight: bold;
    position: relative;
}
.sort_btns > div ul li {
    line-height: 2em;
    padding-left: 1.5em;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s;
}
.sort_btns > div > p:first-child::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg) translateY(-100%);
    position: absolute;
    right: 1em;
    top: 50%;
}
p.r_date {
    margin-top: .5em;
    margin-bottom: 7px;
    font-size: 12px;
    color: #555;
}
span.updated {
    color: #555;
    font-family: 'Marcellus', serif;
}
span.item_cat {
    display: inline-block;
    padding: .2em .5em .1em;
    background: #616a8f;
    color: white;
    text-decoration: none;
    font-size: 10px;
}
.nav-links {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    align-items: baseline;
    flex-wrap: wrap;
    width: calc(100% + 2.5rem);
}
.nav-links > * {
    display: flex;
    width: 29px;
    height: 29px;
    justify-content: center;
    align-items: center;
}
.nav-links > *:not(.dots) {
    margin: 0 0 0 3px;
    border: 1px solid #dee2e6;
}
span.page-numbers.current {
    background: #333;
    color: white;
}
.nav-links > a {
    color: #333;
    transition: all .3s;
    text-decoration: unset;
}

/* サイドバー */
ul.unstyled, ol.unstyled {
    margin-left: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #0F3192;
}
li.side_group_list.list {
    border-top: 1px solid #0F3192;
    font-weight: normal;
}
li.side_group_list.list:first-child {
    border-top: none;
}
li.side_group_list.list a.list_link {
    display: block;
    padding: 15px 0;
    color: #212121;
    text-decoration: none;
}
li.side_group_list.list a.list_link:hover,
li.side_group_list.list a.list_link:focus {
    opacity: .8;
    color: #005580;
}
.icon-lg-b.icon-chevron_right {
    background-position: -24px -216px;
}
.list_link_name {
    display: block;
    padding-right: 30px;
}
.icon-lg-b.icon-chevron_right {
    background-position: -24px -216px;
}
.icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
}
.icon-lg-b, .icon-lg-w {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.list_icon_arrow {
    float: right;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .parts-3col > * {
        margin: 0 4% 4% 0 !important;
        width: 48%;
    }
    .parts-3col > *:nth-child(2n) {
        margin:0 0% 4% 0 !important;
    }
    ul#item_cat_select {
        padding: 0;
    }
}