@charset "UTF-8";

/* 全体 */
body {
    color: #676566;
    font-size: 16px;
    background: url('../images/bg.png');
}

img {
    max-width: 100%;
    height: auto;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    opacity: .7;
}

#site-wrapper {
    overflow: hidden;
}

#container {
    padding: 0;
    width: 100%;
    max-width: 1120px;
}

@media (min-width: 768px) {
    #container {
        width: 92%;
        margin: 0 auto;
        padding: 30px 0;
    }
}

.button {
    border: 1px solid #373536;
    border-radius: 4px;
    background: #fff;
    padding: 7px 0;
    display: inline-block;
    text-align: center;
}

.button:hover {
    background: #373536;
    color: #fff;
}

.btn {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ddd;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    text-decoration: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#main {
    background: transparent;
    overflow: visible;
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    #main {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }
}

#main-in {
    margin: 0 auto;
    padding: 0;
    max-width: 1120px;
}

@media (min-width: 768px) {
    #main-in {

        padding: 0;
    }
}

@media (min-width: 992px) {
    #main-in {
        width: 100%;
        max-width: 1120px;
        padding: 0;
    }
}

@media (max-width: 1119px) {
    #main-in {
        flex: 1;
    }
}

@media (min-width: 1120px) {
    #main-in {
        display: flex;
        justify-content: space-between;
    }
}

#contents21,
#contents10 {
    float: none;
}

@media (min-width: 992px) {
    #contents21 {
        float: none;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    #sidebar21 {
        float: none;
        width: auto;
    }
}

#sidebar21.sidebar-area {
    margin-top: 40px;
    min-width: 300px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

@media (min-width: 1120px) {
    #sidebar21.sidebar-area {
        width: 300px;
        margin: 0;
    }
}

#breadcrumb {
    max-width: 1120px;
    padding: 15px 4%;
    margin: 0 auto;
    color: #aaa;
    font-size: 12px;
    background: #fff;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    #breadcrumb {
        border: none;
    }
}

#breadcrumb li {
    font-size: 12px;
}

#breadcrumb li a span {
    font-size: 12px;
    color: #aaa;;
}

#breadcrumb li span {
    color: #bb5940;
}

@media (min-width: 769px) {
    #breadcrumb {
        padding: 0 0 15px;
        border-radius: 0;
        background: none;
    }
}

@media (min-width: 1121px) {
    #breadcrumb {
        padding: 0 0 15px;
    }
}

@media screen and (min-width: 992px) {
    #contents21 {
        flex: 0 0 792px;
        padding: 0 0 24px;
        margin: 0 0 24px;
    }
}

@media screen and (min-width: 992px) {
    #contents10, #contents11 {
        float: none;
        width: 100%;
    }
}

.pagetop {
    display: none;
}

/* ヘッダー */
#header-wrapper {
    position: relative;
    z-index: 2;
}

#header {
    overflow: visible;
    background: #fff;
}

@media (min-width: 768px) {
    #header {
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
    }
}

#header-in {
    display: flex;
    justify-content: space-between;
}

#header .header-title-area {
    float: none;
    width: auto;
}

#header .sitetitle {
    padding: 0;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    background: transparent;
    border: none;
    text-align: left;
}

#header .sitetitle a {
    color: #676566;
}

@media (min-width: 992px) {
    #header-in {
        margin: 0 auto;
        width: auto;
        max-width: 1120px;
        height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.header-title-area {
    flex: 1 1 auto;
    font-size: 12px;
    min-width: 93px;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header-title-area {
        padding-left: 20px;
    }
}

@media (min-width: 1120px) {
    .header-title-area {
        padding-left: 20px;
    }
}

#header .header-free-area {
    width: auto;
    flex: 1 0 auto;
    font-size: 14px;
    height: 44px;
    overflow: visible;
}

@media (min-width: 768px) {
    .header-free-area {
        padding-right: 10px;
    }
}

@media (min-width: 1120px) {
    .header-free-area {
        padding-right: 0;
    }
}

#header-right-top {
    float: none;
    width: 200px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-search {
    position: relative;
    min-width: 40px;
    height: 40px;
}

.header-search #s {
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 44px 0 0;
    border: none;
    border-radius: 0;
    outline: none;
    transition: all .4s;
    font-size: 16px;
    background: #fff url(../images/icon-search.png) no-repeat 100% 0/40px 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: none;
}

.header-search #s:focus {
    width: 210px;
    border-bottom: 2px solid #bb5940 !important;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .header-search #s:focus {
        width: 185px;
    }
}

@media (min-width: 1120px) {
    .header-search #s:focus {
        width: 200px;
    }
}

.header-search input[type=submit] {
    display: none;
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header-right-top .header_sns_menu {
    display: flex;
    justify-content: flex-end;
    position: static;
    bottom: 0;
    clear: both;
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    left: 0;
    font-size: 12px;
}

#header-right-top div.header_sns_menu > ul > li,
#header-right-top ul.header_sns_menu > li {
    float: none;
    width: 40px;
    height: 40px;
    display: inline-block;
}

#header-right-top ul.header_sns_menu > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

