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

/* 菱形 */
.diamond {
    color: #887bcb;
}

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

.tips::before {
    color: #19396e;;
}



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

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

.txt_border {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin-bottom: 0.3rem;
}

/****table_item****/

.table_box .item_list {
    text-align: center;
}

.table_box .item_img_cp {
    max-width: 38%;
    margin: 5% 0px;
    float: left;
    display: inline-flex;
    float: none;
}

/*見出し*/
.heading_ttl p {
    padding-bottom: 1em;
}

.heading_ttl .item_box .text_box {
    width: 100%;
}

.heading_ttl.m_top {
    margin: 1.7em 0 0.5em 0 !important;
}


.heading_ttl .item_box .text_box {
    padding-left: 1.3% !important;
}

.txt_fx .txt_fc:first-child {
    margin-right: -6%;
    margin-top: -1%;
    position: relative;
    padding: 1% 0;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/07/exhibition_cp_nkoqh/midashi_icon.png);
}

/*CP一覧リンク*/
.cp_link {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px !important;
    display: block;
}

.cp_link_txt {
    display: block;
    overflow: hidden;
}

.cp_link_txt.im {
    padding: 0;
}
