@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* .kanren {
    border: solid 1px;
} */

/* .kanren::before {
    content: "関連記事";
} */

div.related_article {
	border: 1px solid #eee;
}

a.related_article__link {
    display: block;
    padding: 1.5%;
    text-decoration: none;
/*     margin-bottom: 3%; */
/*     margin-bottom: 1.5%; */
    color: inherit;
}

a.related_article__link:hover .thum::before {
    animation: hamon 1.5s linear;
    animation-fill-mode: forwards;
    display: block;
    background-color: rgb(91,227,255,1);
}

a.related_article__link::after {
    content:  "";
    clear: both;
    display: block;
}

.related_article .thum::before {
    content: '';
    display: none;
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    top: 50%;
    left: 50%;
}

.related_article .thum {
    width: 160px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 3px;
    margin-right: 1.6%;
}

.related_article .inbox {
    margin-left: 170px;
	font-size: 16px;
/*     padding-bottom: 1.2em; */
}

div.related_article__ttl {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%
 }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
