@charset "utf-8";

/*

Page // Single Post Common

*/


/* common ---------------------- */

/* https://uonuma-js.com/gallery-block/ */

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}


/* content ---------------------- */

#single-post h1 span{
	display: block;
	margin-top: 1.5rem;
}

#single-post h2{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
}

#single-post h3{
    font-size: 1.125rem;
    font-weight: 600;
}

#single-post h3::before {
content: "";
display: inline-block;
position: relative;
top: calc(-.1 * 1em);
vertical-align: middle;
height: calc(4px + .7em);
margin-right: calc(5px + .2em);
border-left: calc(5px + .1em) solid #e5e5e5;
}

#single-post p,
#single-post table,
#single-post ul li{
    font-size: .875rem;
    font-weight: 300;
}

#single-post ul li{
    margin-top: .375rem;
    font-weight: 400;
}

/* Responsive ---------------------- */

@media (min-width: 640px) {
    #single-post h1{
    font-size: 4rem;
	margin-bottom: 3rem;
    }
    #single-post h2{
    font-size: 1.5rem;
    }
	#single-post h3{
	margin-top: 3rem;
    font-size: 1.25rem;
	letter-spacing: normal;
	}
    #single-post p,
    #single-post table,
    #single-post ul li{
    font-size: 1rem;
    font-weight: normal;
	line-height: 2.1;
    }
    #single-post ul li ul li{
    padding-left: 2rem;
    }
	#single-post .uk-slideshow-items{
		min-height: 70vh !important;
	}
}