#header-right-top ul.header_sns_menu > li a .color_twitter,
#header-right-top ul.header_sns_menu > li a .color_facebook,
#header-right-top ul.header_sns_menu > li a .color_instagram,
#header-right-top ul.header_sns_menu > li a .color_rss {
    color: #bb5940;
}

#header-right-top .header_sns_menu li a:hover {
    height: 40px;
}

@media (min-width: 992px) {
    #header-right-top .header_sns_menu li {
        position: static;
        left: auto;
        float: none;
        height: auto;
        padding-right: 0;
    }
}

#header .header-menu-box {
    display: flex;
    width: 100%;
    max-width: 1120px;
    position: relative;
    border: none;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}

#header .header-menu-box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: contain;
    font-weight: bold;
    color: #bb5940;
}

@media (min-width: 768px) {
    #header .header-menu-box li a {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
        color: #333;
        border-right: 1px solid #ddd;
    }

    #header .header-menu-box li:first-child a {
        border-left: 1px solid #ddd;
    }

    #header .header-menu-box li:last-child a {
        border-right: none;
    }
}

@media (min-width: 1120px) {
    #header .header-menu-box li:last-child a {
        border-right: 1px solid #ddd;
    }
}

#header .header-menu-box .menu li a:hover {
    height: auto;
}

#header .header-menu-box li a span {
    order: 3;
    display: none;
    font-weight: normal;
    font-size: 10px;
    color: #bb5940;
    letter-spacing: .08em;
}

#header .header-menu-box li a span br {
    display: none;
}

@media (min-width: 768px) {
    #header .header-menu-box li a span {
        display: block;
    }

    #header .header-menu-box li a span br {
        display: inline;
    }
}

#header .gnav_logo-pc {
    /*background:#bb5940 url(../images/header_logo.jpg) no-repeat center 50%/80%;*/
    background:#bb5940;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    color: #fff;
    font-weight: bold;
    font-size: 4.6vw;
}

@media (min-width: 768px) {
    #header .gnav_logo-pc {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 140px;
        width: 100px;
        margin: -50px 0 0 30px;
        padding-bottom: 40px;
        font-size: 20px;
        /*background: #fff url(../images/header_logo.jpg) no-repeat center 70%/80%;*/
        border-top: none;
    }
}

@media (min-width: 1120px) {
    #header .gnav_logo-pc {
        width: 140px;
        height: 140px;
        margin-top: -50px;
        margin-left: 0;
        font-size: 24px;
    }
}

#header .header-menu-box-in {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    max-width: 1120px;
    margin: 0;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    #header .header-menu-box-in {
        width: 100%;
        margin: 0 auto;
    }
}

.menu-global-menu-container {
    width: 100%;
}

#header .header-menu-box .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: static;
    bottom: auto;
    clear: both;
    margin-bottom: 0;
    float: none;
    left: auto;
    font-size: inherit;
    border-top: 1px solid#bb5940;
}

@media (min-width: 768px) {
    #header .header-menu-box .menu {
        margin-left: 160px;
        border-top: none;
    }
}

.header-menu-box div.menu > ul > li,
.header-menu-box ul.menu > li {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    float: none;
    width: 33.33333%;
    height: 48px;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid#bb5940;
    border-bottom: 1px solid#bb5940;
    border-radius: 0;
}

.header-menu-box div.menu > ul > li:nth-child(3n),
.header-menu-box ul.menu > li:nth-child(3n) {
    border-right: none;
}

.header-menu-box div.menu > ul > li br:nth-of-type(2),
.header-menu-box ul.menu > li br:nth-of-type(2) {
    display: none;
}

@media (min-width: 768px) {
    .header-menu-box div.menu > ul > li,
    .header-menu-box ul.menu > li {
        width: 16.6%;
        height: 78px;
        border: none;
        padding: 15px 0;
    }

}

.header-menu-box ul li:before {
    content: none;
}

@media (min-width: 992px) {
    .header-menu-box .menu li {
        position: relative;
        border: none;
        float: none;
        height: auto;
        vertical-align: center;
        padding-left: 3px;
    }
    .header-menu-box .menu li {
        display: block;
        position: relative;
        border: none;
        border-radius: 0;
        height: auto;
    }
}

/* TOPページ */
.top-hot-posts {
    margin: 0 auto;
    width: 100%;
}

.hot-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hot-post-list li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.hot-post-list li:nth-child(2) {
    display: none;
}

@media (min-width: 768px) {
    .hot-post-list li {
        display: inline-block;
        width: 48.5%;
        margin: 0 3% 30px 0;
        border-radius: 8px;
    }

    .hot-post-list li:nth-child(2) {
        display: block;
        margin-right: 0;
    }
}

