/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


/*--------------------------------見出しデザイン-----*/
.entry-content h2 {
  position: relative;
  padding: 0.5em;
  background: #99cc99;
  color: white;
}

.entry-content h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.entry-content h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
 border-left: solid 5px #99cc99;/*左線*/
	 border-bottom: solid 3px #e8ef99;/*下線*/
}

/*--------------------------------見出しデザインここまで-----*/


/*--- ContactForm7 デザイン ---*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
background-color: #ffffff;/*背景色*/
color: #c0c0c0;/*文字色*/
width: 100%;/*幅*/
border: 1px solid #ffffff;/*線の色*/
padding: 0.5em;/*内側の高さ*/
box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;/*影*/
}







/*--------------------------------------
  TOPページ記事一覧カード
--------------------------------------*/
.sidelong__link {/*記事一覧カード*/
    color: rgba(66,66,66,0.87);/*文字の色*/
    padding: 4px;/*内側の余白*/
}
.newmark {/*新着のマーク*/
    border-radius: 20px;/*丸くする*/
}
.sidelong__img {/*アイキャッチのサイズ*/
    width: 100px;/*横幅*/
    height: 100px;/*縦幅*/
}
.sidelong__article {/*カード部分*/
    margin:0;/*外側の下余白*/
    border-bottom: 1px solid rgba(66,66,66,0.15);/*下線*/
}
.sidelong {/*記事全体*/
    border-top: 1px solid rgba(66,66,66,0.15);/*上の線*/
}


/*--------------------------------------サイト内検索ウィジェットを変更--------------------------------------*/input#s {/*検索部分全体*/    background: #f3f3f3;/*背景色（お好みで）*/    box-shadow: none;/*影を削除*/    padding: 0 10px 0 50px;/*内側の余白 上0 右10 下0 左50*/}#searchsubmit {/*アイコン部分*/    background-color: #f3f3f3!important;/*背景色（お好みで）*/    color: #424242;/*アイコンの色（お好みで）*/    left: 0;/*左側に移動*/    border-bottom: solid 1px transparent;/*下線を透明に*/}input#s:focus {/*検索部分全体（フォーカス時）*/    box-shadow: none;/*影を削除*/    border: solid 1px #42424230;/*枠線を追加*/}input#s:focus + #searchsubmit.fa {/*アイコン（フォーカス時）*/    font-size: 22px;/*サイズ小さく（追加はお好きに）*/}

