.wp-block-search__label{
	display:none;
}

footer {
	margin-top: 0 !important;
}

.header-logo{
	flex-basis: auto;
}

.wp-block-navigation-item__content {
	color: black !important;
	margin: 0px 15px;
}

.wp-block-site-logo{
	margin:0 !important;
	text-align: left !important;
}

.has-helvetica-neue-font-family *{
	font-family: var(--wp--preset--font-family--helvetica) !important;
}

.search-box .wp-block-search__input{
	font-size: 16px !important;
	border-color: #048f78 !important;
}

.search-box .wp-block-search__button{
	padding: 10px !important;
}

.categories-list{
	display: flex;
  padding: 0;
  list-style: none;
  grid-gap: 20px;
	justify-content:center;
}

.categories-list>li{
	background-color: #048f78;
  padding: 5px 15px;
  border-radius: 30px;
}

.categories-list>li>a{
	color:#fff;
	text-decoration:none;
}
.categories-list>li>a:hover{
	text-decoration:underline;
}

.post-card-list,.relative-post-list{
	grid-gap:1.25em;
	max-width: var(--wp--style--global--wide-size) !important;
}

.post-card-list>li,.relative-post-list ul,.recommended-post-card{
	position:relative;
	margin:0 !important;
	padding-bottom:40px;
	background-color:#f7fffe;
	border-radius:15px;
	overflow:hidden;
}

.post-card-list>li .wp-block-latest-posts__featured-image,.relative-post-list .jp-related-posts-i2__post-img-link img,.post-card img{
	font-size:0;
}

.post-card-list>li .wp-post-image,.relative-post-list .jp-related-posts-i2__post-img-link img,.post-card img{
	width:100%;
	max-height:200px;
  object-fit: cover;
}

.post-card-list>li>.wp-block-latest-posts__post-title,.relative-post-list .jp-related-posts-i2__post-link a{
	display:block;
	margin:0px;
	padding:15px;
	color:#048f78;
	font-size:18px !important;
	font-weight:600;
	text-decoration:none;
}

.post-card-list>li>.wp-block-latest-posts__post-title:hover,.relative-post-list .jp-related-posts-i2__post-link a:hover,.post-card-title a{
	text-decoration:underline;
}

.post-card-list>li>.wp-block-latest-posts__post-date,.relative-post-list .jp-related-posts-i2__post-date{
	position:absolute;
	bottom:0px;
	margin:15px;
	padding:10px;
	color:#048f78;
	font-weight: bold;
	background-color:#048f7810;
	font-family: var(--wp--preset--font-family--helvetica) !important;
	font-size:14px;
	line-height:100%;
	border-radius:30px;
}

.categories-list{
	display: flex;
  padding: 0;
  list-style: none;
  grid-gap: 20px;
	justify-content:center;
}

.post-category{
	background-color: #048f78;
  padding: 5px 15px;
  border-radius: 30px;
}

.post-category>a{
	color:#fff;
	text-decoration:none;
}
.post-category>a:hover{
	text-decoration:underline;
}

.post-content h2{
  font-size: 1.5em;
  font-weight: bold;
  background-color: #048f78;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
}

.post-content h3{
	border-left: 5px solid #048f78;
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: bold;
}

.post-navigation-link-previous a::before{
	content:'前の記事';
	display:inline-block;
	position:absolute;
	top:0;
}
.post-navigation-link-next a::before{
	content:'次の記事';
	display:inline-block;
	position:absolute;
	top:0;
}
.post-navigation-link-previous a,.post-navigation-link-next a{
	display:inline-block;
	position:relative;
	padding-top:30px;
}

.jp-related-posts-i2__row{
	grid-gap:20px;
}

.query-title{
	padding:10px;
	background-color:#048f78;
	color:#ffffff;
	border-radius:15px;
}

.post-card{
	position:relative;
	margin:0 !important;
	background-color:#EAF8F6;
	border-radius:15px;
	overflow:hidden;
}
.post-card-image img{
	max-height:300px;
}
.post-card-title{
	margin:15px !important;
	padding:0 !important;
	font-size:0!important;
}
.post-card-title a{
	font-size:18px !important;
	font-weight:600;
	text-decoration:none;
}
.post-card-title a:hover{
	text-decoration:underline;
}

.post-card .post-card-timestamp{
	display:inline-block;
	margin:0 15px 15px 15px !important;
	padding:10px;
	color:#048f78;
	background-color:#048f7810;
	font-family: var(--wp--preset--font-family--helvetica) !important;
	font-size:14px;
	line-height:100%;
	border-radius:30px;
}
.post-card-content{
	margin:0!important;
	padding-top:0px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.post-card-content .wp-block-post-excerpt__excerpt{
	margin:0!important;
}
.wp-block-latest-posts__post-excerpt {
	font-size: 14px;
	margin: 0 15px;
	margin-bottom: 25px
}


.post-card-meta{
	margin:0!important;
	padding:15px;
}
.post-card-meta .post-meta>div{
	padding:3px 10px;
	background-color:#048f7820;
	border-radius:10px;
}
.post-card-meta .post-meta a{
	font-size:0.8rem;
	text-decoration:none;
}
.post-card-meta .post-meta a:hover{
	text-decoration:underline;
}

.search-query input{
	background-color:#048f7820;
	color:#048f78;
	border:none !important;
	border-bottom:2px solid #048f78 !important;
}

.footer-link{
	padding: 0;
  list-style: none;
}
.footer-link>li>a{
	text-decoration:none;
}
.footer-link>li>a:hover{
	text-decoration:underline;
}