.hot-post-list figure {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.hot-post-list figure::before {
    content: "";
    display: block;
    padding-top: 61.8%;
}

@media (min-width: 768px) {
    .hot-post-list figure {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

.hot-post-list li a > div {
    position: relative;
    padding: 15px 4% 15px 100px;
    font-weight: 600;
    color: #373536;
}

@media (min-width: 768px) {
    .hot-post-list li a > div {
        padding: 24px 30px 24px 100px;
    }
}

.hot-post-list li a > div::before {
    position: absolute;
    content: "HOT";
    background: #ffe666;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    color: #373536;
    top: 15px;
    left: 30px;
}

@media (min-width: 768px) {
    .hot-post-list li a > div::before {
        top: 25px;
    }
}

.hot-post-list li a span {
    color: #bb5940;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    margin-right: 12px;
}

.hot-post-list li a time {
    display: inline-block !important;
    font-size: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
    color: #949293;
    padding: 0 0 0 8px;
    border-left: 1px solid #ddd;
}

@media (min-width: 769px) {
    .hot-post-list li a time {
        padding: 0 0 0 12px;
    }
}

.hot-post-list li a h3 {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 769px) {
    .hot-post-list li a h3 {
        margin: 20px 0 0;
    }
}

.hot-post-list .popular-ribbon {
    display: none;
}

.top-posts {
    margin: 0 auto;
    width: 100%;
    display: block;
    background: #fff;
}

@media (min-width: 768px) {
    .top-posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        background: transparent;
    }
}

.top-posts > li {
    display: block;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 92%;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .top-posts > li {
        display: inline-block;
        width: 31.5%;
        margin: 0 2.75% 30px 0;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
        border: none;
        padding: 0;
    }

    .top-posts > li:nth-child(3n) {
        margin-right: 0;
    }
}

.top-posts > li a {
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .top-posts > li a {
        display: block;
    }
}

.top-posts figure {
    margin: 0;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    width: 100px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.top-posts figure:before {
    content: "";
    display: block;
    padding-top: 61.8%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (min-width: 768px) {
    .top-posts figure {
        width: auto;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .top-posts figure:before {

    }
}

.top-posts-overview {
    position: relative;
    width: calc(100% - 80px);
    padding: 0 0 0 15px;
    color: #373536;
}

@media (min-width: 768px) {
    .top-posts-overview {
        padding: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .top-posts-overview {
        padding: 24px 30px;
    }
}

.top-posts-overview ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
}

@media (min-width: 768px) {
    .top-posts-overview ul {
        margin: 0 0 20px;
    }
}

.top-posts-overview li:first-child {
    color: #bb5940;
    width: auto;
    margin-right: 8px;
    font-size: 1.25rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .top-posts-overview li:first-child {
        margin-right: 12px;
        font-size: 13px;
    }
}

.top-posts-overview li:last-child {
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    color: #949293;
    padding: 0 0 0 8px;
    border-left: 1px solid #ddd;
}

@media (min-width: 769px) {
    .top-posts-overview li:last-child {
        padding: 0 0 0 12px;
    }
}

.top-posts-overview h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.front-page-archive {
    padding: 28px 0 56px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
}

.front-page-archive a {
    display: inline-block;
    width: 150px;
    padding: 8px 0;
    border: 1px solid #373536;
    border-radius: 4px;
    background: #fff;
    color: #676566;
    font-size: 16px;
}

@media (min-width: 768px) {
    .front-page-archive {
        padding: 8px 0 56px;
        background: transparent;
        margin-bottom: 0;
    }

    .front-page-archive a {
        width: 32%;
        padding: 16px 0;
    }
}

#sidebar-top {
    width: 92%;
    margin: 40px auto 0;
}

#sidebar-top .widget-box {
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    #sidebar-top {
        width: 100%;
        margin: 0 auto;
    }

    #sidebar-top h2.widgettitle {
        line-height: 1.5;
    }

    #sidebar-top h2.widgettitle b {
        font-size: 28px;
    }

    #sidebar-top h2.widgettitle span {
        font-size: 14px;
    }

    #sidebar-top .widget .tab li {
        width: calc(100% - .66667px);
        text-align: center;
        padding: 5px 0;
        margin: 0 1px 0 0;
        border-bottom: 2px solid #e0e0e0;
        color: #949293;
        background-color: transparent;
        cursor: pointer;
    }

    #sidebar-top .widget .tab li {
        padding: 10px;
        font-size: 18px;
        border-bottom-width: 4px;
        margin: 0 3px 0 0;
    }

    #sidebar-top .widget .tab li.active {
        color: #373536;
        border-bottom-color: #bb5940;
        background: #fff;
        border-radius: 8px 8px 0 0;
        font-weight: bold;
    }

    #sidebar-top .widget-box {
        padding: 0;
        margin: 0 auto 30px;
    }

    #sidebar-top .popular-post-list {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 350px;
    }

    #sidebar-top .widget .area ul {
        display: none;
    }

    #sidebar-top .widget .area ul.show {
        display: flex;
    }

    #sidebar-top .widget-box li {
        width: calc(50% - 20px);
        height: 100px;
        padding: 10px 0;
        margin: 0 10px;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }

    #sidebar-top .widget-box li:first-child {
        padding-top: 0;
    }

    #sidebar-top h3 {
        font-size: 16px;
    }

    #sidebar-top .popular-post-list figure {
        width: 120px;
        height: 74px;
        background-size: cover;
        background-position: 50%;
        overflow: hidden;
    }

    #sidebar-top .popular-post-list li a > div {
        margin: 0 0 0 20px;
        width: calc(100% - 140px);
        padding: 0;
    }

}

/* 記事ページ */
#article.panel {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-top: 0;
}

