@charset "UTF-8";
.price_01 .ttl{
	width: 60% !important;
}
#mainArea h1{
	font-size: 35px;
	position: absolute;
	bottom: 20%;
	left: 2%;
	z-index: 1;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
}
#mainArea h1 span{
	margin-top: 10px;
	padding: 10px;
	color: #fff;
	background: #0086ee;
	display: inline-block;
}
@media only screen and (max-width: 1000px) {
	#mainArea h1{
		font-size: 30px;
		left: 0;
	}
}
@media only screen and (max-width: 834px) {
	#mainArea h1{
		bottom: 5%;
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px) {
	#mainArea h1{
		font-size: 18px;
	}
}