html {
  font-family: "Meiryo",sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 全体フォントサイズを設定 START */
  font-size: 11.5px;
  /* 全体フォントサイズを設定 E N D */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing:0.05em;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont,"Meiryo", "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


/* DateTimePicker用 */
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 9000;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../../images/loading_image.gif") center center no-repeat;
}

/* タブ関連 */
.tab-group{
    display: flex;
    justify-content:left;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-right: 1px;
}
.tab{
    flex-grow: 1;
    height:40px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:10px;
    list-style:none;
    border:solid 1px #CCC;
    text-align:center;
    cursor:pointer;

}
.panel-group{
    height:100%;
    border:solid 1px #CCC;
    border-top:none;
    background:white;
    padding: 10px;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#007bff;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}

/* 画像エリア */
.imageDiv{
	display:block;
	width:180px;
	height:190px;
	text-align:center;
	position:relative;
	overflow:hidden;
}

/*一般色 */
.commonColor{
    background:#4685A8;
}

.commonColorText{
    color:#4685A8;
}

/* 管理者色 */
.manageColor{
	background-color: rgb(197, 61, 81);
/*
  background: radial-gradient(rgb(0, 128, 192), rgb(0, 128, 255));
  background: -moz-radial-gradient(rgb(0, 128, 192), rgb(0, 128, 255));
  background: -webkit-radial-gradient(rgb(0, 128, 192), rgb(0, 128, 255));
*/
}

.manageColorText{
    color:#C86E14;
}

/* tr 背景色グレー */
.trGrayOut{
	background:#DEDEDE;
}

/* div 選択中チャット */
.selectedChat{
    background:#D6E6D9;
    border-left: solid 10px #9ED6A9;
}

/* レスポンシブ：PC */
@media all and (max-width: 768px) {
	.pc-view {
    	display: none !important;
    }
}
/* レスポンシブ：SP */
@media all and (min-width: 769px) {
	.sp-view {
    	display: none !important;
	}
}

/* レスポンシブ：PC */
@media all and (max-width: 1199px) {
	.pc-top-view {
    	display: none !important;
    }
}
/* レスポンシブ：SP */
@media all and (min-width: 1200px) {
	.sp-top-view {
    	display: none !important;
	}
	.left-top-solid{
		border-left: solid 1px #a9a9a9 !important;
	}
}

textarea {
	width:100%;

}

button.collapseButton[aria-expanded="false"]:after {
	font-size:1.25em;
	font-family: "Font Awesome 5 Free";
	content: '\f055';
	font-weight: 900;
}

button.collapseButton[aria-expanded="true"]:after {
	font-size:1.25em;
	font-family: "Font Awesome 5 Free";
	content: '\f056';
	font-weight: 900;
}

button#collapseButton[aria-expanded="false"]:after {
	font-size:1.25em;
	font-family: "Font Awesome 5 Free";
	content: '\f055';
	font-weight: 900;
}

button#collapseButton[aria-expanded="true"]:after {
	font-size:1.25em;
	font-family: "Font Awesome 5 Free";
	content: '\f056';
	font-weight: 900;
}

