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

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

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

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

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

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

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

.heading_ttl .item_box .text_box {
	margin-left: 10px;
    display: block;
    position: relative;
    top: 5px;
}

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

.float_box.ovh_vi_narrow {
    width: 90%;
    position: relative;
    top: 1.5rem;
}

.float_none_box_txt{
    float: none;
    width: 60%;
}