
p{
    font-family: Arial,Helvetica,"BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home{
    .main{
        background-color: #e5e5e5;
        section{
            background-color: #fff;
            &.hestia-features {
                margin-bottom: 0.5rem;

            }
        }
    }
}

.hestia-features-title-area{
    div.description{
        font-size: 18px;
        color: #3c4858;
        text-align: left;
        p{
            margin-bottom: 2rem;
        }
        p.signature{
            text-align: right;
        }
    }
}

.hestia-features .hestia-features-content{
display: none;
}

article#post-115,
article#post-227{ /*参画企業*/
    h3{
        margin-top: 4rem;
    }

    .page .blog-post .container article.section-text h4{
        margin-top: 2rem;
    }
    figure.wp-block-table{
        margin-bottom: 3rem;
    }

    .wp-block-image figure.size-full img{
        width: 90%;
    }
}


@media (min-width: 640px) {
    .hestia-features-title-area {
        & div.description {
            p.signature {
                text-align: right;
                width: 45%;
                display: inline-block;
            }
        }
    }


}