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

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

.article h2 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #4c9ac0;
  padding: 0.1em;
  margin-bottom: 0.8em;
  background-color:transparent;
  padding: 10px;
}


.article h3 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.article h3 {
    color: #616371;
    font-size: 20px;
    background-color: #fff;
    display: block;
    padding: 15px 20px;
    border-left: 3px solid #1c6db0;
    border-bottom: 3px solid #1c6db0;
    position: relative;
}
.article h3:before,
.article h3:after{
  font-size: 1.5em;
  color: #4c9ac0;
}

.article h3:before{
    border-color: transparent;
    border-top-color: #1c6db0;
    border-width: 15px;
    top: 100%;
    left: 26px;
}
.article h3:after{
    border-color: transparent;
    border-top-color: #fff;
    border-width: 11px;
    top: 99%;
}

#sidebar-scroll ul, ol {
  padding: 0;
}

#sidebar-scroll ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

#sidebar-scroll ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

#sidebar-scroll .fukidashi {
      width: 200px;
      position: relative;
      top: 0;
      left: 100px;
      padding: 16px;
      border-radius: 5px;
      background: #ffffff;
      font-weight: normal;
    }

#sidebar-scroll .fuki a{
	text-decoration: none;
    }

.eventorganiser-event-meta {
    display: none;
	padding-bottom: 15px;
}

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

#sidebar-scroll ul, ol {
  padding: 0;
}

#sidebar-scroll ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

#sidebar-scroll ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}


	
	
	
ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}


	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#sidebar-scroll ul li {
  position: relative;
  list-style-type: none;
  padding: none;
  margin-bottom: none;
  line-height:none;
  background: none;
  vertical-align: none;
  color:none;
  border-radius:none;
}

#sidebar-scroll ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:none;
  height: none;
  background: none;
  border-radius: none;
  margin-right: none;
}


	
	
ul li {
  position: relative;
  list-style-type: none;
  padding: initial;
  margin-bottom: initial;
  line-height: initial;
  background: none;
  vertical-align: initial;
  color:none;
  border-radius: initial;
}

ul li:before{ 
  display:initial; 
  vertical-align: initial;
  /*以下白丸つくる*/
  content:'';
  width:none;
  height: none;
  background: none;
  border-radius: none;
  margin-right:initial;
}

	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	#sidebar-scroll ul li {
  position: relative;
  list-style-type: none;
  padding: none;
  margin-bottom: none;
  line-height:none;
  background: none;
  vertical-align: none;
  color:none;
  border-radius:none;
}

#sidebar-scroll ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:none;
  height: none;
  background: none;
  border-radius: none;
  margin-right: none;
}


ul li {
  position: relative;
  list-style-type: none;
  padding: initial;
  margin-bottom: initial;
  line-height: initial;
  background: none;
  vertical-align: initial;
  color:none;
  border-radius: initial;
}

ul li:before{ 
  display:initial; 
  vertical-align: initial;
  /*以下白丸つくる*/
  content:'';
  width:none;
  height: none;
  background: none;
  border-radius: none;
  margin-right:initial;
}

}
