@charset "sjis";
.pc{
	display: none;
}
.smart{
	display: inine;
}
.point{
	font-size: 2px;
	max-width: 600px;
	width: 90%;
	margin:auto;
	padding: 50px 0 0 0;
	text-align: center;
}
.point h1{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.point p{
	font-size:14px;
	text-align: left;
}
.point p.center{
	text-align: center;
}

.point div{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 40px;
	margin: 10px 0;
	letter-spacing: 2px;
	background-color: #fef7e0;
	display: inline-block;
}

.point ul{
	margin: 10px auto 0;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	color: #666;
	list-style: circle;
	max-width: 90%;
}
.point ul li{
	list-style: circle;
}

@media only screen and (min-width: 900px) {
	.sp{ display: none;}]
	.pc{ display: inline;}
	#main_container{
		margin:100px auto 0;
		border-top: 3px solid #e00;
	}
	.point h1{
		font-size: 28px;
	}
	.point{
		
	}
	.point p{
		text-align: center;
	}
}
