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;
}
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ffdc00;
  background-color: #fff;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "あわせて読みたい";
  background-color: #ffdc00;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #ffdc00;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f010";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ffd700;
  background-color: #fff;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "あわせて読みたい";
  background-color: #ffd700;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #ffd700;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f15c";
  font-size: 18px;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  color: #fff;
}
.insta-center{margin:0 auto;max-width: 380px;}

/* テキストリンク */
.txt-link {
  font-size: 1.3em;
  font-weight: bold;
  margin: .8em 0 2em;
  text-align: center;
}
.txt-link.is-cv a {
  padding-left: 25px;
  position: relative;
}
.txt-link.is-cv a:before {
  color: #04c;
  content: "\f061";
  font-family: "FontAwesome";
  font-size: .9em;
  left: 0;
  margin: 0 5px 0 2px;
  position: absolute;
  text-shadow: 1px 2px 0 rgba(0,0,0,.3);
}
 
/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
