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

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

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

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

/**title**/

.heading_ttl .item_box {
    background: url(../../../uploads/2025/shinsengumi_the_end_rnyhw/midashi_bg.png) no-repeat bottom/100% auto;
    padding: 0.5em 0 0.7em 0;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/shinsengumi_the_end_rnyhw/midashi_icon.png);
}

.heading_ttl .item_box .text_box{
    padding-left: 9%;
}

.midashi_top{
	margin-top: -1.9em !important;
}

.heading_ttl .hd_text {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    color: #0d4c70;
}