@media (min-width: 768px) {
    #article.panel {
        border-radius: 8px;
        border-top: 4px solid #bb5940;
    }
}

#article.panel .hentry {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 992px) {

}

h2.postsubtitle {
    width: 90%;
    font-weight: 600;
    font-size: 22px;
    color: #1d1a1b;
    line-height: 1.56;
    padding: 40px 0 0;
    margin: 0 auto 25px;
    border-bottom: 0;
}

@media (min-width: 768px) {
    h2.postsubtitle {
        font-size: 36px;
        padding: 0;
    }
}

@media (min-width: 992px) {

}

.entry-post-meta {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
}

.entry-post-meta .post-tag b {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #bbb;
    background: none;
    height: auto;
    width: auto;
}

.entry-post-meta .post-tag a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #bb5940;
    font-size: 12px;
}

.article-head {
    width: 90%;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
    margin: 0 auto;
}

.article-head .sns-btn-area {
    display: none;
}

@media (min-width: 768px) {
    .article-head {
        border-bottom: 1px solid #ddd;
        padding: 30px 0 20px;
        margin: 0 auto 40px;
    }

    .article-head .sns-btn-area {
        display: block;
    }
}

.article-cat {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #bb5940;
    padding: 0 20px 0 0;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
}

.article-date {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    flex: 1;
}

.article-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0;
    width: 90%;
}

.article-footer .sns-btn-area {
    width: 100%;
    margin-top: 15px;
}

.article-footer ul.sns-viral-btn {
    width: auto;
    justify-content: center;
}

@media (min-width: 768px) {
    .article-footer .sns-btn-area {
        width: 200px;
        margin-top: 0;
    }

    .article-footer ul.sns-viral-btn {
        width: 200px;
        justify-content: flex-end;
    }
}

.article-button-area {
    text-align: center;
    margin: 32px auto 0;
    padding: 16px 0;
    background: #fbfafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.article-button-area .btn {
    width: 100%;
    max-width: 345px;
    margin: 8px;
    padding: 8px 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.btn-signup {
    background: #ffe666;
}

.btn-staff {
    background: #44a6bf;
}

.btn-signup small,
.btn-signup span {
    color: #373536!important;
}

.article-button-area .btn small {
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.article-button-area .btn span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.sns-btn-area {
    float: none;
    width: 200px;
    margin: 0;
    padding: 0;
}

ul.sns-viral-btn {
    display: flex;
    justify-content: flex-end;
    height: auto;
    width: 200px;
    text-align: right;
}

ul.sns-viral-btn li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    position: relative;
    list-style-type: none;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;
    font-size: 24px;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    border-radius: 18px;
    text-align: center;
}

ul.sns-viral-btn li {
    float: none;
    position: relative;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 18px;
    font-size: 1.0em;
}

@media (min-width: 992px) {
    ul.sns-viral-btn li {
        float: none;
        position: relative;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 18px;
        font-size: 1.0em;
    }
}

.sns-tweet-viral-btn:before {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 1.1em;
    content: "\f099";
}

.sns-fblike-viral-btn:before {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 1.1em;
    content: "\f09a";
}

.sns-line-viral-btn:before {
    margin-top: .3em;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 1.1em;
    /* content: "\f075 LINE"; */
    content: url(../images/linebutton_20x20_r.png) "";
}

.article-thumbnail {
    width: 100%;
    margin: 20px 0 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.article-thumbnail:after {
    padding-top: 63%;
    content: "";
    display: block;
}

/* 記事コンテンツ部分 */
.entry-body {
    width: 90%;
    margin: 0 auto;
    line-height: 2.1;
}

.entry-body p {
    color: #434142;
    margin: 15px auto 20px;
    line-height: 1.9;
}

.entry-body > div *,
.entry-body > p {
    color: #434142;
    font-size: 18px;
}

#article .entry-body h2 {
    margin: 50px auto 30px;
    padding: 20px 0;
    border-top: 4px solid #bb5940;
    border-bottom: 1px solid #bb5940;
    font-size: 28px;
    color: #373536;
    font-weight: 600;
    line-height: 1.4;
    background: transparent;
}

#article .entry-body h3 {
    margin: 35px auto 25px;
    padding: 0 0 0 15px;
    border-left: 4px solid #bb5940;
    color: #373536;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 600;
    background: transparent;
}

@media (max-width: 767px) {
    .entry-body p {
        line-height: 1.9;
    }

    #article .entry-body > div *,
    #article .entry-body > p {
        font-size: 16px;
        line-height: 1.9;
    }

    #article .entry-body h2 {
        font-size: 16px;
        padding: 15px 0;
        line-height: 1.4;
    }

    #article .entry-body h3 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.article-author {
    margin: 0;
}

.article-author img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    margin: 0 7px 0 0;
}

.article-author-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.2;
}

.article-author-info b {
    font-size: 16px;
    color:#bb5940;
    font-weight: normal;
}

/* 関連記事 */
.related-articles {
    width: 92%;
    margin: 20px auto 30px;
}

