@charset 'UTF-8';
.disnone {
	display:none !important;
}
.work-list ul {
	display:grid;
	grid-template-columns: repeat(var(--column, 3), 1fr) !important;
	gap: var(--gap, 20px) !important;
}
.work-list .wrap figure img {
	margin-block-end:10px;
}
.work-list .wrap h2 {
	font-weight:700;
	margin-block:10px;
}
.work-list .wrap .wp-block-post-excerpt__more-text a {
	font-weight:700;
}
.single-works .main._works h2 {
	font-style: italic;
	font-weight: 700;
	border-bottom: 2px solid #eee;
	font-size: min(2.25vw, 3rem);
	margin-block: 60px 30px;
}
.single-works .main._works h2:after {
    content: "";
    width: 150px;
    height: 2px;
    background: #e60013;
    display: block;
    margin-bottom: -2px;
    margin-top: 10px;
}
.single-works .main._works h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: #e60013;
	font-size: min(1.65vw, 2.2rem);
	margin-block: 40px 20px;
}
.single-works .main._works h3:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1b9";
	font-weight: 600;
	line-height: 1;
	font-size: min(2.4vw, 3.2rem);
}
.single-works .main._works p,
.single-works .main._works pre,
.single-works .main._works figure {
	margin-block-start: 20px;	
}

@media screen and (max-width: 768px){

}