@charset "UTF-8";

b.iphone-top-lead{
	font-size: 60px;
}
.iphone-top-text{
	font-size: 34px;
}

@media screen and (max-width: 767px){
	b.iphone-top-lead,
	.iphone-top-text{
		font-size: 25px;
	}
	.pc-hide-br{
		display: block;
	}
	.scroll{
		overflow: auto;
		white-space: nowrap;
	}
	.scroll>table{
		width: auto;
	}
}
