#home .sec06 .inner .swiper.example .swiper-slide .img img {
	aspect-ratio: 2 / 1;
}

#column .sec01 .inner .list ul li a .text .data,
#news .sec01 .inner .list ul li a .text .data {
	align-items: flex-start;
}

#column .sec01 .inner .cate,
#news .sec01 .inner .cate {
	flex-wrap: wrap;
	gap: 0.5em;
}

#column .sec01 .inner .list ul li a .text .data .date,
#news .sec01 .inner .list ul li a .text .data .date {
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	#column .sec01 .inner .detail .data,
	#news .sec01 .inner .detail .data {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5em;
		margin-bottom: 1em;
	}

	#column .sec01 .inner .detail .cate,
	#news .sec01 .inner .detail .cate {
		flex-direction: row;
	}
}

#column .sec01 .inner .detail .data .cate,
#news .sec01 .inner .detail .data .cate {
	padding-left: 0;
	padding-right: 0;
}

#column .sec01 .inner .detail .data .cate > span,
#news .sec01 .inner .detail .data .cate > span {
	padding: 0 1em;
}

#pager ul li span {
	padding: .2em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact .sec01 .inner form .mwform-tel-field input {
	width: 120px;
}

@media screen and (max-width: 768px) {
	#contact .sec01 .inner form .mwform-tel-field input {
		width: 80px;
	}
}

#contact .sec01 .inner form .privacy .error {
	text-align: center;
}

#contact .sec01 .inner form .submit ul {
	margin-top: 40px;
	flex-direction: column;
	gap: 20px;
}

#contact .sec01 .inner form .submit ul li:empty {
	display: none;
}

#contact .sec01 .inner form .submit ul li button.back {
	background-color: #999999;
}

body.page-confirm #contact .sec01 .inner .contact-lead,
body.page-thanks #contact .sec01 .inner .contact-lead,
body.page-confirm #contact .sec01 .inner form dl > div dt .label,
body.page-confirm #contact .sec01 .inner form .privacy,
body.page-confirm #contact .sec02,
body.page-thanks #contact .sec02 {
	display: none;
}

body.page-confirm #contact .sec01 .inner form dl > div dd {
	padding: 1em 1.5em;
}

/* entry-content */
:where(.entry-content) a,
:where(.entry-content) a:hover,
:where(.entry-content) a:active {
	color: revert;
	text-decoration: underline;
}

:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6,
:where(.entry-content) p,
:where(.entry-content) ol,
:where(.entry-content) ul,
:where(.entry-content) blockquote,
.wp-block-image,
.wp-block-gallery,
.wp-block-table {
	margin-bottom: 24px;
}

:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6 {
	margin-top: 36px;
}

:where(.entry-content) p,
:where(.entry-content) ol,
:where(.entry-content) ul,
:where(.entry-content) blockquote,
.wp-block-image,
.wp-block-gallery,
.wp-block-table {
	margin-top: 24px;
}

:where(.entry-content) h1 {
	font-size: 2em;
}

:where(.entry-content) h2 {
	font-size: 1.5em;
}

:where(.entry-content) h3 {
	font-size: 1.17em;
}

:where(.entry-content) h4 {
	font-size: 1em;
}

:where(.entry-content) h5 {
	font-size: .83em;
}

:where(.entry-content) h6 {
	font-size: .67em;
}

:where(.entry-content) ol {
	list-style-type: decimal;
}

:where(.entry-content) ol ol,
:where(.entry-content) ol ul,
:where(.entry-content) ul ol,
:where(.entry-content) ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

:where(.entry-content) ol,
:where(.entry-content) ul {
	padding-left: 40px;
}

:where(.entry-content) ul {
	list-style-type: disc;
}

:where(.entry-content) ul ul {
	list-style-type: circle;
}

:where(.entry-content) ul ul ul {
	list-style-type: square;
}

:where(.entry-content) blockquote {
	padding: 1em;
	border: 1px solid var(--color-GrayN);
}

:where(.entry-content) blockquote dt {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

:where(.entry-content) blockquote dd {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

:where(.entry-content) blockquote dt:last-child,
:where(.entry-content) blockquote dd:last-child {
	margin-bottom: 0;
}

:where(.entry-content) blockquote > :first-child {
	margin-block-start: 0;
}

:where(.entry-content) blockquote > :last-child {
	margin-block-end: 0;
}

:where(.entry-content) > :first-child {
	margin-block-start: 0;
}

:where(.entry-content) > :last-child {
	margin-block-end: 0;
}

/* old post style */
h2:has(img[alt='見出し']) > span {
	position: static !important;
}

h2:has(img[alt='見出し']) > img,
h2:has(img[alt='見出し']) > span br {
	display: none;
}

p:has(img[alt='見出し2']) {
	padding: 0 0 0 10px;
	font-size: 22px;
	border-left: 8px solid var(--color-Brown);
}

@media only screen and (max-width: 768px) {
	p:has(img[alt='見出し2']) {
		font-size: 14px;
	}
}

p:has(img[alt='見出し2']) > strong > span {
	position: static !important;
}

p:has(img[alt='見出し2']) > img,
p:has(img[alt='見出し2']) > strong > span br {
	display: none;
}

