@charset "UTF-8";



#content-box{
	margin:auto;
	max-width:1200px;
	width:90%;
}

#content-box>*{
	background:#fff;
	margin-bottom:5%;
	padding:5%;
}

#content>*{
    max-width: 937px;
    margin: 0 auto;
    /*text-align: center;*/
}


#main-txt {
    max-width: 600px;
}

#content>*+*{
	margin-top: 60px;
}

#content h2{
	color:#1a1a1a;
	font-size:18px;
	font-weight:bold;
	text-align: center;
}

/**/

#content .border{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin: 5px auto 20px;
}

#content .border>div{
	background:#e94c01;
	height:4px;
	margin:auto;
	width:110px;
}

/**/

#main-txt p+p{
	margin-top:2%;
}

/**/

#content .border+p{
	color:#4c4c4c;
    max-width: 600px;
    margin: 0 auto;
}

}
#content p {
	text-indent: 1.6rem;
}

/**/

#price{
	background:#fbfaf6;
	border-radius:10px;
	margin: 7% auto 2%;
	max-width: 100%;
	padding:4%;
	text-align:left;
	width:90%;
}

#price>*+*{
	margin-top: 40px;
}

#price h3{
	color:#ee4d00;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	margin:2% 0;
}

#price b{
	font-size:18px;
	font-weight:bold;
}

#price p{
	padding-bottom: 0;
}


/**/

@media(max-width:600px){

	#main-txt p,
	#content .border+p,#price p{
		text-align:left;
	}

	#price {
    width: 100%;
}




}