@charset "UTF-8";
.underPage #replacementIncArea section {
    margin-top: 0;
    padding: 0;
    position: inherit;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

.sp {
	display: none;
}

main p, main a, main li {
    font-weight: normal;
}

main #replacement .boxList li p {
	font-weight: bold;
}

#replacement h3 span,#replacement h2 span {
	font-weight: bold;
}	


@media screen and  (min-width: 320px) and (max-width: 768px) {
	#replacement img {
		width: 100%;
	}
	
	#replacement {
		margin-top: 0;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	#replacement h2 span {
		font-size: 20px;
	}
	
	
}

@media screen and (min-width: 768px) { 	
	
	#replacement h2 span {
		font-size: 36px;
	}

	
}
