/*
Template:twentytwenty
Theme Name:bondia
Description:twentytwenty 子テーマ
Author:sy
Version:1.0
*/

/* Lists ------------------------------------- */


.post-item ul, .post-item ul li{
	list-style: disc;
}

.post-item ul ul {
	list-style: circle;
}

.post-item ul ul ul {
	list-style: square;
}

.post-item ol li {
	list-style: decimal;
}

.post-item ol ol {
	list-style: lower-alpha;
}

.post-item ol ol ol {
	list-style: lower-roman;
}

.post-item li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

.post-item li > ul,
.post-item li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

.post-item dt,
.post-item dd {
	line-height: 1.5;
}

.post-item dt {
	font-weight: 700;
}

.post-item dt + dd {
	margin-top: 0.5rem;
}

.post-item dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}




