/*----------------------------------------------------------------------------------------------------
/* Global Style
----------------------------------------------------------------------------------------------------*/
* {
	clear: both;
	font: inherit;
	font-size: 100%;
	vertical-align: middle;
	word-break: break-word;
	word-wrap: break-word
}
/*----------------------------------------------------------------------------------------------------
/* Body Tag
----------------------------------------------------------------------------------------------------*/
body {
	color: #3b3b3b;
	font-family: "Noto Sans";
	font-size: 14px
}
/*----------------------------------------------------------------------------------------------------
/* A Tag
----------------------------------------------------------------------------------------------------*/
a {
	color: #3b3b3b;
	cursor: pointer;
	display: inline-block;
	text-decoration: underline
}
a:hover {
	opacity: 0.8
}
/*----------------------------------------------------------------------------------------------------
/* Blockquote Tag
----------------------------------------------------------------------------------------------------*/
blockquote {
	min-height: 1em;
	padding: 0 25px;
	position: relative;
	width: fit-content
}
blockquote:after {
	content:"\"";
	position: absolute;
	left: 0;
	top: 0
}
blockquote:before {
	content:"\"";
	position: absolute;
	right: 0;
	top: 0
}
blockquote cite {
	opacity: .75
}
/*----------------------------------------------------------------------------------------------------
/* Figcaption Tag
----------------------------------------------------------------------------------------------------*/
figcaption {
	color: #bdc3c7;
    font-weight: 300;
    padding: 10px;
	text-align: left
}
/*----------------------------------------------------------------------------------------------------
/* H1, h2, h3, h4, h5, h6 Tag
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 1.8em
}
h2 {
	border-bottom: 1px solid #3b3b3b;
	border-left: 5px solid #3b3b3b;
	border-radius: 3px;
	font-size: 1.7em;
	padding: 10px 15px
}
h3 {
	font-size: 1.6em
}
h3:before {
	content: "#";
	margin-right: 5px
}
h4 {
	font-size: 1.5em
}
h5 {
	font-size: 1.4em
}
h6 {
	font-size: 1.3em
}
/*----------------------------------------------------------------------------------------------------
/* Hr Tag
----------------------------------------------------------------------------------------------------*/
hr {
	background-color: #3b3b3b;
	height: 1px;
	margin: 10px 0
}
/*----------------------------------------------------------------------------------------------------
/* Img Tag
----------------------------------------------------------------------------------------------------*/
img {
	border-radius: 5px;
	max-width: 100%;
	object-fit: cover
}
/*----------------------------------------------------------------------------------------------------
/* Ol Tag
----------------------------------------------------------------------------------------------------*/
ol {
	margin-left: 0
}
ol li {
	list-style: decimal outside
}
/*----------------------------------------------------------------------------------------------------
/* P Tag
----------------------------------------------------------------------------------------------------*/
p {
	line-height: 2em
}
/*----------------------------------------------------------------------------------------------------
/* Textarea Tag
----------------------------------------------------------------------------------------------------*/
textarea {
	background-color: transparent
}
/*----------------------------------------------------------------------------------------------------
/* Ul Tag
----------------------------------------------------------------------------------------------------*/
ul {
	margin-left: 0
}
ul li {
	list-style: square outside
}
/*----------------------------------------------------------------------------------------------------
/* Gutenberg block Style
----------------------------------------------------------------------------------------------------*/
.editor-post-title__input {
	font-family: "Noto Sans";
	font-size: 1.8em;
	font-weight: 400
}
.wp-block-code {
	background-color: #f5f6fa;
	border: 2px solid #3b3b3b;
	border-radius: 5px;
	overflow: auto;
	padding: 25px;
	text-align: left;
	word-spacing: 3px
}
.wp-block-quote {
	border-left: none
}
.wp-block-separator {
	border-bottom: 1px solid #3b3b3b
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 1px
}