/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2021 | 04:46:10 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.entry-content .simple-box2 ul {
padding: 0 1em 0 2.5em;
border: none;
}
body .entry-content .simple-box2 {
border: 1px solid #000;
padding: 1em;
margin-bottom: 2em;
}
body .entry-content .simple-box2 p {
margin-bottom: 0;
}
.entry-content table td ul {
border: none;
text-align: left;
}
@media only screen and (min-width:1000px){
#toc_container .toc_title {
padding: 5px 0 5px 58px !important;
}
}
.c-green {
    color: #76c983;
}
.c-red, .c-blue, .c-green {
    font-weight: 700;
}
body .c-red {
color: red;
font-weight: bold;
}
a.btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #ff6c00;
    border-bottom: 2px solid #b84c00;
}
.bl {
    display: block;
    margin: 10px;
}
.btn, a.btn, button.btn {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    border-radius: .5rem;
}
body .btn, body a.btn, body button.btn {
    letter-spacing: 0;
}

a.btn--yellow {
    color: #000;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    max-width: 650px;
    color: #fff !important;
    border-radius: 10px;
    font-size: 1.2em;
}



.kaisetsu-box4-title {
    background-color: #ea91a9 !important;
}
.kaisetsu-box4-title {
    font-weight: 500;
}
.kaisetsu-box4-title {
    position: absolute;
    line-height: 0;
    font-size: 18px;
    left: -1px;
    top: -36px;
    color: #fff;
    padding: 18px 15px;
    background: #aaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0px !important;
}
.btn-copy {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: .2em;
    text-align: center;
}
.menu > li .sub-menu {
    display: none;
}
.menu > li.db_sub .sub-menu {
    animation-name: fade-in;
    animation-duration: 1s;
    display: block;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
  }
}






