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

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

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

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

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

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

/* アコーディオン */
.open_content,
.open_content2,
.open_content3,
.open_content4,
.open_content5 {
  display: none;
}

.ic_change {
    position: relative;
    padding-left: 1.2em;
}

.ic_change::before {
    content: "▼";
    margin-right: 4px;
    color: #000;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ic_change.open::before {
    transform: translateY(-50%) rotate(180deg);
}

.attention_end {
    padding: 1em 1em 0 1em;
    border: solid 1.5px #cdd8f7;
    margin-bottom: 10px;
    background: #cdd8f7;
}