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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.pc {display:block;}
.sp {display:none;}
.wp-block-button_link{
	background-color:none; !important
	width:50%; !important
	padding: 8px; !important}
.article h2 {
	border-bottom: solid 2px #27acd9;
	padding: 10px 0;
	font-size: 26px;
	text-align: center;
}
.article h2 span {
	display: block;
	font-size: 18px;
	color: #27acd9;
	text-align: center;
}
.article h2:before { display: none;}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
.ect-vertical-card .entry-card-wrap {
		width: 46%;
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
.pc {display:none;}
.sp {display:block;}
.article h2 { font-size: 22px;}
.article h2 span { font-size: 14px;}
}
}
