@charset "utf-8";

/*===================================================
背景アニメーション
===================================================*/
body .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	transition: all 0.2s;
}
.grayBgIn .animated {
	visibility: hidden;
}

#recruit_guide_point li {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
#recruit_guide_point li:nth-of-type(2){
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
#recruit_guide_point li:nth-of-type(3){
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
#recruit_guide_point li:nth-of-type(4){
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

body .save_btmBox a {
	visibility: visible !important;
}