@charset "utf-8";
.mainImage{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:0;
	padding-top: 24.41%;
	background-image: url("../img/orderform/main.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* orderform */
#orderform{
	position: relative;
	margin: 0 auto;
	padding-top: 8%;
	background-image: url("../img/common/bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	text-align: left;
	color: #444444;
}
#orderform h2{
	position: relative;
	margin: 0 auto 5% auto;
	display: block;
	width: 100%;
	height:0;
	padding-top: 8%;
	background-image: url("../img/orderform/ttl_orderform.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#orderform h3{
	position: relative;
	margin: 20% 0 10% 0;
	padding: 2% 0 0 0;
	color: #4187c7;
	font-size: .24rem;
	font-weight: bold;
}
#orderform p{position: relative;}
#orderform p span.attention{
	font-weight: bold;
	color:#4187c7;
}
#orderform p span.caution{
	color:#4187c7;
	font-size: .12rem;
}

#orderform .list ul{
	position: relative;
	margin: 0 auto;
}
#orderform .list ul li{
	position: relative;
	margin: 0 auto 2% auto;
	padding: 0;
	line-height: 1.8em;
	list-style-type: decimal;
	list-style-position: inside;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* orderform */
	#orderform{padding-top: 0;margin: 0 auto 120px auto;background-image: none;}
	#orderform .contents-inner{
		margin: 0 auto;
		padding-top: 60px;
		background-image: url("../img/common/bg.jpg");
		background-size: 729px auto;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#orderform h2{
		margin: 0 0 40px 20px;
		width: 340px;
		padding-top: 33px;
	}
	#orderform h3{margin: 0 ;padding: 100px 0 30px 20px !important;}
	#orderform p{margin: 0 0 30px 20px;width: 800px;}
	#orderform .list ul{
		width: 900px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		justify-content: space-between;
	}
	#orderform .list ul li{width: 50%;}

}