@charset "UTF-8";
/*
Theme Name: Emanon Free child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Free の子テーマです。
Template: emanon-free
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Free 子テーマ用のスタイルを以下に記述 
*/
/*プレス用*/
.press{
	color:#ff3300;
}

/*横並び用*/
.flex-box{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.flex-box img{
  width: 99%;
  margin:0.1em 0 0.1em 0;
}

/*blockquoteの調整*/
.b-quote-img{
	float:left;
	width:25%;
    padding-bottom: 16px;
    padding-right: 16px;
}
.b-quote-contents{
    font-size:0.9em;
}
.b-quote-contents span{
    color: #fff;
    font-weight: bold;
}
blockquote{
    background-color: #404040;
}

/*外部リンクボタン*/
.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #333;
  font-weight: bold;
  border: solid 1px #ddd;
  padding: 0.5em;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff !important;
  background: #404040;
}
.article-body .btn {
	margin-bottom: 20px;
}

/*関連記事用*/
.related-box{
    margin-top: -27px;
    margin-bottom: 27px;
  }
  .related-article{
    display: flex;
    padding:16px;
    border:solid 1px #ddd;
    background-color: #333;
  }
  .related-img{
    flex-basis:32%;
    flex-grow:0;
    flex-shrink:0;
    padding-right: 0.5em;
  }
  .related-img img{
    object-fit: cover;
    width: 214px;
    height: 100%;
  }
  .related-title{
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 5.2em;
    display: -webkit-box;
    color: #fff;
  }
  .related-text{
    font-size: small;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 5em;
    display: -webkit-box;
    color: #ddd;
  }
  .related-link{
    display: block;
    color: #000 !important;
    text-decoration: none !important;
  }
  .related-link.a,.related-link.a:hover{
    color: #000 !important;
  }
  .related-label{
    background-color: #ff862b;
    color: #fff;
    position: relative;
    z-index: 3;
    top: 36px;
    left: 8px;
    min-width: 80px;
    padding: 4px 8px;
    font-size: 0.8em;
  }
  @media screen and (max-width:560px){
    .related-text{
      display: none;
    }
    .related-title{
      line-height: 1.2;
    }
  }

/*検索フォームの設定*/
.header-widget .search-form input{
  border-radius: 1em;
}
.header-widget .search-form button{
  border-radius: 1em;
  background-color: #0000;
}

/*サムネイル大きさ固定*/
.featured-thumbnail img{
  height: 200px;
  object-fit: cover;
}
.eye-catch img{
  height: 160px;
  object-fit: cover;
}