.body.page article{
    margin-bottom: 0px;
}
.page p{
    font-size: 1rem;
}
.page .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;
}
.page .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%));
}
.page .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%);
}
.page .article-header.entry-header h1.entry-title{
    width: 100%;
    font-size: 1.5rem;
}
.page .article-header.entry-header h1.entry-title span{
    display: none;
}
.page .entry-content{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20%;
    padding-right: 20%;
}
.page .content{
    margin-top: 0px;
}
.page .content-in.wrap{
    width: 100%;
}
.page .article h2{
    font-size: 1.8rem;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    background-color: inherit;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.page .article h2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
}
.page .article h3{
    border-left-color: var(--main-color);
    /* border-color: var(--main-color); */
}
.page .breadcrumb.pbp-footer-before{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 29px;
}
.page .footer{
    margin-top: 0px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
    /*必要ならばここにコードを書く*/
  
  
  }
  
  /*834px以下*/
  @media screen and (max-width: 834px){
    /*必要ならばここにコードを書く*/
  }
  
  /*480px以下*/
  @media screen and (max-width: 480px){
    /*必要ならばここにコードを書く*/
    .page .article-header.entry-header .image{
        height: 200px;
    }
    .page .entry-content{
        padding-left: 5%;
        padding-right: 5%;
    }
    .page .article-header.entry-header .header-text{
        width: 90vw;
    }
    .page .article h2{
        font-size: 1.4rem;
    }
  }
  