#information_wrap {
	text-align: center ;
	z-index: 2000 ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	overflow: auto ;
	background: rgba(0,0,0,0.6) ;
}

#info_panel {
	height: 70% ;
	height: -webkit-calc(1rem + 3.9rem + 13.5rem + 1.9rem + 2.3rem + 2.3rem);
	height: calc(1rem + 3.9rem + 13.5rem + 1.9rem + 2.3rem + 2.3rem) ;
}

#info_panel {
	width: 98% ;
	background-color: #ffffff ;
    position: absolute ;
	top: 50% ;
	left: 50% ;
	transform: translateY(-50%) translateX(-50%) ;
	-webkit- transform: translateY(-50%) translateX(-50%) ;
}

#info_title {
	margin-left: 5% ;
	margin-top: 0.5rem ;
	margin-bottom: 0.5rem ;
	text-align: left ;
	font-size: 1.5rem ;
	font-weight: bold ;
}

#tx_information {
	resize: none ;
	width: 90% ;
	height: 50% ;
	font-size: 1.2rem ;
	background-color: #f0f0f0 ;
}

#lb_information_confirm {
	font-size: 1.2rem ;
	margin-bottom: 0.5rem ;
}

.ope_checkbox {
	width: 1.5rem ;
	height: 1.5rem ;
}

.ope_button {
	width: 30% ;
	height: 8% ;
	font-size: 1.2rem ;
}

.display_none {
	display: none ;
}
