.ui-main .ui-section {
    margin-bottom: 24px;
}
.section-title .title {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    font-size: 33px;
    font-family: MS serif;
  color: #2b2a2a;
  padding-bottom: 14px;
      letter-spacing: 0.14em;
}

.section-title:before {
    content: "";
    display: none;
   
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


/*カテのタイトル*/
.entry-title .title {
        font-size: 33px;
    font-family: MS serif;
    color: #2b2a2a;
    padding-bottom: 14px;
    letter-spacing: 0.16em;
  padding-left: 15px;
   margin-top: -18px;
  margin-bottom: -40px;
}
.entry-title {
    margin-bottom: 0px;
}
.section-title-boder{
  text-align: center;
  opacity: 0.55;
}

/*チェックド*/
.section-title {
    position: relative;
    text-align: center;
    margin-bottom: 42px;
    margin-top: 10px;
}

.section-title-boder{
opacity: 0.2;
  padding-bottom: 20px;
 padding-top: -5px; 
}

.section-body2 {
    margin-bottom: 36px;
}

#page-list .list-pager.bottom {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom-color: transparent;
    padding-top: 10px;
}


/*カテのルビ*/
h6.title {
   font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif!important;
    font-size: 13.5px !important;
    margin-top: -20px !important;
    letter-spacing: 0.9em !important;
     font-weight: 400 !important;
   padding-left: 30px !important;
}

.guide-body {
    font-size: 14px ;
}
ul.unstyled, ol.unstyled {
    margin-left: 35px;
   list-style: none; 
}