@charset "utf-8";
/* CSS Document */

.mj2024 .page_title_box{
    position: relative;
	align-items: center;
	height: 768px;
    background-image: url(../img/Medtec_Japan2024_visual.jpg);
}

@media screen and (max-width:768px){
	.mj2024 .page_title_box {
		height: 350px;
	}
}
@media screen and (max-width:480px){
	.mj2024 .page_title_box {
		height: 250px;
	}
}
.mj2024 .page_title_box .title{
	padding: 2.5% 10%;
}
@media screen and (max-width:768px){
	.mj2024 .page_title_box .title{
		padding: 10% 5%;
	}
}