@charset "UTF-8";

/*=========================================
 CSS INFO
 Description : custom css
========================================= */

/* side
========================================= */
.sidebar-nav a .mi{
	font-size: 16px;
	margin-right: 0.5rem;
	opacity: 0.6;
	transition: all 0.2s;
}
.sidebar-nav a:hover .mi{
	/*margin-left: 0.5rem;*/
}

/* pass view
========================================= */
.pass-wrap{
	position: relative;
}
.pass-wrap input{
	padding-right: 50px;
}
.view-pass{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #afc1ce;
}
.pass-wrap input:focus + .view-pass{
	color: #2C31A5;
}

/* ブラウザ独自のパスワード表示アイコンを非表示にする */
input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.page-head{
	margin-bottom: 1.5rem;
	align-items: center;
}
.page-head h1{
	font-size: 1.5rem;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

/* ボタン
========================================= */
.btn-back{
	position: absolute;
	left: 15px;
}
.btn-base{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* フォーム送信中（二重送信防止・script.js 連動） */
form.form-submitting[aria-busy="true"] input[type="submit"]:disabled,
form.form-submitting[aria-busy="true"] button[type="submit"]:disabled,
form.form-submitting[aria-busy="true"] button:not([type]):disabled {
	cursor: not-allowed;
	opacity: 0.88;
	pointer-events: none;
}

/* 並び替え
========================================= */
.sortable-handle{
	cursor: move;
}
.sortable-dragging{
	opacity: 0.6;
}
.sortable-over{
	outline: 2px solid #0d6efd;
}
#check-item-table tbody tr.sortable-over{
	outline: 2px solid #0d6efd;
	background-color: rgba(13,110,253,.12);
}
#check-item-table tbody tr.sortable-dragging{
	opacity: 0.5;
	background-color: rgba(13,110,253,.2);
}

/* カレンダーフォーム
========================================= */
input[class~="dateinput"]{
	background: #FFF url("../img/icons/calendar.svg") no-repeat 5px center;
	background-size: 22px;
	padding-left: 34px;
	/*width: 160px;*/
}
@media(min-width: 576px){
}

/* 検索
========================================= */
.search-box input[type="submit"]{
/*	margin-top: 1.5rem;
	margin-bottom: 1rem;*/
}
@media(min-width: 768px){
	.search-box{
		/*width: 80%;*/
		/*margin-left: 0;*/
	}
	.search-box [type="submit"]{
/*		padding: 1.5rem;
		margin-top: 0;
		margin-bottom: 0;
		white-space: nowrap;*/
	}
}

