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

.diamond {
  color: #5883ee;
}

/******pu見出し**********/

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

.heading_ttl .hd_text {
  text-shadow: 0 0 2px;
    color: #718bfc;
  margin-left: 5px;
}

.noticeicon {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    margin-bottom: 0.5em;
}

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

.tips::before{
  color: #9eb0ff;
}
.tips{
  border-color: #ad82fb;
}

.highlight_red{
  background: linear-gradient(transparent 10%, #FF0004 10% 90%, transparent 90%);
  font-weight: bold;
  color: #fff;
}