@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.footer-post-meta {
  display: none;
}

.owe_photo, .source_site {
	font-size:14px;
}

/* ブログカードCSS ここから */
/*カード全体像 */
.blogcard {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  background: white;
  color: rgb(51,51,51);
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  position: static;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */
}

.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  margin: 1em 0 !important;
  font-size: 13px;
  line-height: 1.5 !important;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}
/* ブログカードCSS ここまで */

/* ブログカードを3行に制限 CSS ここから */
.blogcard-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc(12px * 1.55 * 3);
  overflow: hidden;
}
/* ブログカードを3行に制限 CSS ここまで */

/* 吹き出しCSS ここから */
/* 左右共通のスタイリング */
.left-side,
.right-side {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.icon {
    width: 100px;
    text-align: center;
}
.icon img {
    width: 70px;
    height: 70px;
    border: solid 1px #ccc;
    border-radius: 50%;
}
.icon p {
    margin: 0px;
    word-wrap: break-word;
}
.bubble {
    max-width: 70%;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    background: #f5f5f5;
    position: relative;
}
.bubble::before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
}
/* 左側表示の吹き出しのスタイリング */
.left-side .icon {
    float: left;
    margin-left: 10px;
}
.left-side .bubble{
    margin: 10px 0 0 20px;
}
.left-side .bubble::before{
    top: 15px;
    left: -20px;
    border-right-color: #f5f5f5;
}
/* 右側表示の吹き出しのスタイリング */
.right-side .icon {
    float: right;
    margin-right: 10px;
}
.right-side .bubble{
    float: right;
    margin: 10px 20px 0 0;
}
.right-side .bubble::before{
    top: 15px;
    right: -20px;
    border-left-color: #f5f5f5;
}
/* 吹き出しCSS ここまで */

/* (新)ブログカードCSS ここから */
figure.blogcard {
  transition: .2s ease-in-out;
}

.blogcard > a {
  color: rgb(51,51,51);
}

.blogcard-footer img {
  margin-right: 5px;
  vertical-align: middle;
}

/* カードマウスホバー */
figure.blogcard:hover {
  box-shadow: 0 10px 10px 2px rgba(0,0,0,.1);
}

figure.blogcard:hover > a {
  color: rgb(51,51,51);
  text-decoration: none !important;
}

/* OSダークモード対応(テンプレートがダークモード未対応の場合は不要) */
@media (prefers-color-scheme: dark) {
  .blogcard {
    box-shadow: 0px 20px 40px rgba(0,0,0,.5);
    border-color: rgb(60,60,60);
    background: rgb(51,51,51);
  }
  .blogcard > a,
  .blogcard:hover > a {
    color: rgb(240,240,240) !important;
  }
}

/* 全体リンク化を利用している方のみ必要 */
figure.blogcard .blogcard-footer {
  height: auto;
}

figure.blogcard .blogcard-description {
  margin: 1em 0 !important;
}
/* (新)ブログカードCSS ここまで */

.entry h2 a {
 color: #333333;
}

.article h2 {
    border-left: 6px solid ##6a3906;
    margin: 40px -29px 20px;
    padding: 15px 30px;
}

h3 {
    font-size: 23px;
    border-bottom: 5px solid #e7e7e7;
    padding: 8px 0;
}

/* 読了時間CSS ここから */
#read_time {
    background: #eeeeee;
    color: #333333;
    font-size: 15px;
    margin: 1px;
    padding-top: 0.5em;
    padding-right: 0.7em;
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    width: max-content;
    display: block;
    min-width: 100px;
}
/* 読了時間CSS ここまで */
