﻿@charset "utf-8";

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

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

.tips::before {
    color: #0067B7;
}



/**title**/

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/july_boxevent_xcwoo/midashi_icon.png);
	top: 40%!important;
}


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

.heading_ttl .hd_text {
  text-shadow: 0 0 1px;
  color: #493700;
  margin-left: -10px;
}


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

.txt_blue {
    position: relative;
    color: #0053FC;
}

.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

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

.heading_ttl .item_box_ex {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em !important;
    line-height: 1.2 !important;
}

.txt_fx {
    display: flex;
    align-items: center;
}
.txt_fx .txt_fc:first-child {
    word-break: keep-all;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    height: 100%;
    font-size: 0.8em;
    margin-right: 1%;
    max-width: 70px;
}

.txt_fx .t_red {
    background: rgb(255,53,53);
    background: linear-gradient(0deg, rgba(255,53,53,1) 0%, rgba(148,25,25,1) 100%);
    padding: 0.8% 0 0.2% 0;
}
.txt_fx .t_blue {
    background: rgb(53,182,255);
    background: linear-gradient(0deg, rgba(53,182,255,1) 0%, rgba(26,25,148,1) 100%);
    padding: 2.5% 0;
}



