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

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

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

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

/******pu見出し**********/

.heading_ttl.hd_main .item_box {
    background: url(../../../uploads/2026/01/chaldean_floralia_pu_tgtvc/midashi_bg_01.png) no-repeat top/100% auto;
}

.heading_ttl.hd_main .item_box::before {
    content: url(../../../uploads/2026/01/chaldean_floralia_pu_tgtvc/midashi_icon_01.png);
}

.heading_ttl.hd_main .item_box .text_box {
    padding-left: 10%;
    display: flex;
}

/**title tx**/

.heading_ttl .item_box {
    background: url(../../../uploads/2026/01/chaldean_floralia_pu_tgtvc/midashi_bg_02.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/01/chaldean_floralia_pu_tgtvc/midashi_icon_02.png);
}

.heading_ttl .hd_text {
  text-shadow: none!important;
  color: #67391e;
  margin-left: 5px;
}

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

/*ボタン*/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0 0.5em 0.5em 0.5em;
}