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

/* 菱形 */
.diamond {
border-color: #5e45ad;
}

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

.tips::before {
    color: #5e45ad;
}

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

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

.midashi_top{
	margin-top: -1.9em !important;
}

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

.txt_red {
    position: relative;
    color: #CC2020;
}

.txt_blue {
    position: relative;
    color: #0053FC;
}

.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}