@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
h1.entry-title:before, h1.archive-title:before {
    border-left: none;
    border-top: none;
	background-image: url(https://tips.kanadeno-mori.com/wp-content/uploads/2020/05/beans_s.png);
	background-size: 23px 25px;
	background-repeat: no-repeat;
	background-position: center;
	top: auto;
}
h1.entry-title:after, h1.archive-title:after {
    border-right: none;
    border-bottom: none;
}
h1.entry-title, h1.archive-title, h2 related-entry-heading {
    position: relative;
    padding: 1em 1.5em;
}

.inline-list {
padding-left: 0;
}
.inline-list li{
display:inline-block;
padding-right: 10px;
}
.liststyle_none {
list-style-type: none;
padding-left: 0;
}

.liststyle_none dt {
    border-bottom: 2px solid #ffe6c1;
    margin-bottom: 10px;
padding-left: 7px;
}
.liststyle_none dd {
margin-left: 10px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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