/*
Theme Name: Lab23 Child
Description: Lab23の子テーマです
Author:
Author URI:
Template: lab23
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*スマホ横並び維持*/
.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: wrap!important;
}
.record{
flex-wrap:nowrap;
}
@media (max-width: 599px){
.record .wp-block-column:not(:first-child) {
    margin-left: 5px;
}
}
/*タブレットサイズ以上では非表示 */
@media screen and (min-width: 767px) {
	#home-list-bottom {
		display: none;
	}
}
/* サイドバー中の目次 */
@media screen and (max-width: 992px) {
	#toc-widget-4 {
		display: none;
	}
}
/* 記事中の目次 */
@media screen and (min-width: 992px) {
	#toc-widget-5 {
		display: none;
	}
}
/*SP画面：記事画面の目次の余白調整*/
@media screen and (max-width: 500px) {
	#toc-widget-5 {
		border-bottom: 1px solid var(--lab23-border-color, #eee);
		margin: 30px 0px;
		padding-bottom: 30px;
	}
	h2.p-widget__ttl.p-widget__ttl--sidebar {
		border-bottom: none !important;
		padding: 0 !important;
	}
	.p-widget__ttl {
		margin: 0 0 1rem !important;
	}
}
