/* PC SP 共通 */
body.research #title{
    background-image: url(../images/research/title-bg.jpg);
}

body.research .research-box .image-box .image{
    text-align: center;
}
body.research .research-box .image-box .image:not(:last-child){
    margin-bottom: 20px;
}


@media print, all and (min-width: 751px) {
    
	/* PC */    
                       
}

@media only screen and (max-width: 750px) {
    
	/* SP */
    body.research .research-box .image-box .image:not(:last-child){
        margin-bottom: 15px;
    }
    
}