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

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

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

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

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

.tips::before {
    color: #2277c1;
}

/****table_item****/

.table_box .item_list {
    text-align: center;
}

.table_box .item_img {
    max-width: 48.5%;
    margin: 5% 0px;
    float: left;
    display: inline-flex;
    float: none;
}

.table_box .item_img_cp {
    max-width: 20%;
    margin: 5% 0px;
    float: left;
    display: inline-flex;
    float: none;
}

/*見出し*/
.heading_ttl .hd_text {
    text-shadow: none;
    color: #0a2c8a;
}

.heading_ttl .item_box .text_box {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
}

.heading_ttl .item_box {
    background: url(/wp-content/uploads/2026/07/11th_anniversary_clear_cp_oxfed/midashi_bg.png) no-repeat top/100% auto;
}

.heading_ttl .item_box::before {
    content: url(/wp-content/uploads/2026/07/11th_anniversary_clear_cp_oxfed/midashi_icon.png);
    left: 1%;
}

.heading_ttl .item_box_ex {
    background: url(../../../uploads/2026/07/11th_anniversary_clear_cp_oxfed/midashi_bg_ex.png) no-repeat center/100% auto;
}

.heading_ttl .item_box img,
.heading_ttl .item_box_ex img{
    vertical-align: middle;
}

.attention_btn_st_cent{
    width: 75%;
}