@charset "utf-8";
.plan_subtitle {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	width: 246px;
	
	padding: 5px;
	line-height: 100%;
}
.plan_step {
	border: 2px solid #999999;
	margin: 20px;
}
.plan_text {
	float: left;
}

.plan_text1 {	float: left;
	overflow:hidden;

}

@media only screen and (min-width: 800px) {

.plan_subtitle {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	width: 25px;
	float: left;
	padding: 5px;
	line-height: 160%;
}
.plan_step {
	overflow: hidden;
	height: auto;
	border: 2px solid #999999;
	margin: 20px;
	font-size: 16px;
}
.plan_text {
	float: left;
	overflow:hidden;
	width: 670px;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.plan_text1 {	float: left;
	overflow:hidden;
	width: 670px;
}


}
