.kanrenBox .image{
    background: none;
    text-align: center;
    border: none!important;
}
.bosyuNo:empty,
.bosyuNo {
margin-bottom:0!important;
}
.breadcrumb ol{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.breadcrumb-item.current {
    max-width: 490px;
}
.mokujiArea,
.excerptContents .mokujiArea{
    font-weight: bold;
    color: #044097;
    border: 2px solid #044097;
    display: block;
    padding:18px 20px 12px;
    border-radius: 4px;
}


.mokujiTitle{
    padding-bottom: 8px;
    /*margin-bottom: 8px!important;*/
    margin-bottom: 12px!important;
    border-bottom: 1px solid #044097;
}
.mokujiArea p:not(.mokujiTitle) {
    margin-bottom:14px!Important;
    color:#333;

}
.mb8 {
    /*margin-bottom: 8px !important;*/
    margin-bottom: 10px !important;
}

.mokujiArea ul li a{
    position: relative;
    padding-left: 24px;
    display: block;
}
.mokujiArea ul li a i{
    position: absolute;
    left: 0;
    top: 5px;
}
.cNum:empty + span {
    display: none!important;
}

    p.bassuiTitle {
        font-weight: bold;
        padding: 15px 0;
        text-align: center;
        background: #034098;
        color: #fff;
        margin-bottom: 25px;
    }
    @media only screen and (max-width: 640px) {
    p.bassuiTitle {
        font-weight: bold;
        padding: 10px 0;
        font-size: 130%;
        background: #fff;
        color: #034098;
        margin-bottom: 0px;
        display: flex;  /* 横並びにする */
        align-items: center;  /* 垂直方向に中央 */
        text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
  }
  /* 共通部分はまとめる */
   p.bassuiTitle::before,
   p.bassuiTitle::after{
    content:"";
    flex-grow: 1;  /* 線の伸び率 */
    border-bottom: 1px solid #034098;
  }

  /* 左側の線 */
   p.bassuiTitle::before{
    margin-right: 10px;  /* 線と文字の間のスペース */
    padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }

  /* 右側の線 */
   p.bassuiTitle::after{
    margin-left: 10px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }
}