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

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

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

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

/**title**/
.heading_ttl .item_box {
    background: url(../../../uploads/2025/new_master_spring_cp2025_pohtu/midashi_bg.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/new_master_spring_cp2025_pohtu/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 0px;
    color: #cc315d;
}

.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;
}

.attention_btn_st {
    margin: 0 auto !important;
}

.attention_btn_st.wid{
    width: 60%;
}