@charset "UTF-8";
/*--------------------------------------------------------------
c-heading
--------------------------------------------------------------*/
.c-heading .container h1 {
	font-size: 1.75em;
}
.c-heading .container h1::after {
	color: #ff5a5f;
}
@media (max-width: 769px) {

}




.c-heading.circle .container h3 span {
	position: relative;
	display: flex;
	padding: 0 1.75em;
	height: auto;
}
.c-heading.circle .container h3 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	background-color: #f5f5f5;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-heading.circle .container h3 span::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	background-color: #ff5a5f;
	border-radius: 50%;
	-webkit-transform: translateY(-50%) scale(0.25);
	transform: translateY(-50%) scale(0.25);
}



/* .block-blogcard */
.single .wrapper .editor-styles-wrapper .block-blogcard {
	margin: 1em 0;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em;
	color: inherit;
	text-decoration: none;
	transition: .3s;
	border-radius: 0.3125em;
	box-shadow: 0 0 0.1875em rgba(0 0 0 / 20%);
}
.single .wrapper .editor-styles-wrapper .block-blogcard a:hover {
	box-shadow: 0 0.625em 1.25em -0.3125em rgb(0 0 0 / 20%);
	-moz-transform: translateY(-0.125em);
	-webkit-transform: translateY(-0.125em);
	transform: translateY(-0.125em);
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .label {
	position: absolute;
	top: .5em;
	left: 1.5em;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .label span {
	padding: .375em;
	font-size: .75em;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 0.125em;	
}
.single .wrapper .editor-styles-wrapper .block-blogcard a figure {
	margin: 0;
	width: 9.375em;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1875em;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .content {
	width: calc(100% - 10.625em);
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .content .ttl {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;

}
.single .wrapper .editor-styles-wrapper .block-blogcard a:hover .content .ttl {
	color: #c1272d;
	background: -webkit-linear-gradient(135deg, #c1272d 0%, #ff5a5f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .content p.desc {
	margin: .25em 0 0;
	font-size: .875em;

	color: #666;
}
@media (max-width: 769px) {
	.single .wrapper .editor-styles-wrapper .block-blogcard a {
		padding: .75em;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .ttl {
		top: 0.1875em;
		left: 1.125em;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .ttl span {
		font-size: .6375em;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a figure {
		width: 6.25em;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .content {
		width: calc(100% - 6.875em);
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .content h4 {
		font-size: .875em !important;

	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .content p.desc {
		display: none;
	}
}


/* .block-balloon */
.single .wrapper .editor-styles-wrapper .block-balloon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0;
}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon {
	width: 5em;
}
.single .wrapper .editor-styles-wrapper .block-balloon.reverse .faceicon {
	order: 2;
}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon figure {
	margin: 0;
}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon figure img {
	display: block;
	width: 100%;
	border-radius: 50%;
	border: 0.125em solid #ff5a5f;
}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon figure figcaption {
	text-align: center;
	margin: .375em 0 0 0;
	font-size: .875em;

}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon figure figcaption small {
	display: block;
	margin: 0 0 .25em;
	font-size: .75em;
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting {
	width: calc(100% - 5.9375em);
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says {
	display: inline-block;
	position: relative; 
	margin: 0 0 0 .5em;
	padding: 1.5em 1.5em;
	border-radius: 0.1875em;
	background: #f5f5f5;
}
.single .wrapper .editor-styles-wrapper .block-balloon.reverse .chatting .says {
	margin: 0 .5em 0 0;
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1.25em; 
	left: -1.5625em;
	border: 0.625em solid transparent;
	border-right: 0.9375em solid #f5f5f5;
}
.single .wrapper .editor-styles-wrapper .block-balloon.reverse .chatting .says:after {
	left: inherit;
	right: -0.9375em;
	border-right: none;
	border-left: 0.9375em solid #f5f5f5;
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says p {
	margin: 0;
	font-size: .9375em;

}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says p:not(:first-child) {
	margin: .25em 0 0;
}

