.article-header.entry-header .image{
    /* background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/penfanAPP91909_TP_V.jpg); */
    background-image: url(https://omiyadori-law.com/wp-content/uploads/2025/01/コンベンションセンター-scaled.jpg);
    background-size: cover;
    /* background-position: bottom; */
    background-position: center;
    position: relative;
    height: 200px;
    margin-top: 0px;
}
.article-header.entry-header .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(-90deg, rgb(0 152 255 / 70%), rgb(0 46 147 / 97%));
}
.article-header.entry-header .header-text{
    position: absolute;
    top: 130px;
    left: 50%;
    z-index: 2;
    color: white;
    font-size: 2rem;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 1px 30px;
    transform: translate(-50%, -50%);
}
.article-header.entry-header .header-text p{
    width: 100%;
    font-size: 1.5rem;
}

.design_bar{
    background-color: var(--main-color);
    height: 30px;
    width: 100%;
}

#toc{
    width: 100%;
}


.single-post h2.wp-block-heading{
    background: linear-gradient(-90deg, rgba(0, 153, 255, 0.863), rgb(0 46 147 / 97%));
    color: white;
}

.single-post h3.wp-block-heading{
    border-left-color: var(--main-color);
    font-size: 1.2rem;
}

.single-post .article blockquote{
	margin-top: 2rem;
	margin-bottom: 2rem;
  background-color: #f5f5f5;
  border: none;
  padding: 10px;
  padding-top: 30px;
  /* border: solid 2px var(--main-color); */
}
.single-post blockquote:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 80px;
    height: 30px;
    text-align: center;
    /* content: "\f10d";
    font-family: "Font Awesome 5 Free"; */
    content: "Quote";
    color: white;
    font-size: 18px;
    line-height: 30px;
    /* background: #6fcdd9; */
    background-color: var(--main-color);
    font-weight: 900;
}
.single-post blockquote:after{
    content: "";
}
.single-post .article blockquote p{
	margin-bottom: 10px;
	font-size: 1em;
}
.single-post .article .marker-under{
    background: linear-gradient(transparent 60%,#ffed05 60%);
    font-weight: bold;
}

.footer-meta{
    padding: 10px;
    border: 3px solid rgb(235, 235, 235);
    margin-bottom: 30px;
}
.footer-meta p.author-info-title{
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.author-info{
    display: flex;
}
.author-info img{
    height: 100px;
}
.author-info .author-detail{
    padding-left: 10px;
}
.author-info a.author-link{
    display: flex;
    justify-content: flex-start;
    color: black;
    text-decoration: underline;
    font-size: 1rem;
}
.author-info .author-detail p.post-author{
    margin-bottom: 10px;
    padding: 0;
}
.author-info .author-detail p{
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
}
