@charset "utf-8";

#postContent,
.type-page {
	line-height: 2;
}

#postContent h1,
#postContent h2,
#postContent h3,
#postContent h4,
#postContent h5,
#postContent h6,
#postContent p,
#postContent ul,
#postContent ol,
#postContent .wp-block-table,
#postContent .wp-block-image,
#postContent .wp-block-gallery,
#postContent pre,
#postContent blockquote,
#postContent .wp-block-buttons,
.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6,
.type-page p,
.type-page ul,
.type-page ol,
.type-page .wp-block-table,
.type-page .wp-block-image,
.type-page .wp-block-gallery,
.type-page pre,
.type-page blockquote,
.type-page .wp-block-buttons {
	margin-bottom: 24px;
}

#postContent .blocks-gallery-grid,
.type-page .blocks-gallery-grid {
	margin-bottom: 0;
}

#postContent h1,
#postContent h2,
#postContent h3,
#postContent h4,
#postContent h5,
#postContent h6,
.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6 {
	display: table;
}

#postContent h1,
#postContent h2,
#postContent h3,
.type-page h1,
.type-page h2,
.type-page h3 {
	font-size: 1.2857142857143rem;
	line-height: 1.75;
	padding: 4px 16px;
	background: rgba(0, 0, 0, 0.05);
	margin-top: 64px;
}

#postContent h4,
#postContent h5,
#postContent h6,
.type-page h4,
.type-page h5,
.type-page h6 {
	font-size: 1.1428571428571rem;
	line-height: 1.5;
	margin-top: 48px;
}

#postContent h4::before,
#postContent h5::before,
#postContent h6::before,
.type-page h4::before,
.type-page h5::before,
.type-page h6::before {
	content: '●';
	margin-right: 4px;
}

#postContent h3.pickItemTitle,
.type-page h3.pickItemTitle {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 8px;
}

#postContent .wp-block-table table,
.type-page .wp-block-table table {
	line-height: 1.5;
	margin-top: 16px;
	margin-bottom: 16px;
}

#postContent a,
.type-page a {
	padding: 0 4px;
}

#postContent a:link,
#postContent a:visited,
#postContent a:active,
.type-page a:link,
.type-page a:visited,
.type-page a:active {
	color: #0033cc;
}

#postContent ul li,
.type-page ul li,
#postContent ol li,
.type-page ol li {
	margin-left: 16px;
	padding-left: 4px;
}

#postContent ul li,
.type-page ul li {
	list-style: disc;
}

#postContent ol li,
.type-page ol li {
	list-style: decimal;
}

#postContent .blocks-gallery-item::before,
.type-page .blocks-gallery-item::before {
	content: unset;
	margin-right: 0;
}

#postContent blockquote p,
.type-page blockquote p {
	position: relative;
	padding: 0 24px;
	display: table;
}

#postContent blockquote p::after,
#postContent blockquote p::before,
.type-page blockquote p::after,
.type-page blockquote p::before {
	font-size: 2.8571428571429rem;
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	position: absolute;
	top: 8px;
}

#postContent blockquote p::after,
.type-page blockquote p::after {
	content: '”';
	right: 0;
}

#postContent blockquote p::before,
.type-page blockquote p::before {
	content: '“';
	left: 0;
}

#postContent .wp-block-pullquote p,
.type-page .wp-block-pullquote p {
	font-size: 1.1428571428571rem;
	line-height: 1.5;
}

#postContent figcaption,
.type-page figcaption {
	text-align: center;
	font-size: 0.85714285714286rem;
	margin-bottom: 16px;
}

#postContent .blocks-gallery-caption,
.type-page .blocks-gallery-caption {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0.85714285714286rem;
}

#postContent .pickItemContentBox,
.type-page .pickItemContentBox {
	padding: 24px 0;
}

#postContent .pickItemContentBox a,
.type-page .pickItemContentBox a {
	padding: 0;
}

#postContent .pickItemContentBox a:link,
#postContent .pickItemContentBox a:visited,
#postContent .pickItemContentBox a:active,
.type-page .pickItemContentBox a:link,
.type-page .pickItemContentBox a:visited,
.type-page .pickItemContentBox a:active {
	color: rgba(0, 0, 0, 0.8);
}

#postContent .pickItemContentBox a.linkBk,
.type-page .pickItemContentBox a.linkBk {
	padding: 4px 16px;
}

#postContent .pickItemContentBox a.linkBk:link,
#postContent .pickItemContentBox a.linkBk:visited,
#postContent .pickItemContentBox a.linkBk:active,
.type-page .pickItemContentBox a.linkBk:link,
.type-page .pickItemContentBox a.linkBk:visited,
.type-page .pickItemContentBox a.linkBk:active {
	color: #fff;
}

.pickItemData {
	background: rgba(0, 0, 0, 0.05);
	padding: 40px;
	width: 80%;
	width: calc(100% - 80px);
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#postContent .pickItemContentBox h4,
.type-page .pickItemContentBox h4 {
	padding: 0;
	border-left: none;
	margin: 0;
	background: unset;
}

#postContent .pickItemContentBox h4::after,
.type-page .pickItemContentBox h4::after {
	border-left: none;
	position: relative;
}

#postContent .pickItemContentBox p,
.type-page .pickItemContentBox p {
	margin: 0;
}

/* 800px */
@media screen and (max-width: 800px) {
	.single .pickItemContentBox {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.single .pickItemContentBox .box36_5P {
		width: 100%;
	}

	.single .pickItemContentBox .box60P {
		padding: 0;
		width: 100%;
	}

	.pickItemContentBox .pickItemData {
		margin-bottom: 24px;
	}

	.single .pickItemContentBox .box36_5P {
		margin-bottom: 16px;
	}

	#postContent .pickItemContentBox h4,
	.type-page .pickItemContentBox h4 {
		margin-bottom: 8px;
	}
}

/* 480px */
@media screen and (max-width: 480px) {
	.pickItemData {
		padding: 32px;
		width: calc(100% - 64px);
	}
}

/* 400px */
@media screen and (max-width: 400px) {
	#postContent .pickItemContentBox h4,
	.type-page .pickItemContentBox h4 {
		font-size: 1rem;
	}
}