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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-wrap {
    margin-bottom: 0;
    padding: 3% 3.9% 2.5%;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}
.entry-card-title {
    position: relative;
    top: 0.5em;
    left: 0; */
    border-bottom: solid 2.3px #f3eee7;
    padding: 0 0 0 0;
    font-size: 21px;
}
/* テキストコンテンツ側の位置微調整 */
.entry-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* テキスト内の要素も中央へ */
    height: 100%;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select, .search-edit {
  border-radius: 10px !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.related-entry-card-title, .entry-card-title {
    font-size: 13px;
    margin: 0 0 0.4em 0;
    line-height: 1.6;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.related-entry-card-title, .entry-card-title {
    font-size: 13px;
    margin: 0 0 0.4em 0;
    line-height: 1.6;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
}
