.post-content .amachazl-box,
.post-content .amazlet-box,
.post-content .kaerebalink-box,
.post-content .sticky-itslink {
	margin-block-end: 32px;
	background-color: #f8f9fa;
}

.post-content .amachazl-box .amachazl-image > a,
.post-content .amazlet-box .amazlet-image > a,
.post-content .kaerebalink-box .kaerebalink-image > a {
	display: block;
}

.post-content .amachazl-box .amachazl-info .amachazl-name > a,
.post-content .amazlet-box .amazlet-info .amazlet-name > a,
.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-name > a {
	line-height: 1.5;
	font-size: 1rem;
}

.post-content .amachazl-box .amachazl-info .amachazl-name .amachazl-powered-date,
.post-content .amazlet-box .amazlet-info .amazlet-name .amazlet-powered-date,
.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-powered-date {
	margin-block-start: 15px;
	line-height: 1.2;
	color: #999;
	font-size: 0.625rem;
}

.post-content .amachazl-box .amachazl-info .amachazl-detail,
.post-content .amazlet-box .amazlet-info .amazlet-detail,
.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-detail {
	margin-block-start: 4px;
	line-height: 1.2;
	color: #999;
	font-size: 0.625rem;
}

.post-content {
	line-height: 1.75;
	font-size: 1rem;
}

.post-content > *:first-child.wp-block-image {
	margin-block-start: 0;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-block-start: 0;
	font-weight: 700;
}

.post-content h2 {
	margin-block-end: 16px;
	padding-block-end: 6px;
	border-block-end: 4px solid #eee;
	color: #111;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.post-content h2::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	background-image: url(../images/icon/heading2.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 4px;
}

.post-content h3 {
	margin-block-end: 16px;
	padding: 8px;
	border-inline-start: 4px solid #e22f26;
	line-height: 1.5;
}

.post-content h4 {
	margin-block-end: 16px;
	display: flex;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.post-content h4::before {
	content: '';
	margin-block-start: 0.5em;
	margin-inline-end: 5px;
	width: 20px;
	height: 4px;
	background-color: #e22f26;
	position: relative;
	top: 2px;
}

.post-content h5 {
	margin-block-end: 16px;
	display: flex;
	line-height: 1.5;
	font-size: 1rem;
	position: relative;
	z-index: 1;
}

.post-content h5::before {
	content: '';
	margin-block-start: 0.5em;
	margin-inline-end: 5px;
	width: 20px;
	height: 4px;
	background-color: #e22f26;
	position: relative;
	top: 2px;
	opacity: 0.75;
}

.post-content h2 .wp_keywordlink a,
.post-content h3 .wp_keywordlink a,
.post-content h4 .wp_keywordlink a,
.post-content h5 .wp_keywordlink a,
.post-content h6 .wp_keywordlink a,
.post-content h2 .wp_keywordlink_affiliate a,
.post-content h3 .wp_keywordlink_affiliate a,
.post-content h4 .wp_keywordlink_affiliate a,
.post-content h5 .wp_keywordlink_affiliate a,
.post-content h6 .wp_keywordlink_affiliate a {
	color: #111;
	text-decoration: none;
}

.post-content p {
	margin-block: 0 32px;
}

.post-content p.is-style-related-link {
	color: #e22f26;
	background-color: #f8f9fa;
}

.post-content p.is-style-related-link-black {
	background-color: #f8f9fa;
}

.post-content p.is-style-no-margin {
	margin-block-end: 0;
}

.post-content p.has-text-align-center {
	text-align: center;
}

.post-content p.has-text-align-right {
	text-align: right;
}

.post-content p > iframe {
	margin-block-end: 0 !important;
}

.post-content a {
	color: #0070c9;
	text-decoration: none;
}

.post-content a:hover,
.post-content a:active {
	opacity: 0.8;
	text-decoration: underline;
}
.post-content a[href*="/images/"][href*=gori]:not([href*="https://b.hatena.ne.jp/entry/s/"]):has(img)
{
	display: block;
	position: relative;
	z-index: 1;
}
.post-content a[href*="/images/"][href*=gori]:not([href*="https://b.hatena.ne.jp/entry/s/"]):has(img) img
{
	width: 100%;
}
.post-content a[href*="/images/"][href*=gori]:not([href*="https://b.hatena.ne.jp/entry/s/"]):has(img)::after
{
	content: '';
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 44px;
	height: 44px;
	background-image: url(../images/icon/gallery.png);
	background-size: 44px auto;
	background-repeat: no-repeat;
}

.post-content strong,
.post-content b {
	font-weight: 700;
}

.post-content mark {
	background-color: transparent;
}

.post-content mark.has-inline-color.has-red-color {
	color: #e22f26;
}

.post-content ul,
.post-content ol {
	margin-block: 0 1.8em;
	padding-inline-start: 0;
}

.post-content ul li,
.post-content ol li {
	margin-block: 0;
	margin-inline: 0;
	list-style: none;
}

.post-content ul li + li,
.post-content ol li + li {
	margin-block-start: 0.5em;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-block-end: 5px;
}

.post-content ul > li {
	padding-inline-start: 20px;
	position: relative;
	z-index: 1;
}

.post-content ul > li + li {
	margin-block-start: 12px;
}

.post-content ul > li::before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	margin-block-start: 3px;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background-color: #111;
}

