/* 見出し装飾 */
.entry-content h2 {
  background: #29c6cd !important;
  border-left: 20px double #ed6f6f !important;
  border-right: 10px solid #ed6f6f !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
  line-height: 1.5em; !important;
  padding: 10px 0px 7px 15px ;
  margin: 16px 0px 24px;
}

/* 見出し装飾 */
.entry-content h3 {
  background: #ffd8d8 !important;
  border-left: 20px double #29c6cd !important;
  border-right: 10px solid #29c6cd !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
  padding: 10px 0px 7px 15px ;
  margin: 16px 0px 24px;
}

/* 見出し装飾 */
.entry-content h4 {
  background: #ffffff !important;
  border-top: 3px solid #29c6cd !important;  
  border-bottom: 3px solid #29c6cd !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
  padding: 10px 0px 7px 0px ;
  margin: 16px 0px 24px;
}

/* フォント変更 */
body {
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI','Arial Black','Arial',sans-serif;
}

/* Page TOP */
#footer-top.bg, #footer-top .inner, .cta-inner {
background: url(https://eboshi99.com/horenami_blog/wp-content/uploads/2017/10/fe98b544ddf2a8c768c3349b81a9afdd.png) no-repeat;
background-size: 100%;width: 100%;
}

/* Page TOP */
#footer-top .widgettitle {
color: #ed6f6f !important;
}

/* Page TOP */
#footer-top.bg, #footer-top .inner, .cta-inner {
color: #ed6f6f !important;
}

/* フォローボタン6*/
.flw_btn6 {
display: inline-block;
position: relative;
box-sizing: border-box;
text-decoration: none;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 22px !important;
border-radius: 50%;
text-align: center !important;
vertical-align: middle;
margin: 3px;
padding: 0px 0px 0px 3px;
transition: .4s;
}
.flw_btn6 .fa{
font-size: 25px !important;
line-height: 50px;
transition: .5s;
}
.flw_btn6:hover .fa{
-webkit-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
}
.flw_btn6.htb {
color: #49a8fb !important;
border: solid 2px #49a8fb !important;
background: #fff !important;
}
.flw_btn6.tw {
color: #22b8ff !important;
border: solid 2px #22b8ff !important;
background: #fff !important;
}
.flw_btn6.pkt {
color: #ff6d82 !important;
border: solid 2px #ff6d82 !important;
background: #fff !important;
}
.flw_btn6.fdly {
color: #6cc655 !important;
border: solid 2px #6cc655 !important;
background: #fff !important;
}
.flw_btn6.ist {
color: #e84cb6 !important;
border: solid 2px #e84cb6 !important;
background: #fff !important;
}
