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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.cta-box {
	background-color: #FFE8F5;
}
.main .cta-box {
	box-shadow: none;
	border-top-color: #F04DA7;
}
.main .author-box:after, .main .cta-box:after {
	content: none;
}
.main .cta-thumb img {
	box-shadow: none;
}
.cta-heading {
	background-image: none;
	color: #F04DA7;
}
.cta-message {
	color: #000;
}
.btn-light-green, .btn-wrap.btn-wrap-light-green > a {
	background-color: #36E616;
	background-image: linear-gradient(to right,#3BDB1D 0,#28C734 100%);
	box-shadow: 0 4px 0 rgb(9 173 2);
}

.c-table td {
	min-width: 120px;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-card-thumb {
		width: 100%;
		margin-right: 0;
	}
	.entry-card-title {
		padding-bottom: 10px;
	}
}
