@charset "utf-8";

/* -------------------------------------------------
	投稿一覧ページ
----------------------------------------------------*/
/* 記事一覧 wrapper */
.news-list-wrap {
    margin: auto;
}

.news-box-wrap {
    padding: 2em 0;
    margin: 0;
    border-bottom: solid 1px #777;
}

.news-box-wrap:last-child {
    border-bottom: none;
}

/* 記事一覧 テキスト */
.news-wrap ul {
    padding-left: 0 !important;
}

.news-wrap {
    display: block;
    padding-left: 5%;
}

.news-wrap h2 {
    clear: none;
    margin: 0 0 0.3em 0;
    font-size: 1.2em;
    font-weight: bold;
}

.cat-name a {
    border: solid 1px #2a87d3;
    color: #2a87d3;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 0.7em;
    line-height: 1;
}

.cat-name a:hover {
    color: #fff;
    background-color: #2a87d3;
}

.news-time {
    margin-bottom: 0.7em;
    font-size: 0.8em;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.news-excerpt p {
    margin: 0;
    line-height: 1.6em;
}

.post-entry p {
    line-height: 1.9 !important;
}

/* 投稿記事のサムネイルを指定しない場合 */
.post-thumb-none {
    height: 0 !important;
    position: relative;
    margin-top: 70px;
}

@media (max-width: 575px) {
    .news-list-wrap {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .news-box-wrap {
        padding: 1em 0;
        width: 100%;
        margin: 0;
    }

    .cat-name a {
        margin: 0.7em 0 0.5em 0;
    }
}

/* ----- 投稿一覧 ページャー ----- */
.archive-pager a:first-child {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.archive-pager .current:first-child {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.archive-pager a:last-child {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.page-numbers {
    font-family: 'Noto Sans Japanese', sans-serif;
    text-align: justify;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.7;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.page-numbers:focus,
.page-numbers:hover,
.page-numbers:focus,
.page-numbers:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.archive-pager .current {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* ----- サイドメニュー カテゴリー名 ----- */
.cat-item {
    font-weight: normal;
}

/* -------------------------------------------------
	カテゴリーページ
----------------------------------------------------*/
ul.post-categories {
    margin-bottom: 0 !important;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.post-categories li {
    margin-right: 5px;
    width: auto;
}

.news__cat-name {
    margin-left: 6em;
    margin-bottom: 0 !important;
    font-size: 1.5em;
    position: relative;
}

.news__cat-name li {
    line-height: 1;
}

.news__cat-name:before {
    content: 'カテゴリー：';
    position: absolute;
    top: -2px;
    left: -6em;
}


.news__year-name {
    margin-left: 7em;
    margin-bottom: 0 !important;
    font-size: 1.5em;
    position: relative;
}

.news__year-name li {
    line-height: 1;
}

.news__year-name:before {
    content: '年別アーカイブ：';
    position: absolute;
    top: -2px;
    left: -7em;
}



/* -------------------------------------------------
	投稿ページ
----------------------------------------------------*/
.sub-page-contents {
    padding: 0 !important;
}

/* 投稿ページ タイトル h1 */
.entry__title {
    font-size: 1.7em !important;
    line-height: 1.2;
    color: #2a87d3;
}

/* ----- 投稿ページ 見出し ----- */
.entry h2 {
    color: #fff;
    font-size: 1.43em;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
    background-color: #2a87d3;
    padding: 8px;
}

.entry h3 {
    font-size: 1.2em !important;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
}

.entry img {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*----- 投稿ページ 記事本文 -----*/
.entry__content p {
    line-height: 1.8;
    font-size: 16px;
}

.gray-box {
    background-color: #ededed;
    padding: 15px 25px 10px 25px;
    border-radius: 15px;
}

/* ----- 投稿ページ サイドバー ----- */
.veu_postList ul.postList {
    margin: -15px 0 0 0 !important;
    padding: 0;
}

.veu_postList .postList a:hover {
    text-decoration: none;
}

.veu_postList .postList_date {
    margin-right: 10px;
    color: #333 !important;
    font-size: 0.8em;
}

.veu_postList .postList_meta_items a {
    display: none;
}

.veu_postList .postList_title {
    display: block;
    clear: both;
    margin: 8px 0 0;
}

.sidebar .widget-title {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.sidebar .widget-title::after {
    content: "";
    position: absolute;
    width: 100% !important;
    height: 2px;
    bottom: 0;
    left: 0;
}

#nav-below {
    padding-left: .5em !important;
    padding-right: .5em !important;
}

/* -------------------------------------------------
	メディアクエリ　992px 以上
----------------------------------------------------*/
@media (min-width: 992px) {

    /* ----- 投稿ページサムネイル ----- */
    .post-thumb {
        width: 640px;
    }

    .post {
        margin-top: 67px;
    }

    /* ----- 投稿ページ 2カラム用 padding ----- */
    .post {
        padding-right: 80px;
    }

    /* ----- 投稿ページ サイドバー ----- */
    .sidebar {
        padding-top: 100px !important;
    }
}

/* -------------------------------------------------
	メディアクエリ　991px 以下
----------------------------------------------------*/
@media (max-width: 991px) {
    .post {
        margin-top: 30px;
    }
}

/* -------------------------------------------------
	メディアクエリ　768px 以上
----------------------------------------------------*/
@media (min-width: 768px) {

    /* ----- 投稿ページサムネイル ----- */
    .post-thumb {
        position: relative;
        margin-top: 70px;
        height: 300px;
        overflow: hidden;
    }

    .post-thumb img {
        position: absolute;
        top: 0px;
        left: 0;
    }

    /* ----- 投稿ページ サイドバー ----- */
    #right {
        text-align: left !important;
    }

    /* ----- 投稿ページ サムネイル height ----- */
    .post .tc-singular-thumbnail-wrapper .entry-media__wrapper {
        max-height: 380px;
        height: 380px;
    }

    .single .post-navigation .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 1000px !important;
    }

    #nav-below {
        padding-left: 4em !important;
        padding-right: 4em !important;
    }
}

/* -------------------------------------------------
	メディアクエリ　767px 以下
----------------------------------------------------*/
@media (max-width: 767px) {
    .news-box-wrap {
        padding: 0;
    }

    .news-wrap {
        margin-top: 1em;
        padding-left: 0;
    }

    /* パンくずリスト位置調整 */
    .single #main-wrapper {
        padding-top: 50px !important;
    }

    .single #content {
        padding-top: 0;
    }
}




.entry-meta__item.author {
    display: none;
}

