@charset "utf-8";
*{
	box-sizing: border-box;
}
.admin_table th,
.admin_table td{
	padding: 0.5rem;
	border: 1px solid #ccc;
}
.admin_table th{
	background: #555;
	white-space: nowrap;
}
.admin_table .btn_submit,
.admin_table .btn_delete{
	padding: 0.5rem;
	width: fit-content;
	white-space: nowrap;
}
.link_btn_l,
.link_btn_s{
	display: block;
	background: #333;
	border: none;
	border-radius: 5rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
	padding: 0.1rem 0.8rem;
	white-space: nowrap;
	text-align: center;
	transition: 0.3s all ease-out;
}
.link_btn_l{
	font-size: 1.2em;
	padding: 0.6rem 1.5rem;
	width: 100%;
}
.link_btn_s{
	margin: 0.1rem auto;
}
.link_btn_l:hover,
.link_btn_s:hover{
	background: #f39700;
	opacity: 1;
}
.miss{
	color: #d00;
	font-weight: bold;
}

/* login_table */
.login_table .link_btn_l{
	font-size: 1.5rem;
	margin: 1rem 0;
	padding: 1.5rem;
}
.login_table label{
	width: fit-content;
}

/* table_wrapper */
.table_wrapper{
	padding: 20px 0;
	overflow: auto;
}

/* index */
.admin_clientlist th{
	font-size: 80%;
}
.admin_clientlist td{
	font-size: 90%;
}
.contractUpdateDate_td,
.contractStatus_td,
.agentType_td{
	white-space: nowrap;
}
.clientConditions_td{
	font-size: 90%;
	width: 10em;
}

/* modal_wrapper */
.modal_wrapper{
	display: none;
	position: absolute;
	z-index: 20;
}
.modal_wrapper .inner{
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
.modal_wrapper .box_white{
	border-radius: 1rem;
	margin: 0 auto;
	width: 30rem;
}
.modal_wrapper .title_B{
	margin-bottom: 2rem;
}
.modal_wrapper input[type=text],
.modal_wrapper input[type=password]{
	font-size: 1.2rem;
}
.modal_wrapper .btn_submit{
	margin-bottom: 1rem;
}
.modal_wrapper .btn_return{
	margin: auto;
}


/*---------------------------------------------------------*/
/* admin_clientdetail */
.admin_clientdetail th{
	text-align: left;
	white-space: nowrap;
}
.admin_clientdetail td{
	word-break: break-all;
	overflow-wrap : break-word;
}
.admin_clientqitem .td_choices{
	white-space: nowrap;
}
.admin_clientedit img,
.admin_clientdetail img{
	background: #fff;
}


/*---------------------------------------------------------*/
/* admin_clientedit */
.admin_clientedit th{
	position: relative;
	white-space: nowrap;
}
.admin_clientedit td{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.admin_clientedit label{
	min-width: 18%;
	width: fit-content;	
}
.admin_clientedit .input_notice_list{
	width: 100%;
}

/* update_complete */
.update_complete,
.update_fail{
	background: #f39700;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.update_fail{
	background: #c50000;
}


/*---------------------------------------------------------*/
/* admin_agent */
.admin_agentlist th{
	font-size: 80%;
}
.admin_agentlist td{
	font-size: 90%;
}

.admin_agentedit th{
	position: relative;
	white-space: nowrap;
}
.admin_agentedit td{
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.admin_agentedit label{
	min-width: 18%;
	width: fit-content;	
}
.admin_agentedit .input_notice_list{
	width: 100%;
}
.admin_agentedit .agentActiveFlag_td{
	display: flex;
}
.admin_agentedit img{
	background: #fff;
}


/*---------------------------------------------------------*/
/* update_complete */
.update_complete,
.update_fail{
	background: #f39700;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.update_fail{
	background: #c50000;
}


/*---------------------------------------------------------*/
/* version  */
.version_dl{
	border: 0.1rem solid #999;
	border-radius: 1rem;
	padding: 1.5em;
}
.version_dl + .version_dl{
	margin-top: 2rem;
}
.version_dt{
	display: flex;
	justify-content: space-between;	
	font-size: 1.2em;
}

/*-----------------------------------------------------------*/
/* contract */
/*-----------------------------------------------------------*/
.contract .basic_table .btn_submit{
	font-size: 90%;
}

/*-----------------------------------------------------------*/
/* admin_user */
/*-----------------------------------------------------------*/
.admin_userlist th{
	font-size: 80%;
}
.admin_userlist td{
	font-size: 90%;
}

.userGroup_td{
	white-space: nowrap;
}