﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color:#c19720;
}

/* 小見出し */
.tips {
    border-color: #c19720;
	font-size: 17px!important;
}

.tips::before {
    color: #c19720;
}

.tips::before {
    content: "▶";
}

/* 見出し */
.heading_ttl p{
padding-bottom: 1em;
}


.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/05/past_chaldea_2_clsgm/midashi_icon.png);
    left: -2%;
}

.heading_ttl .item_box .text_box {
    padding-left: 8%;
    display: flex;
}

.m_top{
	margin-top: -5px !important;	
}

/*bg*/
div.wrapper div#news_color {
    background-image: url(../../../uploads/2026/05/past_chaldea_axbhb/bg.png);
    background-size: contain;
}

div.container {
    background-image: url(../../../uploads/2026/05/past_chaldea_axbhb/bg.png);
    background-size: contain;
}
main, main .article {
    background: none;
}