section.info {
    background-color: #eee;
    padding: 4% 3%;
    margin-bottom: 4%;
}
.info .wrap_info {
    max-width: 68%;
    background-color: #fff;
    margin: 0 auto;
    padding: 1em 3em 1.5em;
}
.info .wrap_info h2 {
    margin: 0;
    padding-bottom: .5em;
    font-size: 1.4rem;
}
.info .wrap_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info .wrap_info li {
    padding: .5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.info .wrap_info li .date {
    color:#999;
}
.info .wrap_info li a {
    color:#8FA0FF !important;
}
#top .lead_title.event_dis202511_mov h1 {
    background-color: transparent;
    padding: .2em .5em .4em;
    margin-right: auto;
    text-align: center;
    font-size: 1.8rem;
}
#top .lead_title.event_dis202511_mov h1 .h1_sub {
    font-size:0.7em;
}
#top .detail248 .box_lead_img h1 {
    background: rgba(255, 65, 200, .6);
}
.lead_title.event_dis202511_mov .icon_mchannel {
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 10;
    width: 19%;
}



@media screen and (max-width:600px){
	section.info {
	padding: 10% 3%;
	}
	.info .wrap_info {
	max-width: unset;
	}
	.lead_title.event_dis202511_mov .icon_mchannel {
    width: 30%;
    left: 10%;
}
}