@charset "utf-8";
/* CSS Document */

.priv {
	border:1px solid #999;
	width:100%;
	height:100px !important;
	overflow:auto;
}
.txt1:before {
	content:"「個人情報取得に関するご説明」";
}

.alert01 {
	font-size: 12px;
	font-style: normal;
	color: #BE5B01;
}

.alert02 {
	font-size: 16px;
	font-style: bold;
	color: #BE5B01;
}

.bd01 {
	padding-bottom:3px;
	border-bottom:2px solid #505050;
}

.bd02 {
	border-bottom:2px solid #505050;
	margin-bottom:0;
	padding-bottom:0;
}

.bd01thin {
	padding-bottom:3px;
	border-bottom:1px solid #505050;
}

.bd02thin {
	border-bottom:1px solid #505050;
	margin-bottom:0;
	padding-bottom:0;
}

.copyright {
	font-size:10px;
	line-height:11px;
}

.copyright2 {
	font-size:11px;
	line-height:12px;
	color: #797979;
}

.req {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #FF8238;
	float: right;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.send_box {
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 2px 0 rgba(0,0,0,0.2);
	background-color: #0075B0;
	background-position: 98% center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 98%;
}

/*   list   */
.notesList {
	list-style:outside;
}
.notesList li {
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
	margin-bottom:4px;
}

.list01 {
	margin-left:15px;
	list-style:circle;
}
.list01 li {
	margin-bottom:4px;
}



/*   column   */
.column01 {
	width:96%;
	margin-bottom:15px;
}
.column01 .inner01 {
	width:100%;
	font-weight:bold;
}

.column01 .inner02 {
	width:100%;
}
.column02 {
	width:96%;
	margin-bottom:15px;
}
.column02 .inner01 {
	width:100%;
}

.column02 .inner02 {
	width:100%;
}



/*   box   */
.box {
	border-radius:8px;
	margin-bottom:10px;
}
.box .inner {
	padding:8px 15px;
}
.box.r {
	border:1px solid #F00;
	background:#ffe8e8;
}
.box.b {
	border:1px solid #00F;
	background:#e6fbff;
}
.box.y {
	border:1px dotted #ff822f;
	background:#fff;
}
.box.k {
	border:1px solid #000;
	background:#eee;
}



/*   table   */
.table01{
	width:100%;
}
.table01 th{
	padding:10px;
	border-bottom:1px solid #505050;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	width:30%;
	background:#EDF0F2;
}
.table01 td{
	padding:10px;
	border-bottom:1px solid #505050;
	background:#fff;
	width:auto;
}
.table01 th.lastItem,.table01 td.lastItem{
	border-bottom:2px solid #505050;
}

.mb0  { margin-bottom:0px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb80 { margin-bottom:80px !important; }
.mb100 { margin-bottom:100px !important; }
.ml05 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml20 { margin-left:20px !important; }
.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }


.lh150 { line-height:150% !important; }
.lh160 { line-height:160% !important; }
.lh170 { line-height:170% !important; }
.lh180 { line-height:180% !important; }
.lh190 { line-height:190% !important; }
.lh200 { line-height:200% !important; }

.w90 { width:40% !important; }
.w180 { width:70% !important; }
.w410 { width:98% !important; }

.alignL { text-align:left !important; }
.alignC { text-align:center !important; }
.alignR { text-align:right !important; }

.floatL { float:left !important; }
.floatR { float:right !important; }