@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

.cf::after {
	content: "";
	clear: both;
	display: block;
}

img { vertical-align: bottom; }
ul { list-style-type: none; }
main { display: block; }



body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 87.5%;
	background-color: #eee;
	color: #333;
}



/* テキスト */
.txtLogo {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 900;
}
.txtLogoCap {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 300;
}

.txtL {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}
.txtB {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}

/* 共通 */
.wrapper {
	padding: 0 20px;
	min-width: 960px;
	box-sizing: border-box;
}
.wrapper.project { min-width: 1200px; }
.wrapper > header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

a.btn {
	text-decoration: none;
	background-color: black;
	color: white;
	border-radius: 5px;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 85.7%;
	text-align: center;
	transition: all .4s ease;
	display: inline-block;
	white-space: nowrap;
}
a.btn:hover { background-color: #782B8D; }
a.btn span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 110%;
	margin: 0 .3em;
}



/* ヘッダ */
.wrapper > header .logo { margin-top: 20px; }
.wrapper > header .logo a {
	color: black;
	text-decoration: none;
	transition: all .4s ease;
}
.wrapper > header .logo {
	width: 60px;
	text-align: center;
}
.wrapper > header .logo a .jet_mark { transition: all .4s ease; }
.wrapper > header .logo .logo_type {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 150%;
	margin-top: 3px;
	letter-spacing: .1em;
	padding-right: 1em;
}
.wrapper > header .logo a:hover { color: #782B8D; }
.wrapper > header .logo a:hover .jet_mark { fill: #782B8D; }

.title_area {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.title_area .page_tit {
	font-size: 144%;
	font-weight: 700;
	background-color: white;
	text-align: center;
	padding: 6px 24px 5px;
	box-sizing: border-box;
	min-width: 200px;
	color: black;
}
.title_area .page_tit.eng {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
.title_area .page_tit.eng span {
	font-size: 89.2%;
}
.title_area .page_tit.prjct {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	min-width: 0;
	margin-right: 4px;
	padding: 6px 20px 5px;
}
.title_area .page_tit.prjct span {
	font-size: 89.2%;
	margin-left: .8em;
}
.title_area .page_tit.prjct_month {
	min-width: 0;
	padding: 6px 20px 5px;
}
.title_area input.datepicker { margin-left: 8px; }
.account_area { margin-top: 22px; }
.account_area .account {
	display: flex;
	justify-content: flex-end;
}
.account_area .account .jet_id {
	background-color: white;
	margin-right: 2px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	padding: 5px 12px;
}
.account_area .account .user_name {
	background-color: white;
	padding: 5px 12px;
	min-width: 134px;
	box-sizing: border-box;
}
.account_area a,
a.boxlink {
	display: block;
	background-color: white;
	text-align: center;
	margin-top: 6px;
	text-decoration: none;
	border: solid 2px black;
	font-weight: 700;
	border-radius: 5px;
	padding: 5px;
	font-size: 107.1%;
	color: black;
	transition: all .4s ease;
	position: relative;
}
.account_area a { padding: 5px 20px 5px 6px; }
a.boxlink { padding: 5px 30px 5px 16px; }
.account_area a span,
a.boxlink span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 110%;
}
.account_area a::after,
a.boxlink::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px black;
	border-right: solid 2px black;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
.account_area a:hover,
a.boxlink:hover {
	color: white;
	background-color: black;
}
.account_area a:hover::after,
a.boxlink:hover::after { border-color: white; }

.account_area div.set_staff {
	margin-top: 5px;
	justify-content: flex-end;
	font-size: 92.8%;
	line-height: 1.25;
}
.account_area div.set_staff input.btn.btnS { padding: 3px 10px; }
.account_area div.set_staff input.btn.btnS.vn { padding: 5px 10px; }

.account_area .btn_add {
	display: flex;
	justify-content: flex-end;
}
.account_area .btn_add a {
	font-size: 90%;
	padding: 5px 22px 4px 12px;
}
.account_area .btn_add > p { margin-left: 8px; }
.account_area .btn_add > p:first-child { margin-left: 0; }



/* フッタ */
footer {
	margin-top: 60px;
	color: #777;
	text-align: right;
	padding: 12px 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 85.7%;
}



/* 作業時間入力 */
main.record { text-align: center; }
.record_wrap {
	display: inline-block;
	text-align: left;
}

.notask {
	min-height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notask p {
	font-weight: 700;
	font-size: 114.2%;
}


.record_cont_wrap { display: none; }
.record_cont_wrap.show { display: block; }

.record_cont { margin-top: 48px; }
.record_cont > h1,
.record_cont .tit_area > h1 {
	background-color: white;
	min-width: 200px;
	box-sizing: border-box;
	padding: 6px 10px;
	font-weight: 700;
	font-size: 128%;
	display: inline-block;
	text-align: center;
	color: black;
}
.record_cont .tit_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.record_cont .tit_area .btn.task {
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 115%;
	min-width: 240px;
}



.project_sum.record {
	margin-bottom: 24px;
	justify-content: center;
}



table.record {
	border-collapse: collapse;
	margin-top: 16px;
	font-size: 92.8%;
	width: 100%;
}
table.record th {
	background-color: #333;
	color: white;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	padding: 8px 12px;
	text-align: center;
	border-right: solid 2px #eee;
	vertical-align: middle;
}
table.record th.row {
	padding: 4px 12px;
	line-height: 1.2;
}
table.record th span {
	font-size: 84.6%;
	margin-left: .5em;
}
table.record td {
	background-color: white;
	padding: 6px 12px;
	border-bottom: solid 2px #eee;
	border-right: solid 2px #eee;
	vertical-align: middle;
	line-height: 1.25;
}
table.record td a {
	color: black;
	transition: all .4s ease;
}
table.record td a:hover { color: #999; }
table.record td.project,
table.record td.task_id,
table.record td.fin {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 107.1%;
	color: black;
}



table.record td.mandays,
table.record td.spenddays {
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-size: 115.4%;
	font-weight: 700;
}
table.record td.mandays {
	color: #782B8D;
}



table.record td.task_id .star {
	color: #f5188e;
	font-size: 115%;
	margin-right: .3em;
}



table.record td .fin {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 107.1%;
	color: #782B8D;
	margin-right: 1em;
}
table.record tr.jet td { border-top: solid 6px #eee; }
table.record tr.jet td.project span {
	font-weight: 400;
	font-size: 85%;
	margin-left: .4em;
}
table.record td.hrs > div {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
table.record td.hrs span.unit {
	font-size: 92.8%;
	padding: 0 0 2px 3px;
	white-space: nowrap;
}
table.record td input[type="text"].record_memo {
	padding: 3px 6px;
	min-width: 240px;
	width: 100%;
}
table.record td.hrs span.fin_hours_num {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 115.4%;
	color: black;
}
table.record td.hrs span.fin_hours_unit {
	font-size: 92.8%;
	padding: 0 0 0 5px;
}
.record_others {
	display: flex;
	justify-content: center;
}
.record_others > .record_cont:last-child { margin-left: 36px; }

.record_btn_area {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.record_btn_area .sum {
	display: flex;
	justify-content: flex-end;
}
.record_btn_area .sum > p { background-color: white; }
.record_btn_area .sum > p.sum_tit {
	font-size: 114.2%;
	font-weight: 700;
	margin-right: 2px;
	padding: 12px 16px;
/*	min-width: 160px; */
	box-sizing: border-box;
	text-align: right;
}
.record_btn_area .sum > p.sum_hrs {
	padding: 5px 16px 0;
	box-sizing: border-box;
	min-width: 108px;
	text-align: right;
}
.record_btn_area .sum > p.sum_hrs span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: black;
	font-size: 200%;
	margin-right: .2em;
}





.record_btn_area .sum.paid { margin-top: 6px; }
.record_btn_area .sum.paid.differ { margin-top: 6px; color: #782B8D; }
.record_btn_area .sum.paid > p.sum_tit { font-size: 100%; padding: 9px 16px 0; }
.record_btn_area .sum.paid > p.sum_off { color: #666; font-size: 92.8%; font-weight: 700; padding: 9px 16px 0; margin-right: 2px; }
.record_btn_area .sum.paid > p.sum_hrs { font-size: 92.8%; padding: 0 16px 2px; }
.record_btn_area .sum.paid.differ > p.sum_hrs span { color: #782B8D; }

.record_btn_area .sum.paid.differ.out { color: #c00; }
.record_btn_area .sum.paid.differ.out > p.sum_hrs span { color: #c00; }





.record_btn_area .btn_area {
	display: flex;
	align-items: center;
}
.record_btn_area .half_wrap {
	background-color: white;
	padding: 6px 10px 6px 6px;
	border-radius: 5px;
}
.record_btn_area .btn { margin: 0 8px 0 16px; }

.record_cont.assigned { margin-top: 80px; }
.record_cont.assigned > h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #777;
	border: dashed 1px #999;
	font-size: 120%;
}
.record_cont.assigned table.record th { background-color: #999; }
.record_cont.assigned table.record td { color: #777; }
.record_cont.assigned table.record td a { color: #777; }
.record_cont.assigned table.record td a:hover { color: #333; }





/* 2023.2.2 add by ETO */
.record .record_wrap .rprt_alert_area {
	margin-top: 40px;
	background-color: white;
	border: dashed 2px #c00;
	padding: 20px;
	text-align: center;
	color: #c00;
}
.record .record_wrap .rprt_alert_area .alert_lead { font-size: 128.5%; }
.record .record_wrap .rprt_alert_area .alert_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.record .record_wrap .rprt_alert_area .alert_links li { margin: 5px 5px 0; }
.record .record_wrap .rprt_alert_area .alert_links li a {
	display: block;
	color: #c00;
	font-size: 107.1%;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px #c00;
	padding: 4px 23px 3px 12px;
	border-radius: 20px;
	position: relative;
	white-space: nowrap;
	transition: .3s;
}
.record .record_wrap .rprt_alert_area .alert_links li a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: solid 2px #c00;
	border-right: solid 2px #c00;
	position: absolute;
	right: 10px;
	top: 6px;
	transform: rotate(45deg);
	transition: .3s;
}
.record .record_wrap .rprt_alert_area .alert_links li a:hover {
	color: white;
	background-color: #c00;
}
.record .record_wrap .rprt_alert_area .alert_links li a:hover::before { border-color: white; }





/* 作業時間入力 */
main.record_set {
	min-height: 640px;
	display: flex;
	justify-content: center;
	align-items: center
}
main.record_set .data_check_txt { margin-bottom: 10px; }
main.record_set .data_wrap { margin-top: 30px; }
main.record_set .record_task_list { margin-top: 20px; }
main.record_set .record_task_list li {
	margin-top: 10px;
	background-color: white;
	font-family: 'Barlow', sans-serif;
}
main.record_set .record_task_list li .inner {
	display: flex;
	align-items: flex-start;
	padding: 10px;
}
main.record_set .record_task_list li .inner .status {
	font-size: 85.7%;
	font-weight: 700;
	border: solid 2px #aaa;
	color: #999;
	padding: 2px 5px 3px;
	width: 4.8em;
	text-align: center;
}
main.record_set .record_task_list li .inner .input_data_wrap {
	flex: 1;
	padding: 5px 0 0 20px;
}
main.record_set .record_task_list li .inner .input_data_wrap .wh_wrap {
	display: flex;
	align-items: center;
}
main.record_set .record_task_list li .wh_wrap .task_name {
	font-size: 107.1%;
	font-weight: 700;
	margin-right: 10px;
}
main.record_set .record_task_list li .wh_wrap .working_hours {
	margin-left: auto;
}
main.record_set .record_task_list li .wh_wrap .working_hours span {
	color: #782B8D;
	font-size: 114.2%;
	font-weight: 700;
	margin-right: .3em;
}
main.record_set .record_task_list li .inner .input_data_wrap .memo {
	margin-top: 5px;
	font-size: 92.8%;
	line-height: 1.35;
}
main.record_set .record_task_list li .record_status {
	border-top: dashed 1px #ccc;
	padding: 5px;
	font-size: 85.7%;
	text-align: center;
	color: #999;
}
main.record_set .record_task_list li .record_status.err {
	color: #c00;
	font-weight: 700;
}
main.record_set .data_wrap .db_error {
	margin-top: 20px;
	font-size: 107.1%;
	color: #c00;
	font-weight: 700;
	line-height: 1.8;
}
main.record_set .data_wrap .db_error.comp {
	color: #782B8D;
	text-align: center;
}




/* パフォーマンス */
.set_terms_wrap { display: flex; }
.set_terms_wrap > .select_wrap { margin: 0 4px 0 8px; }
.project_tit {
	display: flex;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
.project_tit .tit { 
	color: white;
	background-color: #333;
	padding: 8px 15px;
}
.project_tit .cont {
	font-size: 114.2%;
	background-color: white;
	padding: 5px 20px;
}
.project_tit .cont a,
.project_tit .cont span {
	font-size: 128.5%;
	color: black;
	transition: all .4s ease;
}
.project_tit .cont a:hover { color: #999; }

.table_wrap {
	display: flex;
	align-items: flex-start;
}
.table_wrap > .project_tit { margin: 16px 12px 0 0; }
.table_wrap > .project_tit .cont {
	line-height: 1.35;
	color: black;
	border: dashed 1px black;
	padding: 5px;
	min-width: 100px;
	text-align: center;
	box-sizing: border-box;
}

table.record.perfomance { margin-top: 16px; }
table.record.perfomance.jet { width: auto; }
table.record.perfomance th,
table.record.perfomance td {
	text-align: center;
	white-space: nowrap;
}



table.record.perfomance tr.incharge td { background-color: #DDC9E3; }



table.record.perfomance th:last-child,
table.record.perfomance td:last-child { border-right: none; }
table.record.perfomance td.task_id,
table.record.perfomance td.type,
table.record.perfomance td.content,
table.record.perfomance td.task,
table.record.perfomance td.cate,
table.record.perfomance td.staff,
table.record.perfomance td.lead_staff,
table.record.perfomance td.memo { text-align: left; }
table.record.perfomance td.task { white-space: normal; }
table.record.perfomance td.total,
table.record.perfomance td.finish,
table.record.perfomance td.result { font-weight: 700; }
table.record.perfomance td.plan {
	font-weight: 700;
	color: #782B8D;
}
table.record.perfomance td.plan span.minus { color: red; }
table.record.perfomance td.plan span.total { font-weight: 400; margin-left: .3em; }
table.record.perfomance.leadtask td.staff {
	font-weight: 700;
	color: black;
}
table.record.perfomance td ul li { margin-top: 5px; }
table.record.perfomance td ul li:first-child { margin-top: 0; }
table.record.perfomance td.result.red { color: #c00; }
table.record.perfomance th a {
	color: white;
	transition: all .4s ease;
}
table.record.perfomance th a:hover { color: #999; }
table.record.perfomance tr.check td.task_id,
table.record.perfomance tr.mtg td.task_id {
	font-weight: 400;
	text-align: center;
}
table.record.perfomance tr.check td { border-top: solid 6px #eee; }
table.record.perfomance tr.mtg td { border-top: solid 4px #eee; }
table.record.perfomance tr.overtime td {
	border-top: solid 6px #eee;
	font-weight: 700;
}

.perfomance_total {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.project_sum {
	margin-top: 16px;
	display: flex;
	justify-content: flex-end;
}
.project_sum .sum_tit { 
	color: white;
	background-color: black;
	padding: 14px 15px;
	font-size: 114.2%;
	font-weight: 700;
}
.project_sum .sum_tit.eng {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
.project_sum .sum_tit.star {
	color: #f5188e;
	margin-left: 2px;
	font-size: 115%;
}
.project_sum .sum_days {
	background-color: white;
	padding: 7px 20px;
 }
.project_sum .sum_days .days {
	font-size: 200%;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: black;
	margin-right: .2em;
}
.project_sum .sum_days .days.red { color: #c00; }





.project_sum.differ { margin-top: 0; }
.project_sum.differ .sum_tit { font-size: 100%; }
.project_sum.differ .sum_tit { background-color: #777; }
.project_sum.differ .sum_days,
.project_sum.differ .sum_days .days { color: #777; }
.project_sum.differ.out .sum_tit { background-color: #c00; }
.project_sum.differ.out .sum_days,
.project_sum.differ.out .sum_days .days { color: #c00; }
.project_sum.total { margin-top: 8px; }







/* 月間作業時間 */
.month_cont {
	padding-top: 48px;
	overflow: auto;
}
table.record.perfomance.month th { padding: 8px 6px; }
table.record.perfomance.month th.day { 	border-bottom: solid 2px #eee; }
table.record.perfomance.month th.sat { background-color: #08c; }
table.record.perfomance.month th.sun,
table.record.perfomance.month th.hol { background-color: #c00; }
table.record.perfomance.month th.half { position: relative; }
table.record.perfomance.month th.half span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%, 0);
	overflow: hidden;
}
table.record.perfomance.month th.half span::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #999;
	position: absolute;
	left: 50%;
	top: 0;
}
table.record.perfomance.month td {
	padding: 6px 6px;
	position: relative;
}
table.record.perfomance.month td.sat,
table.record.perfomance.month.project tr td.day.sat { background-color: #def; }
table.record.perfomance.month td.sun,
table.record.perfomance.month td.hol,
table.record.perfomance.month.project tr td.day.sun,
table.record.perfomance.month.project tr td.day.hol { background-color: #fdd; }
table.record.perfomance.month tr.check td { border-top: solid 4px #eee; }
table.record.perfomance.month tr.mtg td { border-top: none; border-bottom-width: 6px; }
table.record.perfomance.month td.subttl { font-weight: 700; }
table.record.perfomance.month tr td.day.mngr,
table.record.perfomance.month.project tr td.day.mngr {
	color: #782B8D;
	background-color: #faeaff;
}





table.record.perfomance.month tr.total { font-weight: 700; }
table.record.perfomance.month tr.total td { border-top: solid 6px #eee; }
table.record.perfomance.month tr.total.paid td.project { font-size: 100%; }
table.record.perfomance.month tr.dfrnc td { color: #782B8D; }
table.record.perfomance.month tr.dfrnc td.project { font-size: 100%; font-weight: 400; }
table.record.perfomance.month tr.dfrnc td.out { color: #c00; font-weight: 700; }
table.record.perfomance.month tr.dfrnc td.project.black { color: black; }
table.record.perfomance.month tr td.day.updated,
table.record.perfomance.month tr td.day.mngr.updated { color: #f0f; font-weight: 700; }





table.record.perfomance.month td.task { white-space: nowrap; }

table.record.perfomance.month td.day.act {
	cursor: pointer;
	transition: all .4s ease;
}
table.record.perfomance.month td.day.act:hover {
	background-color: #999;
	color: white;
}
table.record.perfomance.month td.day.act:hover p.bln {
	display: block;
}
table.record.perfomance.month td.day p.bln {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, calc(100% + 4px));
	z-index: 10;
	background-color: #333;
	color: white;
	padding: 3px 6px;
	border-radius: 3px;
	box-sizing: border-box;
	display: none;
	animation: fade .4s ease both;
}
@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
table.record.perfomance.month td.day p.bln::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
}



/* プロジェクト */
select[name="project"] {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}
.set_staff_wrap {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;
	align-items: center;
}
.set_staff_wrap > .select_wrap { margin: 0 4px 0 0; }
select[name="staff"] { font-size: 100%; }


.project_info {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.calc_area {
	font-family: 'Barlow', sans-serif;
}
.calc_area .quote { display: flex; }
.calc_area .quote .tit,
.calc_area .sum_area .sum_list li .tit {
	background-color: #333;
	color: white;
	font-weight: 700;
	text-align: center;
	min-width: 140px;
	box-sizing: border-box;
	padding: 7px 0;
	font-size: 100%;
}
.calc_area .sum_area .sum_list li .tit.tit_w { min-width: 200px; }

.calc_area .sum_area .sum_list li .tit span {
	font-size: 80%;
	margin-left: .3em;
}
.calc_area .quote .tit {
	padding: 14px 0;
	font-size: 128.5%;
}
.calc_area .sum_area .sum_list li.total .tit {
	padding: 14px 0;
	font-size: 114.2%;
}
.calc_area .quote .cont,
.calc_area .sum_area .sum_list li .cont {
	background-color: white;
	margin-left: 2px;
	padding: 7px 0 6px;
	box-sizing: border-box;
	min-width: 220px;
	text-align: center;
	position: relative;
}
.calc_area .quote .cont,
.calc_area .sum_area .sum_list li.total .cont {
	padding: 7px 0;
}
.calc_area .quote .cont span,
.calc_area .sum_area .sum_list li .cont span {
	font-size: 128.5%;
	font-weight: 700;
	margin-right: .1em;
	color: black;
}
.calc_area .quote .cont span,
.calc_area .sum_area .sum_list li.total .cont span {
	font-family: 'Barlow', sans-serif;
	font-size: 200%;
}
.calc_area .quote .cont a.btn {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
}
.calc_area .sum_area .sum_list { margin-top: 8px; }
.calc_area .sum_area .sum_list li {
	display: flex;
	margin-top: 2px;
}
.calc_area .sum_area > section:last-child { margin-left: 12px; }
.calc_area .sum_area .sum_list li.total div.cont {
	display: flex;
	padding: 0;
	background-color: transparent;
}
.calc_area .sum_area .sum_list li.total div.cont > p {
	flex: 1;
	background-color: white;
/*	height: 100%; */
	padding: 7px 5px;
	box-sizing: border-box;
}
.calc_area .sum_area .sum_list li.total div.cont > p:first-child { margin-right: 2px; }
.project_info .sum_area { display: flex; }

.calc_area .sum_area .sum_list li p.cont input[type="text"] {
	font-size: 100%;
	padding: 1px 3px;
	width: 80px;
	margin-right: .1em;
}

.project_info .dpm_area .dpm_jp,
.project_info .dpm_area .dpm_vn {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.project_info .dpm_area .dpm_vn { margin-top: 16px; }
.project_info .dpm_area .dpm_list { margin-right: 8px; }
.project_info .dpm_area .dpm_list .dpm_tit {
	background-color: #333;
	color: white;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	min-width: 160px;
	padding: 5px 10px;
}
.project_info .dpm_area .dpm_list .dpm_tit span {
	font-size: 80%;
	margin-left: .3em;
}
.project_info .dpm_area .dpm_list ul.staff li {
	display: flex;
	margin-top: 2px;
}
.project_info .dpm_area .dpm_list ul.staff li p {
	background-color: white;
	padding: 4px 8px;
	font-size: 92.8%;
}
.project_info .dpm_area .dpm_list ul.staff li p.jet_id {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}
.project_info .dpm_area .dpm_list ul.staff li p.jet_name {
	margin-left: 2px;
	flex: 1;
}

.project_btn_area {
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
}
.project_btn_area.edit { margin-top: 20px; }
.project_btn_area .btn.task {
	padding: 10px;
	box-sizing: border-box;
	font-size: 150%;
	min-width: 320px;
}
.project_btn_area .boxlink { margin-left: auto; }
.project_btn_area .project_btn_left .subtask_btns {
	display: flex;
	margin-top: 8px;
}
.project_btn_area .project_btn_left .subtask_btns li { margin-right: 6px; }
.project_btn_area .project_btn_left .boxlink {
	display: inline-block;
	margin-top: 0;
	padding: 3px 24px 3px 10px;
}





.veiw_cnt_area {
	margin: 0 0 8px auto;
	text-align: right;
}
.veiw_cnt_area .total {
	font-family: 'Barlow', sans-serif;
	font-size: 92.8%;
	font-weight: 700;
	margin-bottom: 6px;
}
.veiw_cnt_area .total span {
	font-size: 150%;
	margin: 0 .3em;
}
.veiw_cnt_area .view_panel {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 6px 12px;
}
.veiw_cnt_area .view_panel .inner {
}
.veiw_cnt_area .view_panel .view_ttl {
	font-size: 92.8%;
	font-weight: 700;
	margin-right: 10px;
}
.veiw_cnt_area .view_panel .btn {
	margin-left: 10px;
}
.veiw_cnt_area .pager { margin-top: 6px; }
.veiw_cnt_area .pager ul {
	display: flex;
	justify-content: center;
}
.veiw_cnt_area .pager ul li { margin: 0 2px; }
.veiw_cnt_area .pager ul li a {
	text-decoration: none;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: black;
	background-color: white;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s ease;
	position: relative;
}
.veiw_cnt_area .pager ul li a.crnt,
.veiw_cnt_area .pager ul li a:hover {
	color: white;
	background-color: #782B8D;
}

.veiw_cnt_area .pager ul li.first a::before,
.veiw_cnt_area .pager ul li.prev a::before,
.veiw_cnt_area .pager ul li.next a::before,
.veiw_cnt_area .pager ul li.last a::before,
.veiw_cnt_area .pager ul li.first a::after,
.veiw_cnt_area .pager ul li.last a::after {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
}
.veiw_cnt_area .pager ul li.first a::before,
.veiw_cnt_area .pager ul li.prev a::before {
	border-top: solid 2px black;
	border-left: solid 2px black;
	left: 8px;
	transform: translate(0, -50%) rotate(-45deg);
}
.veiw_cnt_area .pager ul li.first a::before { left: 6px; }
.veiw_cnt_area .pager ul li.first a::after {
	border-top: solid 2px black;
	border-left: solid 2px black;
	left: 12px;
	transform: translate(0, -50%) rotate(-45deg);
}
.veiw_cnt_area .pager ul li.next a::before,
.veiw_cnt_area .pager ul li.last a::before {
	border-top: solid 2px black;
	border-right: solid 2px black;
	right: 8px;
	transform: translate(0, -50%) rotate(45deg);
}
.veiw_cnt_area .pager ul li.last a::before { right: 6px; }
.veiw_cnt_area .pager ul li.last a::after {
	border-top: solid 2px black;
	border-right: solid 2px black;
	right: 12px;
	transform: translate(0, -50%) rotate(45deg);
}
.veiw_cnt_area .pager ul li a:hover::before,
.veiw_cnt_area .pager ul li a:hover::after { border-color: white; }










.project_btn_area .project_btn_right { text-align: right; margin-left: auto; }
.project_btn_area .project_btn_right .btns_area { display: inline-block; }
.project_btn_area .project_btn_right .btn.comp {
	font-size: 100%;
	margin-top: 8px;
}

main.project_staff { margin-top: 50px; }

.clm_cntrl ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
}
.clm_cntrl ul li {
	background-color: white;
	margin-left: 4px;
	font-size: 85.7%;
	padding: 3px 12px 3px 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .4s ease;
	display: none;
	font-weight: 700;
	position: relative;
}
.clm_cntrl ul li:first-child { margin-left: 0; }
.clm_cntrl ul li span {
	position: absolute;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #ccc;
	left: 3px;
	top: 50%;
	transform: translate(0, -50%);
}
.clm_cntrl ul li span::before,
.clm_cntrl ul li span::after {
	content: "";
	display: block;
	background-color: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.clm_cntrl ul li span::before { width: 8px; height: 2px; }
.clm_cntrl ul li span::after { width: 2px; height: 8px; }
.clm_cntrl ul li:hover {
	background-color: #782B8D;
	color: white;
}
.clm_cntrl ul li:hover span { background-color: white; }

.month_cont.project { padding-top: 0; }

table.record.perfomance.month.project { margin-top: 8px; }
table.record.perfomance.month.project tr.status_6 > td { background-color: #c4e4ff; }
table.record.perfomance.month.project tr.status_5 > td { background-color: #fdd4f4; }
table.record.perfomance.month.project tr.status_4 > td { background-color: #deffc9; }
table.record.perfomance.month.project tr.status_3 > td { background-color: #ffe193; }
table.record.perfomance.month.project tr.status_2 > td { background-color: #fffec0; }
table.record.perfomance.month.project tr.status_7 > td { background-color: #dedede; }

table.record.perfomance.month.project tr.editing > td { background-color: #ffd700; }



table.record.perfomance.month.project tr.new > td,
table.record.perfomance.month.project tr.new > td a,
table.record.perfomance.month.project tr.new td.status span.auth { color: #ff00ff; font-weight: 700; }
table.record.perfomance.month.project tr.new > td a.btn { color: #fff; }

table.record.perfomance.month.project tr.edited > td,
table.record.perfomance.month.project tr.edited > td a,
table.record.perfomance.month.project tr.edited td.status span.auth { color: #0088ff; font-weight: 700; }
table.record.perfomance.month.project tr.edited > td a.btn { color: #fff; }



table.record.perfomance.month.project tr td.day,
table.record.perfomance.month.project tr td.subttl { background-color: white; }

table.record.perfomance.month.project th.check,
table.record.perfomance.month.project td.check {
	padding: 3px;
	position: relative;
	min-width: 21px;
} 

table.record.perfomance.month.project td.check input[type="checkbox"] {
	display: inline;
}
table.record.perfomance.month.project td.task_id.sub { padding-left: 20px; }
table.record.perfomance.month.project td.task_id p.sub {
	width: 8px;
	height: 8px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	position: absolute;
	left: 5px;
	top: 25%;
}
table.record.perfomance.month.project td.task_id p.sub::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: solid 1px black;
	border-top: solid 1px black;
	transform: translate(0, -7.5%) rotate(45deg);
	position: absolute;
	bottom: -4px;
	right: -1px;
}

table.record.perfomance.month.project th {
	padding: 8px 22px;
	-webkit-position: sticky;
	position: sticky;
	top: 0;
}
table.record.perfomance.month.project th.day { padding: 8px 6px; }
table.record.perfomance.month.project th.sort {
	padding-right: 36px;
}
table.record.perfomance.month.project th.date {
	padding: 8px 6px;
	border-top: solid 2px #eee;
	border-bottom: solid 2px #eee;
	vertical-align: middle;
}
table.record.perfomance.month.project th.date.ttl { padding: 8px 20px; }

table.record.perfomance.month th.project,
table.record.perfomance.month th.task_id,
table.record.perfomance.month th.type,
table.record.perfomance.month th.content,
table.record.perfomance.month th.task,
table.record.perfomance.month td.project,
table.record.perfomance.month td.task_id,
table.record.perfomance.month td.type,
table.record.perfomance.month td.content,
table.record.perfomance.month td.task,
table.record.perfomance.month td.mtg {
	-webkit-position: sticky;
	position: sticky;
	z-index: 10;
}





table.record.perfomance.month th.task_id,
table.record.perfomance.month td.task_id { left: 0; }
table.record.perfomance.month th.type,
table.record.perfomance.month td.type { left: 100px; }
table.record.perfomance.month th.content,
table.record.perfomance.month td.content { left: 150px; }
table.record.perfomance.month th.task,
table.record.perfomance.month td.task { left: 200px; }

table.record.perfomance.month.monthly_record th.project,
table.record.perfomance.month.monthly_record td.project { left: -2px; }
table.record.perfomance.month.monthly_record th.task_id,
table.record.perfomance.month.monthly_record td.task_id,
table.record.perfomance.month.monthly_record td.mtg { left: 50px; min-width: 100px; }
table.record.perfomance.month.monthly_record th.type,
table.record.perfomance.month.monthly_record td.type { left: 150px; min-width: 50px; }
table.record.perfomance.month.monthly_record th.content,
table.record.perfomance.month.monthly_record td.content { left: 200px; min-width: 50px; }
table.record.perfomance.month.monthly_record th.task,
table.record.perfomance.month.monthly_record td.task { left: 250px; }





table.record.perfomance.month th.task_id::after,
table.record.perfomance.month th.type::after,
table.record.perfomance.month th.content::after,
table.record.perfomance.month th.task::after,
table.record.perfomance.month td.task_id::after,
table.record.perfomance.month td.type::after,
table.record.perfomance.month td.content::after,
table.record.perfomance.month td.task::after,
table.record.perfomance.month td.mtg::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	left: -2px;
	top: 0;
}
table.record.perfomance.month th.task::before,
table.record.perfomance.month td.task::before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	right: -2px;
	top: 0;
}

table.record.perfomance.month.project th p.sort_btns {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 6px;
	display: flex;
}
table.record.perfomance.month.project th a.sort {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white;
	transition: all .4s ease;
	position: relative;
}
table.record.perfomance.month.project th a.sort::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all .4s ease;
}
table.record.perfomance.month.project th a.sort.desc { margin-left: 3px; }
table.record.perfomance.month.project th a.sort.desc::after {
	top: 60%;
	transform: translate(-50%, -50%) rotate(-135deg);
}
table.record.perfomance.month.project th a.sort.crnt,
table.record.perfomance.month.project th a.sort:hover { background-color: #782B8D; }
table.record.perfomance.month.project th a.sort.crnt::after,
table.record.perfomance.month.project th a.sort:hover::after { border-color: white; }


table.record.perfomance.month.project th p.hide {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	top: 50%;
	
	transform: translate(0, -50%);
	transition: all .4s ease;
}
table.record.perfomance.month.project th p.hide {
	left: 6px;
	cursor: pointer;
}
table.record.perfomance.month.project th p.hide::before,
table.record.perfomance.month.project th p.hide::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background-color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .4s ease;
}
table.record.perfomance.month.project th p.hide::before { transform: translate(-50%, -50%) rotate(45deg); }
table.record.perfomance.month.project th p.hide::after { transform: translate(-50%, -50%) rotate(-45deg); }
table.record.perfomance.month.project th p.hide:hover { background-color: #782B8D; }
table.record.perfomance.month.project th p.hide:hover::before,
table.record.perfomance.month.project th p.hide:hover::after { background-color: white; }


table.record.perfomance.month.project tr.filter td { background-color: #333; }
table.record.perfomance.month.project tr.filter select { font-size: 92.3%; }

table.record.perfomance.month.project td.task_id > .set {
	display: flex;
	align-items: center;
}
table.record.perfomance.month.project td.task_id > .set a.url {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: black;
	position: relative;
	transition: all .4s ease;
	margin-left: 6px;
}
table.record.perfomance.month.project td.task_id > .set a.url:hover { background-color: #782B8D; }
table.record.perfomance.month.project td.type,
table.record.perfomance.month.project td.content,
table.record.perfomance.month.project td.detail { text-align: left; }
table.record.perfomance.month.project td.status {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 107.1%;
	text-align: left;
}
table.record.perfomance.month.project td.status span {
	font-size: 93.4%;
	font-weight: 400;
	margin-left: .5em;
}
table.record.perfomance.month.project td.status span.auth { color: #782B8D; }
table.record.perfomance.month.project td.status span.err { color: #c00; font-weight: 700; }
div.set_staff,
div.set_result {
	display: flex;
	align-items: center;
}
div.set_staff { line-height: 1.25; }
div.set_staff.lead2 { margin-top: 5px; }
div.set_result {
	display: none;
	justify-content: center;
}
div.set_result.show { display: block; }
div.set_status {
	display: flex;
	align-items: center;
}
div.set_status > p.auth {
	font-weight: 400;
	margin-left: .8em;
	font-size: 92.8%;
	color: #782B8D;
}
div.set_status > div.status_sub {
	display: flex;
	align-items: center;
	margin-left: 4px;
}
/* 「★」追加 - 2023.5.18 */
div.set_status > .star_check.hide { display: none; }




div.set_staff .switch,
div.set_staff .select_wrap { margin-right: 4px; }
div.set_staff .select_wrap.hide,
div.set_status .status_sub.hide { display: none; }
div.set_staff select,
div.set_status select {
	font-size: 100%;
	font-weight: 400;
}
div.set_status select[name="task_status"] { font-weight: 700; }
table.record.perfomance.month.project td a.btn {
	color: white;
	padding: 2px 5px;
}
table.record.perfomance.month.project td a.btn:hover { color: white; }
table.record.perfomance.month.project td a.plus {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: black;
	position: relative;
	transition: all .4s ease;
	margin-left: 4px;
}
table.record.perfomance.month.project td a.plus:before,
table.record.perfomance.month.project td a.plus:after {
	content: "";
	display: block;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
table.record.perfomance.month.project td a.plus:before { width: 8px; height: 2px; }
table.record.perfomance.month.project td a.plus:after { width: 2px; height: 8px; }
table.record.perfomance.month.project td a.plus:hover { background-color: #782B8D; }
table.record.perfomance.month.project td > p.set_txt,
table.record.perfomance.month.project td > p.set_input {
	position: relative;
	padding-right: 20px;
}
table.record.perfomance.month.project td > p.set_txt { display: none; }
table.record.perfomance.month.project td.set p.set_txt { display: block; }
table.record.perfomance.month.project td > p.set_input { display: block; }
table.record.perfomance.month.project td.set p.set_input { display: none; }

table.record.perfomance.month.project td > p.set_txt span,
table.record.perfomance.month.project td > p.set_input span {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: black;
	position: absolute;	
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	transition: all .4s ease;
	cursor: pointer;
}
table.record.perfomance.month.project td > p.set_txt span::after,
table.record.perfomance.month.project td > p.set_input span::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;	
	top: 50%;
	transition: all .4s ease;
	transform: translate(0, -50%) rotate(45deg);
}
table.record.perfomance.month.project td > p.set_txt span::after {
	border-right: solid 2px white;
	border-top: solid 2px white;
	right: 6px;
}
table.record.perfomance.month.project td > p.set_input span::after {
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	left: 6px;
}
table.record.perfomance.month.project td > p.set_txt span:hover,
table.record.perfomance.month.project td > p.set_input span:hover { background-color: #782B8D; }
table.record.perfomance.month.project td input[type="submit"].btn.update,
table.record.perfomance.month.project td input[type="submit"].btn.delete {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	padding: 3px 5px;
	font-size: 96%;
}
table.record.perfomance.month.project td a:hover { color: #782B8D; }
table.record.perfomance.month.project td input[type="submit"].btn.delete {
	background-color: white;
	color: black;
}
table.record.perfomance.month.project td input[type="submit"].btn.delete:hover {
	background-color: #782B8D;
	color: white;
}
table.record.perfomance.month.project td input[type="text"] {
	font-size: 100%;
	padding: 3px 6px;
}
table.record.perfomance.month.project td.finish input[type="text"] {
	width: 40px;
	padding: 2px 4px;
	margin-right: 4px;
}
table.record.perfomance.month.project td.plan input[type="text"] {
	width: 48px;
	padding: 2px 4px;
}
table.record.perfomance.month.project td.planday input[type="text"],
table.record.perfomance.month.project td.assignday input[type="text"],
table.record.perfomance.month.project td.setday input[type="text"] {
	min-width: 100px;
	width: 100px;
	padding: 2px 4px;
}
table.record.perfomance.month.project td.memo input[type="text"] { min-width: 320px; }



.btm_btns {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.btm_btns.project_staff .veiw_cnt_area{ margin-left: auto; }





.checkall {
	padding-left: 27px;
	position: relative;
}
.checkall::before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	border-left: solid 2px black;
	border-bottom: solid 2px black;
	position: absolute;
	left: 12px;
	top: -5px;
}
.inbulk_wrap_top .checkall::before {
	border-top: solid 2px black;
	border-bottom: none;
	top: 5px;
}
.checkall::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-left: solid 2px black;
	border-top: solid 2px black;
	position: absolute;
	left: 10px;
	top: -5px;
	transform: translate(-10%, 0) rotate(45deg);
}
.inbulk_wrap_top .checkall::after {
	top: 11px;
	transform: translate(-10%, 0) rotate(-135deg);
}

.checkall input[type="checkbox"] + label {
	padding: 1px 8px 2px;
	line-height: 1;
	border-radius: 5px;
	background-color: white;
	border: solid 2px black;
	color: black;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
.checkall input[type="checkbox"] + label:hover {
	color: white;
	background-color: black;
}
.checkall input[type="checkbox"]:checked + label {
	border-color: #782B8D;
	color: #782B8D;
}
.checkall input[type="checkbox"]:checked + label:hover {
	background-color: #782B8D;
	color: white;
}
.checkall input[type="checkbox"] + label::before,
.checkall input[type="checkbox"] + label::after { content: none; }





.inbulk_wrap_top { margin-top: 16px; }



.inbulk {
	display: flex;
	align-items: center;
}
.inbulk .lead {
	position: relative;
	padding: 0 0 0 20px;
	font-weight: 700;
}
.inbulk .lead span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 107.1%;
	margin: 0 2px;
}
.inbulk input[type="submit"] { margin-left: 6px; }
.inbulk a.btn {
	margin-left: 6px;
	font-size: 93%;
	padding: 7px 10px;
}



.project_others {
	display: flex;
	margin-top: 50px;
}
.project_others > .record_cont { margin: 0 30px 0 0; }
.project_others > .record_cont table.record.perfomance tr td:first-child { text-align: left; }
.project_others > .record_cont table.record.perfomance tr td:nth-child(2) { text-align: right; }
.project_others > .record_cont table.record.perfomance tr.total { font-weight: 700; }
.project_others > .record_cont table.record.perfomance tr.total td { border-top: solid 4px #eee; }
.project_others > .record_cont table.record.perfomance tr.total td:first-child {
	font-family: 'Barlow', sans-serif;
	font-size: 112%;
	text-align: center;
}



/* プロジェクト　編集 */
.edit_update_btn_area {
	text-align: center;
	margin: 10px 0 2px;
}
.edit_update_btn_area p {
	display: inline-block;
	background-color: white;
	padding: 10px 20px;
}
.edit_update_btn_area p .edit_update_btn {
	min-width: 320px;
	padding: 10px;
	font-size: 150%;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	border: none;
	border-radius: 5px;
	background-color: black;
	color: white;
	transition: all .4s ease;
	cursor: pointer;
}
.edit_update_btn_area .edit_update_btn:hover {
	background-color: #ffd700;
	color: black;
}



/* プロジェクト　完了 */
p.comp_alert {
	background-color: rgba(255, 0, 0, .5);
/*
	background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 10px, rgba(255, 0, 0, .5) 10px, rgba(255, 0, 0, .5) 20px );
*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	font-size: 107.1%;
}
p.comp_alert span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 110%;
	margin: 0 .2em;
}



/* プロジェクト　モーダル */
.modal_frm {
	padding: 40px 60px 50px;
	box-sizing: border-box;
	background-color: white;
	text-align: center;
	max-height: 100%;
	overflow: auto;
}
.modal_frm .modal_tit { font-size: 150%; }
.modal_frm .modal_tit span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 110%;
	margin: 0 .2em;
}
.modal_frm .modal_tit .country {
	font-size: 80%;
	margin-left: .3em;
}
.modal_frm .modal_input_list {
	margin-top: 20px;
	display: inline-block;
}
.modal_frm .modal_input_list > li {
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.modal_frm .modal_input_list > li.staff {
	border-top: dashed 1px #999;
	padding-top: 20px;
}
.modal_frm .modal_input_list > li.status {
	padding-bottom: 20px;
	border-bottom: dashed 1px #999;
}
.modal_frm .modal_input_list > li.selfcheck {
	margin-top: 30px;
	justify-content: center;
}
.modal_frm .modal_input_list > li.eg {
	margin-top: 10px;
	display: block;
	font-size: 92.8%;
	color: #777;
	text-align: left;
}
.modal_frm .modal_input_list > li.eg span {
	font-weight: 700;
	color: #782B8D;
}
.modal_frm .modal_input_list > li .tit {
	min-width: 120px;
	box-sizing: border-box;
	background-color: #ccc;
	white-space: nowrap;
	padding: 5px 10px;
	font-weight: 700;
	text-align: center;
}
.modal_frm .modal_input_list > li .tit.tit_wide { min-width: 180px; }
.modal_frm .modal_input_list > li .tit span {
	font-family: 'Barlow', sans-serif;
	font-size: 80%;
	margin-left: .3em;
}
.modal_frm .modal_input_list > li .cont {
	margin-left: 30px;
	text-align: left;
}
.modal_frm .modal_input_list > li div.cont .project {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 150%;
}
.modal_frm .modal_input_list > li div.cont .unit { margin-left: 4px; }
.modal_frm .modal_input_list > li div.cont .subttl { margin: 0 4px 0 10px; }
.modal_frm .modal_input_list > li div.cont input.day { width: 60px; }
.modal_frm .modal_input_list > li div.cont input.taskname { width: 320px; }
.modal_frm .modal_btn { margin-top: 40px; }
.modal_frm .modal_input_list > li ul.cont > li { margin-top: 8px; }
.modal_frm .modal_input_list > li ul.cont > li:first-child { margin-top: 0; }

.modal_frm .modal_input_list > li ul.cont.prjct { display: flex; }
.modal_frm .modal_input_list > li ul.cont.prjct > li { margin: 0 0 0 10px; }
.modal_frm .modal_input_list > li ul.cont.prjct > li:first-child { margin: 0; }

.modal_frm .modal_input_list > li ul.cont.sub_list > li {
	display: flex;
	align-items: center;
}
.modal_frm .modal_input_list > li ul.cont.sub_list > li span {
	display: inline-block;
	background-color: #eee;
	padding: 4px 12px;
	border-radius: 20px;
	margin-right: 4px;
}

.modal_frm .modal_input_list.prjct > li { display: block; }
.modal_frm .modal_input_list.prjct > li .cont {
	margin: 15px 0 0 0;
	text-align: center;
}

/* 表示項目選択 */
.modal_frm .modal_input_list > li div.cont ul.show_clm {
	display: flex;
	flex-wrap: wrap;
}
.modal_frm .modal_input_list > li div.cont ul.show_clm li {
	margin: 6px 18px 12px 0;
}
.modal_frm .show_clm_wrap {
	margin-top: 20px;
	text-align: left;
	display: flex;
}
.modal_frm .show_clm_wrap ul.show_clm { margin-left: 48px; }
.modal_frm .show_clm_wrap ul.show_clm:first-child { margin-left: 0; }
.modal_frm .show_clm_wrap ul.show_clm li { margin-top: 20px; }






.modal_frm .modal_btn input.btn {
	min-width: 240px;
	padding: 3px 20px;
	font-size: 128.5%;
}



/* Task複製／Task分割 */
.split {
	text-align: center;
	overflow: auto;
	margin-top: 48px;
}
.split .split_cont {
	display: inline-block;
	text-align: left;
}
.split .split_cont > h1 {
	color: black;
	background-color: white;
	box-sizing: border-box;
	padding: 5px 12px;
	font-weight: 700;
	font-size: 114.2%;
	display: inline-block;
	position: sticky;
	left: 0;
}
.split .split_cont > h1 span {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 110%;
	margin: 0 .2em;
}
table.record.perfomance.month.project.split {
	width: auto;
	margin-top: 8px;
}
.task_set {
	display: flex;
	align-items: center;
}
.task_set .set_new {
	margin-left: 4px;
}
.task_set .set_new input[type="text"]{ width: 240px; }

.task_set.noflex { display: block; }
.task_set.noflex .set_new {
	margin: 4px 0 0;
	display: none;
}


.newtask_btn {
	text-align: center;
	margin-top: 30px;
}
.newtask_btn .btn {
	min-width: 240px;
	padding: 10px 20px;
	font-size: 150%;
}
.add_btn {
	margin-top: 8px;
	text-align: right;
}



/* プロジェクト一覧 */
table.record.perfomance td .prjct_day {
	font-size: 114.2%;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
table.record.perfomance td .prjct_day.red { color: #c00; }
table.record.perfomance td .percent {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	margin-left: .4em;
	font-size: 107.1%;
}
table.record.perfomance th.bdr,
table.record.perfomance td.bdr {
	border-right-width: 5px;
}



/* Staff 作業時間入力 */
table.record.perfomance.month .hour_set {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
table.record.perfomance.month .hour_set input[type="text"] {
	width: 36px;
	padding: 2px 4px;
	font-size: 100%;
}
table.record.perfomance.month .hour_set span { padding: 0 0 2px 3px; }



/* input関連 */
/* テキストボックス */
input[type="text"] {
	border: solid 2px black;
	border-radius: 5px;
	font-size: 114.2%;
	padding: 4px 6px;
	box-sizing: border-box;
}
input[type="text"]:hover { border-color: #782B8D; }



input[name="overwork"] {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: red;
	border: none;
	border-radius: 0;
	font-size: 185.7%;
	margin: 0;
	padding: 0;
	width: 2em;
	text-align: right;
	margin-right: .2em;
}
input.datepicker {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	min-width: 160px;
	background: white url(../images/date_icon.svg) 96% 50% / 20px auto no-repeat;
	cursor: pointer;
}
/* プルダウン */
select {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	padding: 3px 20px 3px 6px;
	font-size: 114.2%;
	transition: all .4s ease;
	background-color: transparent;
}
select:hover { border-color: #782B8D; }
.select_wrap {
	display: inline-block;
	position: relative;
	border: solid 2px black;
	border-radius: 5px;
	background-color: white;
}
.select_wrap::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	position: absolute;
	right: 7px;
	top: 44%;
	transform: translate(0, -50%) rotate(45deg);
	pointer-events: none;
	transition: all .4s ease;
}
.select_wrap:hover::before { border-color: #782B8D; }
/* チェックボックス */
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
	position: relative;
	padding-left: 20px;
	transition: all .3s ease;
	font-weight: 700;
	color: #999;
	cursor: pointer;
}
input[type="checkbox"] + label:hover { color: #782B8D; }
input[type="checkbox"] + label::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: solid 2px #ccc;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all .3s ease;
}
input[type="checkbox"] + label:hover::before { border-color: #782B8D; }
input[type="checkbox"] + label::after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	border-right: solid 3px transparent;
	border-bottom: solid 3px transparent;
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	top: 6px;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
}
input[type="checkbox"]:checked + label { color: black; }
input[type="checkbox"]:checked + label::before { border-color: black; }
input[type="checkbox"]:checked + label::after {
	width: 7px;
	height: 14px;
	border-color: #782B8D;
	top: 27%;
	transform: translate(-50%, -50%) rotate(45deg);
}
/* 「★」チェックボックス - 2023.5.18 */
.star_check input[type="checkbox"] + label {
	display: block;
	padding-left: 8px;
	color: #fff;
}
.star_check input[type="checkbox"] + label:hover { color: #fff; }
.star_check input[type="checkbox"] + label::before {
	content: "★";
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	position: static;
	transform: translate(0, 0);
	font-size: 150%;
}
.star_check input[type="checkbox"] + label::after { content: none; }
.star_check input[type="checkbox"]:checked + label { color: #782B8D; }



/* ボタン */
input.btn {
	appearance: none;
	border: none;
	background-color: black;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	padding: 3px 10px;
	font-weight: 700;
	transition: all .4s ease;
}
input.btn:hover { background-color: #782B8D; }
input.btn:disabled {
	background-color: #ccc;
	cursor: default;
}
input.btn.btnL {
	font-size: 142.8%;
	padding: 8px;
	min-width: 240px;
}
input.btn.btnS {
	font-size: 92.3%;
	padding: 2px 4px;
}
input.btn.btnS.vn { padding: 5px 6px; }
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus { outline: none; }
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}
.switch input[type="checkbox"] + label {
	padding-left: 0;
	transition: all .4s ease;
	color: black;
	display: block;
	border: solid 2px black;
	height: 21px;
	width: 44px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 20px;
}
.switch input[type="checkbox"] + label span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: black;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all .2s ease;
}
.switch input[type="checkbox"]:checked + label span { left: calc(100% - 15px); }
.switch.country label::before {
	content: "JP";
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	left: 0;
	top: 0;
	transform: translate(0, 0);
	transition: none;
	font-family: 'Barlow', sans-serif;
	padding-left: 18px;
}
.switch input[type="checkbox"]:checked + label::before {
	content: "VN";
	padding-left: 6px;
}

.switch input[type="checkbox"]:checked + label::after { content: none; }
.switch input[type="checkbox"] + label:hover { border-color: #782B8D; }
.switch input[type="checkbox"] + label:hover span { background-color: #782B8D; }
.switch input[type="checkbox"] + label:hover::before { color: #782B8D; }

/* ファイル選択 */
.file_wrap {
	margin-right: 8px;
	display: flex;
	align-items: center;
}
label.file_btn {
	background-color: black;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	padding: 3px 10px;
	font-weight: 700;
	transition: all .4s ease;
}
label.file_btn:hover { background-color: #782B8D; }
label.file_btn input[type="file"] { display: none; }
.file_wrap .file_name_txt {
	margin-left: 8px;
	font-size: 13px;
	color: #782B8D;
	background-color: white;
	padding: 2px 8px 0;
	border-radius: 20px;
}





/* ログイン画面 */
.login_wrap {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_wrap .login_cont { padding-bottom: 80px; }
.login_wrap .login_cont .logo { text-align: center; }
.login_wrap .login_cont .logo .logo_mark {
	width: 96px;
	margin: 0 auto;
}
.login_wrap .login_cont .logo .logo_mark .jet_mark { fill: black; }
.login_wrap .login_cont .logo .logo_type {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 330%;
	margin-top: 8px;
}
.login_wrap .login_cont .logo .logo_cap {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .05em;
	padding-left: .05em;
	margin-top: 4px;
}
.login_input { margin-top: 50px; }
.login_input > li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.login_input > li .tit {
	color: #777;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 128.5%;
	text-align: right;
	width: 5em;
}
.login_input > li .domain {
	color: #777;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 128.5%;
	margin-left: 6px;
}
.login_input > li input[type="text"],
.login_input > li input[type="password"] {
	border: none;
	border-radius: 0;
	font-size: 114.2%;
	padding: 6px 8px;
	margin-left: 12px;
	box-sizing: border-box;
	background-color: white;
}
.login_input > li input.login_id { width: 160px; }
.login_input > li input.login_pw { width: 300px; }
.login_err {
	margin-top: 24px;
	color: red;
	text-align: center;
}
.login_btn_area {
	margin-top: 42px;
	text-align: center;
}
.login_btn_area > input.login_btn {
	font-family: 'Barlow', sans-serif;
	font-size: 144%;
	padding: 9px 10px 12px;
	min-width: 180px;
}












/* 確認用　画面一覧 */
.link_area { margin-top: 40px; }
.link_area > h1 {
	font-size: 114.2%;
	text-align: center;
}
.link_area > h1 > span {
	display: inline-block;
	font-size: 85%;
	margin-top: 12px;
}
.link_area .link_wrap {
	display: flex;
	margin-top: 32px;
}
.link_area .link_wrap .links {
	margin: 0 24px;
}
.link_area ul li { margin-top: 24px; }
.link_area ul li a {
	display: block;
	color: #333;
	transition: all .4s ease;
	position: relative;
	padding-left: 20px;
}
.link_area ul li a::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 2px;
}
.link_area ul li a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}


.link_area ul li a:hover { color: #782B8D; }



/* 管理工数 */
table.record.perfomance.month td .minus {
	color: red;
	font-weight: 700;
}



/* CSVアップロード関連 */
.project_tit.month { margin-top: 36px; }
.project_tit.month .tit span { 
	font-size: 128.5%;
	margin-right: .25em;
}
.month_cont.paid_wh table.record.perfomance.month.project { margin-bottom: 16px; }
.month_cont.paid_wh table.record.perfomance.month.project td { position: relative; }
.month_cont.paid_wh table.record.perfomance.month.project td.off::before {
	content: "";
	background-color: #782B8D;
}
.month_cont.paid_wh table.record.perfomance.month.project td.off::before,
.month_cont.paid_wh table.record.perfomance.month.project td.half span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}
.month_cont.paid_wh table.record.perfomance.month.project td.half span {
	background-color: #fff;
	overflow: hidden;
}
.month_cont.paid_wh table.record.perfomance.month.project td.half span::before {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	background-color: #782B8D;
	position: absolute;
	top: 0;
	left: 0;
}


