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

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

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

.tips::before {
    color: #156bd0;
}

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

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

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

.heading_ttl .item_box .text_box {
	margin-left: 12px;
    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%;
}