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

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

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

.tips::before {
    color: #2DDC30;
}

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

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

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

.heading_ttl .item_box .text_box {
	margin-left: 10px;
    display: flex;
}

.heading_ttl.m_top{
    margin-top: 0.3em !important;
}
