body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

.fa-gray {color: gray}
.fa-skyblue {color: skyblue}
.fa-orange {color: #fecb81}

/* スマホ表示時に本文サイズを変更 */ @media(max-width: 640px) { 
body .entry-content p, 
body .textwidget p { 
font-size: 16px; 
} 
}
/* カード型（タイトル）で表示するタイトルの行数を変更する */
.hentry.card-title .entry-title {
    height: 4em;
}

/* 既存のスタイルをリセット */
.entry-content > h3, 
.textwidget > h3 {padding: 0;border-radius: 0;background: none;border: none; }

/* 見出しのスタイルを変更 */
.entry-content > h3, 
.textwidget > h3 {
  position: relative;
  padding: 0.5em 0.666em;
  border-radius: 4px;
  background: #ff6633;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.8;
}
.entry-content > h3:after, 
.textwidget > h3:after {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ff6633;
  content: '';
}
/* 既存のスタイルをリセット */
.entry-content > h2, 
.textwidget > h2 {padding: 0;border-radius: 0;background: none;border: none; }

/* 見出しのスタイルを変更 */
.entry-content > h2, 
.textwidget > h2 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #fef263;
  color: #000000;
  font-size: 24px;
  line-height: 1.333;
}
.entry-content > h2:after, 
.textwidget > h2:after {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 30%;
  border-bottom: solid 3px #ff6633;
  content: " ";
}
/* PC表示時に投稿エリアの本文のフォントサイズと行間を変更する */
@media screen and (min-width: 980px) {
body .entry-content,
body .entry-content p{
line-height: 1.8;
font-size: 18px;
}
}
/* 投稿タイトルの文字サイズを変更 */
body .hentry .entry-title {font-size: 26px;}

/* スマホ用グローバルメニューボタンの背景色を変更する */
div.global-navigation-btn {
  background-color: crimson;
  color: whitesmoke ;
}
/* ヘッダーの背景色を変更する */
.header {
  background-color: #d3d3d3
;
}
/* リストの既存のスタイルをリセット */
.entry-content > ul.list-a, 
.textwidget > ul.list-a {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

/* リストのスタイルを変更 */
.entry-content > ul.list-a li, 
.textwidget > ul.list-a li {
  position: relative;
  padding: 0.5em 0.75em;
  border-left: solid 2em #336699;
  background: #eaeff4;
  color: #000000;
  line-height: 1.333;
}
.entry-content > ul.list-a li:before, 
.textwidget > ul.list-a li:before {
  position: absolute;
  top: 50%;
  left: -1.35em;
  padding: 0em;
  color: white;
  content: "\f040";
  font-weight: normal;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 既存のスタイルをリセット */
.entry-content > h4, 
.textwidget > h4 {padding: 0;border-radius: 0;background: none;border: none; }

/* 見出しのスタイルを変更 */
.entry-content > h4, 
.textwidget > h4 {
  padding: 0.5em 0.666em;
  border-left: 3px solid #fef263;
  background-color: #f3f3f3;
  color: #000000;
  font-size: 21px;
  line-height: 1.333;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
.l-card .entry-content, 
.l-card .entry-content p {
    font-size: 14px;
}