@charset "utf-8";
/* CSS Document */
@media all{

/* ファーストビュー */
	#firstimage{
		overflow: hidden;
		position: relative;
	}
	#firstimage h2{
		position: absolute;
		display: block;
		width: 100%;
		font-size: 3rem;
		letter-spacing: 0.1em;
		color: #fff;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 1;
		text-align: center;
	}
	
	#formarea{
		padding: 140px 0 20px;
		background: #f7f7ed url("/common/images/curve.png") no-repeat;
		background-size: contain;
		background-position: top;
	}
	.flyer{
		width: calc(100% - 40px);
		max-width: 1000px;
		margin: 0 auto 80px;
	}
	.timeout{
		font-size: 2em;
		color: red;
		margin: 1em 0 2em;
		text-align: center;
	}
	#unaju #mfbox dt:first-child{
		padding: 0.7em 1em 0 1em;
	}
	#unaju #mfbox dd #items span{
		font-size: 1.5rem;
		display: inline-block;
		width: 14em;
	}
	#unaju #mfbox #mfp_price{
		line-height: 1;
	}
	#unaju #mfbox #mfp_price span{
		display: inline;
	}
	#unaju #mfbox dd p{
		font-size: 1.2rem;
	}
	#unaju #mfbox dd select {
		height: 4em;
		width: 100%;
	}
	
}

@media screen and (max-width: 567px){

	#formarea{
		padding: 100px 0 20px;
		background: #f7f7ed url("/common/images/curve_sp.png") no-repeat;
		background-size: contain;
		background-position: top;
	}
	#unaju #mfbox dt:first-child{
		padding: 0 1em;
	}
	#unaju .hissu{
		position: relative;
	}
	#unaju .hissu::before {
		content: "";
		position: absolute;
		display: block;
		top: -0.6rem;
		left: 0;
		width: 2.5rem;
		height: 2.5rem;
		background: url("/inquiry/images/mark_hissu.png") no-repeat;
		background-size: contain;
	}

}

@media screen and (min-width: 568px) and (max-width: 1024px){

	#firstimage h2{
		top: 60%;
	}
	
}

@media screen and (min-width: 1025px){

	#firstimage h2{
		font-size: 4rem;
	}
	
}