.related-articles a {
    position: static;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

.related-articles .panel {
    margin: 0;
    border: none;
}

.related-articles .panel-heading {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
    color: #373536;
    background: none;
    padding: 0;
    border: none;
    text-align: center;
}

.related-articles .panel-body {
    width: auto;
    min-width: 300px;
    margin: 0 auto;
    display: block;
}

.related-articles #panel-cell.panel-cell {
    display: block;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.related-articles .excerpt {
    display: none;
}

.related-article-overview {
    flex: 1;
}

.related-article-thumbnail {
    width: 80px;
    height: 50px;
    margin: 0 10px 0 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    border-radius: 4px;
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.related-article-thumbnail:after {
    padding-top: 61.538%;
    content: "";
    display: block;
}

.related-articles #panel-cell h2.post-title {
    border: none;
    padding: 0;
    font-weight: 600;
    color: #373536;
    font-size: 16px;
    line-height: 1.4;
}

.related-article-category {
    padding: 5px 0;
    color: #bb5940;
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .related-articles {
        width: 90%;
        margin: 30px auto;
    }

    .related-articles .panel-heading {
        text-align: left;
    }

    .related-articles .panel-heading br {
        display: none;
    }

    .related-articles .panel-body {
        width: 92%;
        min-width: 300px;
        margin: 0 auto 2em;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .related-articles #panel-cell.panel-cell {
        display: block;
        width: 30%;
        margin: 0 0 20px;
        padding: 0;
        border: none;
    }

    .related-articles a {
        position: static;
        display: block;
        padding: 0;
        border-top: none;
        width: auto;
    }

    .related-article-thumbnail {
        width: 100%;
        height: auto;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 0 5px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* サイドバー */
.widget.banner {
    margin-bottom: 20px;
    text-align: center;
}
.widget.banner a {
    display: inline-block;
    margin: 0 auto 8px;
    text-align: center;
}

.widget.top-widget {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
}

.both-banner {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .both-banner {
        display: flex;
        justify-content: center;
    }

    .widget.banner .both-banner a {
        margin: 0 10px;
    }
}

[id^=sidebar] h2.widgettitle {
    text-align: center;
    margin: 0 auto 15px;
    height: auto;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    line-height: 1.2;
}

[id^=sidebar] h2.widgettitle b {
    font-size: 20px;
    color: #1d1a1b;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

[id^=sidebar] h2.widgettitle span {
    color: #bb5940;
    font-size: 11px;
    letter-spacing: .08em;
}

.widget-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
}

.widget-box > *:first-child {
    margin-top: 0;
}

.widget-box > *:last-child {
    margin-bottom: 0;
}

.widget-box.popular-posts {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.wpp-no-data {
    padding: 10px;
}

.recent-post-list,
.popular-post-list {
    color: #373536;
}

[id^=sidebar] .recent-post-list li:first-child,
[id^=sidebar] .popular-post-list li:first-child {
    padding-top: 0;
}
[id^=sidebar] .recent-post-list li,
[id^=sidebar] .popular-post-list li {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

[id^=sidebar] .recent-post-list li:last-child,
[id^=sidebar] .popular-post-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

[id^=sidebar] .recent-post-list li::before,
[id^=sidebar] .popular-post-list li::before {
    content: none;
}

[id^=sidebar] ul li a:hover {
    color: #333;
    text-decoration: none;
}

.recent-post-list figure,
.popular-post-list figure {
    width: 80px;
    height: 50px;
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    margin: 0;
}

.recent-post-list li a,
.popular-post-list li a {
    position: relative;
    color: #676566;
}
.recent-post-list li a,
.popular-post-list li a {
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    position: relative;
}

.recent-post-list li a > div,
.popular-post-list li a > div {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}

.recent-post-list li a h3,
.popular-post-list li a h3 {
    margin: 10px 0 0;
    color: #373536;
    font-size: 14px;
    font-weight: 600;
    min-height: 4em;
}

.recent-post-list li a span,
.popular-post-list li a span {
    font-weight: bold;
    font-size: 12px;
    color: #bb5940;
}

.recent-posts-more {
    text-align: center;
}

.popular-ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px 0 0 -1px;
    padding: 2px 0 1px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    background-color: #bbb;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.popular-post-list li:first-of-type a .popular-ribbon {
    background: #894333;
}

.popular-post-list li:first-of-type a .popular-ribbon::after {
    border-left-color: #894333;
    border-right-color: #894333;
}

.popular-post-list li:nth-of-type(2) a .popular-ribbon {
    background: #bb5940;
}

.popular-post-list li:nth-of-type(2) a .popular-ribbon::after {
    border-left-color: #bb5940;
    border-right-color: #bb5940;
}

.popular-post-list li:nth-of-type(3) a .popular-ribbon {
    background: #ca8d7e;
}

.popular-post-list li:nth-of-type(3) a .popular-ribbon::after {
    border-left-color: #ca8d7e;
    border-right-color: #ca8d7e;
}

.popular-post-list li:first-of-type a .popular-ribbon::before {
    content: "1";
}

.popular-post-list li:nth-of-type(2) a .popular-ribbon::before {
    content: "2";
}

.popular-post-list li:nth-of-type(3) a .popular-ribbon::before {
    content: "3";
}

.popular-post-list li:nth-of-type(4) a .popular-ribbon::before {
    content: "4";
}

.popular-post-list li:nth-of-type(5) a .popular-ribbon::before {
    content: "5";
}

.popular-ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 10px solid #bbb;
    border-right: 10px solid #bbb;
    border-bottom: 10px solid transparent;
}

[id^=sidebar] .recent-posts-more a {
    display: inline-block;
    width: 160px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #373536;
    border-radius: 4px;
    background: #fff;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.6;
}

[id^=sidebar] .recent-posts-more a:hover {
    background: #373536;
    color: #fff;
}

[id^=sidebar] .widget .tab {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
[id^=sidebar] .widget .tab li {
    width: calc(100% - .66667px);
    text-align: center;
    padding: 5px 0;
    margin: 0 1px 0 0;
    border-bottom: 2px solid #e0e0e0;
    color: #949293;
    background-color: transparent;
    cursor: pointer;
}
[id^=sidebar] .widget .tab li::before {
    content: none;
}
[id^=sidebar] .widget .tab li.active {
    color: #373536;
    border-bottom-color: #bb5940;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.widget .area ul {
    display: none;
}
.widget .area ul.show {
    display: block;
}

/* フッター */
#copyright {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background: #373536;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

#footer-in {
    clear: both;
    width: 100%;
    max-width: 1120px;
    margin: auto;
}

.footer-home-link {
    background:#bb5940;
    text-align: center;
    font-size: 14px;
}

.footer-home-link a {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size:
}

@media (min-width: 768px) {
    .footer-home-link {
        display: none;
    }
}

#footer-widget {
    width: 100%;
    float: none;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    #footer-widget {
        width: 100%;
        float: none;
        max-width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 48px 0;
    }
}

#footer-widget ul {
    border: none;
}

