@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


 #sidebar h3{
 text-align:center;
 line-height: 24px;
 font-size: 18px;
 color: #fff;
 background-color: #66CDAA;
 border-radius: 10px;
 padding: 2px 10px;

}

/*---------------------------------
見出し
--------------------------------*/
.article h2 {
border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #CEF6F5;
}
.article h2::before,
.article h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.article h2::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #81F7F3;
}
.article h2::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #81F7F3;
}.article h3 {
border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #CEF6F5;
}
.article h3::before,
.article h3::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
border-bottom:0px;}
.article h4 {
	border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #CEF6F5;
}
.article h4::before,
.article h4::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}

.article h5 {
	border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #CEF6F5;
}
.article h5::before,
.article h5::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}

.article h6 {
	border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #CEF6F5;
}
.article h6::before,
.article h6::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
border-bottom:0px;
}