@charset "utf-8";
/* CSS Document */

.webgene-blog{
	padding: 0;
	max-width: 980px;
	margin: 0 auto;
}
.webgene-item h1{
	font-size: 26px;
	letter-spacing: 0.02em;
	line-height: 47px;
	margin-bottom: 12px;
}
.webgene-item .meta{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 50px;
}
.webgene-item .cate{
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 24px;
	color: #333;
	padding: 0 10px;
}
.webgene-item .date{
	font-family: "Lato", sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 28.8px;
	color: #9b9b9b;
}
.webgene-item .imgbox{
	width: 800px;
	max-width: 100%;
	margin: 0 auto 47px;
	border-radius: 4px;
	overflow: hidden;
}
.webgene-item .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.webgene-item .txtbox{
	max-width: 800px;
	margin: 0 auto;
}
.webgene-item .txtbox{
	font-size: clamp(13px,1.05vw,15px);
	letter-spacing: 0.02em;
	line-height: 1.8;
}
.webgene-item .txtbox p + p{
	margin-top: 1.8em;
}
.sub-inner > .more{
	margin: 48px auto 150px;
	display: flex;
	justify-content: center;
}
.webgene-item .txtbox img{
margin: 30px auto;
}
@media screen and (max-width: 768px){
	.webgene-item h1{
		font-size: 22px;
		line-height: 1.6;
	}
	.sub-inner > .more{
		margin-bottom: 100px;
	}
}
