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

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

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

.tips::before {
    color: #1E47D9;
}

/**title**/

.heading_ttl .item_box {
    background: url(../../../uploads/2025/2025_september_event_pexno/midashi_bg.png) no-repeat bottom/100% auto;
}

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

/*title_flex*/
.heading_ttl .item_box_ex {
    background: url(../../../uploads/2025/2025_september_event_pexno/midashi_bg.png) no-repeat bottom/100% auto;
}

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

.heading_ttl .hd_text {
    text-shadow: 0 0 2px;
    color: #003899;
}

.txt_red {
    position: relative;
    color: #CC2020;
}

