
/* PC SP 共通 */
body.laboratory .laboratory-list > li{
    margin-bottom: 60px;
}
body.laboratory .laboratory-list > li .image{
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
}
body.laboratory .laboratory-list > li .titles{
    margin-bottom: 15px;
}


@media print, all and (min-width: 751px) {
	
	/* PC */
    body.laboratory .laboratory-list > li{
        display: flex;
        column-gap: 60px;
    }
    body.laboratory .laboratory-list > li:nth-child(even){
        flex-direction: row-reverse;
    }
    body.laboratory .laboratory-list > li .text-box{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
                       
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	body.laboratory .laboratory-list > li{
		margin-bottom: 40px;
	}
    body.laboratory .laboratory-list > li .image-box{
        margin-bottom: 12px;
    }
	body.laboratory .laboratory-list > li .titles{
		margin-bottom: 8px;
	}
    
}