@charset "UTF-8";

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

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

.article h3 {
	border-left: 5px solid var(--cocoon-middle-thickness-color);
	border-right: none;
	border-top: none;
	border-bottom: none;
	margin-top: 3rem;
}

.rp4wp-related-posts ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.rp4wp-related-posts ul li {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.rp4wp-related-posts ul li .rp4wp-related-post-image {
	margin-right: 10px;
	min-width: 160px;
}

.rp4wp-related-posts ul li .rp4wp-related-post-content {
	font-weight: normal;
}

.logo-menu-button img {
	max-height: 30px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

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

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

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