@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

.small-maru-label-main {
    border-radius: 40px!important;
    background-color: var(--wp--preset--color--sango-main)!important;
    color: #fff;
    display: inline-block;
    line-height: 1.1;
    margin: 0 6px;
    padding: 0.2em .6em;
}

h2.wp-block-heading{
font-size: 1.4em;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    border-left: 5px solid var(--wp--preset--color--sango-main);
    border-bottom: 2px solid var(--wp--preset--color--sango-main);
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #edf7ff;
    border-radius: 0 .25rem .25rem 0;
}

figure.wp-block-table table tr th{
	background: var(--wp--preset--color--sango-main) !important;
	color: #fff;
}

.entry-content a{
    text-decoration:underline !important;
}