/* テーブルハイライト（縦横）PCのみ
========================================= */
@media(min-width: 768px){
	.table-cross-highlight{
		overflow: hidden;
	}
	.table-cross-highlight th,
	.table-cross-highlight td{
		position: relative;
	}
	.table-cross-highlight td:hover{
		background: rgba( 255,255,96,.6 )!important;
	}
	.table-cross-highlight td:hover::before,
	.table-cross-highlight td:hover::after{
		content: "";
		width: 100%;
		height: 100%;
		background: rgba( 255,255,96,.2 );
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.table-cross-highlight td:hover::before{
		width: 200vw;
		left: -100vw;
	}
	.table-cross-highlight td:hover::after{
		height: 200vh;
		top: -100vh;
	}
	.table-cross-highlight th *,
	.table-cross-highlight td *{
		position: relative;
		z-index: 2;
	}
}

/* マトリックステーブル用
========================================= */
.matrix-table > thead > tr{
	border-top-width: 0;
}
.matrix-table > thead > tr > th:first-child{
	background-color: #fff;
	font-size: 0.75rem;
}
.matrix-table > thead > tr > th{
	border-top-width: 1px;
}
.matrix-table > tbody > tr > th{
	font-size: 0.875rem;
}
.matrix-table > tbody > tr > td{
	background-color: #fff;
	min-width: 154px;
}
@media(min-width: 768px){
	.matrix-table > thead > tr > th:first-child{
		width: 300px;
	}
	.matrix-table > tbody > tr > th{
		font-size: 1rem;
	}
}
@media (max-width: 767.98px) {
	/*スマホ時の横固定*/
/*	.matrix-table > thead > tr > th:first-child,
	.matrix-table > tbody > tr > th{
		position: sticky;
		top: 0;
		left: 0;
		border-left: 0;
	}
	.matrix-table > thead > tr > th:first-child::before,
	.matrix-table > tbody > tr > th::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		border-left: 1px solid var(--cui-table-border-color);
	}*/
}

/* 作業登録（PC）
========================================= */
.row-border{}
.row-border:after{
	content: "";
	display: block;
	border-bottom: 1px solid #dcdcdc;
	width: 97%;
	margin: 0 auto 12px;
}
.order-wrap{
	min-width: 900px;
}
.order-head-wrap{
	font-size: 0.75rem;
	font-weight: bold;
}
.order-head-wrap,
.order-items{
	display: grid;
	grid-template-columns: 50px 1fr 2fr 100px 40px 130px 90px;
	gap: 8px;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.order-items-cancel{
	background-color: var(--cui-secondary-bg-subtle);
}
.order-list-wrap{}
.order-items{
}
.or-clear{
	text-align: center;
	color: rgba(var(--cui-danger-rgb), 1);
}
.or-item-class{}
.or-item{}
.or-item-input input[value=""]:disabled{
	background-color: var(--cui-secondary-bg);
}
.or-item-unit{}
.or-item-status{}
.or-item-status .is-confirmed{
	color: var(--cui-success-text-emphasis);
	background-color: var(--cui-success-bg-subtle);
	border-radius: var(--cui-border-radius);
}
.or-item-status .is-unconfirmed{
	color: var(--cui-secondary-text-emphasis);
	background-color: var(--cui-secondary-bg-subtle);
	border-radius: var(--cui-border-radius);
	cursor: default!important;
}
.or-item-status .is-confirmed,
.or-item-status .is-unconfirmed{
	font-weight: bold;
	padding: 0.3125rem 0.625rem;
	display: inline-block;
	cursor: pointer;
	transition: opacity 0.15s;
}
.or-item-status .is-confirmed:hover,
.or-item-status .is-unconfirmed:hover{
	opacity: 0.8;
}
.or-item-status .is-confirmed .mi{
	font-size: 20px;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: -3px;
}
.or-item-cancel{}
.work-conf-modal dl,.work-conf-modal dd{
	margin-bottom: 0;
}
.work-conf-check input[type="checkbox"]{
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
@media(min-width: 768px){
	.work-conf-modal{
		max-width: 400px!important;
	}
}

/* 作業一覧（SP）
========================================= */
.search-box-form{
	border: 1px solid var(--cui-border-color);
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.search-box-toggle{
	text-decoration: none;
	color: var(--cui-body-color);
	position: relative;
	display: block;
	width: 100%;
}
.search-box-toggle.collapsed:after{
	content: "\e5c5";
}
.search-box-toggle:after{
	content: "\e5c7";
	font-family: "Material Icons";
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}
.order-list-mobile{}
.ol-m-item{
	border: 1px solid var(--cui-border-color);
	border-radius: var(--cui-border-radius);
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.ol-m-item-cancel{
	background-color: var(--cui-secondary-bg-subtle);
}
.ol-m-item-cancel .ol-m-number{
	background-color: #fff;
}
.ol-m-date span{
	font-weight: bold;
	font-size: 0.75rem;
	padding-right: 0.5rem;
}
.ol-m-number{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #eaeef7;
	padding: 0.5rem 0.75rem;
	border-radius: var(--cui-border-radius-pill);
}
.ol-m-number dt{
	font-size: 1.125rem;
}
.ol-m-number dd{
	margin-bottom: 0;
}
.ol-m-user{
	list-style: none;
	padding-left: 0;
}
.ol-m-u-name{

}
.ol-m-u-name:before,
.ol-m-u-car:before{
	font-family: "Material Icons";
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: -3px;
	color: var(--cui-success);
	margin-right: 3px;
}
.ol-m-u-name:before{
	content: "\e7fd";
}
.ol-m-u-car:before{
	content: "\e531";
}
.ol-m-work{
	list-style: none;
	padding-left: 0;
}
.ol-m-work li{
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
	word-break: break-all;
}
.ol-m-work li:last-child{
	margin-right: 0;
}

/* 作業登録（SP）
========================================= */
a[href="#requester"]{
	text-decoration: none;
	color: #FFF;
	display: block;
	position: relative;
}
a[href="#requester"].collapsed:after,
a[href="#requester"]:not(.collapsed):after{
	font-family: "Material Icons";
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}
a[href="#requester"].collapsed:after{
	content: "\e5c5";
}
a[href="#requester"]:not(.collapsed):after{
	content: "\e5c7";
}
.order-item-mobile-wrap{
	margin-bottom: 2rem;
}
.or-m-items {
display: grid;
grid-template-columns: 1fr 40px 60px;
grid-template-rows: repeat(2, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
margin-bottom: 0.75rem;
padding: 3px;
}
.or-itm-m-class { grid-area: 1 / 1 / 2 / 3; }
.or-itm-m-name { grid-area: 2 / 1 / 3 / 2; }
.or-itm-m-num { grid-area: 2 / 2 / 3 / 3; }
.or-itm-m-conf { grid-area: 1 / 3 / 3 / 4; }

.or-itm-m-class{
	font-size: 0.75rem;
	font-weight: bold;
}
.or-itm-m-name,.or-itm-m-num{
	font-size: 0.875rem;
}
.or-itm-m-num{
	text-align: center;
}
.or-itm-m-conf .is-confirmed{
	color: var(--cui-success);
	display: block;
	text-align: center;
	border-radius: 4px;
}
.or-itm-m-conf .is-confirmed small,
.or-itm-m-conf .is-unconfirmed small{
	display: block;
}
.or-itm-m-conf .is-confirmed:active{
	background-color: #deefed;
}
.or-itm-m-conf .is-unconfirmed{
	color: var(--cui-secondary);
	display: block;
	text-align: center;
	border-radius: 4px;
}
.or-itm-m-conf .is-unconfirmed:active{
	background-color: #DFE0E2;
}
.or-m-items-cancel{
	background-color: var(--cui-secondary-bg-subtle);
}
.or-m-items-cancel .or-itm-m-conf{
	align-self: center;
}
.or-m-items-cancel .btn{
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
/* ローディング */
.modal-loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
[id*="modal"].is-loading .modal-loading-overlay {
	opacity: 1;
	visibility: visible;
}
.spinner{
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #323a49;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.add-order-items{}
.add-order-items .or-item-class{
	width: 80%;
}
.add-order-items .or-item-class,
.add-order-items .or-item,
.add-order-items .or-item-input{
	margin-bottom: 0.75rem;
}
.add-order-items .or-item-input{
	width: 100px;
}
.add-order-items .or-item-input,
.add-order-items .or-item-unit,
.add-order-items .or-item-cancel-btn{
	display: inline-block;
}
.add-order-items .or-item-cancel-btn{
	float: right;
}
.add-order-items .or-clear{
	text-align: left;
}
.image-add{
	background: url("../img/image_add.png") no-repeat left center;
	background-size: cover;
	width: 100%;
	height: 150px;
	cursor: pointer;
	position: relative;
}
.image-add input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.thumb-check{
	margin-top: 8px;
}
.thumb-check .form-check{
	margin-bottom: 12px;
}
.image-next-add{
	/*border: 2px dashed #96a1b0;*/
	opacity: 0.4;
	border-radius: 4px;
	cursor: default;
}
.image-next-add:hover{
	opacity: 0.6;
}
.image-next-add .btn{
	border: 2px dashed #96a1b0;
	width: 100%;
	height: 100%;
	color: #000;
	font-weight: bold;
}
.image-next-add .btn:hover{
	border-style: solid;
	background-color: transparent;
}

.work-conf-check .d-flex input[value=""]:disabled{
	background-color: var(--cui-secondary-bg);
}

.error-message{
	color: var(--cui-danger);
	margin-top: 5px;
	margin-bottom: 5px;
}

/* エラーメッセージ
========================================= */
.message.error {
	background-color: #f8d7da !important;
	border: 1px solid #f5c2c7 !important;
	color: #842029 !important;
	padding: 0.75rem 1rem !important;
	border-radius: var(--cui-border-radius) !important;
	margin-bottom: 1rem !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	padding-right: 2.5rem !important;
}
.message.error:hover {
	background-color: #f5c2c7 !important;
	border-color: #f1aeb5 !important;
}
.message.error::before {
	content: "\e000";
	font-family: "Material Icons";
	font-size: 20px;
	margin-right: 0.5rem;
	flex-shrink: 0;
}
.message.error::after {
	content: "\e5cd";
	font-family: "Material Icons";
	font-size: 18px;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
	transition: opacity 0.2s;
}
.message.error:hover::after {
	opacity: 1;
}
.message.error.hidden {
	display: none !important;
}

@media(min-width: 768px){
	.order-item-add-modal{
		max-width: 400px!important;
	}
}


/* 作業確認書（署名）
========================================= */
.service-ompletion-form{
}
.service-shop-info{
	display: grid;
	grid-template-columns: 113px 1fr;
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 0px;
	grid-row-gap: 3px;
}
.ss-info-item1 { grid-area: 1 / 1 / 2 / 2; }
.ss-info-item2 { grid-area: 1 / 2 / 2 / 3; }
.ss-info-item3 { grid-area: 2 / 1 / 3 / 2; }
.ss-info-item4 { grid-area: 2 / 2 / 3 / 3; }
.ss-info-item5 { grid-area: 3 / 1 / 4 / 2; }
.ss-info-item6 { grid-area: 3 / 2 / 4 / 3; }
.ss-info-item7 { grid-area: 4 / 1 / 5 / 2; }
.ss-info-item8 { grid-area: 4 / 2 / 5 / 3; }
.service-shop-info dd,.customer-info dd,.car-info dd{
	margin-bottom: 0;
}
.customer-info-wrap{
	border: var(--cui-border-width) solid var(--cui-border-color);
	margin-bottom: 1.5rem;
}
.customer-info-wrap .customer-info-ttl{
	background-color: var(--cui-secondary-bg);
	font-size: 1.125rem;
	padding: 0.4rem 0.625rem;
}
.customer-info{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(6, 0.4fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0.625rem 1rem;
	margin-bottom: 0.625rem;
}
.cs-info-item1 { grid-area: 1 / 1 / 2 / 2; }
.cs-info-item2 { grid-area: 2 / 1 / 3 / 2; }
.cs-info-item3 { grid-area: 3 / 1 / 4 / 2; }
.cs-info-item4 { grid-area: 4 / 1 / 5 / 2; }
.cs-info-item5 { grid-area: 5 / 1 / 6 / 2; }
.cs-info-item6 { grid-area: 6 / 1 / 7 / 2; }
.customer-info-name{
	font-size: 1.5rem;
	font-weight: bold;
}

.car-info{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: var(--cui-border-color);
	margin: 0.625rem 1rem 1rem;
}
.car-info dt{
	background-color: var(--cui-secondary-bg);
	border-left: var(--cui-border-width) solid var(--cui-border-color);
}
.car-info dd{
	border-left: var(--cui-border-width) solid var(--cui-border-color);
}
.car-info dt,.car-info dd{
	padding: 10px;
}

.service-info{
	counter-reset: section;
	margin-bottom: 2rem;
}
.sv-item-class{
	counter-reset: subsection;
	position: relative;
	padding-left: 34px;
}
.sv-item-class:before{
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--cui-success);
	width: 26px;
	height: 26px;
	color: #FFF;
	text-align: center;
}

.service-info-ttl{
	font-size: 1.125rem;
	background-color: var(--cui-secondary-bg);
	padding: 0.5rem;
	margin-bottom: 1rem;
}
.service-item-list{
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	border: 2px solid var(--cui-success);
	margin-bottom: 1rem;
}
.service-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1rem 0;
}
.service-item dd{
	margin-bottom: 0;
}
.sv-item-class{
	font-size: 1.125rem;
	width: 100%;
	margin-right: 0;
	margin-bottom: 8px;
}
.sv-item-name{
	margin-right: 10px;
}

.service-check-head{
	text-align: right;
	margin-bottom: 6px;
	font-size: 0.875rem;
}
.service-check-head p{
	margin-bottom: 0;
}
.service-check-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
	border-top: 1px solid var(--cui-border-color);
	margin-bottom: 1rem;
}
.service-check-items{
	grid-column: span 2;
	display: grid;
	grid-template-columns: 0.8fr auto;
	margin-bottom: 0;
	padding: 10px 5px;
	border-bottom: 1px solid var(--cui-border-color);
}
.sv-ck-ttl {
	font-weight: bold;
}
.sv-ck-dtl{
	margin-bottom: 0;
	text-align: center;
}
.warranty-dl-list{
	margin-left: 15px;
	margin-right: 15px;
}
.warranty-dl-list dd{
	padding-left: 1.2em;
}
.warranty-list > li{
	margin-bottom: 1em;
}
.warranty-list > li .li-break{
	display: block;
}
.circle-num-list{
	padding-left: 0;
	margin-left: 1em;
	position: relative;
}
.circle-num-list > li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
.circle-num-list > li .circle-num{
	position: absolute;
	left: 0;
}
.customer-confirm-area{
	margin: 30px auto;
}
@media(min-width: 768px){
	.customer-confirm-area{
		width: 500px;
	}
}


/*ギャラリー*/
.service-images{
	margin-bottom: 3rem;
	margin-top: 2rem;
}
.thumbnail-gallery{
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.thumb-item{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.thumb-item figure{
	position: relative;
	margin-bottom: 3px;
}
.thumb-item figure:before{
	content: "\e8ff";
	font-family: "Material Icons";
	position: absolute;
	right: 3px;
	bottom: 3px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
	pointer-events: none;
	font-size: 22px;
}
.thumbnail-gallery img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	cursor: pointer;
}
.thumb-caption{
	font-size: 0.875rem;
	line-height: 1.3;
	padding-top: 5px;
}
.fullscreen-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.fullscreen-gallery .swiper {
	width: 90%;
	height: 90%;
}
.fullscreen-gallery .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.close-button {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
	z-index: 1001; /* Swiperより手前に */
}

.customer-sign-area{}
.customer-sign-notice{
	margin-bottom: 2rem;
}
#customer-sign-check,
#customer-confirmation-check{
	margin-right: 5px;
}
#customer-sign-btn{
	font-size: 1.5rem;
	padding: 1rem 2rem;
	width: 300px;
	margin: 1rem 0;
}

.customer-sign-done{}
.cs-sgn-done-date span{
	padding-right: 10px;
}
.cs-sgn-done-area{
	border: 1px solid var(--cui-border-color);
}

#drawArea{
	border: 1px solid var(--cui-border-color);
	background-color: #fff;
}
.work-report-image{
	position: relative;
}
.work-report-image:after{
	content: "\e86c";
	font-family: "Material Icons";
	position: absolute;
	top: 3px;
	left: 3px;
	color: var(--cui-danger);
	border-radius: 100px;
	width: 22px;
	height: 22px;
	text-align: center;
	pointer-events: none;
	font-size: 22px;
	background-color: #FFF;
	line-height: 23px;
}

@media(min-width: 576px){
	.service-item{
		flex-wrap: nowrap;
		align-items: center;
		margin: 1rem 0;
	}
	.sv-item-class{
		width: auto;
		margin-right: 17px;
		margin-bottom: 0;
	}
}
@media(min-width: 768px){
	.service-ompletion-form{
		padding: 3rem;
	}
	.service-shop-info{
		grid-template-columns: 113px 1.5fr 113px 3fr;
		grid-template-rows: repeat(3, 1fr);
		grid-row-gap: 0px;
	}
	.ss-info-item7 { grid-area: 1 / 3 / 4 / 4; }
	.ss-info-item8 { grid-area: 1 / 4 / 4 / 5; }
	.customer-info{
		grid-template-columns: 1fr 0.5fr 1fr;
		grid-template-rows: repeat(2, auto);
	}
	.cs-info-item2 { grid-area: 2 / 1 / 3 / 2; }
	.cs-info-item3 { grid-area: 1 / 2 / 2 / 3; }
	.cs-info-item4 { grid-area: 1 / 3 / 2 / 4; }
	.cs-info-item5 { grid-area: 2 / 2 / 3 / 3; }
	.cs-info-item6 { grid-area: 2 / 3 / 3 / 4; }
	.service-check-container{
		grid-template-columns: repeat(4, 1fr);
	}
	.thumb-item{
		width: 33.333333%;
	}
}
@media(min-width: 992px){
	.thumb-item{
		width: 20%;
	}
}

/* 作業レポート
========================================= */
.report-total-line td{
	font-weight: bold;
}
table.tbl-sheet thead tr th:first-child,
table.tbl-sheet tbody tr td:first-child{
	width: 150px;
	position: sticky;
	left: 0;
}
table.tbl-sheet tbody tr td:first-child:before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #919AA7;
	pointer-events: none;
}
.area-toggle{
	display: block;
	position: relative;
	padding-right: 24px;
	cursor: pointer;
}
.area-toggle:after{
	content: "\e5c5";
	font-family: "Material Icons";
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	position: absolute;
	right: 0;
	color: var(--cui-danger);
}
.area-toggle.expand:after{
	content: "\e5c7";
}
.area-toggle:hover{
	background-color: #fff89a;
}

.repot-ss-tr{rdisplay: none;}
.report-ss-tr.expand{display: table-row;}
.report-ss-tr td:first-child{text-align: right;}
.report-ss-tr td{
	background-color: #E3F2FD!important;
}
.table-striped > tbody > tr.report-ss-tr:nth-of-type(odd) > *{
	box-shadow: inset 0 0 0 9999px rgb(200.24, 200.08, 223.32), rgb(210.92, 210.64, 235.06), transparent;
}
.ratio-chart-area{
	container-type:inline-size;
}
.ratio-chart-item{
	height: 50cqi;
}

/* 微調整
========================================= */
.form-check-ct-num{
	position: relative;
}
.form-check-ct-num .form-check-label{
	float: left;
}
.form-check-ct-num [type="text"]{
	width: 100px;
}

/* title
========================================= */
.subttl{
	color: #FFF;
	background-color: #132855;
	padding: 0.5rem 0.625rem;
	border-radius: var(--cui-border-radius);
	border-left: 13px solid #009d85;
}

/* パーツ
========================================= */
/*width*/
.wd-20{width: 20px;}
.wd-25{width: 25px;}
.wd-30{width: 30px;}
.wd-35{width: 35px;}
.wd-40{width: 40px;}
.wd-50{width: 50px;}
.wd-60{width: 60px;}
.wd-70{width: 70px;}
.wd-80{width: 80px;}
.wd-90{width: 90px;}
.wd-100{width: 100px;}
.wd-110{width: 110px;}
.wd-120{width: 120px;}
.wd-130{width: 130px;}
.wd-140{width: 140px;}
.wd-150{width: 150px;}

.fz-10{font-size: 10px;}
.fz-12{font-size: 12px;}
.fz-14{font-size: 14px;}
.fz-16{font-size: 16px;}


.text-liner{
	background:linear-gradient(transparent 60%, #ff6 60%);
}