@charset "UTF-8";

body{
	overflow-x: hidden;
	padding-bottom: 50px;
}
.color-red{
    color: #FF0000;
}
.color-orange{
    color: #FFA500;
}
.color-blue{
    color: #0000FF;
}
.color-green{
    color: #008000;
}
.modal{
	z-index: 100100;
}
.modal-backdrop {
    z-index: 100000;
}
button:disabled{
	background-color: #AAAAAA!important;
	border-color: #AAAAAA!important;
}
.table{
    width: max-content;
}
.table tbody tr td{
	padding: .2rem .2rem;
	   text-overflow: ellipsis;
	   white-space: nowrap;
	   overflow: hidden;
	   max-width: 0;
}

.table thead th{
	padding: .2rem .2rem;
}
.table tbody th {
    padding: .2rem .2rem;
}
.search-result-overflow-scroll{
	overflow-x: auto;
}
.table-center{
	margin: auto;
}
.accordion-item{
	text-align: center;
}
.accordion-item select, input{
	text-align: left;
}
.iframe-modal .modal-body{
	padding: 0px;
}
.form-area{
text-align: left;
	margin:auto;
	padding: 10px;
}
.form-button-area{
text-align: center;
	margin:auto;
	padding: 20px;
}
#clientValidationErrorParent{
text-align: left;
}
.input-group-text{
	display: flex;
	justify-content: space-between;
}
.select2-container--bootstrap-5{
	flex-grow: 0!important;
}
.label-required{
	background-color: #d02c2c;
	color:#FFFFFF;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
    padding: 0px 7px 0px;
}
.form-check-inline{
	padding-top: 6px;
	padding-left: 10px;
}

.align-center{
	text-align: center;
}
#loadingWhiteOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loadingCircle {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px){
	.navi-button button{
		height: 40px;
		width: 40px!important;
	}
	.navi-button button span{
		display: none;
	}
}
.navi-button {
	padding-right: 10px;
}
.modal-navi-button {
	padding-right: 10px;
}
.form-select{
    flex: none !important;
}
.wf-30 {
    width: 30px !important;
}
.wf-50 {
    width: 50px !important;
}
.wf-70 {
    width: 70px !important;
}
.wf-100 {
    width: 100px !important;
}
.wf-110 {
	width: 110px !important;
}
.wf-120 {
	width: 120px !important;
}
.wf-140 {
	width: 140px !important;
}
.wf-145 {
	width: 145px !important;
}
.wf-150 {
    width: 150px !important;
}
.wf-155 {
    width: 150px !important;
}
.wf-160 {
    width: 160px !important;
}
.wf-170 {
    width: 170px !important;
}
.wf-180 {
    width: 180px !important;
}
.wf-190 {
    width: 190px !important;
}
.wf-200 {
    width: 200px !important;
}
.wf-230 {
    width: 230px !important;
}
.wf-250 {
    width: 250px !important;
}
.wf-300 {
    width: 300px !important;
}
.wf-350 {
    width: 350px !important;
}
.wf-400 {
    width: 400px !important;
}
.wf-450 {
    width: 450px !important;
}
.wf-500 {
    width: 500px !important;
}
.wf-700 {
    width: 700px !important;
}

.w-100 {
    width: 100% !important;
}

@media (max-width: 767px){
	.input-group-text {
	    width: 100% !important;
	}
}

.h-20 {
    height: 20px !important;
}


.align-right{
	text-align: right !important;
}
.align-center{
	text-align: center !important;
}
.bg-menu-header {
    background: #003960;
	
}
.accordion-button {
  background-color: #CFDFEF;
}
/* アコーディオンが開いているときのボタンスタイル */
.accordion-button:not(.collapsed) {
  background-color: #CFDFEF;
	color: #000000;
}

table thead  {
border-color:#6F7F8F!important;
}
table thead th {
	text-align: center;
	background-color: #CFDFEF!important;
	border: 1px solid #6F7F8F;
}
table tbody th {
	text-align: center;
	background-color: #CFDFEF!important;
	border: 1px solid #6F7F8F!important;
}
.table-td-text-center {
	text-align: center;
}
.input-group-text {
    color: #212529;
    background-color: #CFDFEF;
    border: 1px solid #AFBFCF;
}


.accordion{
	margin-bottom: 20px;
}
.input-group{
	padding: 10px 0px 10px 0px;
}


.form-control {
    flex: none!important;
}	
	.form-control:focus {
	    color: #212529;
	    background-color: #fff;
	    border-color: #86b7fe;
	    outline: 0;
	    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
	}	
	
	.form-row {
	    margin-bottom: 12px;
	}
	.form-error {
	    color: red;
	}	


.code-search{
	width: 38px;
	height: 38px;
	border-radius: .25rem!important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-button {
	color: #fff;

	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

/* 【Validation】入力チェックエラー時のスタイル */
.validateError { 
	background-color: #FAE9E9!important;
	border-color:#FF0000!important;
}
.content-center-div {
	display: flex;
	justify-content: center;
	width: 100%;
}
.search-table-div-100per {
	width: 100%;
}
.search-table-div {
	width: 98%;
}
.search-table {
	border-collapse: collapse; /* ボーダーを重ねて見やすくする */
	margin: 0 auto; /* 水平中央寄せ */
 	border-collapse: collapse;
 	width: 100%;
	margin-bottom: 20px;
}
.search-table-th-a-cursor {
	cursor: pointer;
	text-decoration: none;
	color: black;
}
.search-table-th, search-table-td {
	white-space: nowrap;
}
.search-table-paging-area {
    display: flex;
    justify-content: space-between;
}
.left-div {
	align-self: flex-end;
}
.left-button-div {
	display: flex;
	padding-left: 20px;
	width: 40%;
}
.none-pointer-events {
    color: gray;
    pointer-events: none;
    cursor: not-allowed;
}
.label-display {
	background-color: #FFFFFF;
	border: dashed 1px #d3d3d3;
	height:38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block; 
	text-align: left;
}
.content-line {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	height: 300px;
	margin: 2.5%;
	padding: 10px;
	justify-content: center; 
	align-items: center;     
	position: relative;      /* 相対位置 */
}

.content-line2 {
    border: 1px dashed black;
	border-radius: .25rem;
	height: 70%;
	margin: 10px;
    display: flex;
	background-color: lightgray;
    justify-content: center; 
    align-items: center;     
    position: relative;      /* 相対位置 */
	flex-direction: column;
}
.download-file-label-div{
    padding: 20px 0px 0px 20px;
}
.download-file-a-div{
	padding: 0px 0px 0px 40px;
}
.explanation-label-div {
	padding-left: 20px;
}
.result-label-div{
    align-items:center;
}
.flex-button-div {
	margin-left: 20px;
}
.label-right {	/* label幅指定アリのこと。 */
	display: inline-block;
	text-align: right;
}
.label-center {	/* label幅指定アリのこと。 */
	display: inline-block;
	text-align: center;
}
.custom-font {
	font-size: 25px;
}
.paging-button {
	margin-top: 20px;
}



.top-scrollbar {
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	height: 20px;
}

.top-scrollbar__inner {
	overflow-x: auto;
	overflow-y: hidden;
	height:5px;
}

.row-toggle{
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.row-toggle.row-toggle-open {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
td.meisai-table div{
	display: inline-block
}

