@charset "utf-8";

/**
 * 固定ページ 詳細 コンテンツ
 */

#main{
    margin-top:var(--pc_def_margin-top);
}

/* 記事タイトル */
.page_title {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.2;
    word-break: break-all;
    margin-bottom: 30px;
}

/* 区切り線 */
.page_detail .page_hline{
    width:100%;
    border-bottom: 1px dotted #999;
    margin:10px 0;
}



