﻿@charset "utf-8";

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

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

.tips::before {
    color: #0fa9a3;
}

/* 赤ハイライト */
.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 {
    background: url(../../../uploads/2026/09/halloween2026_cp_ukzwb/midashi_bg.png) no-repeat bottom/100% auto;
}

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


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

.heading_ttl .hd_text {
    text-shadow: 0 0 2px;
	color: #6e44da;
    margin-left: 5px;
}


.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/2026/09/halloween2026_cp_ukzwb/midashi_bg.png) no-repeat bottom/100% auto;
}

.attention_btn_st .attention_btn_st_orange{
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center !important;
}
.attention_btn_st a {
    width: 80%;
}

.attention_btn_st_orange a{
    width: 80%;
}

.text_box img{
    vertical-align: bottom;
}

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

/*表アイコン*/

.tb_noticeicon_01{
 	width: auto;
	padding: 2px 4px;
	float:right;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
}

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

.attention_btn_st .position_center {
    margin: 0 auto !important;
}

.attention_btn_st{
    margin: 0 auto !important;
    width: 75%;
}

.attention_btn_st_orange{
    display: block;
    text-align: center;
    margin: 0 auto !important;
    width: 60%;
}

.attention_btn_st_orange a{
    color: #7e5f35;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#fbf8f1 0%, #f3790e 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn_st_orange a:hover {
    color: #7e5f35;
    background-image: linear-gradient(#f5e5bd 0%, #e89750 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}