.post-content ul.is-style-circle > li::before {
	border: 1px solid #111;
	width: 4px;
	height: 4px;
	background-color: transparent;
}

.post-content ol {
	counter-reset: num;
}

.post-content ol > li {
	margin-inline-start: 0;
	padding-inline-start: 30px;
	position: relative;
	z-index: 1;
}

.post-content ol > li::before {
	content: counter(num) '.';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
}

.post-content .wp-block-separator {
	margin-block: 0 32px;
	margin-inline: auto;
	border: 0;
	height: 1px;
	background-color: #eee;
}

.post-content .wp-block-image:has(.alignleft) {
	margin-inline-end: 20px;
	float: left;
}

.post-content .wp-block-image:has(.alignright) {
	margin-inline-start: 20px;
	float: right;
}

.post-content .wp-block-image img {
	width: 100%;
}

.post-content .wp-block-image .wp-element-caption {
	margin-block-start: 10px;
	line-height: 1.5;
	color: #767676;
	text-align: center;
}

.post-content figure.wp-block-gallery {
	display: grid;
}

.post-content figure.wp-block-gallery > .wp-block-image {
	margin-block: 0;
}

.post-content figure.wp-block-gallery > .wp-block-image img {
	width: 100%;
}

.post-content figure.wp-block-gallery .wp-element-caption {
	grid-column: 1/-1;
	margin-block-start: 10px;
	line-height: 1.5;
	color: #767676;
	text-align: center;
}

.post-content figure.wp-block-gallery.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.post-content figure.wp-block-gallery.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.post-content figure.wp-block-gallery.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.post-content figure.wp-block-gallery.columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.post-content figure.wp-block-gallery.columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.post-content .wp-block-quote,
.post-content blockquote.twitter-tweet {
	margin-block-end: 32px;
	border-inline-start: 8px solid #eee;
	background-color: #f8f9fa;
	position: relative;
	z-index: 1;
}

.post-content .wp-block-quote::before,
.post-content blockquote.twitter-tweet::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 16px;
	z-index: 2;
	width: 32px;
	height: 23px;
	background-image: url(../images/icon/blockquote.svg);
	background-size: 32px auto;
	background-repeat: no-repeat;
}

.post-content .wp-block-embed {
	margin-block-end: 32px;
	display: grid;
	justify-items: center;
}

