@charset "utf-8";
#nextPageLink-hanteisho {
  pointer-events: none; /* デフォルトでクリック不可にする */
  opacity: 0.5;         /* 薄く表示してクリックできないことを示す */
  cursor: not-allowed;  /* カーソルを変更してクリックできないことを示す */
}

#agreeCheckbox-hanteisho:checked ~ #nextPageLink-hanteisho {
  pointer-events: auto;  /* チェックが入ったらクリック可能にする */
  opacity: 1;
  cursor: pointer;
}

/*btn*/
/*------------------------------------------------------------------------------*/
.btn02-hanteisho a {
	line-height: 1.2;
	padding: 5px 50px 5px 18px;
	color: #fff;
	width: 100%;
	max-width: 420px;
	height: 64px;
	display: table;
	font-size: 16px;
	border: 1px solid #fff;
	text-align: center;
	background: #014099 url("../image/common/arr02.png") no-repeat 94% center;
}
.btn02-hanteisho a:hover {
	background: #fff url("../image/common/arr01.png") no-repeat 94% center;
	color: #014099;
	border: 1px solid #014099;
}


/*------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  background: url("../image/common/bg.jpg") center;
}
.v_m {
  display: table-cell;
  vertical-align: middle;
}


/*------------------------------------------------------------------------------*/
.hanteisho_list li {
	list-style-type: decimal;/* リストの左側に数字 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}