@media print, all and (min-width: 751px) {
    
	/* body.topic #title::before{
		background-image: url(../images/topic/title-bg.jpg);
	} */
	

	/* INDEX */
	#topic-index .img-tubes{
		text-align: center;
	}
    #topic-index .img-tubes .captile{
		font-size: 125%; /* 20px */
		font-weight: bold;
	}
	#topic-index .img-tubes .image{
		display: inline-block;
		margin-left: 115px;
	}
	#topic-index .topic_note-box{
		text-align: right;
	}

	#topic-index #research-pk_rehabilitation .area-rehabili{
		margin-bottom: 20px;
	}
	#topic-index #research-pk_rehabilitation .area-rehabili img{
		display: inline-block;
		margin-bottom: 20px;
	}
	#topic-index #research-pk_rehabilitation .area-rehabili video{
		width: 720px;
		aspect-ratio: 300/150;
	}
}

@media only screen and (max-width: 750px) {
    
	/* body.topic #title::before{
		background-image: url(../images/topic/title-bg.jpg);
	}
	 */


	/* INDEX */
    #topic-index .img-tubes .captile{
		font-size: 106.25%; /* 17px */
		font-weight: bold;
	}
	#topic-index .topic_note-box{
		text-align: right;
	}


	#topic-index #research-pk_rehabilitation .area-rehabili{
		margin-bottom: 20px;
	}
	#topic-index #research-pk_rehabilitation .area-rehabili img{
		display: inline-block;
		margin-bottom: 10px;
	}
	#topic-index #research-pk_rehabilitation .area-rehabili video{
		width: 100%;
		aspect-ratio: 300/150;
	}
}