@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.article h2 {
	background-color: #175297;
	color: #FFF;
	padding: 14px 20px;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	line-height: 1.5;
}

.article h1 {
	border-bottom: 2px solid #175297;
	margin-bottom: 15px;
}

.article h3 {
	border: none;	
	border-bottom: 1px solid #175297;
}

.speech-balloon ul.wp-block-list {
	margin-bottom: 0;
}

.is-style-primary-box, .primary-box, .sp-primary, .primary {
	background-color: #f8fbff;
    border-color: #f8fbff;
}

table th {
	background-color: #ffa200;
	color: #FFF;
}

table tr:nth-of-type(2n+1) {
	background-color: #fff6e6;
}

.wp-block-table td, .wp-block-table th {
	padding: .8em 1em;
}

.blogcard {
	border: solid 4px #175297;
}

.blogcard-snippet {
	display: none;
}

.blogcard-footer {
	display: none;
}

.blogcard-content {
	display: flex;
    box-lines:multiple;
    flex-wrap:wrap;
    align-items: center;
    justify-content:flex-start;
}

.blogcard-label {
	background: #175297;
	border-radius: 0;
	top: 0;
	left: auto;
	right: 0;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
	.article h3 {
		font-size: 17px;
	}
	
	
	.article h1 {
		font-size: 22px;
	}
}

