@charset "UTF-8";

#guidance {

	padding: 3em;

}

#guidance .box {
	
	width: 94%;
	margin: 0 auto;
	margin-bottom: 36px;
	padding: 1em 2em;
	color: #666;
	background: #ffffef;
	border: 2px solid #aaa;
	border-radius: 10px;

}

#guidance .box h2 {
	
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #aaa;

}

#guidance .box .line1 {
	
	float: left;
	width: 30%;
	font-weight: bold;
	font-size: 30px;

}

#guidance .box .line2 {
	
	float: right;
	width: 70%;
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	color: #cc0000;

}

#guidance .box .line2 span {

	font-size: 50px;

}

#guidance .box2 .title {
	
	float: left;
	width: 60%;
	margin-bottom: 20px;
	font-size: 26px;

}

#guidance .box2 .title span {

	display: inline-block;
	margin: 0 20px;

}

#guidance .box2 .price {
	
	float: right;
	width: 40%;
	text-align: right;
	font-size: 30px;
	margin-bottom: 20px;

}

#guidance .box2 .price span {

	font-size: 24px;

}

#guidance .box2 .breakdown {
	
	clear: both;
	text-align: center;
	font-size: 24px;

}

#guidance .box2 .price2 {
	
	text-align: right;
	font-size: 30px;
	margin-bottom: 20px;

}

#guidance .box2 .price2 span {

	font-size: 24px;

}

#guidance .box2 .price2 span.space {

	display: inline-block;
	margin-right: 0.65em;

}

#guidance .box2 .total {
	
	clear: both;
	font-size: 30px;

}

#guidance .box2 .total .en1 {
	
	display: inline-block;
	margin-left: 20px;
	font-size: 48px;
	color: #cc0000;

}

#guidance .box2 .total .en2 {
	
	font-size: 24px;
	color: #cc0000;

}

#guidance .box3 {

	margin-bottom: 0;

}

#guidance .box3 p {
	
	margin-bottom: 8px;
	text-align: center;
	font-size: 24px;

}

#guidance .box3 p.point {
	
	margin-top: 20px;
	padding-top: 0.5em;
	font-size: 20px;
	border-top: 1px solid #aaa;

}


/* �^�u���b�g */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#guidance {
		
		padding: 1.5em;
		
	}
	
	#guidance .box {
		
		width: 100%;
		margin: 0 auto;
		margin-bottom: 36px;
		padding: 1em 1em;
	
	}
	
	#guidance .box2 .price {
	
		width: 40%;
		font-size: 26px;
	
	}
	
	#guidance .box2 .price2 {
	
		font-size: 26px;

	}
	


}


/* �X�}�z */
@media only screen and (max-width: 600px) {

	#guidance {
		
		padding: 1em;
		
	}
	
	#guidance .box {
		
		width: 100%;
		margin-bottom: 22px;
		padding: 1em;
	
	}
	
	#guidance .box h2 {
		
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		font-size: 26px;
	
	}

	#guidance .box .line1 {
		
		float: left;
		width: 20%;
		padding-top: 0.5em;
		font-size: 24px;

	}

	#guidance .box .line2 {
		
		float: right;
		width: 80%;
		text-align: right;
		font-size: 22px;

	}

	#guidance .box .line2 span {

		font-size: 36px;

	}

	#guidance .box2 .title {
		
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		font-size: 26px;

	}

	#guidance .box2 .title span {
		
		display: none;
		margin: 0 10px;

	}

	#guidance .box2 .price {
		
		float: none;
		width: 100%;
		text-align: center;
		font-size: 26px;
		margin-bottom: 16px;

	}

	#guidance .box2 .price span {

		font-size: 20px;

	}

	#guidance .box2 .breakdown {
		
		clear: both;
		text-align: center;
		font-size: 24px;

	}

	#guidance .box2 .price2 {
		
		text-align: center;
		font-size: 26px;
		margin-bottom: 16px;

	}

	#guidance .box2 .price2 span {

		font-size: 20px;

	}

	#guidance .box2 .price2 span.space {

		display: inline-block;
		margin-right: 0.65em;

	}

	#guidance .box2 .total {
		
		clear: both;
		text-align: center;
		font-size: 26px;

	}

	#guidance .box2 .total .en1 {
		
		display: block;
		margin-left: 10px;
		font-size: 28px;

	}

	#guidance .box2 .total .en2 {
		
		font-size: 20px;

	}

	#guidance .box3 {

		margin-bottom: 0;

	}

	#guidance .box3 p {
		
		margin-bottom: 8px;
		text-align: center;
		font-size: 24px;

	}

	#guidance .box3 p.point {
		
		margin-top: 20px;
		padding-top: 0.5em;
		font-size: 20px;
		border-top: 1px solid #aaa;

	}

}


/* iPhone5 */
@media only screen and (max-width: 320px) {

	#guidance .box2 .total {
		
		clear: both;
		text-align: center;
		font-size: 26px;

	}

	#guidance .box2 .total .en1 {
		
		display: block;
		margin-left: 10px;
		font-size: 26px;

	}
	
	#guidance .box3 p.point {
		
		margin-top: 20px;
		padding-top: 0.5em;
		font-size: 18px;

	}

}