.post-content .wp-block-embed.is-provider-youtube iframe,
.post-content .wp-block-embed.is-provider-vimeo iframe {
	margin-block-end: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.post-content .wp-block-embed.is-provider-spotify iframe,
.post-content .wp-block-embed.is-provider-apple-music iframe {
	margin-block-end: 0;
	width: 100%;
}

.post-content .wp-block-embed .wp-block-embed__wrapper {
	width: 100%;
}

.post-content .wp-block-embed .wp-element-caption {
	margin-block-start: 10px;
	line-height: 1.5;
	color: #767676;
	text-align: center;
}
.post-content iframe[src*="youtube.com/embed/"], .post-content iframe[src*="https://www.facebook.com/plugins/video.php"]
{
	margin-block-end: 32px;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.post-content iframe[src*="https://www.facebook.com/"]
{
	margin-block-end: 32px;
}
.post-content iframe[src*="https://platform.twitter.com/widgets/follow_button"]
{
	margin-block-end: 32px;
}
.post-content iframe[src*="https://www.instagram.com/"]
{
	margin-block-end: 32px !important;
	margin-inline: auto !important;
	max-width: 100% !important;
}

.post-content iframe[src*='hatenablog-parts.com/embed'] {
	margin-block-end: 32px;
	margin-inline: 0;
}

.post-content .fb-post.fb_iframe_widget {
	margin-block-end: 32px;
	display: flex;
	justify-content: center;
}
.post-content .twitter-tweet:has(iframe[src*="https://platform.twitter.com/embed/"])
{
	margin-block: 0 32px !important;
	margin-inline: auto;
}

.post-content .wp-block-flexible-table-block-table {
	margin-block: 32px;
}

.post-content .wp-block-flexible-table-block-table table {
	border: 1px solid #eee;
}

.post-content .wp-block-flexible-table-block-table table th,
.post-content .wp-block-flexible-table-block-table table td {
	border: 1px solid #eee;
	color: #111;
	font-size: 0.8125rem;
	overflow-wrap: break-word;
}

.post-content .wp-block-flexible-table-block-table table th {
	padding: 5px;
	line-height: 2;
	background-color: #eee;
	font-weight: 700;
	text-align: center;
}

.post-content .wp-block-flexible-table-block-table table td {
	padding: 4px 8px;
	line-height: 1.5;
	vertical-align: middle;
	min-width: 90px;
	background-color: #fff;
}

.post-content .wp-block-flexible-table-block-table table td > *:last-child {
	margin-block-end: 0;
}

.post-content .wp-block-flexible-table-block-table figcaption {
	margin-block-start: 10px;
	line-height: 1.5;
	font-size: 0.8125rem;
}

.post-content .amachazl-box .amachazl-info .amachazl-detail .highlight {
	color: #e22f26;
	font-weight: 700;
}

.post-content .amachazl-box .default_color,
.post-content .amachazl-box .amachazl-link,
.post-content .amachazl-box .amazon_color,
.post-content .amachazl-box .rakuten_color,
.post-content .amachazl-box .kitamura_color,
.post-content .amachazl-box .yahoo_color {
	margin-block-end: 16px;
}

.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-link1 {
	display: grid;
	gap: 16px;
}

.post-content .sticky-itslink {
	display: grid;
	grid-template-columns: 100px auto;
	gap: 20px;
}

.post-content .sticky-itslink > a {
	padding: 4px;
}

.post-content .sticky-itslink .sticky-itslinktext {
	padding-inline-start: 20px;
	position: relative;
}

.post-content .sticky-itslink .sticky-itslinktext::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: #111;
}

.post-content .PHGTextLink {
	margin-block-end: 32px;
}

.post-content .select_item {
	margin-block: 16px;
	padding-block: 24px;
	background-color: #f8f9fa;
}

.post-content .select_item > dl {
	display: grid;
}

.post-content .select_item > dl > dt {
	padding-block: 6px;
	padding-inline-end: 12px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.post-content .select_item > dl > dd {
	padding-block: 6px;
	padding-inline-start: 12px;
	position: relative;
	z-index: 1;
}

.post-content .select_item > dl > dd::before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: -2px;
	z-index: 1;
	width: 2px;
	background-color: #111;
}

.post-content .select_item > dl > dd .linkButton + .linkButton {
	margin-block-start: 16px;
}

.post-content .button-link,
.post-content .amazlet-link > a,
.post-content .amachazl-link > a,
.post-content .shoplinkamazon > a,
.post-content .shoplinkrakuten > a,
.post-content .shoplinkyahoo > a,
.post-content .linkButton > a {
	box-shadow: 0 4px 4px rgba(136, 136, 136, 0.25);
	padding: 12px 10px;
	border-radius: 4em;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.post-content .button-link:hover,
.post-content .amazlet-link > a:hover,
.post-content .amachazl-link > a:hover,
.post-content .shoplinkamazon > a:hover,
.post-content .shoplinkrakuten > a:hover,
.post-content .shoplinkyahoo > a:hover,
.post-content .linkButton > a:hover,
.post-content .button-link:active,
.post-content .amazlet-link > a:active,
.post-content .amachazl-link > a:active,
.post-content .shoplinkamazon > a:active,
.post-content .shoplinkrakuten > a:active,
.post-content .shoplinkyahoo > a:active,
.post-content .linkButton > a:active {
	text-decoration: none;
}

.post-content .button-link.button-link-rakuten,
.post-content .button-link.button-link-amazon,
.post-content .amazlet-link > a,
.post-content .amachazl-link > a,
.post-content .shoplinkrakuten > a,
.post-content .shoplinkamazon > a,
.post-content .linkButton.rakuten_color > a,
.post-content .linkButton.amazon_color > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background-color: #f90;
}

.post-content .button-link.button-link-amazon::before,
.post-content .amazlet-link > a::before,
.post-content .amachazl-link > a::before,
.post-content .shoplinkamazon > a::before,
.post-content .linkButton.amazon_color > a::before {
	content: '';
	position: relative;
	top: 1px;
	z-index: 1;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon/amazon.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.post-content .button-link.button-link-rakuten::before,
.post-content .shoplinkrakuten > a::before,
.post-content .linkButton.rakuten_color > a::before {
	content: '';
	position: relative;
	top: 1px;
	z-index: 1;
	width: 18px;
	height: 16px;
	background-image: url(../images/icon/rakuten.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.post-content .linkButton.default_color > a {
	background-color: #111;
}

.post-content .linkButton.amazon_color > a {
	background-color: #f90;
}

.post-content .linkButton.rakuten_color > a {
	background-color: #bf0100;
}

.post-content .linkButton.kitamura_color > a {
	background-color: #111;
}

.post-content .linkButton.yahoo_color > a {
	background-color: #ff0027;
}

.post-content .shoplinkamazon > a {
	background-color: #f90;
}

.post-content .shoplinkrakuten > a {
	background-color: #bf0100;
}

.post-content .shoplinkyahoo > a {
	background-color: #111;
}

.post-content .amachazl-link > a {
	background-color: #f90;
}

.post-content .amazlet-link > a {
	background-color: #f90;
}

.post-content .button-link.button-link-normal {
	background-color: #111;
}

.post-content .button-link.button-link-amazon {
	background-color: #f90;
}

.post-content .button-link.button-link-apple {
	background-color: #42a1ec;
}

.post-content .button-link.button-link-apple.is-style-black {
	background-color: #111;
}

.post-content .button-link.button-link-softbank {
	background-color: #bdbdbd;
}

.post-content .button-link.button-link-au {
	background-color: #eb5505;
}

.post-content .button-link.button-link-docomo {
	background-color: #c03;
}

.post-content .button-link.button-link-rakuten {
	background-color: #bf0100;
}

.post-content .button-link.button-link-kitamura {
	background-color: #111;
}

.post-content .button-link.button-link-yahoo {
	background-color: #ff0027;
}

.post-content .button-link.button-link-gallery {
	background-color: #e22f26;
}

.post-meta {
	color: #767676;
	font-size: 0.875rem;
}

.post-meta .comment-num > a {
	display: flex;
	align-items: center;
	gap: 2px;
}

.post-meta .comment-num > a > svg {
	width: 14px;
	height: 14px;
}

.post-header {
	border: 1px solid #eee;
	color: #111;
	background-color: #fff;
	font-weight: 700;
}

.post-header .post-header-subtitle {
	margin-block-start: 0.5em;
}

.post-header .post-header-subtitle > p {
	color: #767676;
}

.post-content > *:last-child {
	margin-block-end: 0;
}

.post-nextpage-text {
	margin-block-start: 40px;
	display: flex;
	justify-content: center;
}

.post-nextpage-text + .page-link {
	margin-block-start: 16px;
}

.post-nextpage-text a {
	padding: 10px;
	border: 1px solid #111;
	border-radius: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 14px;
	column-gap: 14px;
	width: 100%;
	max-width: 340px;
	color: #fff;
	background-color: #111;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
}

.post-nextpage-text a svg {
	padding-inline-start: 14px;
	fill: #fff;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.post-nextpage-text a:hover,
.post-nextpage-text a:active {
	color: #111;
	background-color: #fff;
	text-decoration: none;
}

.post-nextpage-text a:hover svg,
.post-nextpage-text a:active svg {
	fill: #111;
}

.page-link {
	margin-block-start: 40px;
	padding-block-end: 64px;
	display: flex;
	justify-content: center;
	gap: 8px 16px;
}

.page-link .post-page-numbers {
	box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
	border-radius: 100%;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	line-height: 1;
	font-size: 0.875rem;
	text-align: center;
}

.page-link .post-page-numbers.current {
	border: 1px solid #f8f9fa;
	color: #767676;
	background-color: #f8f9fa;
}

.page-link .post-page-numbers:not(.current) {
	border: 1px solid #111;
	color: #fff;
	background-color: #111;
	font-weight: 700;
	text-decoration: none;
}

.page-link .post-page-numbers:not(.current):hover,
.page-link .post-page-numbers:not(.current):active {
	color: #111;
	background-color: #fff;
}

.social-buttons {
	margin-block-end: 30px;
}

.social-buttons > ul {
	display: flex;
	justify-content: center;
}

.social-buttons > ul > li {
	padding-inline-start: 0;
}

.social-buttons > ul > li + li {
	margin-block-start: 0;
}

.social-buttons > ul > li::before {
	display: none;
}

.social-buttons > ul > li > a {
	border-radius: 100%;
	display: grid;
	place-items: center;
}

.social-buttons > ul > li > a > svg {
	fill: #fff;
}

.social-buttons > ul > li > a.social-button-x {
	background-color: #000;
}

.social-buttons > ul > li > a.social-button-x > svg {
	width: 20px;
	height: 20px;
}

.social-buttons > ul > li > a.social-button-facebook {
	background-color: #0765ff;
}

.social-buttons > ul > li > a.social-button-facebook > svg {
	width: 10px;
	height: 20px;
}

.social-buttons > ul > li > a.social-button-hatebu {
	background-color: #00a4de;
}

.social-buttons > ul > li > a.social-button-hatebu > svg {
	width: 21px;
	height: 17px;
}

.social-buttons > ul > li > a.social-button-line {
	background-color: #06c755;
}

.social-buttons > ul > li > a.social-button-line > svg {
	width: 24px;
	height: 24px;
}

.go-to-comments {
	display: flex;
	justify-content: center;
}

.go-to-comments > a {
	box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
	padding-inline-start: 10px;
	border-radius: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	background-color: #111;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none;
}

.go-to-comments > a > svg {
	width: 10px;
	height: 5px;
	fill: #fff;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.go-to-comments > a:hover,
.go-to-comments > a:active {
	color: #111;
	background-color: #fff;
	text-decoration: none;
}

.go-to-comments > a:hover > svg,
.go-to-comments > a:active > svg {
	fill: #111;
}

.aside-block {
	padding-block-start: 24px;
	border-block-start: 1px solid #eee;
}

.aside-block .aside-block-title {
	margin-block-end: 0;
	font-weight: 700;
}

.aside-block .related-term-list {
	margin-block-end: 0;
	display: flex;
	flex-wrap: wrap;
}

.aside-block .related-term-list > li {
	padding-inline-start: 0;
}

.aside-block .related-term-list > li::before {
	display: none;
}

.aside-block .related-term-list > li + li {
	margin-block-start: 0;
}

.aside-block .related-term-list > li > a {
	padding: 3px 8px;
	display: block;
	color: #0070c9;
	background-color: #f8f9fa;
	text-decoration: none;
}

.aside-block .related-term-list > li > a:hover,
.aside-block .related-term-list > li > a:active {
	text-decoration: none;
}

.aside-block .post-date-info {
	padding-block-end: 24px;
	display: grid;
	align-items: center;
	grid-template-columns: auto 1fr;
	gap: 13px 15px;
}

.aside-block .post-date-info > dt {
	padding: 2px 6px;
	color: #fff;
	background-color: #e22f26;
}

.aside-block .comment-area .comment-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px 16px;
	border: 0;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 74px;
	background-color: #f8f9fa;
	resize: vertical;
	font-size: 1rem;
}

.aside-block .comment-area .comment-form textarea:focus {
	outline: 1px solid #eee;
}

.aside-block .comment-area .comment-form textarea::-moz-placeholder {
	color: #767676;
	font-size: 1rem;
}

.aside-block .comment-area .comment-form textarea::placeholder {
	color: #767676;
	font-size: 1rem;
}

.aside-block .comment-area .comment-form p {
	margin-block-end: 0;
}

.aside-block .comment-area .comment-form p.logged-in-as {
	margin-block-end: 0.5em;
	font-size: 0.75rem;
}

.aside-block .comment-area .comment-form p.logged-in-as a + a {
	margin-inline-start: 1em;
}

.aside-block .comment-area .comment-form p.logged-in-as .required-field-message {
	display: none;
}

.aside-block .comment-area .comment-toggle {
	padding-block-start: 1rem;
	display: none;
}

.aside-block .comment-area .comment-toggle input[type='text'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 13px 16px;
	border: 0;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: #f8f9fa;
	font-size: 1rem;
}

.aside-block .comment-area .comment-toggle input[type='text']::-moz-placeholder {
	color: #767676;
	font-size: 1rem;
}

.aside-block .comment-area .comment-toggle input[type='text']::placeholder {
	color: #767676;
	font-size: 1rem;
}

.aside-block .comment-area .comment-toggle input[type='text']:focus {
	outline: 1px solid #eee;
}

.aside-block .comment-area .comment-note {
	line-height: 1.5;
	font-size: 0.75rem;
}

.aside-block .comment-area .form-submit {
	margin-block: 20px;
	display: flex;
	justify-content: center;
}

.aside-block .comment-area .form-submit .form-submit-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 4px 4px rgba(136, 136, 136, 0.25);
	padding: 10px 0;
	border: 0;
	border-radius: 4em;
	display: block;
	width: 100%;
	max-width: 340px;
	color: #fff;
	background-color: #111;
	font-weight: 700;
	font-size: 0.875rem;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.aside-block .comment-area .form-submit .form-submit-button span {
	padding-inline-start: 14px;
}

.aside-block .comment-area .form-submit .form-submit-button span svg {
	fill: #fff;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.aside-block .comment-area .form-submit .form-submit-button:disabled {
	border-color: #b3b3b3;
	background-color: #b3b3b3;
	cursor: default;
}

.aside-block .comment-area .form-submit .form-submit-button:disabled:hover,
.aside-block .comment-area .form-submit .form-submit-button:disabled:active {
	color: #fff;
	background-color: #b3b3b3;
}

.aside-block .comment-area .form-submit .form-submit-button:disabled:hover span svg,
.aside-block .comment-area .form-submit .form-submit-button:disabled:active span svg {
	fill: #fff;
}

.aside-block .comment-area #throwsSpamAway {
	margin-block-start: 0.5em;
	font-size: 0.75rem;
}

.aside-block .comment-list-items .comment {
	padding-block: 20px;
	padding-inline-start: 0;
	border-block-end: 1px solid #eee;
}

.aside-block .comment-list-items .comment::before {
	display: none;
}

.aside-block .comment-list-items .comment:last-child {
	border-block-end: 0;
}

.aside-block .comment-list-items .comment .comment-header {
	margin-block-end: 8px;
	display: grid;
	align-items: center;
	gap: 10px;
}

.aside-block .comment-list-items .comment .comment-header .comment-icon {
	border-radius: 100%;
	overflow: hidden;
}

.aside-block .comment-list-items .comment .comment-header .comment-author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 4px;
	line-height: 1.4;
}

.aside-block .comment-list-items .comment .comment-header .comment-author .comment-author-name {
	font-weight: 700;
}

.aside-block .comment-list-items .comment .comment-header .comment-author .comment-author-name.auth {
	display: grid;
	grid-template-columns: auto 12px;
	align-items: center;
	gap: 4px;
}

.aside-block .comment-list-items .comment .comment-header .comment-author .comment-author-name.auth::after {
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(../images/icon/authenticated.svg);
	background-size: 12px auto;
}

.aside-block .comment-list-items .comment .comment-header .comment-author .comment-author-id {
	color: #767676;
}

.aside-block .comment-list-items .comment .comment-header .comment-author .comment-date {
	width: 100%;
	color: #767676;
}

.aside-block .comment-list-items .comment .comment-body .comment-content p {
	margin-block-end: 0;
}

.aside-block .comment-list-items .comment .comment-body .comment-content p + p {
	margin-block-start: 1em;
}

.aside-block .comment-list-items .comment .comment-body .comment-content figure {
	margin-block-end: 1em;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #f8f9fa;
}

.aside-block .comment-list-items .comment .comment-body .comment-content figure figcaption {
	margin-block-end: 8px;
	color: #767676;
	font-size: 0.75rem;
}

.aside-block .comment-list-items .comment .comment-body .reply-link {
	margin-block-start: 0.5em;
	display: flex;
	justify-content: flex-end;
}

.aside-block .comment-list-items .comment .comment-body .reply-link .comment-reply-link {
	border-radius: 4em;
	padding: 2px 25px;
	border: 1px solid #eee;
	display: block;
	color: #0070c9;
	background-color: #f8f9fa;
	font-weight: 700;
	text-decoration: none;
}

.aside-block .comment-list-items .comment .comment-body .reply-link .comment-reply-link:hover,
.aside-block .comment-list-items .comment .comment-body .reply-link .comment-reply-link:active {
	border-color: #0070c9;
	background-color: #fff;
}

.aside-block .latest-post-list {
	display: grid;
	position: relative;
	z-index: 2;
}

.aside-block .latest-post-list > li {
	padding-inline-start: 0;
}

.aside-block .latest-post-list > li::before {
	display: none;
}

.aside-block .latest-post-list > li + li {
	margin-block-start: 0;
}

.aside-block .latest-post-list > li > a {
	border: 1px solid #eee;
	display: grid;
	color: #111;
	font-weight: 700;
	text-decoration: none;
}

.aside-block .latest-post-list > li > a .latest-post-item-thumbnail {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.aside-block .latest-post-list > li > a .latest-post-item-thumbnail::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #fff;
	z-index: 1;
}

.aside-block .latest-post-list > li > a .latest-post-item-thumbnail img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.aside-block .latest-post-list > li > a .latest-post-item-title {
	margin-block: 0;
	padding-block-end: 0;
	border-block-end: 0;
}

.aside-block .latest-post-list > li > a .latest-post-item-title::after {
	display: none;
}

.aside-block .latest-post-list > li > a .latest-post-item-date {
	margin-block-end: 0;
	color: #767676;
	font-weight: 500;
}

.aside-block .go-to-category {
	display: flex;
	justify-content: center;
}

.aside-block .go-to-category a {
	box-shadow: 0 4px 4px rgba(136, 136, 136, 0.25);
	padding: 10px;
	border: 1px solid #111;
	border-radius: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 340px;
	color: #fff;
	background-color: #111;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none;
}

.aside-block .go-to-category a svg {
	width: 5px;
	height: 10px;
	fill: #fff;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.aside-block .go-to-category a:hover,
.aside-block .go-to-category a:active {
	color: #111;
	background-color: #fff;
}

.aside-block .go-to-category a:hover svg,
.aside-block .go-to-category a:active svg {
	fill: #111;
}

@media screen and (min-width: 980px) {

	.post-content .amachazl-box,
	.post-content .amazlet-box,
	.post-content .kaerebalink-box,
	.post-content .sticky-itslink {
		padding: 24px;
	}

	.post-content .amachazl-box .amachazl-image,
	.post-content .amazlet-box .amazlet-image,
	.post-content .kaerebalink-box .kaerebalink-image {
		float: left;
		margin-inline-end: 20px;
	}

	.post-content .amachazl-box .amachazl-image > a,
	.post-content .amazlet-box .amazlet-image > a,
	.post-content .kaerebalink-box .kaerebalink-image > a {
		padding: 4px;
	}

	.post-content .amachazl-box .amachazl-info .amachazl-sub-info,
	.post-content .amazlet-box .amazlet-info .amazlet-sub-info,
	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-link1 {
		clear: both;
		padding-block-start: 24px;
	}

	.post-content h2 {
		margin-block-start: 32px;
		font-size: 1.5rem;
	}

	.post-content h2::after {
		width: 164px;
	}

	.post-content h3 {
		font-size: 1.375rem;
	}

	.post-content h4 {
		font-size: 1.25rem;
	}

	.post-content h6 {
		font-size: 1rem;
	}

	.post-content p.is-style-related-link {
		padding: 20px;
	}

	.post-content p.is-style-related-link-black {
		padding: 20px;
	}

	.post-content .wp-block-separator {
		width: 400px;
	}

	.post-content .wp-block-image {
		margin-block: 26px;
	}

	.post-content .wp-block-image .wp-element-caption {
		font-size: 0.875rem;
	}

	.post-content figure.wp-block-gallery {
		margin-block: 26px;
		gap: 16px;
	}

	.post-content figure.wp-block-gallery .wp-element-caption {
		font-size: 0.875rem;
	}

	.post-content .wp-block-quote,
	.post-content blockquote.twitter-tweet {
		padding: 64px 32px 24px;
	}

	.post-content .wp-block-embed .wp-element-caption {
		font-size: 0.875rem;
	}

	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-link1:has(:nth-child(3)) {
		grid-template-columns: repeat(2, 1fr);
	}

	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-link1:has(:nth-child(3)) .shoplinkamazon {
		grid-column: 1/3;
	}

	.post-content .select_item {
		padding-inline: 24px;
	}

	.post-content .select_item > dl {
		grid-template-columns: 114px auto;
		row-gap: 20px;
	}

	.post-content .button-link,
	.post-content .amazlet-link > a,
	.post-content .amachazl-link > a,
	.post-content .shoplinkamazon > a,
	.post-content .shoplinkrakuten > a,
	.post-content .shoplinkyahoo > a,
	.post-content .linkButton > a {
		font-size: 0.875rem;
	}

	.content-area {
		margin-inline: auto;
		padding-block-end: 80px;
		padding-inline: 20px;
		max-width: 840px;
	}

	.post-meta {
		padding-block: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}

	.post-meta .comment-num {
		margin-inline-end: 1em;
	}

	.post-meta .date {
		display: flex;
		align-items: center;
	}

	.post-meta .date::before {
		content: '|';
		margin-inline: 0.5em;
	}

	.post-header {
		box-shadow: 16px 16px 0 #eee;
		margin-block-end: 48px;
		padding-block: 48px;
		padding-inline: 16px;
		align-items: center;
		width: calc(100% - 16px);
	}

	.post-header .post-header-title {
		line-height: 1.5;
		font-size: 1.625rem;
	}

	.post-header .post-header-subtitle > p {
		line-height: 1.5;
		font-size: 1rem;
	}

	.post-content {
		width: 100%;
	}

	.social-buttons {
		margin-block-start: 60px;
	}

	.social-buttons > ul {
		gap: 32px;
	}

	.social-buttons > ul > li > a {
		width: 48px;
		height: 48px;
	}

	.go-to-comments {
		margin-block-end: 40px;
	}

	.go-to-comments > a {
		padding-block: 7px;
		gap: 9px;
		max-width: 340px;
	}

	.aside-block .aside-block-title {
		font-size: 1.5rem;
	}

	.aside-block .aside-block-title > span {
		font-size: 0.875rem;
	}

	.aside-block .related-term-list {
		padding-block: 22px 32px;
		gap: 10px 6px;
	}

	.aside-block .post-date-info {
		margin-block-start: 16px;
	}

	.aside-block .post-date-info > dt {
		line-height: 1.3846153846;
		font-size: 0.8125rem;
	}

	.aside-block .comment-area {
		margin-block: 30px;
	}

	.aside-block .comment-area .comment-note {
		margin-block-start: 16px;
	}

	.aside-block .comment-list-items .comment .comment-header {
		grid-template-columns: 50px auto;
	}

	.aside-block .comment-list-items .comment .comment-header .comment-author {
		font-size: 0.875rem;
	}

	.aside-block .comment-list-items .comment .comment-body .comment-content {
		margin-block-start: 6px;
		line-height: 1.8;
		font-size: 1rem;
	}

	.aside-block .comment-list-items .comment .comment-body .comment-content figure blockquote {
		font-size: 0.875rem;
	}

	.aside-block .comment-list-items .comment .comment-body .reply-link .comment-reply-link {
		font-size: 0.8125rem;
	}

	.aside-block .latest-post-list {
		margin-block-start: 16px;
		padding-inline-end: 16px;
		gap: 40px;
	}

	.aside-block .latest-post-list > li > a {
		box-shadow: 16px 16px 0 #eee;
		grid-template-columns: 300px auto;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-thumbnail {
		border-inline-end: 1px solid #eee;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-thumbnail img {
		width: 350px;
		height: 100%;
		min-height: 250px;
		transition: 0.3s ease;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-text {
		padding-block: 32px calc(32px + 2.5rem);
		padding-inline: 32px;
		position: relative;
		z-index: 2;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-title {
		line-height: 1.5454545455;
		font-size: 1.375rem;
		transition: 0.3s ease;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-date {
		position: absolute;
		right: 32px;
		bottom: 32px;
		margin-block-start: 0;
		line-height: 1.5;
		font-size: 0.875rem;
	}

	.aside-block .latest-post-list > li > a:hover .latest-post-item-thumbnail img,
	.aside-block .latest-post-list > li > a:active .latest-post-item-thumbnail img {
		transform: scale(1.1);
		opacity: 0.8;
	}

	.aside-block .latest-post-list > li > a:hover .latest-post-item-title,
	.aside-block .latest-post-list > li > a:active .latest-post-item-title {
		color: #e22f26;
	}

	.aside-block .go-to-category {
		padding-block: 24px 40px;
	}
}

@media screen and (max-width: 979px) {

	.post-content .amachazl-box,
	.post-content .amazlet-box,
	.post-content .kaerebalink-box,
	.post-content .sticky-itslink {
		padding: 24px 10px 16px;
	}

	.post-content .amachazl-box .amachazl-image,
	.post-content .amazlet-box .amazlet-image,
	.post-content .kaerebalink-box .kaerebalink-image {
		margin-block-end: 18px;
		display: flex;
		justify-content: center;
	}

	.post-content .amachazl-box .amachazl-info .amachazl-name .amachazl-powered-date,
	.post-content .amazlet-box .amazlet-info .amazlet-name .amazlet-powered-date,
	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-powered-date {
		text-align: center;
	}

	.post-content .amachazl-box .amachazl-info .amachazl-detail,
	.post-content .amazlet-box .amazlet-info .amazlet-detail,
	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-detail {
		text-align: center;
	}

	.post-content .amachazl-box .amachazl-info .amachazl-sub-info,
	.post-content .amazlet-box .amazlet-info .amazlet-sub-info,
	.post-content .kaerebalink-box .kaerebalink-info .kaerebalink-link1 {
		padding-block-start: 20px;
	}

	.post-content h2 {
		margin-block-start: 22px;
		font-size: 1.25rem;
	}

	.post-content h2::after {
		width: 80px;
	}

	.post-content h3 {
		font-size: 1.125rem;
	}

	.post-content h4 {
		font-size: 1rem;
	}

	.post-content h6 {
		font-size: 0.875rem;
	}

	.post-content p.is-style-related-link {
		padding: 16px;
	}

	.post-content p.is-style-related-link-black {
		padding: 16px;
	}

	.post-content .wp-block-separator {
		width: 245px;
	}

	.post-content .wp-block-image {
		margin-block: 24px;
	}

	.post-content .wp-block-image .wp-element-caption {
		font-size: 0.75rem;
	}

	.post-content figure.wp-block-gallery {
		margin-block: 24px;
		gap: 8px;
	}

	.post-content figure.wp-block-gallery .wp-element-caption {
		font-size: 0.75rem;
	}

	.post-content .wp-block-quote,
	.post-content blockquote.twitter-tweet {
		padding: 60px 16px 12px;
	}

	.post-content .wp-block-embed .wp-element-caption {
		font-size: 0.75rem;
	}
	.post-content iframe[src*="https://www.instagram.com/"]
	{
		min-width: 0 !important;
	}

	.post-content .select_item {
		padding-inline: 14px;
	}

	.post-content .select_item > dl {
		grid-template-columns: 82px auto;
		row-gap: 16px;
	}

	.post-content .select_item > dl > dt {
		font-size: 0.875rem;
	}

	.post-content .button-link,
	.post-content .amazlet-link > a,
	.post-content .amachazl-link > a,
	.post-content .shoplinkamazon > a,
	.post-content .shoplinkrakuten > a,
	.post-content .shoplinkyahoo > a,
	.post-content .linkButton > a {
		font-size: 0.75rem;
	}

	.content-area {
		padding-inline: 16px;
		padding-block-end: 40px;
	}

	.post-meta {
		margin-block: 16px 26px;
	}

	.post-header {
		box-shadow: 12px 12px 0 #eee;
		margin-block: 26px 36px;
		padding-block: 36px;
		padding-inline: 12px;
		width: calc(100% - 12px);
	}

	.post-header .post-header-title {
		line-height: 1.5;
		font-size: 1.125rem;
	}

	.post-header .post-header-subtitle > p {
		line-height: 1.5;
		font-size: 0.875rem;
	}

	.post-content {
		order: 4;
	}

	.social-buttons {
		margin-block-start: 30px;
	}

	.social-buttons > ul {
		gap: 20px;
	}

	.social-buttons > ul > li > a {
		width: 44px;
		height: 44px;
	}

	.go-to-comments {
		margin-block-end: 30px;
	}

	.go-to-comments > a {
		padding-block: 10px;
		gap: 14px;
		max-width: 210px;
	}

	.aside-block .aside-block-title {
		font-size: 1rem;
	}

	.aside-block .aside-block-title > span {
		font-size: 0.625rem;
	}

	.aside-block .related-term-list {
		padding-block: 10px 25px;
		gap: 5px;
	}

	.aside-block .related-term-list > li > a {
		font-size: 0.875rem;
	}

	.aside-block .post-date-info {
		margin-block-start: 10px;
	}

	.aside-block .post-date-info > dt {
		line-height: 1.5;
		font-size: 0.75rem;
	}

	.aside-block .comment-area {
		margin-block: 20px;
	}

	.aside-block .comment-area .comment-note {
		margin-block-start: 12px;
	}

	.aside-block .comment-list-items .comment .comment-header {
		grid-template-columns: 40px auto;
	}

	.aside-block .comment-list-items .comment .comment-header .comment-author {
		font-size: 0.75rem;
	}

	.aside-block .comment-list-items .comment .comment-body .comment-content {
		margin-block-start: 3px;
		line-height: 1.5;
		font-size: 0.875rem;
	}

	.aside-block .comment-list-items .comment .comment-body .comment-content figure blockquote {
		font-size: 0.8125rem;
	}

	.aside-block .comment-list-items .comment .comment-body .reply-link .comment-reply-link {
		font-size: 0.6875rem;
	}

	.aside-block .latest-post-list {
		margin-block-start: 10px;
		padding-inline-end: 12px;
		gap: 24px;
	}

	.aside-block .latest-post-list > li > a {
		box-shadow: 12px 12px 0 #eee;
		grid-template-columns: 100%;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-thumbnail {
		border-block-end: 1px solid #eee;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-thumbnail img {
		width: 100%;
		height: 150px;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-text {
		padding-block: 16px;
		padding-inline: 16px;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-title {
		line-height: 1.5;
		font-size: 1rem;
	}

	.aside-block .latest-post-list > li > a .latest-post-item-date {
		margin-block-start: 0.5em;
		line-height: 1.5;
		font-size: 0.75rem;
		text-align: right;
	}

	.aside-block .go-to-category {
		padding-block: 16px 24px;
	}
}
