/* プラグインblogs用CSS */

.ec-role,
.ec-shelfGrid a {
	word-break: break-all;
}

.blogsRole {
	padding: 40px 0 0;
}

.blogs42-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.blogsRole__blogsItem p {
	margin: 0.5em 0 10px;
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.blogsRole {
		padding: 60px 0 0;
	}

	.blogsRole__blogsItem p {
		margin: 20px 0 10px;
	}
}

.ec-blogsRole__category {
	padding: 14px 0;
}

.ec-blogsRole__category:last-child {
	border-bottom: 1px dotted #ccc;
}

.ec-blogsRole__category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ec-blogsRole__category a {
	color: #33A8D0;
}

.ec-blogsRole__image {
	padding: 14px 0;
}

.ec-blogNav .ec-itemNav__nav {
	display: flex;
	flex-direction: column;
}

.ec-blogNav .ec-itemNav__nav li ul {
	width: 100%;
}

.ec-blogNav .ec-itemNav__nav li a {
	border-bottom: 1px solid #E8E8E8;
}

.blog-categoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-categoryList a {
	display: inline-block;
	border-radius: 4px;
	background: #fafafa;
	padding: 7px 16px;
}

.note-editor{
	background: #fff;
}
/*移植*/
.item_blog_image {
    width: 100% !important;
    height: 248px;
    object-fit: cover;
}
.figure__main_image{
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: stretch;
    align-items: flex-end;
}

.item_blog_image,
figcaption {
    padding: 0;
    grid-column: 1/2;
    grid-row: 1/2;
}
figcaption {
    text-align: center;
    padding: 0.4rem 2rem;
    font-size: 1rem;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}


.ec-topicpath .ec-topicpath__item{
    display: initial !important;
}

.list_blog_cat li {
    display: initial !important;
    letter-spacing: 0.2rem;
    font-size: 16px;
}
.list_blog .list_category_link{
    color: #337ab7;
    padding: .2rem 0.5rem;
    font-size: 1.3rem;
    
    border-right: 1px solid #ddd;
}

.blog_category li:last-child .list_category_link{
    border: none;
}

.blog_category{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog_category li{
    display: initial;
}

.blog_title_h3{
    font-size: 16px !important;
    line-height: 1.4;  
    margin-top: 10px;
    margin-bottom: 1px;
    word-break: break-word;
}
.blog_release_date {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.w-100 {
    width: 100%
}
.side-bar > div {
    width: 90%;
    margin:40px auto;
}
h5.tag-header {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}
.month-archive a {
    text-decoration: underline;
    display: block;
    padding: 3px 27px;
}
.archive-link-div {
    max-height: 600px;
    overflow-y: scroll;
}
.archive-link-div::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 768px){
.item_blog_image {
    width: 100% !important;
    height: 40vw;
    object-fit: cover;
    }
    .side-bar > div {
        width: 100%
    }
}
@media only screen and (min-width: 768px) {

    .side-bar {
        width: 280px;
        background-color: #f6f6f6;
    }
    .ec-role {
        justify-content: flex-start
    }
    .mt-65 {
        margin-top: 65px!important;
    }
}
.post_meta {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
.blog_category{
    margin: 0;
    padding: 0;
}
.blog_category{
    display: initial;
}
.blog_category li{
    display: initial;
    border-right: 1px solid #ddd;
}

.blog_category li:last-child {
    border-right: none;
}

.post_meta .post_meta_list{
    padding-right: 2rem;
}

.list_category_link{
    color: #337ab7;
    padding: 0 0.5rem;
}
.figure__main_image {
    padding: 0;
    display: grid;
    justify-content: stretch;
    align-items: flex-end;
}
.main_image_blog,
figcaption {
    padding: 0;
    grid-column: 1/2;
    grid-row: 1/2;
}
figcaption {
    text-align: center;
    padding: 0.4rem 2rem;
    font-size: 1.3rem;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

.post_meta_list.time{
    width: 15rem;
    display: inline-table;
}
.tag_dl{
    display: flex;
}

.blog_detail .blog_Title{
    word-break: break-word;
    margin-bottom: 20px;
}
.cm_blog_main_image img{
    max-width: 100%;
    width: 100%;
}
ul.tag-ul {
    padding-left:8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.tag-ul > li {
    margin: 0.4em;
    padding: 0 0.8em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
ul.tag-ul > li > a:hover {
    text-decoration: none;
}
h3.tag-header {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}
.w-100 {
    width: 100%
}
.side-bar > div {
    width: 90%;
    margin:40px auto;
}
h5.tag-header {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}
.month-archive a {
    text-decoration: underline;
    display: block;
    padding: 3px 27px;
}
.ec-productRole__description > p img {
    width: calc(var(--width));
    margin-bottom: 15px;
}
.archive-link-div {
    max-height: 600px;
    overflow-y: scroll;
}
.archive-link-div::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 768px){
    .post_meta {
        display: block;
    }
    
    .post_meta_list.time{
        width: 100%;
    }
    .side-bar > div {
        width: 100%
    }
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: 150px;
    }
    h3.tag-header {
        margin: 63px 16px 20px;
    }
    .side-bar {
        width: 280px;
        background-color: #f6f6f6;
    }
    .ec-role {
        justify-content: flex-start
    }
    .mt-65 {
        margin-top: 65px!important;
    }
}
.ec-blogsRole__description img {
    width: calc(var(--width));
  margin-bottom: 15px;
}