.article-body p {
margin-bottom: 15px;
}
/*web font*/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c";font-weight: 800; }
 
/*kirabutton03*/
.kirabutton03{
    display: block;
    width: 70%;
    margin: 20px auto;
    border-bottom: 8px solid #993B30;
    border-radius: 10px;
    background: linear-gradient(#FF9500, #FF5E3A);
    background-color: #FF9500;
    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;
}
.kirabutton03: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: KiraKira3 3s infinite linear;
    -webkit-animation: KiraKira3 3s infinite linear;
    -moz-animation: KiraKira3 3s infinite linear;
}
@keyframes KiraKira3 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes KiraKira3 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes KiraKira3 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@media only screen and (max-width: 480px) {
.kirabutton03{
    width: 90%;
    font-size:24px;
    }
}

#toc_container {
display: block !important;
background: #fff;
border: 2px solid #ccc;
font-size: 95%;
box-sizing: border-box;
line-height: 1.4;
margin-top: 20px;
margin-bottom: 20px;
padding: 1em 2em;
}
 
#toc_container .toc_title {
text-align: center;
background: #4C9CF5;
border-bottom: 2px solid #ddd;
padding: 0.4em 0;
}
 
#toc_container ul {
list-style: none;
margin-bottom: 0;
}
 
#toc_container ul li {
margin: 0;
padding-left: 0;
text-indent: 0;
}
 
#toc_container ul a {
display: block;
text-decoration: none;
color: #444;
border-bottom: 1px dotted #ddd;
font-size: 100%;
}
 
#toc_container .toc_list > li > a {
border-bottom: 2px solid #4C9CF5;
font-size: 110%;
}
 
#toc_container ul ul {
padding: 5px 0px 5px 10px;
}
 
#toc_container li {
margin-bottom: 0.8em;
padding-bottom: 0.2em;
}

/*スマホ対応*/
@media screen and (max-width: 413px)
{
#toc_container ul a  {
font-size: 80%;}
#toc_container .toc_list > li > a {
font-size:95%;}
#toc_container {
padding:1em 1em;}
}

@media screen and (min-width: 414px) and (max-width: 500px)
{
#toc_container ul a  {
font-size: 80%;}
#toc_container .toc_list > li > a {
font-size:95%;}
#toc_container {
padding:1em 1em;}
}
.keni-header .site-title, .keni-header_col1 .site-title {
float: none;
max-width: 100%;
text-align: center;
}
/*ディスクリプションを非表示*/
.site-description {
  display:none;
}
/* 斜線の装飾 削除 */
.keni-container .keni-header_wrap,
.keni-section_wrap .keni-section .entry_title,
.keni-main .archive_title{
  background-image: none;
}
.keni-gnav_inner li a {
	font-weight: bold;	/* 文字を太字にする */
	font-size: 115%;		/* 文字を大きくする */
	color: #000360;		/* 文字色を変更する */
}