@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.entry-card-title, .related-entry-card-title {
    border-bottom: 0px !important;
}

/*記事下の広告用 h5*/
.content h5 {
  position: relative;
  padding: 0.5rem 1rem !important;
  color: #ffffff;
  border-radius: 10px;
  background: #110000;
}
.article h5{
    margin-bottom: 0.62em !important;
}
.content h5 a {
text-decoration: none;
  color: #ffffff;
}

.content h5:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #110000 transparent transparent transparent;
}

/*記事下の広告用 画像*/
.afterad img{
width: 500px;
    max-width: 100%;
    min-width: 200px;
    display: block;
}
.afterad img{
    padding: .5em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
