@charset "utf-8";
.sp{display:none !important;}

a[href^="tel:"] {pointer-events: none;}
a:hover{color:#ff9cad;}

section.form p.headline{
	font-size: 20px;
    line-height: 2;
    margin: 20px auto 0;
}

section.form form{
	margin: 0 auto 20px;
}

section.price_li{
	background:#ededed;
}

.plan_section{
	display:block;
	overflow:hidden;
	background:#fff;
	margin:0 auto;
	padding:0;
	background:#ededed;
}

.plan_section li{
	list-style:none;
}

.plan_section li a{
	display:block;
}

.fixed_call{
	background:rgba(255,255,255,0.8);
}

.fixed_call ul{
	width:800px;
	margin:5px auto;
	padding:0;
	overflow:hidden;
}

.fixed_call ul li{
	width:49%;
	float:left;
	list-style:none;
}

.fixed_call ul li:first-child{
	margin-right:2%;
}

.headline a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}