.single{
    background-color: #fff;
    color: #000;
}
.single #header{
    background-color: #000;
    height: 85px;
}
.single .header_logo {
    margin: 18px 40px;
}
.single .single_footer,
.single .footer_servise{
    background-color: #000;
}
.single .footer_pr_txt{
    color: #fff;
}
.sinple_page{
    position: relative;
    top: 150px;
    padding-bottom: 90px;
}
.post-title{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.single_header_title{
    width: 80%;
    margin-right: 50px;   
}
.single_header_image{
    width: 20%;
}
.single_header_image img{
    width: 100%;
}
.sinple_page .breadcrumb a{
    color: #000;
}
.post-category{
    border: 1px solid #000;
    max-width: max-content;
    padding: 5px 20px;
    margin-top: 20px;
}
.post-category a{
    color: #000;
}
.post-date{
    margin-top: 10px;
}
.single_article{
    margin-bottom: 150px;
}
.single_article p {
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single_article h2,
.single_article h3 {
    position: relative;
    margin: 70px 0 30px;
    font-weight: bold;
}
.single_article h2:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: '';
    opacity: .4;
    background: #5f7276;
}
.single_article h2 {
    padding: 10px 10px 10px 40px;
    background: #eef1f2;
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.single_article h3 {
    padding: 5px 0 5px 17px;
    font-size: 25px;
}
.single_article h3:before {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 6px;
    height: 100%;
    content: '';
    opacity: 1;
    background: #b3b3b3;
}
.single_article h4 {
    position: relative;
    margin: 60px 0 20px;
    padding: 5px 0 0 30px;
    font-size: 20px;
}
.single_article h4:before {
    content: url(../img/arrow_down_single.svg);
    left: 0;
    top: 6px;
    position: absolute;
    color: #f89174;
}
.single_article ul{
    margin-left: 25px;
}
.single_article ul li{
    list-style: disc;
}
.sinple_page .blog_list{
    margin-bottom: 150px;
}
.wp-block-table table {
    border-collapse: collapse;
    padding: 0;
    box-shadow: 0 0 10px -5px #00000059;
    border: 1px solid #cfcfcf;
    margin: 10px auto;
    width: calc(100% - 20px) !important;
}
.wp-block-table table th,
.wp-block-table table td {
    padding: 15px;
    border: 1px solid #eee;
}
.wp-block-table table th {
    width: 20%;
    padding: 10px;
    font-size: 16px;
    padding: 15px;
    background-color: #38407e;
    color: #fff;
}
.wp-block-table table tr {
    text-align: left;
    width: 20%;
    min-width: 100px;
    padding: 20px;
    background-color: #fff;
    color: #3a3a3a;
}
.wp-block-table table tr:hover {
    background-color: #d4faff;
}
.single_article strong {
    background-image: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%);
}
.single_article .wp-block-image img{
    max-width: max-content !important;
    margin: 15px 0;
    box-shadow: 2px 5px 20px #e9e9e9;
}
.term_list{
    margin-top: 40px;
}
.post-term{
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px dotted #bfbfbf;
    padding-bottom: 10px;
}
.post-term div:first-child{
    width: 180px;
}
.post-term div:nth-child(2){
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.post-term div:nth-child(2) a{
    font-size: 14px;
    border: 1px solid #000;
    padding: 0 5px;
    margin-bottom: 5px;
}
.single-use_case .single_header_image {
    width: 40%;
}
.single-use_case .single_header_image img {
    width: 100%;
    box-shadow: 2px 5px 20px #d5d5d5;
}
.usecasestrong{
    font-size: 22px;
    font-weight: bold;
    background-image: none !important;
    margin: 30px 0 -20px;
    display: block;
}
.usecasestrong span{
    display: block;
    font-size: 14px;
    position: relative;
    top: -10px;
    font-weight: normal;    
}

/***************目次***************/
#toc {
    margin-top: 40px;
    border-radius: 4px;
    font-size: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 5px;
    background-color: #f5f5f5;
    border: 2px solid #e5e5e5;
}
#toc .mokuji {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin-top: 20px;
    padding: 0px 10px;
    border-left: 4px solid #000000;
}
#toc .mokuji:before {
    content: "";
    padding-right: 6px;
    font-size: 15px;
    color: #000000;
}
#toc ol {
    counter-reset: number;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 10px;
}  
#toc ol li {
    line-height: 2.5em;
    list-style: decimal;
    margin-left: 20px;
    color: #000;
}
#toc ol li:before {
    font-weight: bold;
    color: #555555;
    padding-right: 12px;
}
#toc ol li a {
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}
#toc ol li a:hover {
    text-decoration: underline
}
#toc ol ol li {
    line-height: 1.25em;
    margin-bottom: 0.5em;
    font-size: 14px;
    list-style: none;
    margin-left: 20px;
}
#toc ol ol li:before {
    content: "●";
    padding-right: 6px;
    margin-left: 0px;
    color: #CCC;
    font-size: 9px;
}
#toc ol ol li a {
    color: #3D3D3D;
    font-weight: normal;
    padding-right: 6px;
    text-decoration: none
}
#toc_container ol ol li a:hover {
    text-decoration: underlinule
}

/***************responnsib***************/
@media only screen and (max-width: 970px) {
    .single_header_title {
        width: 100%;
        margin-right: 0;
    }
    .post-title {
        font-size: 30px;
    }
    .single_header_image {
        width: 100%;
        margin-top: 40px;
    }
    .sinple_page {
        position: relative;
        top: 110px;
        padding-bottom: 90px;
    }
    .single_article h2, .single_article h3 {
        margin: 70px 0 30px;
    }
    .sinple_page .blog_list {
        margin-bottom: 0px;
    }
    .footer_pr_title {
        margin: 90px auto 0;
        padding-top: 90px;
    }
}