@charset "UTF-8";

.isGutenberg p {
	line-height:1.5 !important ;
}

.isGutenberg  img {
	vertical-align:bottom;
}

.isGutenberg .wp-block-image figcaption {
	margin-top:-1em;
	background:#eee;
	padding:5px 10px;
}

.isGutenberg h2 {
	font-size:2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
	    font-weight: bold;
    text-align: left;
    line-height: 1.4 ;
}

.isGutenberg h3 {
	font-size:2.2rem;
	margin-bottom:0.5em;
	padding: 10px;
	background: #dedede;
	font-weight: bold;
}

.isGutenberg h4 {
	font-size:1.8rem;
	margin-bottom:0.5em;

}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	bottom:1em !important ;
}

.isGutenberg ul li:before {
	content:"・" ;
}

.isGutenberg ol  {
	list-style-type: decimal  !important ;
}

.isGutenberg ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.isGutenberg ol ol{
  padding-left: 1em;
}
.isGutenberg ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.isGutenberg ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
}

.isGutenberg .wp-block-rss ,
.isGutenberg .wp-block-latest-posts ,
.isGutenberg .wp-block-categories {
	border:1px solid #ddd;
	padding:15px;
}

.isGutenberg .wp-block-rss li {
	margin-bottom:0.5em;
}

.isGutenberg .wp-block-rss li:last-child {
	margin-bottom:0;
}
.isGutenberg .wp-block-rss li:before {
	content:"" ;
}

.isGutenberg .wp-block-rss a {
	text-decoration:underline;
}

.isGutenberg .wp-block-rss a:hover {
	text-decoration:none;
}

.isGutenberg .wp-block-embed__wrapper iframe {
	width:100%;
}

@media screen and (max-width: 770px) {
	.isGutenberg h2 {
	font-size:2.2rem;
}

.isGutenberg h3 {
	font-size:1.8rem;
}

.isGutenberg h4 {
	font-size:1.6rem;
}

.isGutenberg .has-large-font-size {
	font-size:2rem;
}

}
