/**
service/ seminar/以外の投稿
column、case、infoとデフォルト投稿
**/

h2 {
    padding: 0.5em !important;
    color: #070707 !important;
    background: #e0edff !important;
    border-left: solid 5px #0b9dbf !important;
    text-align: left !important;
    font-size: 1.45rem !important;
}

h3 {
    padding-bottom: 0.45em !important;
    margin-bottom: 1.13em !important;
    margin-top: 2em !important;
    border-bottom: 2px solid #111 !important;
    letter-spacing: 0.03em !important;
    text-align: left !important;
    font-size: 1.32rem !important;
}

h4 {
    padding: 0.25em 0.5em !important;
    color: #494949 !important;
    background: transparent !important;
    border-left: solid 5px #7db4e6 !important;
    font-size: 1.20rem !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 750px) {
    h1 {
        font-size: 1.5rem !important;
        margin-bottom: 0 !important;
    }

    h1.entry-title {
        padding: 16px 10px 5px 10px !important;
    }

    h2 {
        padding: 0.4em !important;
        font-size: 1.3rem !important;
    }

    h3 {
        padding-bottom: 0.3em !important;
        font-size: 1.2rem !important;
    }

    h4 {
        padding: 0.25em 0.5em !important;
        font-size: 1.12rem !important;

    }
}



#main strong {
    font-weight: bold;
    color: #000 !important;
}

/* アンダーライン */
.under {
    background: linear-gradient(transparent 70%, #ff99ab 70%);
}

/* ボックスデザイン */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}

.box26 p {
    margin: 0;
    padding: 0;
}

.box25 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff9595;
    border-radius: 8px;
}

.box25 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff9595;
    font-weight: bold;
}

.box25 p {
    margin: 0;
    padding: 0;
}

/* サービスとセミナーのファーストビューだけをフルにしたいのでそれ以外のカスタム投稿はここで調節 */
@media (min-width: 992px) {

    #single-wrapper {
        max-width: 1200px;
        margin: 0 auto !important;
    }

    #single-wrapper .breadcrumbs {
        padding: 0 1rem !important;
    }
}