@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: 5px;
	box-shadow: 0 0 3px rgba(0 0 0 / 20%);
}
.single .wrapper .editor-styles-wrapper .block-blogcard a:hover {
	box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.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: 2px;	
}
.single .wrapper .editor-styles-wrapper .block-blogcard a figure {
	margin: 0;
	width: 150px;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .content {
	width: calc(100% - 170px);
}
.single .wrapper .editor-styles-wrapper .block-blogcard a .content .ttl {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
}
.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;
	line-height: 1.4;
	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: 3px;
		left: 18px;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .ttl span {
		font-size: .6375em;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a figure {
		width: 100px;
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .content {
		width: calc(100% - 110px);
	}
	.single .wrapper .editor-styles-wrapper .block-blogcard a .content h4 {
		font-size: .875em !important;
		line-height: 1.3;
	}
	.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: 80px;
}
.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: 2px solid #ff5a5f;
}
.single .wrapper .editor-styles-wrapper .block-balloon .faceicon figure figcaption {
	text-align: center;
	margin: .375em 0 0 0;
	font-size: .875em;
	line-height: 1.2;
}
.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% - 95px);
}
.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: 3px;
	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: 20px; 
	left: -25px;
	border: 10px solid transparent;
	border-right: 15px solid #f5f5f5;
}
.single .wrapper .editor-styles-wrapper .block-balloon.reverse .chatting .says:after {
	left: inherit;
	right: -15px;
	border-right: none;
	border-left: 15px solid #f5f5f5;
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says p {
	margin: 0;
	font-size: .9375em;
	line-height: 1.5;
}
.single .wrapper .editor-styles-wrapper .block-balloon .chatting .says p:not(:first-child) {
	margin: .25em 0 0;
}

