.m_monchamp_banner{
    border: 1px solid #843C0C;
    margin-top: 48px;
}
.m_monchamp_banner__heading{
    background: #843C0C;
    border: 2px solid #843C0C;
    padding: 16px;
}
.m_monchamp_banner__ttl{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.m_monchamp_banner__body{
    padding: 16px;
}
.m_monchamp_banner__img_link{}
.m_monchamp_banner__img_link:hover{
    opacity: .7;
}
.m_monchamp_banner__img_link>img{
    width: 100%;
    height: 100%;
}
.m_monchamp_banner__msg_wrap{
    margin-top: 12px;
}
.m_monchamp_banner__msg{
    font-size: 14px;
    line-height: 1.6;
}
.m_monchamp_banner__msg + .m_monchamp_banner__msg{
    margin-top: 24px;
}

.m_monchamp_banner__link_wrap{
    display: block;
    background: #AA2401;
    border-radius: 50px;
    padding: 5px;
    margin: 16px 0px;
    text-align: center;
    cursor: pointer;
}
.m_monchamp_banner__link_wrap:hover{
    opacity: .7;
}
.m_monchamp_banner__link{
    display: block;
    width: 100%;
    padding: 1px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.m_monchamp_banner__link:hover{
    color: #fff;
    text-decoration: none; 
}

.m_monchamp_banner__link--introduction_wrap{
    text-align: center;
}
.m_monchamp_banner__link--introduction{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #843C0C;
    text-decoration: none;
}
.m_monchamp_banner__link--introduction::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #843C0C;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.m_monchamp_banner__link--introduction:hover{
    opacity: .7;
    color: #843C0C;
    text-decoration: none;
}

.m_monchamp_banner__link--introduction:hover::after{
    transform: scale(1, 1);
}

.u_monchamp_banner_Inline{display: block;}
.u_monchamp_banner_Hide{display: none;}

@media screen and (max-width: 768px){
    .u_monchamp_banner_MdInline{display: block;}
    .u_monchamp_banner_MdHide{display: none;}
}

@media screen and (max-width: 599px){
    .u_monchamp_banner_SmInline{display: block;}
    .u_monchamp_banner_SmHide{display: none;}
}
