@charset "utf-8";
.titComment{
	font-weight:bold;
	margin:0 10px 20px;
}
.mt10{
  display:block;
  margin-top:10px;
}
#shop_area_id{
  display:block;
  margin-top:10px;
}
form{
	color:#483427;
	padding:0 10px;
}
form input,form select,form textarea{
	width:100%;
  border:1px solid #ccc;
	padding:0.4em 5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
  box-sizing:border-box;
}
form input[type="radio"] {
	width: auto;
}
.entry_kbn label+label {
	margin-left: 10px;
}
form textarea{
	height:110px;
}
form div{
	border-bottom:1px #c7bea9 solid;
	box-shadow:0 1px 0 #fffbf2;
	padding-bottom:20px;
	margin-bottom:20px;
}
#input form div:last-of-type{
	border-bottom:none;
	box-shadow:none;
}
#input label span{
	font-size:12px;
}
#input form label span {
	height: 12px;
}
.free{
	background:url(../images/ask/bg_plan_s_a.png);
	padding:10px 10px 20px;
  box-shadow:0 1px 2px rgba(0,0,0,.3);
	margin-bottom:40px;
}
.free h3{
	font-size:14px;
	text-align:center;
	height:30px;
	line-height:30px;
	background:#fff;
	border-radius:10px;
  box-shadow:inset 1px 1px 1px rgba(0,0,0,.4),1px 1px 1px rgba(214,155,155,1);
	margin-bottom:10px;
}
.free h3+p{
	margin-bottom:10px;
}
.ab{
	font-weight:bold;
	border-bottom:2px #483427 solid;
	margin-bottom:5px;
}
.ab+p{
	margin-bottom:20px;
}
.here{
	text-align:center;
	text-decoration:underline;
	width:140px;
	display:block;
	margin:40px auto 20px;
}
.here:before,.here:after{
	content:"■";
}
.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,.3),1px 1px 1px rgba(0,0,0,.3);
	border:1px solid #ebe7dc;
	position:relative;
	display:block;
	padding-bottom:0;
	margin-bottom:40px;
}
.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;
}
.btn_yellow02{
	margin-bottom:40px;
}
/* conf */
.p_10 div:nth-of-type(2n){
	width:100%;
	border-bottom:1px solid #e4dcd4;
	padding-bottom:10px;
	margin:5px 0 10px;
}
.p_10 div:nth-of-type(2n+1){
	font-weight:bold;
}
.btn_box{
	margin:20px 0;
}
#conf .btn_box a:nth-of-type(1):before{
	display:none;
}
#conf .btn_box a:nth-of-type(1):after,#conf .btn_box a:nth-of-type(2):after{
	content:"";
	width:10px;
	height:16px;
	background:url(../images/common/btn/icon_btn_box_next.png) no-repeat;
	background-size:10px 16px !important;
	margin:-5px 0 0 8px;
	display:inline-block;
	vertical-align:middle;
}
/* comp */
.comp{
	margin:40px 0 60px;
}
.comp+a{
	margin-bottom:40px;
}
.noticePortal{
	text-indent:-1em;
	padding-left:1em;
	display:inline-block;
	margin-bottom:10px;
}

/* 届出確認書 */
.report_area,
#input form div.report_area {
	border: solid 5px #ff7a5a;
}
.p_10 div.report_area {
	font-weight: normal;
}
.report_area {
	background-color: #fcf4d9;
	padding: 10px;
	margin: 20px 0 30px 0;
	border-radius: 8px;
}
.report_area dl {
	margin: 10px auto 10px auto;
}
.report_area dt,
.report_area dd {
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}
.report_area dt {
	clear: left;
	width: 80px;
}
.report_area dd a {
	text-decoration: underline;
}
