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

/* 菱形 */
.diamond {
	color:#7e63d9;
}


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

.tips::before {
    color: #898E9C;
}

.tips::before {
    content: "▼";
}

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

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

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

.heading_ttl .hd_text {
    text-shadow: none;
    color: #2e0970;
}

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

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

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

.heading_ttl.pd_left .item_box_ex {
    padding-bottom: 0;
}

.heading_ttl.pd_left .text_box {
    padding-left: 26px;
}

/****table_item****/
.table_box .item_image{
    display: block;
    width: 100%;
    max-width: 53px;
    margin: 5px auto 0;
}

.table_box .image_container {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.table_box .image_container .item_image{
    margin: 5px 0 0 0!important;
}

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

.attention_grand_duel,
.attention_flo{
    padding: 1em 1em 0 1em;
    margin: 10px;
}

.attention_grand_duel{
    background-color: #f7d2d4;
}

.attention_flo{
    background-color: #EBEEFA;
}

/*************アイテムラインナップ************/
.skil_item_txt{
	clear: both;
	display: block;
}

.skil_item{
	float: left;
	width: 6%;
	position: relative;
	top: -3px;
}