/*--------------------------------------
  関連記事見出しデザイン
--------------------------------------*/
.related-posts {
   font-weight: bold;
   text-align: left;
   margin-bottom: 2em;
   font-size: 0.8em;
}
#main .h-undeline {
    padding: 1em 0.5em 1em;
    margin: 1em 0 1em;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe6ee, #ffe6ee 3px,#fff0f5 3px, #fff0f5 7px)!important;
    background: repeating-linear-gradient(-45deg, #feaa00, #feaa00 7px)!important;
}
#main .h-undeline:after {
    background-image: none;
}
/*トップページ人気記事用のウィジェット*/
.popular-posts .cardtype__article-info {
    padding-top: 0.5em;
}
.popular-posts .cardtype__link {
    padding-bottom: 10px;
}
.popular-posts.cardtype {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular-posts .cardtype__article {
  width: 48%;
  margin: 0 0 25px;
}
.popular-posts .cardtype__article:nth-child(odd){
  margin-right: 4%;
}
.popular-posts .cardtype__article p {
  margin: 0; 
}
.popular-posts.cardtype h2 {
    margin: 0 5px;
    font-size: 15px;
}
#logo, #logo img, .desktop-nav li a,#drawer__open {
    height: 160px;
    line-height: 160px;
}
/*h2タグ*/
.entry-content h2 {
  position: relative;
  padding: 0.6em;
  background: #204495;
	color: #fff;
}

h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #204495;
width: 0;
height: 0;
}
/* h3見出しのデザイン変更 */
.entry-content h3{
font-size: 1.1em ;
border-left-color: #204495;
color: #555555;
margin-bottom: 1.5em;
}
/*タイトル下空白削り*/
#main .entry-content {
    padding-top: 1px;
}
#main .article-header {
    margin-bottom: 1px;
}
/*ハンバーガーメニュー「MENU」*/
#drawer .fa-bars{
	padding: 50px 0 0 12px;
}
#drawer .fa-bars:after{
	 content:'MENU';
	font-size: 10px;
	 font-weight:bold;
	 display: block;
}