﻿/* 色変更時用CSS */

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

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

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


/* 見出し */
.heading_ttl p{
padding-bottom: 1em;
}

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/indra_event_wgyts/midashi_icon.png);
	left: 2%!important;
}

.heading_ttl .item_box .text_box {
    display: flex;
    padding-left: 12.5%;
}

.m_top{
	margin-top: -18px !important;	
}

.ttl_link_ev {
margin-bottom: 20px;
}

/* 見出し２ */
.heading_ttl .hd_text {
    text-shadow: 0 0 1px;
    color: #206ded;
}

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

/*  */

.table_flex {
    display: flex;
}

.table_flex td {
width: 50%;
}

/************************/
.ev_btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
}

.ev_btn_wrap .link_btn {
	display: block;
	width: 33.3%;
}

.ev_btn_wrap .link_btn a {
	display: block;
	padding: 0px 3px 0px 0px;
	margin: 0 0 15px 0;
}


.ev_btn_wrap .link_btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ev_btn_wrap .link_bnr a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ank_link_box{
	width: 100%;
    overflow: hidden;
    display: block;
}

/***btn****/


.dl_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}


.dl_btn a {
	color: #6C0C0C;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 70%;
	padding: 15px 3px;
	margin: 0 auto;
	border-radius: 10px;
    background-image: linear-gradient(#dddbd2  0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}