@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

.slide-text-caption{
	color:#0A98D9!important;
	animation: test .6s linear 0s 3 alternate;
	/*animation-iteration-count: 3;*/
}
@keyframes test{
	50% {
		opacity:0;
	}
}