@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*小リスト*/
.s_thumbnail_list__inn {
    display: flex;
    justify-content: center;
}

.s_thumbnail_list__img {
    width: 25%;
    max-width: 100px;
}

.s_thumbnail_list__ttl {
    width: 75%;
    margin: 0 0 0 7px;
}

.post-card-tags ul {
  margin: 1em 0 0 -5px;
}

.post-card-tags li {
  display: inline-block;
  font-size: .7em;
  margin-left: 5px;
  padding: 0 3px;
  border-radius: 3px;
  background: #eee;
  color: #bdbdbd;
}

.c_linkto .c_linkto_text {
  padding: 7px;
  overflow: hidden;
}

.post-card-image {
  float: left;
  margin-right: 5px;
  width: 70px;
}

.c_linkto_text h2 {
  font-size: 14px;
}


.hatebu.sns-btn__item {display: none; !important}/*はてブを消す*/


/*冒頭の作品紹介*/
.title_card {
  display: table;
  width: auto;
  margin: 2em auto;
  background: #f5f5f5;
  border-spacing: 10px;
}

.title_card_coverBox {
  display: table-cell;
  width: 100px;
}

.title_card_txtBox {
  display: table-cell;
  vertical-align: top;
}

.title_card_txtBox p {
  margin-bottom: 5px;
  line-height: 1.3;
}

.title_card_ttl {
  font-size: 14px;
  font-weight: bold;
}

.title_card_author {
  font-size: 11px;
  color: #858585;
}

.title_card_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  -webkit-line-clamp: 4;
  max-height: 70px;
  font-size: 11px;
  margin-top: 5px;
}

.readBtn {
  display: block;
  margin: 20px 0 0 auto;
  max-width: 150px;
  padding: 12px 0;
  background: #009ef3;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}