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

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



.p-num-flex{
	
}
.p-num-flex__l-col{

}
.p-num-flex__r-col{

}
.p-num-flex__headline{

}
.p-num-flex__badge{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.p-navi-entry-cards-link-selected {
  background-color: rgba(225, 245, 254, 0.2) !important;
  border: 2px solid #4fc3f7 !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
	.p-num-flex__badge{
		width: 30px;
		height: 30px;
	}
}

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

