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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* タブ切り替え調整 */
.index-tab-buttons .index-tab-button {
margin: 0px;
border-radius: 0px;
border-right: none;
border-color: #707070;
}

.index-tab-button:last-child {
border-right: 1px solid #707070;
}

/* プロフィール欄 */
.author-box{
border: none;
}

.author-name a {
color: #2b2b2b;
text-decoration: none;
letter-spacing: 1.2px;
}

.author-box p{
line-height: 1.7;
}

.nwa .author-box .author-thumb {
width: 150px;
}

/* ブログカードの上部余白調整 */
.wp-block-cocoon-blocks-blogcard.blogcard-type.bct-together {
margin-top: 2.5em;
}

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


}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.index-tab-buttons .index-tab-button{
		border-right: 1px solid #707070;
		margin: .5%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	
	.header div.header-in {
    min-height: 200px;
}

	.logo-header img {
		width: 300px;
	}
	
	.ect-vertical-card .entry-card-wrap {
    width: 100%;
	}
	
}
