@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.p-rules .faq_wrap {
    /*text-align: left;
    color: #FFF;
    border-top: 1px solid #3e5676;*/
}

.p-rules .faq_wrap li {
    /*cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #3e5676;*/
}

.p-rules .faq_wrap li dt {
    /*font-weight: bold;
    font-size: 16px;*/
}

.p-rules .faq_wrap li dd {
    display: none;
    opacity: 0;
    /*padding-top: 24px;
    font-size: 14px;
    line-height: 1.4;*/
}

.p-rules .faq_wrap li dd.open {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-animation: show .5s linear 0s;
    -moz-animation: show .5s linear 0s;
    -o-animation: show .5s linear 0s;
    animation: show .5s linear 0s;
}
