.breadcrumb {
    display: none;
}

.post-list.vk_posts.vk_posts-mainSection {
    width: 96vw;
    max-width: 800px;
    margin: auto;
}

/* =========================================================
   News Archive
   お知らせ一覧・アーカイブ
========================================================= */

.blog .main-section > .vk_posts > .vk_post.vk_post-postType-post.media,
.archive .main-section>.vk_posts > .vk_post.vk_post-postType-post.media {
	border: 1px solid #05AFF2;
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 1rem;
}
.blog .main-section > .vk_posts > .vk_post.vk_post-postType-post.media:first-child,
.archive .main-section>.vk_posts > .vk_post.vk_post-postType-post.media:first-child {
margin-top: 0;
}

.blog .main-section > .vk_posts > .vk_post.vk_post-postType-post.media:last-child,
.archive .main-section>.vk_posts > .vk_post.vk_post-postType-post.media:last-child {
margin-bottom: 0;
}

.blog .vk_post .vk_post_title a,
.archive .vk_post .vk_post_title a {
    color: #1F364D;
    font-size: 1.2rem;
}

.blog a.btn.btn-sm.btn-primary.vk_post_btn,
.archive a.btn.btn-sm.btn-primary.vk_post_btn {
    background-color: #05AFF2;
    border: 2px solid #05AFF2;
    padding: .4rem .8rem;
    border-radius: .5rem;
    font-size: 0.9rem;
}

.blog a.btn.btn-sm.btn-primary.vk_post_btn:hover,
.archive a.btn.btn-sm.btn-primary.vk_post_btn:hover {
    background-color: #fff;
    color: #05AFF2;
}

.archive .page-header {
    display: none;
}

.archive .site-body {
    padding: 0;
}

.archive h1.archive-header-title {
    text-align: center;
    margin-top: 4.5rem;
    font-size: 2.7rem;
    font-weight: 500;
    margin-bottom: 0;
}

.archive .post-list.vk_posts.vk_posts-mainSection {
    padding: 3.5rem 0;
}

@media screen and (max-width: 768px) {
	.vk_post-btn-display .card-text:nth-last-child(2), .vk_post-btn-display .media-text:nth-last-child(2) {
    margin-top: .2rem;
}
}