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

.green_txt2 {
    font-weight: bold;    
}

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

.tips::before {
    color: #136ea7;
}


.diamond {
    color: #222faa;
}

.txt_gold {
	font-weight: bold;
    color: #CC9800;
}

/**title**/

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2024/3000man_pu_awked/midashi_icon.png);
}


.heading_ttl .hd_text {
  text-shadow: 0 0 1px;
  color: #6C8BD0;
  padding-left: 8px;
}

