.popular_list li:before {
    background: #7dc6fa;
    display: block;
    color: #fff;
    z-index: 10;
    font-weight: normal;
    font-size: 12px;
    /*padding: 2px 6px;*/
    border: 1px solid #ffffff;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 1;
    /*border-radius: 60px;*/
    width: 28px;
    line-height: 26px;
    height: 28px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.popular_list li:before {

    width: 22px;
    line-height: 20px;
    height: 22px;
	}
}

/* 順位の割り振り（CSSで番号を付ける） */

.wpp-list {
counter-reset: hamatori-rank;/*counter-resetで初期化（0にする）*/
}


.wpp-list li::before {
counter-increment: hamatori-rank;/*counter-increment*/
content: counter(hamatori-rank);
}




/* /////////////////////////////////////////////////////////////////
記事、フッターSNSボタン
/////////////////////////////////////////////////////////////////*/

.post_sns {
    display: block;
    margin: 10px 0 10px;
    padding: 0 10px;
    text-align: center;
}
.post_sns div {
    display: inline-block;
    max-height: 20px;
}
.wp_social_bookmarking_light {
    border: 0 !important;
    padding: 20px 0 0px 0 !important;
    margin: 0 !important;
}
.wsbl_twitter {
    width: 80px !important;
}

@font-face {
    font-family: 'icomoon';
    src:url('../css/fonts/icomoon.eot?-qz7pb2');
    src:url('../css/fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
        url('../css/fonts/icomoon.woff?-qz7pb2') format('woff'),
        url('../css/fonts/icomoon.ttf?-qz7pb2') format('truetype'),
        url('../css/fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-evernote:before {
    content: "\e004";
}
.icon-feedly:before {
    content: "\e007";
}
.icon-pocket:before {
    content: "\e008";
}
.icon-line:before {
    content: "\e009";
}
.icon-hatena:before {
    content: "\e00a";
}
.icon-feedly-square:before {
    content: "\e601";
}
.icon-googleplus:before {
    content: "\e608";
}
.icon-facebook:before {
    content: "\e60d";
}
.icon-instagram:before {
    content: "\e610";
}
.icon-twitter:before {
    content: "\e611";
}
.icon-feed:before {
    content: "\e614";
}
.icon-youtube:before {
    content: "\e617";
}
.icon-flickr2:before {
    content: "\e61e";
}
.icon-githubmark:before {
    content: "\e626";
}
.icon-github:before {
    content: "\e627";
}
.icon-wordpress:before {
    content: "\e629";
}
.icon-tumblr:before {
    content: "\e62d";
}
.icon-yahoo:before {
    content: "\e62f";
}
.icon-apple:before {
    content: "\e631";
}
.icon-android:before {
    content: "\e633";
}
.icon-windows:before {
    content: "\e634";
}
.icon-windows8:before {
    content: "\e635";
}
.icon-skype:before {
    content: "\e636";
}
.icon-delicious:before {
    content: "\e638";
}
.icon-pinterest:before {
    content: "\e63a";
}

.tweet a{background-color : #55acee;}
.facebook a{background-color : #3b5998;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #3C7DD1;}
.line a{background-color: #00c300;}
.pocket a{background-color :#EE4056;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
.sns_top_inner_text{
    display: inline-block;
    color : #fff;
    text-decoration : none;
    text-align : center;
	font-size:0.9rem;
}
.sns_bottom_inner_text{
    display: inline-block;
    color : #fff;
    text-decoration : none;
    text-align : center;
}

.sns_top_area{
    /*padding: 5px 0;*/
}
ul.sns_top {
  padding: 0;
  text-align: center;
  font-family: sans-serif;
    display:table;
    table-layout:fixed;
    width:100%;
    text-align:center;
    margin: 0 auto;
}
ul.sns_top li {
    display:table-cell;
}
ul.sns_top li a{
  text-decoration: none;
  display: inline-block;
  width: 98%;
  vertical-align: middle;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
  transition:0.3s;
} 
ul.sns_top li a:hover{
  opacity: .75;
}
 
.sns_bottom_area{
    padding: 5px 0 20px;
}
ul.sns_bottom {
  padding: 0;
  text-align: center;
  font-family: sans-serif;
    display:block;
    table-layout:fixed;
    width:100%;
    text-align:center;
    margin: 0 auto;
}
ul.sns_bottom li {
    display:block;
    width: 33.33%;
    float: left;
    padding: 0.2%;
}
ul.sns_bottom li a{
  text-decoration: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  padding: 16px 12px;
  border-radius: 4px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
  transition:0.3s;
} 
ul.sns_bottom li a:hover{
  opacity: .75;
}

.sns_footer{
    margin: 0 auto 10px;
}
ul.sns_footer {
  padding: 0;
  text-align: center;
  font-family: sans-serif;
    display:table;
    width: 100%;
    max-width:360px;
    text-align:center;
    margin: 0 auto;
}
ul.sns_footer li {
    display:table-cell;
}
ul.sns_footer li a{
  text-decoration: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  padding: 0;
  border-radius: 60px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
  transition:0.3s;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
} 


@media screen and (max-width: 1020px) {
    ul.sns_top {
      padding: 0;
      text-align: center;
      font-family: sans-serif;
        display:table;
        table-layout:fixed;
        width:100%;
        text-align:center;
        margin: 0 auto;
    }
    ul.sns_top li a{
      text-decoration: none;
      display: inline-block;
      width: 98%;
      vertical-align: middle;
      color: #fff;
      padding: 12px 6px;
      border-radius: 4px;
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
      transition:0.3s;
    } 
}
@media screen and (max-width: 768px) {
    ul.sns_top {
      padding: 0 8px;
      text-align: center;
      font-family: sans-serif;
        display:table;
        table-layout:fixed;
        width:100%;
        text-align:center;
        margin: 0 auto;
    }
    ul.sns_top li {
        display:table-cell;
    }
    ul.sns_top li a{
      text-decoration: none;
      display: inline-block;
      width: 98%;
      vertical-align: middle;
      color: #fff;
      padding: 12px 0;
      border-radius: 4px;
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
      transition:0.3s;
      font-size: 76%;
    } 
    ul.sns_bottom {
      padding: 0 8px;
      text-align: center;
      font-family: sans-serif;
        display:block;
        table-layout:fixed;
        width: 100%;
        text-align:center;
        margin: 0 auto;
    }
    ul.sns_bottom li {
        display:block;
        width: 50%;
        float: left;
    }
    ul.sns_bottom li a{
      text-decoration: none;
      display: inline-block;
      width: 99%;
      vertical-align: middle;
      color: #fff;
      padding: 16px 12px;
      border-radius: 4px;
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
      transition:0.3s;
      margin: 2px 0;
    } 
}
@media screen and (max-width: 480px) {
    ul.sns_top {
      padding: 0;
      text-align: center;
      font-family: sans-serif;
        display:block;
        table-layout:fixed;
        width:90%;
        text-align:center;
        margin: 0 auto;
    }
    ul.sns_top li {
        display:inline-block;
    }
    ul.sns_top li a{
      text-decoration: none;
      display: inline-block;
      width: 98%;
      vertical-align: bottom;
      color: #fff;
      padding: 0;
      border-radius: 60px;
      transition:0.3s;
      width: 44px;
      height: 44px;
      line-height: 44px;
      font-size: 100%;
    } 
    ul.sns_footer {
      padding: 0;
      text-align: center;
      font-family: sans-serif;
        display:table;
        width: 100%;
        max-width:300px;
        text-align:center;
        margin: 0 auto;
    }
    ul.sns_footer li a{
      text-decoration: none;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      color: #fff;
      padding: 0;
      border-radius: 60px;
      transition:0.3s;
      width: 40px;
      height: 40px;
      line-height: 40px;
    } 
    .sns_top_inner_text{
        display: none;
    }
}

/*-------------------投稿記事のスタイル指定ここから----------------------*/

.post_body p {
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-size: 17px;
    color: #333;
}
.post_body p img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
.post_body p:nth-child(1) img {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.post_body h1{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
    color: #f37183;
}

.post_body h2 {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-left: -14px;
  padding: 8px 16px;

    font-weight: bold;
    background: #7dc6fa;
    margin: 10px 0;
    padding: 14px;
}
.post_body h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top: 8px solid rgba(0, 0, 0, 0.5);
  border-left: 8px solid rgba(0, 0, 0, 0.5);
}

.post_body h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
     border-left: 4px solid #7dc6fa; 
    line-height: 1.4;
    padding: 12px 0 12px 14px;
}

.post_body hr{
  border-bottom: 2px solid rgb(125, 198, 250);
  width:100%;
}
.post_body ul {
    list-style-image: url(img/list-mark.png);
	 padding:0;
  margin:0;
}
.post_body strong{
    font-size: 18px;
    color: #7dc6fa;
    font-weight: bold;
}
/*.post_body em{
    padding: 6px;
    background: #fefca0;
    color: #333;
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
}*/

.post_body a{
    display: inline-block;
    text-decoration: underline;
    margin: 0px 0;
}
.post_body a img{
    display: block;
    text-decoration: none;
}

.post_body li{
	list-style: none;
	 font-size:17px;
  position: relative;
  padding-left: 18px !important;
  line-height: 1.4;
  margin-bottom:10px !important;
  padding:0;
  margin:0;
}

.post_body li ul li{
	font-size:15px;
}
.post_body ul li:before {
  content: '';
  color: #fff;
  font-size: 0.6em;
  text-align: center;
   display: block; 
  position: absolute;
 background: #ff64e4;
  background: url(../img/ol-heart1.png) no-repeat 1px 1px / 14px;
  width: 20px;
  height: 17px;
  top: 3px;
  left: 0px;
}
.post_body ol li:before {
  content: '';
  content: counter(number);
  counter-increment: number;
  color: #fff;
  font-size: 0.6em;
  text-align: center;
 display: block; 
  position: absolute;
  background: #ff64e4;
  background: url(../img/ol-heart.png);
  width: 20px;
  height: 17px;
  top: 3px;
  left: 0px;
}

#comments ol#comments-list li.comment:before  { background:none !important;}

.post_new{
    display: block;
}
@media screen and (max-width: 768px) {
.post_new{
    display: none;
}
}

.post_bottom ul, .post_bottom li {

	list-style:none;
}

.txt_tcn { position: absolute;top: 50%;transform: translateY(-50%);}

.news .list-group-item img {display: inline;　width: 100%;　height: auto;}

.list-group-item .label_new {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    overflow: hidden;
    width: 150px;
    height: 150px;
}
.list-group-item .label_new .ribbon {
    font-size: 10px;
    font-weight: bold;
    line-height: 4.6;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    height: 34px;
    display: block;
    background: #F3A8BB;
    position: absolute;
    left: 66px;
    top: -8px;
    letter-spacing: 0em;
}