/*動畫*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.meus_pyIconThreeRow .fadeInUp {
  animation-name: fadeInUp;
}


.meus_pyIconThreeRow .meMsg_MsgList .meMsg_MsgListBlk{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 200px;

}

@media (min-width: 576px)
.meus_pyIconThreeRow .meMsg_MsgList .meMsg_MsgListBlk {
    margin-right: -15px;
    margin-left: -15px;
}


.meus_pyIconThreeRow .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



@media (min-width: 768px){
.meus_pyIconThreeRow .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;

}
}

.meus_pyIconThreeRow .icon_animation{
    margin-bottom: 18px;
    transition: all 0.8s ease;

}

.meus_pyIconThreeRow .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle:hover .icon_animation{
    transform: rotateY(360deg);

}

.meus_pyIconThreeRow .meMsg_MsgList .meMsg_ItemTitle{
    margin-bottom: 3px;
    font-family: 'Forum', cursive;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    font-size:30px;

}



.meus_pyIconThreeRow .meMsg_MsgList .meMsg_ItemContent{
    color: #666666;
    margin-bottom: 19px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
 	 display: revert;

}

.meus_pyIconThreeRow .icon_animation{

    visibility: visible;
    animation-duration: 600ms;
    animation-delay: 0.3ms;
    animation-name: fadeInUp;
    transition: all var(--ItrAmSpeed) ease;
}