/*
Theme Name: グルージョブ_20251112
*/

/* editor */

.the-content p+p
    display: block;
    margin: 20px 0;
    word-break: break-all;
    line-height: 1.8;
}
.the-content strong { font-weight: bold; }
.the-content em { font-style: italic; }
.the-content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */
.the-content img {
    height: auto!important;
}

.the-content .aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}
.the-content .alignright {
    float: right;
    margin: 0 0 30px 40px;
}
.the-content .alignleft {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
}

.the-content img[class*="wp-image-"],
.the-content img[class*="attachment-"] {
    max-width: 100%;
}

.the-content h4 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px;
}

/* clearfix */

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .the-content .aligncenter {
        margin: 0 auto .5em auto;
    }
    .the-content .alignright {
        margin: 0 0 .5em 0;
    }
}