.content-body__author {
	border:1px solid rgba(228, 0, 127, 1);
	padding: 20px;
}
.content-body__author h3{
	font-weight: 700;
	color: rgba(228, 0, 127, 1);
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom:2px solid rgba(228, 0, 127, 1);
}
.content-body__author .author__inner{
	display: flex;
}
.content-body__author .author__inner .author-image {
	width: 150px;
	margin-right: 20px;
	flex-shrink: 0;
}
.content-body__author .author__inner .author-image img{
	border-radius:50%;
	aspect-ratio:1;
	object-fit:cover;
}
.content-body__author .author__inner .author-text {
	flex-grow: 1;
}
.content-body__author .author__inner .author-text .author-text__header{}
.content-body__author .author__inner .author-text .author-text__header h4{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}
.content-body__author .author__inner .author-text .author-text__header p{
	line-height: 1.8;
}
@media screen and (max-width: 782px){
	.content-body__author{
		margin: 0 4%;
	}
	.content-body__author .author__inner{
		flex-direction: column;
	}
	.content-body__author .author__inner .author-image{
		margin: 0 auto 20px auto;
	}
}
.content-body__related{
	margin-bottom: 60px;
}
.content-body__related h2{
	color: rgba(228, 0, 127, 1);
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(228, 0, 127, 1);
}
.content-body__related .related-cards{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.content-body__related .related-cards li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
.content-body__related .related-cards .thumb-img img{
	width: 100%;
	aspect-ratio:16 / 9;
	object-fit: cover;
}
.content-body__related .related-cards h3{
	font-size: 17px !important;
	margin: 10px 0;
}
.content-body__related .related-cards .entry-content p{
	line-height: 1.5 !important;
	font-size: 14px;
}
.entry-content h2{
	font-family: Shin Go Medium, "sans-serif" !important;
	color: rgba(228,0,127,1);
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(228,0,127,1);
}
.entry-content h3 span{
	display: block;
	margin-bottom: 10px;
}
.entry-content h3 .ez-toc-section, .entry-content h3 .ez-toc-section-end{
	margin-bottom: 0;
}
.entry-content h4{
	border-bottom: 2px dashed rgba(228,0,127,1);
	padding-bottom: 7px;
}
.entry-content p{
	line-height: 2.3 !important;
}
#ez-toc-container{
	margin-bottom: 45px;
}
.ez-toc-heading-level-3 a:before{
	display: none;
}
@media (max-width:768px){
	.content-body__related{
		padding: 0 20px;
	}
	.content-body__related .related-cards{
		flex-direction: column;
		margin: -10px 0;
	}
	.content-body__related .related-cards li{
		width: 100%;
		margin: 10px 0;
	}
}
.blog-colorBlock{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	--accent: #000;
	margin-bottom: 45px;
	h3{
		min-width: 200px;
		display: inline-flex;
		color: #fff;
		font-size: 20px;
		background-color: var(--accent);
		padding: 10px 16px;
		font-weight: 700;
		margin-bottom: 0 !important;
		letter-spacing:2px;
		border-bottom: 0 !important;
		border-radius:8px 8px 0 0;
	}
	.blog-colorBlock{

	}
	.blog-colorText{
		border:2px solid  var(--accent);
		padding: 15px;
		p{
			font-size: 19px !important;
			line-height: 1.8 !important;
			&:last-child{
				margin-bottom: 0;
			}
		}
	}
}
.post-content{
	width: 100% !important;
}
@media screen and (min-width: 62.5em) {
    .post-li article {
        padding: 15px 0 !important;
    }
}
.meta-line{
	display: flex;
}
@media screen and (max-width: 640px) {
	.meta-line{
		flex-direction: column;
	}
}
.entry-meta{
	flex-shrink: 0;
	margin-right: 1em;
}
.entry-content{
	flex-grow: 1;
	margin-top: 8px;
}
.info-area .info-area-wrap-narrow{
	display: block;
}
.info-area .iawrap article{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}
.info-area .iawrap article a{
	letter-spacing:normal !important;
	color: rgb(228, 0, 127);
}
.info-area .iawrap article .text-area{
	display: flex;
	align-items: center;
	@media screen and (max-width: 640px) {
		flex-direction: column;
		align-items: flex-start;
	}
}
.info-area .iawrap article .text-area time{
	margin-right: 1em;
	width: 125px;
	flex-shrink: 0;
}
.info-area .backdrop{
	z-index:10;
}
.info-area .iawrap article .text-area .post-title{
	@media screen and (max-width: 640px) {
		margin-right: 0 !important;
	}
}
.entry-content.blog{
	p{
		font-size: 18px;
	}
	h2{
		padding-top: 10px;
		padding-left: 10px;
		border-left: 4px solid rgba(228, 0, 127, 1);
		border-bottom: 0;
		border-top: 0;
		background: rgba(228, 0, 127, .08);
	}
	h3{
		position: relative;
		display: flex;
		color: rgba(228, 0, 127, 1);
		&:before{
			content:'';
			background: rgba(228, 0, 127, 1);
			width: 18px;
			height: 18px;
			border-radius:50%;
			margin-right: 0.5em;
			margin-top: 5px;
			display: block;
			flex-shrink: 0;
		}
	}
	ul ,ol{
		background: rgba(228, 0, 127, .08);
		padding: 10px;
		border-radius:12px;
		margin-left: 0 !important;
		li{
			margin-left: 1.5em;
			font-size: 18px;
		}
	}
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li{
	line-height: 2.3;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.5em !important;
}