#footer-widget .footer-left,
#footer-widget .footer-center {
    float: none;
}

@media (min-width: 992px) {
    #footer-widget .footer-center {
        float: none;
    }
}

#footer div.menu > ul > li,
#footer ul.menu > li {
    float: none;
    height: auto;
    margin: 0;
    border: none;
}

@media (max-width: 767px) {
    #footer .menu li:hover > ul {
        display: none;
    }
}

#footer-widget .footer-left ul li:before {
    content: none;
}

@media (min-width: 768px) {
    #footer div.menu > ul > li,
    #footer ul.menu > li {
        margin: 0 0 8px;
    }

    #footer-widget .footer-left ul li:before {
        position: static;
        content: "";
        height: 8px;
        width: 8px;
        background: #bb5940;
        border-radius: 2px;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        vertical-align: middle;
    }
}

#footer .menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: static;
    float: none;
    padding: 0;
}

@media (min-width: 768px) {
    #footer .menu {
        display: block;
        padding: 0 16px;
    }
}

#footer .menu li {
    position: relative;
    left: 0;
    float: none;
    height: auto;
    padding: 0;
    width: 50%;
}

@media (min-width: 768px) {
    #footer .menu li {
        width: auto;
    }
}

#footer .menu li a {
    padding: 0;
    display: inline-block;
    height: 18px;
    width: 80%;
    line-height: 1.5;
    overflow: visible;
    text-overflow: initial;
    font-weight: bold;
    font-size: 14px;
}

#footer .menu li a br {
    display: none;
}

#footer .menu li a center {
    display: inline;
    text-align: left;
    letter-spacing: .08em;
    color: #bb5940;
    font-size: 12px;
    margin-left: 1em;
    font-weight: normal;
}

#footer .menu li a:hover {
    border: none;
    height: auto;
}

.footer-left {
    font-size: 14px;
}

.footer-center {

}

#footer .footer-right {
    text-align: center;
    margin-right: 0;
}

#footer .footer-left .menu li {
    background:#bb5940;
    text-align: center;
    border-top: solid 1px #fff;
}

#footer .footer-left .menu li:nth-child(2n) {
    border-left: solid 1px #fff;
}

#footer .footer-left .menu li a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
}

#footer .footer-left .menu li a br,
#footer .footer-left .menu li a span {
    display: none;
}

@media (min-width: 768px) {
    #footer .footer-left .menu li {
        background: transparent;
        text-align: left;
        border: none;
    }

    #footer .footer-left .menu li:nth-child(2n) {
        border: none;
    }

    #footer .footer-left .menu li a {
        display: inline;
        color: #333;
        font-weight: bold;
    }

    #footer .footer-left .menu li a span {
        display: inline;
    }
}

@media (min-width: 768px) {
    .footer-left {
        width: 25%;
        font-size: 14px;
    }

    .footer-center {
        width: 50%;
        border-left: 1px solid #ddd;
    }

    .footer-right {
        width: 25%;
        text-align: center;
    }
}

@media (min-width: 1120px) {
    .footer-left {
        border-left: 1px solid #ddd;
    }

    .footer-right {
        border-right: 1px solid #ddd;
    }
}

#footer .footer-center .menu li::before {
    content: none;
}

#footer .footer-center .menu li {
    margin: 0;
    height: auto;
    text-align: center;
    border-bottom: solid 1px#bb5940;
    background: #f1ffff;
}

#footer .footer-center .menu li:nth-child(2n) {
    border-left: solid 1px#bb5940;
}

