/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 12:42:20 */
.wp-block-cover.alignfull{
	width:100vw;
}

body{
		font-size:1em;
}

p{
	font-size:1em;
}


/*SNSボタン非表示*/
.sns-share{
	display:none;
}

/*リンクホバー：効果*/
a:hover{
	opacity:0.8;
}

/*Flexible Tableブロック　左線削除*/
figure.wp-block-flexible-table-block-table tr {
    border-left: none;
}
@media screen and (max-width:768px) {
 .has-small-font-size {
                font-size: 12px !important;
            }

            .has-medium-font-size {
                font-size: 14px !important;
				line-height: 1.8;
            }
	.has-x-large-font-size{
			font-size: 16px !important;
		line-height: 1.8;
	}
	.has-xx-large-font-size {
		font-size: 16px !important;
		line-height: 1.8;
	}
            .has-xxx-large-font-size {
                           font-size: 18px !important;
        line-height: 1.8;
            }

            .has-huge-font-size {
                       font-size: 20px !important;
				line-height: 1.8;
            }


}