@charset "utf-8";

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {}

.title-top {
    display: flex;
}


.t-blog-title {
    margin-left: 0;
    width: auto;
    margin-top: 44px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.t-blog-title h1 {
    font-size: 36px;
    font-weight: 100;
    margin-top: -15px;
}

.b-content {

    padding: 2em 0 2.5em;

}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {

    .t-blog-title h1 {
        font-size: 26px;
    }

    .t-blog-title {
        margin-top: 40px;
    }

    .title-top {
        display: block;
    }
}