#footer .footer-center .menu li a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    color:#bb5940;
    font-weight: normal;
}

@media (min-width: 768px) {
    #footer .footer-center .menu li {
        margin: 0 0 8px;
        text-align: left;
        border: none;
        background: transparent;
    }

    #footer .footer-center .menu li:nth-child(2n) {
        border: none;
    }

    #footer .footer-center .menu li a {
        color: #000;
        display: inline;
    }

    #footer .footer-center .menu li::before {
        position: static;
        content: "-";
        margin: 0 3px 0 0;
        display: inline-block;
        color: #373536;
        padding: 0;
        height: auto;
        font-weight: normal;
        font-size: 14px;
    }
}

.footer-info-catch {
    display: none;
    font-size: 10px;
    color: #434142;
    margin: 0 0 15px;
    text-align: center;
}


.footer-info-logo {
    display: none;
    margin: 10px auto;
    width: 140px;
    height: auto;
}

@media (min-width: 768px) {
    .footer-info-catch {
        display: block;
    }

    .footer-info-logo {
        display: block;
    }
}

.footer-sns-circle {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#footer-widget .footer-sns-circle li {
    width: 25%;
    padding: 0;
    border-left: 1px solid#bb5940;
    border-top: none;
    border-bottom: none;
}

#footer-widget .footer-sns-circle li:first-child {
    border: none;
}

#footer-widget .footer-sns-circle li::before {
    content: none;
}

#footer-widget .footer-sns-circle li a {
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    color: #bb5940;
}

@media (min-width: 768px) {
    .footer-sns-circle {
        display: block;
        text-align: center;
    }

    #footer-widget .footer-sns-circle li {
        display: inline-block;
        border: 1px solid #bb5940;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
        width: 36px;
        height: 36px;
        margin: 0 6px;
        border-radius: 18px;
    }

    #footer-widget .footer-sns-circle li:first-child {
        border: 1px solid #bb5940;
    }

    #footer-widget .footer-sns-circle li a {
        height: 34px;
        line-height: 34px;
    }
}

.footer {
    background: #fff;
}

.footer-lower {
    font-size: 14px;
    background:#bb5940;
    padding: 20px 10px;
    color: #fff;
}

.footer-lower-header {
    max-width: 1120px;
    margin: 0 auto 25px;
    font-weight: normal;
    text-align: center;
}

.footer-lower-inner {
    max-width: 1120px;
    margin: 0 auto;
}

#footer .footer-sitemap-item {
    text-align: center;
}

#footer .footer-sitemap-item .menu {
    display: inline-block;
}

#footer .footer-sitemap-item .menu li {
    display: inline-block;
    width: auto;
    text-align: center;
}

#footer .footer-sitemap-item .menu li::after {
    display: inline-block;
    content: "/";
    padding: 0 10px;
    color: #fff;
}

#footer .footer-sitemap-item:last-child .menu li:last-child::after {
    content: none;
}

#footer .footer-sitemap-item .menu li a {
    width: auto;
    font-weight: normal;
    line-height: 2;
    font-size: 16px;
    height: auto;
}

#footer .footer-sitemap-item .menu li a span {
    display: none;
}

#footer .footer-sitemap-item .menu a {
    color: #fff;
}

#footer .footer-sitemap-item .menu a:hover {
    color: #eee;
}

@media (min-width: 768px) {
    .footer-lower-header {
        text-align: left;
        font-weight: bold;
    }

    .footer-lower {
        padding: 45px 10px;
    }

    .footer-lower-inner {
        display: flex;
        justify-content: space-between;
    }

    .footer-sitemap-item {
        width: 30%;
    }

    #footer .footer-sitemap-item .menu {
        display: block;
        padding: 0;
    }

    #footer .footer-sitemap-item .menu li {
        display: block;
        text-align: left;
    }

    #footer .footer-sitemap-item .menu li::after {
        content: none;
    }

    #footer .footer-sitemap-item .menu li a {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }

    .footer-sitemap-item .menu > li > a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 5px 0 5px 5px;
    }

    #footer .footer-sitemap-item .menu li {
        padding: 0;
        margin-bottom: 4px;
    }

    #footer .footer-sitemap-item .menu .sub-menu a {
        font-weight: normal;
    }

    #footer ul.sub-menu,
    #footer ul.children {
        display: block;
        position: static;
        background: transparent;
        border: none;
        padding-left: 1em;
    }

    #footer ul.sub-menu li a::before,
    #footer ul.children li a::before {
        content: "";
        background: url(../images/footer_arrow.png) 50% no-repeat;
        display: inline-block;
        color: #fff;
        margin: 0 7px 0 0;
        background-size: contain;
        width: 7px;
        height: 11px;
    }

    #footer ul.sub-menu a,
    #footer ul.children a {
        font-weight: normal;
        text-indent: -1em;
        padding-left: 1em;
    }
}

/* カテゴリーページ */
.category-header {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    color: #434142;
    text-align: center;
}

.category-header-name {
    width: 92%;
    margin: 0 auto;
    display: block;
    color: #bb5940;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #bb5940;
    padding: 20px 0;
}

