/* カスタム CSS をここに入力してください */
/* 背景BOX */
.haikei {
    padding: 15px 10px 0px 10px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

/* 蛍光ペン(ピンク) */
.keikou {
background: linear-gradient(transparent 60%, #FFCCFF 60%);
}

/* 見出し */
.entry-title {
	position: relative;
	padding: 1em 0;
}
.entry-title::before,
.entry-title::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.entry-title::before {
	top: 0;
	border-top: 2px solid #95d49a;
	border-bottom: 1px solid #95d49a;
}
.entry-title::after {
	bottom: 0;
	border-top: 1px solid #95d49a;
	border-bottom: 2px solid #95d49a;
}

h2{	
text-align:center;
background-color:#def1df !important;
border-bottom:2px solid #4bb754 !important;
}

h2::after {
	border-style:none !important;
}

h2::before {
	border-style:none !important;
}

/* 目次を中央に */

h2:not(.st-css-no2)
{
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (min-width: 600px){
h2:not(.st-css-no2)
{
    margin-left: -30px;
    margin-right: -30px;
}
}
@media only screen and (min-width: 960px){
h2:not(.st-css-no2)
{
    margin-left: -50px;
    margin-right: -50px;
}
}

/* 目次を中央に */
#toc_container {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* 人気記事サムネイルを丸に */
.kanren {
 counter-reset: ranking;
 list-style-type: none;
 }

dl.wpp-list{
 counter-increment: ranking;
 }

dl.wpp-list dt:before {

content: counter(ranking);
 position: absolute;
 top: 0;
 left: 0;
 background-color: rgba(0,0,0,0.6);
 text-align: center;
 width: 1.5em;
 height: 1.5em;
 color: #fff;
 line-height: 1.5em;
 font-size: 14px;
 }

dl.wpp-list dt {
 clear: both;
 position: relative;
 overflow: hidden;
 margin-bottom: 15px;
 font-weight: bold;
 }

dl.wpp-list:nth-child(1) dt:before {
 background-color: rgba(230,180,34,0.8);
 }
 dl.wpp-list:nth-child(2) dt:before {
 background-color: rgba(192,192,192,0.8);
 }
 dl.wpp-list:nth-child(3) dt:before {
 background-color: rgba(196,112,34,0.8);
 }

.btn01 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
        padding: 0px 20px ;
        border-radius: 4px;
        width:80%;
}
.btn01::before,
.btn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn01,
.btn01::before,
.btn01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn01 {
	position: relative;
	z-index: 2;
	background-color: #4bb754;
	border: 2px solid #4bb754;
	color: #fff;
        padding: 12px 20px;
}

.btn01:hover {
	background-color: #fff;
	border-color: #4bb754;
	color: #4bb754;
}
.btn01::before,
.btn01::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #4bb754;
}
.btn01::before {
	right: 0;
}
.btn01::after {
	left: 0;
}
.btn01:hover::before,
.btn01:hover::after {
	width: 0;
	background-color: #4bb754;
}


/* シリウスチェック */
.check{
    background:url("http://xn--n8ja7tb5m2cyc.com/wai/wp-content/uploads/2017/12/point.png") no-repeat;
        line-height:45px;
       	padding: 0 0 0 60px;
	font-size: 18px;
        font-weight: bold; 
}

/*スマホで画像の回りこみ禁止に */
@media only screen and (max-width: 639px) {
img.alignright,
 .wp-caption.alignright {
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
	}

img.alignright,
 .wp-caption.alignright {
	float: none;
	}

img.alignleft,
 .wp-caption.alignleft {
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
	}

img.alignleft,
 .wp-caption.alignleft {
	float: none;
	}
	}

.st-widgets-title{
padding: 5px;
background-color: #95d49a;
text-align:center;
}

.textwidget,.tagcloud,#searchform,#topnews-box{
background-color: #fff;/*背景を白く*/
padding: 10px;/*余白*/
border-radius: 3px;/*角を丸くする*/
}

#side aside h4 {
padding: 5px;
background-color: #95d49a;
text-align:center;
}
aside .kanren {
background-color: #fff;
border-radius: 0px 0px 3px 3px;}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

/* イベントの日付とカテゴリー削除 */
span.eo-event-date { display:none; }
span.eo-event-category { display:none; }
