.clearfix:after {
   content: "";
   display: block;
   clear: both;
}
.tC {
	text-align: center;
}

body #renew.top h2 {
	font-size: 34px;
	font-weight: bold;
}
body #renew.top .explanation {
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
}
body #renew.top #text_coming_soon {
	display: inline-block; font-size: 28px; font-weight: bold; color: #fff; background-color: #ea7600; border-radius: 5px;
	padding: 3px 24px;
	margin: 50px 0;
}

body #renew.top .top_box_about {
	background-color: #fcebd9; border-radius: 10px;
	padding: 60px 40px;
}

body #renew.top .top_box_about #outer_box_member {
	display: inline-block; border-bottom: solid 1px #ea7600; padding-bottom: 10px;
	margin-bottom: 30px;
}
body #renew.top .top_box_about #outer_box_member .free {
	display: inline-block; color: #fff; 
	font-size: 20px;
	line-height: 30px;
	background-color: #ea7600; float: left;
	border-radius: 5px;
	padding: 1px 10px;
}
body #renew.top .top_box_about #outer_box_member .about {
	width: 240px; float: left;
	color: #ea7600;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}

body #renew.top .top_box_about .outer_item .item {
	width: 32%;
	float: left;
	margin-right: 2%;
}
body #renew.top .top_box_about .outer_item .item:last-child {
	margin-right: 0%;
}

body #renew.top .top_box_about .outer_item .item .icon {
	width: 35%;
	float: left;
}
body #renew.top .top_box_about .outer_item .item .text {
	width: 65%;
	font-size: 16px;
	float: left;
}
body #renew.top .top_box_about .outer_item .item .text .title {
	color: #ea7600;
	font-size: 18px;
	font-weight: bold;
}


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


body #renew.top h2 {
	font-size: 28px;
}
body #renew.top .explanation {	
	text-align: left;
}
body #renew.top #text_coming_soon {
	font-size: 24px;
	margin: 40px 0;
}

body #renew.top .top_box_about {
	padding: 40px 30px;
}
body #renew.top .top_box_about #outer_box_member .free {
	font-size: 18px;
	padding: 1px 10px;
}
body #renew.top .top_box_about #outer_box_member .about {
	width: 180px;
	font-size: 20px;
}
body #renew.top .top_box_about .outer_item .item {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 30px;
}
body #renew.top .top_box_about .outer_item .item:after {
   content: "";
   display: block;
   clear: both;
}
body #renew.top .top_box_about .outer_item .item .icon {
	width: 35%;
}
body #renew.top .top_box_about .outer_item .item .text {
	width: 65%;
}








}