/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 14:11:07 */
/*全幅設定が効かなかったから調整*/
.wp-block-cover.alignfull{
	width:100vw;
}

body{
		font-size:1em;
}

p{
	font-size:1em;
}

/* .ystdb-section__inner>* {
    margin-top:0;
}

.ystdb-column-block-container>* {
    margin-top:0;
} */

/*SNSボタン非表示*/
.sns-share{
	display:none;
}

/*リンクホバー：効果*/
a:hover{
	opacity:0.8;
}

/*Flexible Tableブロック　左線削除*/
figure.wp-block-flexible-table-block-table tr {
    border-left: none;
}

/*ドロワーメニューにロゴを表示*/
.global-nav__toggle.is-open+.global-nav{
	z-index:-1;
}