article h1 {
 font-size:30px;
 font-weight:bold;
}

article h1 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 5px #f1c047
}

article h2 {
	font-size:26px;
	text-align: left
}

article h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #232323;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f1c047;/*左線*/
}


article h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #232323;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f4d68c;/*左線*/
	font-size:22px;
	font-weight:bold;
}
.page-id-3381 h3 {
    border-bottom: 1px solid #e0e0e2;
    margin: 50px 0 30px;
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

article h4 {
	text-align: left
}

article h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #232323;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #fceabb;/*左線*/
	font-size:18px;
}

p { color:#000000; }


 #low .sec01 .content_board > li > ul > li a .topic-text .cont {
          margin-bottom: 5px;
          color: #000000;
          line-height: 1.4;
          position: relative;
          }

#low .sec01 .content_board > li > ul > li a .topic-text > .timeline .comment .value {
              margin-left: 5px;
              color: #000000;
              font-size: 16px; }

#low .sec01 .content_board > li > ul > li a .topic-text > .timeline .other span {
              border-right: 1px solid #8c8c8c;
              margin-right: 15px;
              padding-right: 15px;
              color: #000000;
              font-size: 16px; }


/*****Jetpack関連記事設定し*****/

/*Jetpack関連記事の見出し*/
#jp-relatedposts h3.jp-relatedposts-headline{
    font-size:20px !important;    /*文字サイズ*/
}

/*Jetpack関連記事の記事タイトル*/
#jp-relatedposts h4.jp-relatedposts-post-title{
padding:1em 0.2em;/*文字周りの空間*/
font-size:9pt !important;/*文字サイズ*/
	border-left:none;
}
