@charset "utf-8";
.page {
	box-sizing: border-box;
	position: relative;
}
.page * {
	box-sizing: border-box;
	line-height: 1.6;
	position: relative;
	text-align: left;
}
.page h2,
.page h3 {
	border-bottom: none;
}
.page strong {
	font-weight: bold;
}
.page .note {
	font-size: 0.85em;
}
@media screen and (min-width:391px) {
	.page .sp {
		display: none;
	}
}
@media screen and (max-width:390px) { 
	.page * {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.page img {
		height: auto;
		max-width: 100%;
		vertical-align: bottom;
	}
	.page .pc {
		display: none;
	}
}