@charset "utf-8";
.btn_yellow{
	margin-bottom:20px;
}
.center{
  text-align:center;
}
/* plan */
.bg{
  border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.plan_s_bg{
	background:#FFF6F6;
}
.plan_n_bg{
	background:#f7fcf4;
}
.plan_a_bg{
	background:#f9fdff;
}
.plan_b_bg{
	background:#fafafa;
}
.plan_inner{
  padding:0 10px;
}
.line{
	margin-bottom:20px;
}
.plan_s h3,
.plan_n h3{
	text-align:center;
	height:30px;
	line-height:30px;
	border-radius:10px;
	box-shadow:1px 1px 1px rgba(0,0,0,.3);
	margin-bottom:20px;
}
.plan_s h3{
	background:url(../images/ask/bg_plan_s.gif);
}
.plan_n h3{
	background:url(../images/ask/bg_plan_n.gif);
}
.plan_txt{
	margin-bottom:20px;
}

.cap>*+*{
  margin-top:20px;
}
.img_tit{
	font-weight:bold;
	border-bottom:2px #4b2a14 solid;
	margin-bottom:10px;
}
.img_tit:before{
	content:"■";
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
}
.txt_cap{
  margin-top:10px;
}
.ttl_plan{
  color:#fff;
  font-size:16px;
  height:30px;
  line-height:30px;
  background:#67564c;
  padding-left:10px;
}
.kodawari{
  margin-top:20px;
}
.txt_kodawari{
  margin:10px 10px 0;
}
.plan_details{
  margin-top:20px;
}
.table_wraper{
  margin:10px 10px 0;
}
.table_plan_details{
  width:100%;
  background:#fff;
  border:1px solid #d2b973;
  border-radius:5px;
  border-collapse:separate;
}
.table_plan_details tr:first-child th{
  border-radius:5px 0 0 0;
}
.table_plan_details tr:last-child th{
  border-radius:0 0 0 5px;
}
.table_plan_details tr{
  height:50px;
}
.table_plan_details tr+tr th,
.table_plan_details tr+tr td{
  border-top:1px solid #d2b973;
}
.table_plan_details th{
  font-size:12px;
  font-weight:normal;
  text-align:left;
  background:#fef8e7;
  padding:0 10px;
}
.table_plan_details th span{
  font-weight:bold;
}
.table_plan_details td{
  font-size:12px;
  text-align:center;
  padding:5px 10px;
}
.l_s-2{
  letter-spacing:-2px;
}
.t_s1{
  white-space: nowrap;
  border-right:1px solid #d2b973;
}

.banner h3+div p{
	font-size:14px;
	text-align:left;
	margin:10px 0 20px;
}
.place{
	text-align:left;
	font-weight:bold;
	border-bottom:2px #4b2a14 solid;
	margin-bottom:5px;
}
.banner_size{
	color:#fff;
	font-weight:bold;
	width:200px;
	height:60px;
	line-height:20px;
	background:#666;
	border-radius:4px;
	border:4px #fff solid;
  box-shadow:1px 1px 1px rgba(0,0,0,.3);
	display:inline-block;
	padding-top:20px;
	margin-bottom:20px;
}
.banner_size span{
	font-size:16px;
}
.offer{
	border:2px #fff solid;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	padding:20px 10px 0;
	margin:20px 10px 0;
}
.plan_s_bg .offer{
	background:url(../images/ask/bg_plan_s_a.png);
}
.plan_n_bg .offer{
	background:url(../images/ask/bg_plan_n_a.png);
}
.offer h3{
	color:#4b2a14;
	text-align:center;
	height:30px;
	line-height:30px;
	background:#fff;
	border-radius:10px;
	margin-bottom:20px;
}
.here{
	text-align:center;
	text-decoration:underline;
	display:inline-block;
	margin:20px 0;
}
.agreement_btn{
	text-align:center;
	font-weight:bold;
	height:44px;
	line-height:44px;
	background: rgb(249,242,239);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,242,239,1)), color-stop(79%,rgba(216,208,190,1)), color-stop(100%,rgba(196,184,159,1)));
	background: -webkit-linear-gradient(top,  rgba(249,242,239,1) 0%,rgba(216,208,190,1) 79%,rgba(196,184,159,1) 100%);
	background: linear-gradient(to bottom,  rgba(249,242,239,1) 0%,rgba(216,208,190,1) 79%,rgba(196,184,159,1) 100%);
	border-radius:10px;
	box-shadow:inset 1px 3px 10px rgba(255,255,255,0.3),1px 1px 1px rgba(0,0,0,.3);
	border:1px #EBE7DC solid;
	position:relative;
	display:block;
	margin-bottom:20px;
}
.agreement_btn input+label{
	color:#483427;
	text-align:center;
	display:block;
	position:relative;
}
.agreement_btn input{
	margin-right:10px;
	display:none;
}
.agreement_btn input+label:before{
	content:"";
	width:18px;
	height:18px;
	background:#C7C7C7;
	border-radius:2px;
	box-shadow:inset 0 0 2px #848484;
	display:block;
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-8.5px;
	-webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.agreement_btn input:checked+label:after{
	content:"";
	width:18px;
	height:18px;
	background:url(../images/common/check.png) no-repeat center center #d4582c;
	background-size:16px 14px;
	border-radius:2px;
  box-shadow:inset 1px 1px 1px #b0431c,inset -1px -1px 1px #b0431c;
	display:block;
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-8.5px;
	-webkit-box-sizing:border-box;
  box-sizing:border-box;
}