h1:after {
    margin-left: 5px;
    content: "";
    background: #333;
    height: 2px;
    flex: 1 0 auto;
    align-self: center;
}
h1 {
	font-family: "Noto Sans JP";
    letter-spacing: 1px !important;
    display: flex;
    font-weight: 900 !important;
	color: #333 !important;
	text-transform: uppercase;
	margin-top: 0 !important;
}

h2 {
	line-height: 26px !important;
	font-size: 20px;
	margin: 1em 0 !important;
}
/*
h3 {
	line-height: 26px;
	font-size: 20px;
	font-family: "Raleway";
}*/
.lp-archive-post-meta {
	font-size: 12px;
	line-height:12px;
}
.lp-social-post-icons {
	line-height:1;
}

.fusion-icon-share:before {
	content: url(/static/svg/share.svg);
}



.lp-archive-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.lp-archive-item {
	margin: 0 0 20px 0;
	
}
@media screen and (min-width: 801px) {
	.lp-archive-item {
		flex: 0 1 calc(33.33% - 20px);
		align-self: stretch;
		display: flex;
		flex-direction: column;
	}
	.lp-archive-post-meta {
		margin-top: auto;
	}
	.lp-archive-item:not(:nth-of-type(3n)) {
		margin-right: 30px;
	}
	html[dir="rtl"] .lp-archive-item:not(:nth-of-type(3n)) {
		margin-left: 30px;margin-right:0;
	}
}
.lp-social-post-icons {
	position: relative;
}
.lp-more-social {
	display: none;
}
.lp-more-social:hover {
	display: block !important;
}
.fusion-share:hover .lp-more-social {
  display: block !important;
	position: absolute;
	top: -50px;
	padding: 18px 0;
	right: 0;
}
@media screen and (max-width: 800px) {
	.lp-archive-item {
		flex: 0 1 100%;
	}
}
#adv-Middle1-hr,
#adv-Middle2-hr {
	margin: 0 auto 20px;
}
