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


/*top*/

.leadArea h2{
	max-width: 569px;
	margin-left: 60px;
}

.leadArea .leadImg{
	max-width: 542px;
	position: absolute;
	right: 0;
	top: 90px;
	z-index: -1;
}

.leadArea .txtArea{
	margin-left: 170px;
	max-width: 294px;
	margin-top: -30px;
	margin-bottom: 100px;
}

.leadArea .txtArea .leadB{
	margin-bottom: 30px;
}

.leadArea .txtArea .leadS{
	margin-bottom: 30px;
}

.moreBtn{
	width: 118px;
}

.orderArea{
	background: url(../../common/img/top_img03.jpg) 100% 70px no-repeat;
}

.orderArea .orderImg{
	max-width: 532px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.orderArea .orderTtl{
	max-width: 333px;
	margin: 0px auto;
	padding-top: 70px;
	position: relative;
}

.orderArea .orderList{
	margin-top: 250px;
	position: relative;
	
}

.orderArea .orderList .orderListItem{
	max-width: 540px;
	margin: 0 auto 50px;
	
}

.orderArea .orderList .orderListItem dt{
	width: 105px;
	float: left;
	clear: left;
	margin-top: 15px;
}

.orderArea .orderList .orderListItem dd{
	margin-left: 150px;
}

.orderArea .orderList .orderListItem dd .en{
	width: 177px;
	margin-top: 6px;
}

.orderArea .orderList .orderListItem dd p{
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

.orderArea .orderList .orderListItem dd .big{
	font-size: 1.3em;
	letter-spacing: 0.7em;
	margin-bottom: 5px;
	font-weight: bold;
}

.orderArea .orderList .orderListItem dd span{
	font-size: 0.85em;
}

.orderArea .moreBtn{
	float: right;
	margin-bottom: 20px;
}

.orderArea .attention{
	max-width: 755px;
	margin: 10px auto 30px;
}

.orderArea .attention .deli_txt{
	margin-bottom: 15px;
	clear: both;
}

.orderArea .attention p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}



	
}


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


/*top*/

.leadArea h2{
	max-width: 569px;
	width: 70%;
	margin-left: 5%;
}

.leadArea .leadImg{
	max-width: 542px;
	width: 90%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	right: 0;
	top: -60px;
	z-index: -1;
}

.leadArea .txtArea{
	margin-left: 5%;
	max-width: 294px;
	margin-top: -20px;
	margin-bottom: 50px;
}

.leadArea .txtArea .leadB{
	margin-bottom: 30px;
}

.leadArea .txtArea .leadS{
	margin-bottom: 30px;
}

.moreBtn{
	width: 118px;
}

.orderArea{
	
}

.orderArea .orderImg{
	max-width: 532px;
	width: 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.orderArea .orderTtl{
	max-width: 333px;
	width: 60%;
	margin: 0px auto;
	padding-top: 50px;
}

.orderArea .orderList{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 30%;
}

.orderArea .orderList .orderListItem{
	max-width: 540px;
	margin: 0 auto 50px;
	
}

.orderArea .orderList .orderListItem dt{
	width: 70px;
	float: left;
	clear: left;
	margin-top: 25px;
}

.orderArea .orderList .orderListItem dd{
	margin-left: 90px;
}

.orderArea .orderList .orderListItem dd .en{
	width: 50%;
	max-width: 177px;
	margin-top: 5px;
}

.orderArea .orderList .orderListItem dd p{
	font-size: 0.86em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

.orderArea .orderList .orderListItem dd .big{
	font-size: 1.2em;
	letter-spacing: 0.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

.orderArea .orderList .orderListItem dd span{
	font-size: 0.85em;
}

.orderArea .moreBtn{
	float: right;
	margin-bottom: 20px;
}

.orderArea .attention{
	max-width: 755px;
	width: 90%;
	margin: 10px auto 30px;
}

.orderArea .attention .deli_txt{
	margin-bottom: 15px;
	clear: both;
}

.orderArea .attention p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}
	
}