@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-title{
display: none;
}

.sidebar h3{
    background-color: #ebf8eb !important;
    color: #000;
    border: solid 1px #000;
}

.sidebar-scroll {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: none;
}

.widget-sidebar-title.widget-title:before {
content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(https://workjoy.info/wp-content/uploads/2022/06/pngwing.com-27.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 1px;
    margin-left: 0px;
}

body{
	background-color: #ebf8eb  !important;

}

header#header{
	background-color: #ebf8eb  !important;
}

.main{
 	background-color: #ebf8eb  !important;
}

.sidebar{
	background-color: #ebf8eb  !important;
}

.entry-content{
margin-top: 0px;
}

.nwa .author-box{
padding: 20px 5px 0 5px;
}

.nwa .author-box .author-description{
margin-bottom: 0;
}

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

.logo-image{
padding: 0 !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.main, div.sidebar{
  margin: 0px !important;
  }
.content{
 margin-top: 0px;
 }
.footer{
margin-top: 0;
}
}

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