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

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

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

.tips::before {
    color: #de8d00;
}

/**title**/
.heading_ttl .item_box {
    background: url(../../../uploads/2026/01/chaldean_floralia_cp_pu_wafpn/midashi_bg.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/01/chaldean_floralia_cp_pu_wafpn/midashi_icon.png);
}

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

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

.heading_ttl .hd_text {
    text-shadow: 0 0 2px;
    color: #c88823;
}

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

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

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

.attention_btn_st{
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center !important;
}

.attention_btn_st a{
    width: 50%;
}