@charset "UTF-8";
/*/_styleSet:2025/11/09 23-25-47,summary:2024/12/16 14-44-49/*/
.company-form th{
	background-color:#dde3e1;
	color:#0072ca;
	text-align:left;
	padding:0.8em 0 0.8em 0.4em;
	border:0;
	width:24%;
}
.company-form td{
	text-align:left;
	padding:0.3em 0.5em;
	border:0;
}
input.input-wide {
	width:100%;
}
.summary-th{
	background-color:rgba(0,161,153,0.1);
	color:#0072ca;
	text-align:center;
	padding:0.5em;
	border:0;
	width:25%;
	font-size:14px;
}
.summary-td{
	padding:0.3em 0.5em;
	border:0.8px solid rgba(224,224,224,1);
	font-size:14px;
	text-align:center;
}
.table-list tr:first-child{
	background-color:rgba(0,155,145,1);
	height:40px;
}
.table-list tr:first-child td{
	width:50%;
	text-align:center;
	font-size:17px;
	color:rgba(255,255,255,1);
	letter-spacing:0.2em;
}
.table-list tr{
	height:40px;
}
.table-list td{
	color:rgba(0,0,0,1);
	text-align:center;
	font-size:16px;
}
.table-list tr:nth-child(2n+1):not(:first-child){
	background-color:rgba(0,155,145,0.3);
}
.table-list tr td:first-child{
	text-align:left;
	padding:0 1em;
	width:60%;
}
.table-list tr td:first-child a{
	text-decoration:underline;
}
.checkBt.checked {
	background-color:rgba(239,130,0,1);
	color:rgba(255,255,255,1);
	background-image:url(../img/icon_check.png);
}
.checkBt{
	float:right;
	font-size:0.9em;
	background-color:rgba(255,255,255,1);
	color:rgba(239,130,0,1);
	padding:0.2em 0.5em 0.2em 1.2em;
	letter-spacing:0.1em;
	display:inline;
	vertical-align:;
	background-image:url(../img/icon_minus.png);
	background-position:8% 50%;
	background-size:20%;
	border:1px solid rgba(239,130,0,1);
	border-radius:3px;
}
.date-span{
	font-size:1.2em;
	letter-spacing:0.1em;
}
.time-span{
	font-size:1em;
}
.table_time tr td:first-child{
	background-color:rgba(0,155,145,1);
	color:rgba(255,255,255,1);
	width:8%;
	padding:0;
}
.table_time tr td:first-child p{
	color:rgba(255,255,255,1);
	font-size:0.9em;
	text-align:center;
	font-weight:normal;
	line-height:1.1;
}
.table_time tr td:first-child div{
	height:0.9em;
	background-image:url(../img/icon_kara.png);
	background-position:50% 50%;
	background-size:contain;
}
.table_time td{
	font-size:16px;
	text-align:left;
	padding:0 0.4em 0 0.8em;
	height:4em;
	width:13%;
}
.cmpLinkBt{
	text-decoration:underline;
	float:left;
	border:0;
	padding:0;
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
}
.table_time td.break-time{
	color:rgba(0,0,0,1);
	background-color:rgba(215,215,215,1);
	text-align:center;
}
.entry-list{
	width:77%;
	position:relative;
	margin:5px 0 0 1%;
	overflow:hidden;
	height:80px;
	overflow-y:auto;
	background-color:rgba(0,155,145,1);
}
.entry-list div{
	float:left;
	margin:0 0 0 5px;
	cursor:pointer;
}
.entry-list button.checkBt2{
	float:left;
	width:18px;
	height:18px;
	background-color:rgba(255,255,255,1);
	background-image:url(../img/icon_minus.png);
	background-position:50% 50%;
	background-size:15px;
	margin:4px 0 0 5px;
	border:1px solid rgba(239,130,0,1);
	padding:0;
}
.entry-list button.checkBt2.checked{
	background-color:rgba(239,130,0,1);
	background-image:url(../img/icon_check.png);
}
.entry-list div a{
	line-height:26px;
	font-size:16px;
	color:rgba(255,255,255,1);
	text-decoration:underline;
	float:left;
	margin:0 0.5em 0 0.5em;
}
.entry-list div small{
	float:left;
	font-size:14px;
	line-height:26px;
	color:rgba(255,255,255,1);
}
.summary_bt_navi{
	background-image:url(../img/seg_arrow-gr.png);
	color:var(--theme_color);
	font-weight:bold;
	font-size:15px;
	margin:1em 0 0 10%;
	padding:0.5em 0 0.5em 1.8em;
	width:80%;
	background-position:10% 50%;
	border-radius:1em;
	background-size:0.5em;
	text-align:left;
	background-color:rgba(255,255,255,0);
	border:0;
	transition-duration:0.3s;
}
.summary_bt_navi:hover , .summary_bt_navi.active{
	color:rgba(255,255,255,1);
	background-color:var(--theme_color);
	background-image:url(../img/seg_arrow.png);
}
@media screen and (max-width: 768px){
	.company-form th{
		padding:0.8em 0 0.8em 0.2em;
	}
	.summary-th{
		padding:0.8em 0 0.8em 0.2em;
	}
	.table-list tr:first-child{
		height:5vw;
	}
	.table-list tr:first-child td{
		font-size:3vw;
	}
	.table-list tr{
		height:12vw;
	}
	.table-list td{
		font-size:2.8vw;
	}
	.table-list tr td:first-child{
		padding:1em;
	}
	.table-list tr td:first-child a{
		font-size:3vw;
		float:left;
	}
	.table_time tr td:first-child{
		width:8%;
	}
	.table_time tr td:first-child p{
		font-size:0.9em;
	}
	.table_time td{
		height:3.6em;
		font-size:3vw;
		padding:0.8em 0.4em;
		overflow:hidden;
	}
	.cmpLinkBt{
		font-size:3vw;
		display:block;
	}
	.entry-list{
		width:74vw;
		height:18vw;
		margin:2vw 0 1vw 1vw;
	}
	.entry-list button.checkBt2{
		font-size:3vw;
		line-height:3.6vw;
		margin:0.5vw 0 0 0;
		width:3vw;
		height:3vw;
		background-size:2vw;
	}
	.entry-list div a{
		font-size:2.8vw;
		line-height:3.6vw;
	}
	.entry-list div small{
		font-size:2.8vw;
		line-height:3.6vw;
	}
}