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

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

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

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

/* pu text */
.heading_ttl .item_box {
    background: url(../../../uploads/2024/mahoyo_after_night_pu_ajvit/midashi_bg.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2024/mahoyo_after_night_pu_ajvit/midashi_icon.png);
}

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

.heading_ttl .hd_text {
    color: #124cc5;
}

/* info_ss */
.info_ss {
    max-width: 100%;
}

.info_ss img {
    margin: 0 auto !important;
    max-width: 400px !important;
    display: block;
}

/* full_見出し */
.heading_ttl .item_box_ev {
    background: url(../../../uploads/2024/mahoyo_after_night_okzac/midashi_bg.png) no-repeat bottom/contain;
}
 
.heading_ttl .item_box_ev::before {
     content: url(../../../uploads/2024/mahoyo_after_night_okzac/midashi_icon.png);
}

.heading_ttl .item_box_ev .text_box {
    padding-left: 9.5%;
}


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

.komidashi_top{
	margin-top: -2em !important;
}

/***btn****/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}

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

/*表テキスト*/
.top_txt{
margin-bottom: 10px;
float: left
}