.sidebar{
	background-color:transparent;
}
.article h2 {
border: none; 
position: relative;
padding: .7em .75em;
margin-bottom: 1.5em;
background-color:#EE817B;
color: #fff;
border-radius: 6px;
border-bottom: 0px
}
.article h2::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #EE817B;
border-bottom: 0px
}
.article h3 {
border: none; 
padding: 0.7em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #FCECEA;/*背景色*/
border-left: solid 10px #FFB2AE;/*左線（実線 太さ 色）*/
}
.article h4,
#comment-area h4,
#related-entries h4{
border: none; 
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
}
.article h4::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #FFB2AE;
}
.article h5 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
border: none; 
padding:0px 30px 10px;
margin-top: 30px !important;
color: #EE817B;/*文字色*/
}
.article h5:before {
font-family: FontAwesome;/*アイコンフォント*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対配置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #EE817B; /*アイコン色*/
}
.article h6{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}
h6:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ Check';
background: #FFB2AE;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

/*フッター色変更*/
#footer {
clear: both;
background-color: #EE817B;
color: #FCECEA;
padding: 5px;
}
/*キラッとひかるボタン*/
/*web font*/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c";font-weight: 800; }
 
/*kirabutton02*/
.kirabutton02{
    display: block;
    width: 70%;
    margin: 20px auto;
    border-bottom: 8px solid #1D6B01;
    border-radius: 10px;
    background: linear-gradient(#70BB3A, #53A006);
    background-color: #53A006;
    color: #ffffff;
    padding: 20px 10px;
    font-size:30px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.kirabutton02:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 200px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: KiraKira2 3s infinite linear;
    -webkit-animation: KiraKira2 3s infinite linear;
    -moz-animation: KiraKira2 3s infinite linear;
}
@keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@media only screen and (max-width: 480px) {
.kirabutton02{
    width: 90%;
    font-size:24px;
    }
}
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}