@media(max-width:768px){
	.sp-view-list{
		height:40vh;
	}
	.sp-little-view-list{
		height:30vh;
	}
	.sp-tab{
		height:36px;
		width:90px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.sp-lg-tab{
		height:36px;
		width:105px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.w-sp-75 {
	  width: 75% !important;
	}
	.sp-tabel{
		width:291.5px;
	}

}

@media(min-width:769px) and (max-width:1366px){
	.note-pc-view-list{
		height:60vh;
	}
	.note-little-pc-view-list{
		height:50vh;
	}
	.note-pc-tab{
		height:36px;
		width:140px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.left-solid{
		border-left: solid 1px #a9a9a9 !important;
	}
	.w-note-75 {
	  width: 75% !important;
	}
}

@media(min-width:1367px){
	.pc-view-list{
		height:70vh;
	}
	.pc-little-view-list{
		height:60vh;
	}
	.pc-tab{
		height:36px;
		width:200px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.left-solid{
		border-left: solid 1px #a9a9a9 !important;
	}
	.w-pc-50 {
	  width: 50% !important;
	}
	.pc-view-detail-list{
		height:35vh;
	}
}

.btn-outline-orange {
  color: #ff8c00;
  border-color: #ff8c00;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ff8c00;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.top-headline{
	border-left-style: solid;
	border-left-width:1px;
	border-top-style: solid;
	border-top-width:1px;
	border-right-style: solid;
	border-right-width:1px;
	border-color:rgb(192, 192, 192);
	background-color:#afeeee;	
	  background: radial-gradient(rgb(170, 213, 255), rgb(170, 213, 255));
  background: -moz-radial-gradient(rgb(170, 213, 255), rgb(170, 213, 255));
  background: -webkit-radial-gradient(rgb(170, 213, 255), rgb(170, 213, 255));
}

.top-body{
	border-style: solid;
	border-width:1px;
	border-color:rgb(192, 192, 192);
	background-color:#FFFFFF;
}

.title-border {
	border-left-style: solid;
	border-left-color:#007bff;
	border-left-width:7px;

}

.sub-title {
  position: relative;
  padding: 1.75rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}

.sub-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #007bff;
}

.sub-title-red {
  position: relative;
  padding: 1.75rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}

.sub-title-red:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dc3545;
}
.bottom-solid {
  border-bottom:solid 1px #a9a9a9;
}

.arrow-side-bar{
  border-top: solid 1.5px #808080;
  border-right: solid 1.5px #808080;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.sideButton:hover .arrow-side-bar{
  border-top: none;
  border-bottom: solid 1.5px #808080;
  border-right: solid 1.5px #808080;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.h5-non {
  font-size: 1.25rem;
  color: #000000;
  pointer-events:none;
}

/* チェックボックスをトグルスイッチ風に変更する */
.toggle-button {
  margin: 5px;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    background-color: #dddddd;
    cursor: pointer;
    transition: background-color .4s;
}

.toggle-button:has(:checked) {
    background-color: #4bd865;
}

.toggle-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    content: '';
    transition: left .4s;
}

.toggle-button:has(:checked)::after {
    left: 25px;
}

.toggle-button input {
    display: none;
}

.button-group {
  display: flex;
  justify-content: left;
}

.button-group button, .button-group form button {
  width: 200px;
}
.btn-light {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #dae0e5;
}
.btn-light:hover {
  color: #212529;
  background-color: #a9a9a9;
  border-color: #dae0e5;
}

.mt-40px{
   margin-top: 40px;
}
.mt-100px{
   margin-top: 100px;
}
.w-80{
   width:80%;
}
.w-100{
   width:100%;
}
.w-100px{
   width:100px;
}
.white-space-pre{
white-space: pre;
}
.white-space-preline{
white-space: pre-line;
}
.border-808080{
	border-bottom: solid 1px #808080;
}
.border-808080-dash{
	border-bottom: dashed 1px #808080 !important;
}
.border-808080-afeeee{
	border-bottom: solid 1px #808080;
	background-color:#afeeee;
}
.border-6c757d{
	border: solid 1px #6c757d;
}
.border-495057{
	border: solid 1px #495057;
}
.border-C0C0C0{
	border: solid 1px #C0C0C0;
}
.border-dee2e6{
	border: solid 1px #dee2e6;
}
.border-bottom-dee2e6{
	border-bottom: solid 1px #dee2e6;
}
.border-d3d3d3{
	border: solid 1px #d3d3d3;
}
.border-4685A8{
	border: solid 1px #4685A8;
}
.border-bottom-4685A8{
	border-bottom: solid 1px #4685A8;
}
.notice{
	text-align: left;
	background-color:#CCFFCC;
	border:1px solid #0000ff;
}
.notice2{
	text-align: left;
	background-color:#FFFFCC;
	border:1px solid #0000ff;
}
.format-link{
	list-style:none;
	border:1px solid;
	width:20px;
	height:22px;
}
.format-color-link{
    width:13px;
    height:13px;
}
.format-size-syo{
    font-size:1.25rem;	
}
.format-size-dai{
    font-size:1.75rem;	
}
.format-size-tokudai{
    font-size:2.00rem;	
}
.format-bold{
    font-weight:bold;	
}
.format-line-under{
   border-bottom:solid 1px;	
}
.format-line-cancel{
   text-decoration:line-through;	
}

.format-color-007bff{
	background-color:#007bff;
}
.format-color-6610f2{
	background-color:#6610f2;
}
.format-color-6f42c1{
	background-color:#6f42c1;
}
.format-color-e83e8c{
	background-color:#e83e8c;
}
.format-color-dc3545{
	background-color:#dc3545;
}
.format-color-fd7e14{
	background-color:#fd7e14;
}
.format-color-ffc107{
	background-color:#ffc107;
}
.format-color-28a745{
	background-color:#28a745;
}
.format-color-20c997{
	background-color:#20c997;
}
.format-color-17a2b8{
	background-color:#17a2b8;
}
.format-color-6c757d{
	background-color:#6c757d;
}
.format-color-343a40{
	background-color:#343a40;
}
.font-color-007bff{
	color:#007bff;
}
.font-color-6610f2{
	color:#6610f2;
}
.font-color-6f42c1{
	color:#6f42c1;
}
.font-color-e83e8c{
	color:#e83e8c;
}
.font-color-dc3545{
	color:#dc3545;
}
.font-color-fd7e14{
	color:#fd7e14;
}
.font-color-ffc107{
	color:#ffc107;
}
.font-color-28a745{
	color:#28a745;
}
.font-color-20c997{
	color:#20c997;
}
.font-color-17a2b8{
	color:#17a2b8;
}
.font-color-6c757d{
	color:#6c757d;
}
.font-color-343a40{
	color:#343a40;
}
.form-control.naiyou{
	height: 20.0rem;
	font-size:1.5rem;
}
.form-control.memo{
	height: 10.0rem;
	font-size:1.5rem;
}
.form-control.prev{
	height: auto;
	font-size:1.5rem;
}
.color-bule{
	color: blue;
}
.color-red{
	color: red;
}
.color-0000FF{
	color:#0000FF;
}
.color-FF0000{
	color:#FF0000;
}
.color-FFFFFF{
	color:#FFFFFF;
}
.background-color-FFFF00{
	background-color:#FFFF00;
}
.background-color-D9E9F2{
	background-color:#D9E9F2;
}
.form-control.internaldocument-title{
	height: 10.0rem;
	font-size:1.5rem;
}
.linkslist-linkname{
	border: solid 1px #6c757d; 
	background-color:#89c3eb;
}
.linkslist-edit{
	width: 100%;
	background-color:#eaf4fc;
}
.information-title{
	border-bottom: solid 1px #dee2e6;
	background-color:#1e90ff;
}
.kind-ippan{
	background-color:#7fffd4;
	text-align:center;
}
.kind-soumu{
	background-color:#ffa500;
	text-align:center;
}
.kind-systemadmin{
	background-color:#c0c0c0;
	text-align:center;
}
.information-image{
	border:1px solid;
	max-width:300px; 
	max-height:300px;
}
.information-draft{
	max-width:50vw;
}
.information-regist{
	text-align: left;
	background-color:#faf0e6;
	border:1px solid #0000ff;
}
.information-update{
	text-align: left;
	background-color:#e0ffff;
	border:1px solid #deb887;
}
.application-regist{
	text-align: left;
	background-color:#faf0e6;
	border:1px solid #0000ff;
}
.application-update{
	text-align: left;
	background-color:#e0ffff;
	border:1px solid #deb887;
}
.mypage-item{
	text-align: left;
	align-items: center;
	border-bottom:1px dashed #808080;
}
.memo-size{
	height:auto; 
	max-height:400px;
}
.memo-scroll{
	overflow-x:hidden; 
	overflow-y:auto;
}
.memo-color1{
	background-color:#F2E2D9;
}
.memo-color2{
	background-color:#D9E9F2;
}
.is-hidden {
	display: none !important;
}
