@charset "UTF-8";

.wp-pagenavi a.disabled {
	pointer-events: none !important;
	opacity: 0;
}
.wp-pagenavi > .current {
	pointer-events: none !important;
}

/* WPブログ */
#blog .date-tag .tag.symptoms {
	background-color: #f9c066;
}
#blog .date-tag .tag.body {
	background-color: #8be67d;
}
#blog .blog .content .blog-flex {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 750px) {
	#blog .blog .content .blog-flex {
		display: block;
	}
}
.blog-list ul li a .cover img {
	width: 100%;
	aspect-ratio: 11/8; /* w/h */
	object-fit: cover;
}
.blog-detail .des .img.middle,
.blog-detail .des .box-blue .img,
#news .news .content .news-detail .box-white .des .img.middle {
	width: 70%;
	margin-inline: auto;
}
@media only screen and (max-width: 640px) {
	.blog-detail .des .img.middle,
	.blog-detail .des .box-blue .img,
	#news .news .content .news-detail .box-white .des .img.middle {
		width: 100%;
	}
}

#news .news .content .news-detail .box-white .des .img p {
	font-size: 88%;
	line-height: 1.5;
}

.trust-google #header,
.trust-google #footer,
.trust-google hr {
	display: none !important;
}