@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を記入していきましょう。*/

h2.wp-block-heading{
	font-size: 1.4em;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    border-left: 5px solid #2ecc87;
	border-bottom: 2px solid #2ecc87;
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #edfff7;
    border-radius: 0 .25rem .25rem 0;
}

h4.wp-block-heading{
	border-bottom: 3px solid #2ecc87;
}

figure.wp-block-table table tr th{
	background: #2ecc87 !important;
	color: #fff;
}

ul.wp-block-list{
	border: 2px solid #17905b !important;
}
ul.wp-block-list li::marker{
	color: #2ecc87;
}
.entry-content a[target="_blank"]{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.entry-content a[target="_blank"]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234f96f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.small-maru-label-main{
    background-color: #17905b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
}