@charset "utf-8";
/* CSS Document */
.text-contents{
	line-height: 2em;
}
.service-name{
	font-size: 1.8rem;
	margin-top: 0.5em;
}
.price{
	font-size: 1.4rem;
	color: #40220f;
}
.t1{
	margin-top: 1.0em;
	font-size: 2.5rem;
	color: #40220f;
	font-weight: bold;
}
.red-f p{
	font-size: 1.8rem;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 1.0em; 
}
.price-box{
	border: solid 1px #40220f;
	text-align: center;
	padding: 2rem;
}
/*タブレット表示設定*/
@media (min-width: 768px){
	.service-name{
	font-size: 3rem;
}
.price{
	font-size: 2.4rem;
	color: #40220f;
}
	
}