<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modiule */
.m_point_mark_explain_text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0px;
}
.m_point_mark_SmImg{
    width: 30px;
    margin: 0px 5px;
}
.m_point_mark_MdImg{
    width: 40px;
    margin: 0px 5px;
}
.m_point_mark_LgImg{
    width: 60px;
    margin: 0px 5px;
}

.m_point_mark_icon{
    position: absolute;
    top: 10px;
    right: 20px;
}
.m_point_mark_SmIcon&gt;img{
    width: 30px;
}
.m_point_mark_MdIcon&gt;img{
    width: 40px;
}
.m_point_mark_LgIcon&gt;img{
    width: 60px;
}

.m_point_mark_link_super_wrap{
    display: flex;
    justify-content: center;
}

.m_point_mark_link_wrap{
    display: flex;
    justify-content: flex-end;
    margin: 15px 0px;
}

.m_point_mark_link_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDF1F6;
    border-radius: 50px;
    padding: 2px 20px 2px 0px;
}
.m_point_mark_link_inner::before{
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("/resource/img/common/point-mark.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 10px;
}

.m_point_mark_link{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #B4173C;
}

.m_point_mark_link:hover{
    opacity: .6;
    color: #B4173C;
}

@media screen and (max-width: 768px) {
  .m_point_mark_explain_text{
    display: initial;
  }

  .m_point_mark_SmImg{
    width: 20px;
  }

  .m_point_mark_link{
    font-size: 13px;
    letter-spacing: -1px;
  }

  .m_point_mark_link_inner::before{
    width: 45px;
    margin-right: 15px;
  }

}
</pre></body></html>