.category-header-desc {
    display: none;
    flex: 1;
    padding: 5px 0;
}

.category-header-desc > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.category-header-desc > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .category-header {
        display: flex;
        align-items: flex-start;
        padding: 30px;
        border-radius: 8px;
        border-top: 4px solid #bb5940;
        text-align: left;
        margin-bottom: 16px;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
    }

    .category-header-name {
        width: auto;
        height: 33px;
        margin: 0 30px 0 0;
        padding: 5px 30px 5px 0;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .category-header-desc {
        display: block;
    }
}

/* アーカイブ */
.archive-article-list {
    margin: 0 auto;
    padding: 10px 4% 30px;
    background: #fff;
}

.archive-article {
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: flex;
}

.archive-article figure {
    width: 104px;
    height: 65px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    margin: 0 20px 0 0;
    flex-shrink: 0;
    overflow: hidden;
    background: no-repeat 50%/cover;
}

.archive-article figure:before {
    content: "";
    display: block;
    padding-top: 61.8%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.archive-article-overview h3 {
    margin: 10px 0 0;
    color: #373536;
    font-size: 14px;
    font-weight: bold;
}

.archive-article-overview ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
}

.archive-article-overview li:first-child {
    color: #bb5940;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    font-size: 13px;
    font-weight: bold;
}

.archive-article-overview li:last-child {
    display: none;
}

.archive-article-overview time {
    font-size: 12px;
    color: #949293;
}

@media (min-width: 768px) {
    .archive-article-list {
        margin: 0 auto;
        padding: 0;
        background: transparent;
    }

    .archive-article {
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
        padding: 25px 30px;
        margin: 0 0 10px;
    }

    .archive-article figure {
        width: 240px;
        height: 144px;
        margin: 0 25px 0 0;
    }

    .archive-article figure:before {
        content: "";
        display: block;
        padding-top: 61.8%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .archive-article-overview h3 {
        margin: 20px 0 0;
        font-size: 20px;
    }

    .archive-article-overview ul {
        margin: 0 0 20px;
    }

    .archive-article-overview li:first-child {
        border-right: 1px solid #ddd;
    }

    .archive-article-overview li:last-child {
        display: block;
    }
}

.navigation.pagination {
    display: block;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    border: none;
    background: #fff;
}

@media (min-width: 768px) {
    .navigation.pagination {
        padding: 32px 0;
        background: transparent;
    }
}

.navigation.pagination > .nav-links {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    color: #676566;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    border: 1px solid #949293;
    padding: 0;
}

.navigation.pagination .nav-links a.current,
.navigation.pagination  .nav-links span.current {
    background: #bb5940;
    color: #fff;
}

.navigation.pagination .nav-links .page-numbers+.page-numbers:not(.next) {
    border-left: none;
}

.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links span.next {
    margin: 0 0 0 5px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #bb5940;
}

/* 検索結果ページ */
.search-result {
    font-size: 16px;
    color: #373536;
    background: #fff;
    margin: 0;
    padding: .75em 4% 0;
}

.search-result span {
    color: #bb5940;
}

@media (min-width: 768px) {
    .search-result {
        background: transparent;
        margin: 0 0 1em;
        padding: 1em 0 0;
    }
}
/* RishunTrading Limited*/
.footer-info-logo img{
    display:block;
}
.footer-info-logo span{
    display:block;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}
@media (min-width: 768px) {
    .footer-info-logo {
        display: block;
    }
}
/***************************************/
/* RishunTrading Limited               */
/***************************************/
.gnav_logo{
    display: block;
    width: 25%;
/*    background: #bb5940 url(../images/logo-sp.png) no-repeat 50%/73%;*/
    background: #bb5940 url(../images/logo-sp.png) no-repeat 80%/103%;
}
#header .gnav_logo-pc{
    display: none;
}
.linectl{
    display:block;
}
#header .header-menu-box .menu{
    justify-content:flex-start;
}
.header-menu-box ul.menu > li{
    width:50%;
}
.header-menu-box ul.menu > li:nth-child(3n) {
    border-right: 1px solid#bb5940;
}
@media (min-width: 768px) {
    .header-menu-box div.menu > ul > li, .header-menu-box ul.menu > li{
        width: 14.28571%;
    }
    .gnav_logo{
        display:none;
    }
    #header .gnav_logo-pc{
/*        background: #bb5940 url(../images/logo-pc.png) no-repeat center 70%/80%;*/
        background: #bb5940 url(../images/logo-pc.png) no-repeat center 80%/90%;
        display: block;
        width: 100px;
        position: absolute;
        top: 0;
        height: 130px;
        left: 50%;
        margin: -47px 0 0 -50px;
        font-size: 12px;
        vertical-align:bottom;
    }
    #header .header-menu-box .menu {
        margin-left: 0;
        border-top: none;
    }
    #header .header-menu-box li:nth-child(2) a{
        border-right:none;
    }
    .header-menu-box ul.menu > li:nth-child(2) {
        margin: 0 14.28571% 0 0;
    }
    .linectl{
        display:none;
    }
    #header .header-menu-box .menu{
        justify-content:center;
    }
    .header-menu-box ul.menu > li:nth-child(3n) {
        border-right: none;
    }    
}
