@charset "UTF-8";
#secondary .toc_widget {
	z-index: 1;
}

@media screen and (max-width: 840px) and (min-width: 671px) {
	.home .site-content .site-main .recent-post .content article {
		width: calc( ( 100% - 10px ) / 2 );
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.home .site-content .site-main .recent-post .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.home .site-content .site-main .recent-post .content article .entry-header .entry-thumbnail {
		width: 100%!important;
	}
	.home .site-content .site-main .recent-post .content article .entry-content {
		width: 100%;
	}
}

.archive.post-type-archive .content-area .site-main .entry-content .form-glossary .top-form {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.site-main article:nth-of-type(1) {
		padding-top: 24px!important;
	}
}
.page-case .site-content .content-area .site-main .entry-content .sec .item .hover ul li {
	list-style-type: none;
}
/*.archive.post-type-archive .content-area .site-main .entry-content .form-glossary form input[type="text"] {
	color: #999;
}*/