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

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

/* 小見出し */

.tips {
    font-weight: bold;
    font-size: 17px!important;
    border-bottom: solid 3px #db4949;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶︎";
    color: #c19720;;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/* 赤ハイライト */
.highlight_red {
	background: linear-gradient(transparent 10%, #FF0000 10% 90%, transparent 90%);
	font-weight: bold;
	color: #FFF;
	padding: 2px 3px;
}


/**title**/

.heading_ttl .item_box .text_box{
	padding-left: 11.5%!important;
}

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/grand_saber_rbhun/midashi_icon.png);
}


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

.heading_ttl .hd_text {
    text-shadow: 0 0 1px;
    color: #976821;
}


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

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

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

/*title_flex*/
.heading_ttl .item_box_ex {
    background: url(../../../uploads/2025/grand_saber_rbhun/midashi_bg.png) no-repeat bottom/100% auto;
}

/****table_item****/

/******1******/
.table_box .item_img_cp_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/******2******/
.table_box .item2_img_cp {
    max-width: 40%;
    margin: 5px 2px 0px 0px;
    display: block;
    float: left;
}

.table_box .item2_img_cp_left {
    max-width: 40%;
    margin: 5px 2px 0px 15px;
    display: block;
    float: left;
}

/******3******/
.table_box .item3_img_right {
    max-width: 40%;
    margin: 5px 2px 0px 0px;
    display: block;
    float: left;
}

.table_box .item2_img_cp_left {
    max-width: 40%;
    margin: 5px 2px 0px 15px;
    display: block;
    float: left;
}

.attention_gold2 {
    padding: 1em 1em 0 1em;
    border: solid 2px #DDBE1C;
    margin: 10px 0;
    background-color: #FCF5D3;
}

/*****btn*******/
.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0.5em 1.2em 0.5em;
}

.right_cl a {
	color: #763dd1;
    background-image: linear-gradient(#f7fffe 0%, #e1ccff  100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.right_cl a:hover {
    color: #563dd1;
    background-image: linear-gradient(#f7fffe 0%, #ccd0ff 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.attention_btn_st {
    margin: 0 auto;
}

/*アイコン*/
.float_box_sum .float_right_box {
    float: left !important;
	padding-left: 5px;
	padding-top: 7px;
}
.float_box_sum .float_left_box{
	float: left;
	margin-top: 39px;
}

/*ボックス内アイコン*/

.float_box_sum_box{
	overflow: hidden;
}

.float_box_sum_box .float_left_box {
    float: left;
}

.float_box_sum_box .float_right_box {
   float: left !important;
	padding-left: 5px;
	padding-top: 7px;
}


