@charset "UTF-8";

/*----------ORDERFORM-THANKS----------*/

#orderform-thanks{
	background-color:#fff;
}

.thanks{
	width:100%;
	margin:0 auto;
	max-width:800px;
	
	box-sizing:border-box;
	padding:10px;
	
	background-color:#fff;
	
	border-radius:2.5px;
}

.thanks h3{
	font-family: 'Noto Serif JP', serif;
	font-size:1.5rem;
	line-height:30px;
	font-weight:bold;
	
	text-align:center;
	
	color:#49a;
	
	margin-bottom:20px;
}

.thanks p{
	text-align:left;
}

@media only screen and (min-width: 768px){
	
	.thanks{
		padding:20px;
		
		border-radius:5px;
	}
	
}

