@charset "UTF-8";

/*****cosmos-common*****************************************/

input[type="button"],
input[type="submit"]{
    -webkit-appearance: none;
}

html {
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #212529;
	background: #e3e5ef;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .875rem;
}

.modal-main .form-inline .form-control {
    max-width: 100%;
}

.modal-main .form-inline select option{
    display: block!important;
}


body#login-page{
	background: #fff;
}

img{
	height: auto;
	max-width : 100%;
}

a:link,
a:visited,
a:active{
	color: #212529;
}

a:hover {
	color: #e52795;
}


h1{
	font-size: 1.48rem;
	margin :0 0 16px ;
	padding: 10px 0;
	font-weight: bold;
	color: #212529;
}

h2,h3,h4,h5{
	padding: 0;
	margin :0 0 16px ;
}

h2{
	font-size: 1.25rem;
}

h3{
	font-size: 1.15rem;
	font-weight: bold;
	padding: 0;
}

input[type="file"] {
	font-size: .875rem;
}

p{
	margin: 0 0 16px;
	word-break: break-all;
}

a,
a:hover{
	text-decoration: none;
	outline: none;
}

label{
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}

/*=======btreset=======*/

.form-control{
	font-size: .875rem;
}

label{
	font-weight: normal;
}

.btn {
	cursor:pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.16);
	/*border-radius: 80px;
	/*padding: 10px 24px;*/
}

.calendar-mode .btn,
.calendar-function .btn{
	background: #fff;
}

.calendar-navi .btn[disabled="disabled"],
.calendar-navi .btn[disabled]{
	background: #f0f0f0;
	color: #bfbfbf;
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
	cursor:not-allowed;
}

.calendar-mode .btn.active{
	background: #f3f7d7;
}

.calendar-navi button.btn.btn-sm {
    padding: .34rem .5rem;
}

.navbar{
	padding: 0;
}

.navbar-light .navbar-toggler {
    background: rgba(255,255,255,1);
}

.form-group {
	margin: 0;
	padding: 2px 0;
}

.col-form-label {
    font-size: 110%;
    vertical-align: middle;
	font-weight: normal;
    line-height: 1.4;
    padding: 6px 15px;
}

.form-group  select option{
	font-size: 90%;
}

.page-link,
.page-link:hover{
	color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #1a8ff4;
    border: none;
}

.table-responsive {
    margin: 0;
}

.regular-content .table-responsive {
    margin: 0 0 12px;
}


.btn.btn-success {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}

.btn.btn-danger {
	color: #fff !important;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

.btn-arrow{display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: #e9ecef;
    border: 1px solid transparent;
	padding: .25rem .5rem;
	margin: 0 0 0 10px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius:  0 .2rem .2rem 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.16);
	position: relative;
}

.btn-arrow i{
	margin :0 10px 0 0;
}

.btn-arrow::before{
	content: '';
    display: block;
    position: absolute;
    top: .6rem;
    left: -6px;
    background: #e9ecef;
    transform: rotate(45deg);
    height: 10px;
	width: 10px;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
}


/*==========body==========*/

.content{
	width: 100%;
}

#main{
	padding: 70px 0 36px;
}

#main .container-fluid{
	padding: 16px 25px 16px 25px;
}

#main .container-fluid.fluid-vw{
	max-width: 80vw;
}



/*=========logo=========*/

#logo-area{
    position: fixed;
    left: 25px;
    top: 0;
    width: 160px;
    padding: 0 15px;
    background:#6E9ECE;
    display: flex;
	justify-content: center;
	z-index: 1040;
	transition: all .1s linear;
}

#logo-area figure{
    padding: 12px 0;
    width: 100px;
    margin: 0;
}

/*=========header=========*/

#header{
	width: 100%;
	padding : 0;
	height: auto;
	position: fixed;
	top: 0;
	/*left: 0;*/
	right: 0;
	box-sizing: border-box;
	box-shadow: 0 2px 7px rgba(0,0,0,.3);
	z-index: 1039;
	transition: all .1s linear;
}

#header .container-fluid {
    padding: 0 15px 0 225px;
}

#header ul{
    display: flex;
    padding: 0;
}

.menu-bar1 ul li .btn{
    font-size: .75rem;
}

#menu-bar1{
    background:#6E9ECE;

}

#menu-bar2{
    background: rgb(245, 247, 252);
}

#menu-bar1 ul li{
    padding: 1px 0;
    color: #fff;
}

#menu-bar1 ul.login-user li {
	padding: 0 0 0 10px;
	font-size: .75rem;
}

#menu-bar1 ul a{
	color: #fff;
	padding: 2px 8px;
	margin: 2px 0;
    display: block;
	font-size: .75rem;
	box-shadow: none;
}

#menu-bar2 ul li{
    margin: 8px 0;
}

#menu-bar2 ul a{
	color: #333;
    padding: 0 10px;
	display: block;
}

#menu-bar2 ul li{
    border-left: 1px solid #ccc;
}

#menu-bar2 ul li:first-child{
    border: none;
}


#menu-bar1 ul a:hover{
	background: rgba(0,0,0,.2);
	border-radius: 3px;
}

#header i{
	padding: 0 8px 0 0;
}


#header .switch{
	position: absolute;
	/*right: -38px;*/
	left: -38px;
	top: 8px;
	display: none;
	cursor: pointer;
	width: 34px;
 	height: 34px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}

#header .switch i{
	line-height:  34px;
	vertical-align: middle;
	font-size: 1.1rem;
}


/*=========menu-bar=================*/

/*=========main=============*/

/*--!マーク--*/
.fa-exclamation-triangle{
	color: #E3BD0E;
}

/*--text---*/

.text-red{color: #BE3835 !important;}
.text-black{color: #212529 !important;}
.text-white{color: #fff !important;}
.text-blue{color: #0000FF !important;}

.address-main h2,
.calendar-content h2,
.regular-content h2,
.form-content h2{
	font-size: 1.28rem;
	font-weight: bold;
	display: inline-block;
	color: #212529;
}

.calendar-content h2{
	padding: 10px 0 0;
}

.regular-content h2 label{
	font-size: 1.28rem;
	font-weight: bold;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.calendar-content .home-information h2{
	font-size: 1.1rem;
	margin: 0 0 4px;
	color: #212529;
}


.bbs-main h2,
.master-main h2,
.document-content h2{
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
	margin: 0;
	color: #212529;
	position: relative;
}

.document-content h2,
.bbs-main h2,
.master-main h2{
	padding: 8px 0;
}

.master-main h2{
    padding: 12px 60px 12px 0;
    border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.master-main h2.h2-open-navi{
    border-bottom: none;
}

.form-content h2{
	margin: 0 0 16px;
	color: #212529;
}

.calendar-content h2 .date input,
.regular-content h2 .date input,
.taskblock-content h2{
	font-size: 1.1rem;
	font-weight: bold;
}



.calendar-content h3,
.regular-content h3,
.form-content h3,
.bbs-main h3,
.result-filter {
    font-size: 1rem;
    padding: 10px 0;
    font-weight: bold;
    margin: 0;
	color: #212529;
}

.calendar-content h4{
	font-size: .875rem;
	font-weight: bold;
	margin: 0;
	color: #212529;
}

h2 i,h3 i,h4 i{
	margin: 0 10px 0 0;
}

h2 .input-group i, h3 .input-group i, h4 .input-group i {
    margin: 0;
}

/*-----login------*/


#login-page #main .container-fluid {
    padding: 0 15px;
}

#login-page #main .container-fluid .row .col-md-6{
	height: 100vh;
}

#login-page #main{
	padding: 0;
}

.login-content{
	width: 100%;
}

.login-content .form-group:last-child i {
	padding: 0 6px 0 0;
}

.login-logo{
	background: #6E9ECE;
	height: 100%;
}

#login-page .form-group {
	border-bottom: none !important;
}

.login-logo img{
	width: 230px;
	display: block;
	margin: 0 auto 10px;
}

.login-logo h1{
	margin: 32px 0 0;
	text-align: center;
	color: #C9E93C;
}

.login-logo h2{
	margin: 0;
	padding: 6px 36px;
 	text-align: center;
 	background: rgba(0, 0, 0, 0.58);
	color: #d5f30d;
	font-size: .875rem;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}

.login-logo p{
	margin: 26px 0 16px;
	text-align: center;
	color: #C9E93C;
}


/*--function-area

.function-area{
    	width: 100%;
	padding: 0;
	margin:  0 0 10px;
}

.function-area .form-group .form-inline{
	margin: 0;
}

.function-area label{
	padding: 0;
}

.function-area .form-group{
	padding: 2px 0;
}

.function-area .btn{
	background: #fff;
}

.function-area ul{
	display: flex;
}

.function-area ul li{
	margin: 0;
	padding: 0 0 0 4px;
}

.function-area a i{
	margin: 0 6px 0 0;
}

.function-area .custom-checkbox.custom-checkbox-cardtop {
    padding: .2rem 0 .2rem 1.5rem;
}
--*/


/*--functon-area--*/

.function-area{
	background: rgba(0,0,0,.035);
    padding: 0 15px;
    margin: 0 0 1rem;
    border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.05);
	transition: .2s all linear;
}

.function-area dl{
	display: flex;
	align-items: center;
	margin: 8px 0;
}

.function-area dt{
	font-size: 0.75rem;
	color: #333;
	font-weight: normal;
	padding: 0 6px 0 0;
}

.function-area dd{
	margin:0;
}


.function-area-ex{
	border-top: 1px solid #ccc;
}

.function-area-s input[type="button"],
.function-area-s button{
	margin: 4px 0;
}

.function-area .partition{
	border-right: 1px solid rgba(0,0,0,.05);
}

.function-area .btn{
	background: #fff;
}


.function-area select{
	/* max-width: 200px; */
	max-width: 250px;
}




/*--calendar-home--*/
.calendar-home .edit-btn{
	top: 8px;
	right: 15px;
}

.home-information ul{
	margin: 0 0 16px;
}

.home-information ul li{
	padding: 0 0 0 28px;
	position: relative;
}

.home-information ul li i{
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 1.05rem;
}

/*--calendar-mode / calendar-function / calendar-navi--*/


.calendar-mode,
.calendar-function{
	padding: 4px 10px;
	background: rgba(0,0,0,.05);
	border-radius: 4px;
}

.calendar-mode{
	margin: 0 0 10px;
}

.calendar-function{
	margin: 0 6px 10px 0;
}

.calendar-mode dt,
.calendar-function dt{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.695rem;
	font-weight: normal;
}

.calendar-mode dd,
.calendar-function dd{
	padding: 0;
	margin: 0 0 4px;
}

li.btn a{
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: none;
	color: #212529;
}

.calendar-function ul{
	display: flex;
}

.calendar-function ul li{
	margin: 0;
	padding: 0 2px;
}

.calendar-function ul li button {
	display: block;
	color: #212529;
}

.calendar-navi{
	margin: 0 0 16px;
	padding: 0;
}

.calendar-navi button .fa-angle-double-left,
.calendar-navi button .fa-angle-left{
	padding: 0 6px 0 0;
}

.calendar-navi button .fa-angle-double-right,
.calendar-navi button .fa-angle-right{
	padding: 0 0 0 6px;
}

.calendar-navi .btn{
	border: none;
	background: #fff;
}

/*--table-calendar--*/

.calendar{
	background: #fff;
	table-layout: fixed;
	margin: 0 0 6px;
}

.regular-list{
	table-layout: fixed;
	margin: 0;
}

.calendar th,
.regular-list th{
	text-align: center;
	padding: 4px 0;
	background: #ededed;
	font-size: 0.85rem;
	vertical-align: middle;
}

.regular-list th{
	white-space: nowrap;
}


.calendar td{
	padding: 0;
}

.calendar td>div{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height : 90px;
	padding: .75rem;
	box-sizing: border-box;
}

.calendar td{
	font-weight: bold;
	font-size: 1.1rem;
	color: #212529;
	line-height: 1;
}

.calendar td{
	min-height: 100px;
	overflow: hidden;
}

.calendar .today{
	background: #fff4e0;
}

.holiday,
.calendar th:nth-of-type(1),
.calendar td:nth-of-type(1){
            color: red !important;
}

.saturday,
.calendar th:nth-of-type(7),
.calendar td:nth-of-type(7){
            color: blue !important;
}

.calendar td.blank{
	background: #f6f6f6;
}

.calendar td ul li{
	color: #212529;
	font-weight: normal;
	line-height: 1.4;
	font-size: .75rem;
	margin: 0 0 2px;
}





/*--element-1--*/



/*--test--*/




.element-1.element-user > div{
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	margin: 0 0 1rem;
}

.element-1.element-user > div p{
	font-size: .75rem;
	margin: 0;
	color: #fff;
	background: #41709f;
	width: 100%;
	padding: 10px 10px;
	border-radius: 3px 3px 0 0 ;
}

.element-1.element-user > div div{
	padding: 5px;
	background: #e3edf8;
}


.element-1.element-user > div a{
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 0;
	margin: 0 0 6px;
	display: block;
}


.element-1{
	padding: 6px 0;
}

.element-1 > a{
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 0;
	margin: 0 0 6px;
	display: block;
}

.element-1 > a:hover{
	box-shadow: 0 0 1px rgba(0,0,0,.05);
}

.element-1 dl{
	width: 100%;
	margin: 0;
}

.element-1 dl dt{
	width: 100%;
	font-size: .75rem;
	font-weight: bold;
    padding: 8px 8px;
	border-bottom: 1px solid #e0e0e0;
	background: #efeff3;
	line-height: 1.1;
}

.element-1 dl dd{
	width: 100%;
	margin: 0;
}

.element-1 dl dd ul{
	width: 100%;
	display: flex;
}

.element-1 dl dd ul li{
	font-size: .75rem;
	padding: 2px 5px;
	width: 50%;
	border-right: 1px solid #e0e0e0;
	margin: 0;
	background: #fff;
}

.element-1 dl dd ul li:last-child{
	border: none;
}

.element-1 dl dd ul li span{
	font-size: .65rem;
	padding: 2px 4px;
	margin: 0 6px 0 0 ;
	background: #a3bbd2;
	color: #fff;
	border-radius: 2px;
}





/*--calender-icon--*/

.calendar td .fa-eye,
.calendar td .fa-paperclip,
.status-sign li .fa-eye,
.status-sign li .fa-paperclip,
.timetable .fa-eye,
.timetable .fa-paperclip{
	color: #48b316 !important;
	padding: 0 4px;
    	line-height: 1.5;
	display: inline-block;
	text-align: center;
	font-size: .65rem;
	background: #e9e9e9;
	border-radius: 2px;
}

.calendar td .fa-eye.vanish,
.calendar td .fa-paperclip.vanish,
.status-sign li .fa-eye.vanish,
.status-sign li .fa-paperclip.vanish,
.timetable .fa-eye.vanish,
.timetable .fa-paperclip.vanish{
	color: #adadae !important;
}


/*--week calendar category--*/

.calendar-category,
.address-category{
	padding: 20px 0 10px;
}

/*--card-area--*/

.card-area{
	width: 100%;
	margin: 0 0 12px;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, .2) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
	background: rgba(255,255,255,1);
	position: relative;
}

.card-area .function-area,
.modal .function-area {
    background: none;
    padding: 0;
    margin: 0 0 1rem;
    border-radius: 0;
    box-shadow: none;
    border: none;
}




.calendar-home .card-area{
	padding: 5px 15px;
	margin: 0;
}

.address-main .card-area,
.document-main .card-area,
.master-main .card-area,
.document-content .directory-list .card-area,
.bbs-main .directory-list .card-area{
	padding: 0;
	margin: 0 0 6px;
}

.bbs-main .card-area{
	padding: 0;
	margin: 0 0 12px;
}

.document-content .directory-list .card-area:last-child,
.bbs-main .directory-list .card-area:last-child{
	margin: 0 0 32px;
}

.card-area .btn,
.modal-main .btn{
	background: #e9ecef;
}

.custom-checkbox.custom-checkbox-cardtop{
	line-height: 1.7;
}

/*--taskblock

.taskblock-area{
	background: #fff;
	box-shadow: rgba(60, 64, 67, .2) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
	margin: 0 0 10px;
}

.taskblock-group{
	display: flex;
}

.taskblock-group ul{
	margin: 0;
	padding: 10px 15px;
}

.taskblock-group li{
	
}

.taskblock-function{
	display: flex;
	margin: 0;
	padding: 0;
}

.taskblock-function li{
	padding :0 ;
}

.taskblock-function a{
	padding :10px 15px ;
}

--*/

/*--task---*/

.container-frame{
	width: 100%;
	position: relative;
}

.container-frame > a{
	position: absolute;
    top: -20px;
    left: 0;
    display: block;
    background: rgba(0,0,0,.6) !important;
    color: #fff;
    padding: .4rem 15px;
	border-radius: 0 50px 50px 0;
	z-index: 20;
}




.task1,.task2,.todo{
	width: 100%;
	margin: 0 0 12px;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, .2) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
	background: rgba(255,255,255,1);
	position: relative;
	overflow: hidden;
}


.task2,.todo{
	display: flex;
	justify-content: center;	
	align-items: center;	
}


/*
.taskblock-content-level2 .task1,
.taskblock-content-level2 .task2{
	box-shadow: none;
	background: rgba(255, 255, 255, 0.55);
}

.taskblock-content-level2 .task1{
	overflow: visible;
}

.taskblock-content-level2 .task1::before{
		content:'';
		display: block;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 25px solid rgba(255, 255, 255, 0.55);
		position: absolute;
		top: 40%;
		right: -25px;
}
*/


.task1, 
.task2,
.todo{
	height: auto;
	min-height: 156px;
}


.task1 > div,
.task2 > div{
	width: 100%;
}

.task2 > div{
	padding: 30px 0;
}

.task2 > div.task-other-trigger,
.todo > div.task-other-trigger{
	padding: 0;
}


.task1 .task-main div:first-child{
    display: flex;
	width: 100%;
	margin: 0;
	align-items: center;
	justify-content: flex-end;
	min-height: 38px;
}

.task1 .task-main div:first-child > p,
.task1 .task-main div:first-child > a{
	font-size: .75rem;
	text-align: right;
	margin: 0 0 20px;
	width: calc(100% - 40px);
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	display: block;
}

.task1 .task-main div + div{
    display: flex;
	justify-content: start;
	width: 100%;
	padding: 3px 0;
}

.caution-area{
	box-shadow: 0 1px 10px rgba(200,0,0,.3),0 1px 3px rgba(200,0,0,.6);
}


.task2 .task-main div:last-child{
    display: flex;
	justify-content: start;
	width: 100%;
	padding: 3px 0;
}

.task2 > div div.task-other{
	flex-direction: column;
	transition: .2s all linear;
}

.task1 .task-main dl,
.task2 > div dl,
.todo > div dl{
	margin: 0;
	width: calc(100% - 155px);
}




.task1 .task-main dl:first-child,
.task2 > div dl:first-child,
.todo > div dl:first-child{
	width: 100px;
	margin: 0 8px 0 0 ;
}

.task1 .task-main dl:first-child dt,
.task2 > div dl:first-child dt,
.todo > div dl:first-child dt{
	background: #00AD47;
	color: #fff;
	font-size: .75rem;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	white-space: nowrap;
}

.task1 .task-main dl:first-child dd,
.task2 > div dl:first-child dd,
.todo > div dl:first-child dd{
	background:#E4FFEF;
	color: #00AD47;	
	font-size: .65rem;
	text-align: center;
	padding: 3px 10px;
	margin: 0;
	white-space: nowrap;
}

.task1 .task-main dl:nth-child(2) dt{
	color: #474747;
	font-size: 1.05rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
}

.task1 .task-main dl:nth-child(2) dd{
	color: #00AD47;	
	font-size: .75rem;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
}

/*--progress--*/
.task1 .task-main > div div,
.task2 .task-main > div div,
.todo .task-main > div div {
    width: 50px;
}




.circle-progress {
	width: 40px;
	position: relative;
	margin: 0 0 0 10px;
    display: block;
}

.circle-progress strong {
	position: absolute;
    text-align: center;
    font-size: .75rem;
	width: 100%;
	top: 11px;
    left: 0;
}

.circle-progress strong::after {
	content: '%';
	font-size: .65rem;
}


/*--task下部--*/

.task1 .task-information {
	position: absolute;
	bottom: 10px;
	padding: 2px 0 0 0;
	width: calc(100% - 30px);
	border-top: 18px solid #E4FFEF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.task1 .task-information ul li{
	padding: 0 0 0 10px;
}

.task1 .task-information ul + ul li{
	padding: 0;
}

.task1 .task-information ul dl{
	display: flex;
	align-items: center;
	margin: 0;
}

.task1 .task-information ul dl dt,
.task1 .task-information ul dl dd{
	font-size: .75rem;
	margin: 0;
	line-height: 1.2;
	color: #696969;
}

.task1 .task-information ul dl dd i{
	display: block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #333;
	text-align: center;
	line-height: 16px;
	margin: 0 0 0 10px;
}


.task1 .task-information  ul dl dt::after{
	content: ':';
}


.task1 > a{
	display: block;
	transform: rotate(45deg);
	position: absolute;
	width: 80px;
	height: 80px;
	top: -40px;
	left: -40px;
	background: #00AD47;
}

.task1 > a span{
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	color: #fff;
	font-size: .7rem;
	font-weight: bold;
	right: 4px;
	bottom: 32px;
}



/*--task2--*/


.task2 .task-main dl:nth-child(2) dt,
.todo .task-main dl:nth-child(2) dt{
	color: #474747;
	font-size: .875rem;
	font-weight: normal;
	word-break: break-all;
}

.task2 .task-main dl:nth-child(2) dd,
.todo .task-main dl:nth-child(2) dd{
	color: #00AD47;	
	font-size: .75rem;
	margin: 0;
}



.task-other-trigger{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
}

.task-other-trigger a{
	background: #6D9FCE;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px 10px;
}



/*--todo--*/

.todo{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, .2) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
	background: rgba(81,131,181,.8);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: start;
	overflow: hidden;
	flex-direction: column;
}



.todo > div{
	width: 100%;
	padding: 50px 0 30px ;
}

.task2 > div.task-other-trigger{
	padding: 0;
}

.todo h2{
	font-size: 1rem;
	padding: 15px 15px;
	text-align: center;
	font-weight:bold;
	background: #5183b5;
	color: #fff;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.todo .task-main > div {
    display: flex;
    justify-content: start;
    width: calc(100% - 10px);
	padding: 10px 15px;
	margin: 0 5px 5px 5px;
	background: rgba(255,255,255,1);
}


.todo .task-main div.task-other{
	flex-direction: column;
	transition: .2s all linear;
	padding:0;
	background: none;
	width: 100%;
    padding: 0;
    margin: 0;
}

.todolist{
	width: 100%;
	padding: 0 0 0 30px;
	display: flex;
	flex-direction: column;
}




.todo > a,
.task2 > a{
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	width: 80px;
	height: 80px;
	top: -40px;
	right: -40px;
	left: auto;
	background: rgba(0,0,0,.3);
	z-index: 10;
}

.todo > a span,
.task2 > a span{
	display: block;
	transform: rotate(45deg);
	position: absolute;
	color: #fff;
	font-size: .7rem;
	font-weight: bold;
	right: auto;
	left: 8px;
	bottom: 32px;
}

.todo > a i,
.task2 > a i{
	font-size: 1.1rem;
}

/*--task-non--*/

.non .task1{
	background: #eaebf2 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);

}

/*--drag--*/

body.drag #header{
	display: absolute;
	top: -100px;
}



/*

  .task-content {
	display: block;
	margin: 0 0 1rem;
    padding: 12px 15px;
    box-sizing: border-box;
    box-shadow: rgba(60, 64, 67, .2) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
	background: #eeeeee;
	border-radius: 4px;
	position: relative;
 }



.task1 > div:first-child{
	display: flex;
	justify-content: space-between;
}

.task1 > div:nth-child(2){
	display: flex;
	justify-content: start;
}

.task1 > div:last-child{
	display: flex;
	justify-content: center;
}



.task1 > div:first-child dl{
	display: flex;
	margin: 0;
}

.task1 > div:first-child dt,
.task1> div:first-child dd{
	font-size: .75rem;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0;
}






.task2 > div:nth-child(2) > div{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	padding: 0 40px 0 20px;
}

.task2 > div:nth-child(2) dl,
.task2 > div:nth-child(2) dd{
	margin: 0;
}

.task2 > div:nth-child(2) dt{
	font-size: 1.1rem;
	font-weight: bold;
}

.task2 > div:nth-child(2) dt a{
	text-decoration: underline;
}


.task2 > div:nth-child(2) dd{
	font-size: .75rem;
}

.task2 > div:nth-child(2) dd i{
	padding: 0 10px 0 0;
}

.task2 > div:nth-child(3){
	position: absolute;
	bottom: 0;
	width: 100%;
}

.task2 > div:nth-child(3) > a{
	background: #ccc;
    height: 25px;
    width: 50px;
    border-radius: 25px 25px 0 0;
	text-align: center;
	margin: 0;
}

*/

/*--child--*/


.dd-group-child {
	margin: 0 0 0 96px;
}

.dd-content-child .task-content{
	box-shadow: none;
	background: #E3E5EF;
	position: relative;
	margin: 0 0 .5rem;
    padding: 6px 15px;
}


.dd-content-child .task-content > div:last-child {
    justify-content: start;
}

.dd-content-child .task-content::before{
    content: '';
    display: block;
    height: 130px;
    width: 40px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    left: -40px;
    top: -80px;
	z-index: -2;
}

.dd-content-child .task-content > div:nth-child(2) dt {
    font-size: 1rem;
    font-weight: bold;
}

.dd-content-child .task-content > div:last-child a{
	background: none;
	height: auto;
	width: auto;
	border-radius: 0;
	text-align: none;
}


/*--caution--*/
	.caution1,
	.caution1 i{
		color: #cf9310 !important;
		font-weight: bold !important;
	}

	.caution2,
	.caution2 i{
		color: #a01c04 !important;
		font-weight: bold !important;
		animation: flash .8s linear infinite;
	}


/*--status--*/

.status-0 > div:first-child dt{
	background: #9A9C9B;
	color: #fff;
}

.status-0 > div:first-child dd{
	background: #F1F1F2;
	color: #5b5c5b;
}

.status-0 > div:nth-child(2) ul li:last-child{
	color: #5b5c5b;
}


.status-1 > div:first-child dt{
	background: #F00107;
	color: #fff;
}

.status-1 > div:first-child dd{
	background: #FFEAED;
	color: #F00107;
}

.status-1 > div:nth-child(2) ul li:last-child{
	color: #F00107;
}

.status-2 > div:first-child dt{
	background: #FFA923;
	color: #fff;
}

.status-2 > div:first-child dd{
	background: #FCF6E0;
	color: #FFA923
}

.status-2 > div:nth-child(2) ul li:last-child{
	color: #FFA923;
}

.status-3 > div:first-child dt{
	background: #00AD47;
	color: #fff;
}

.status-3 > div:first-child dd{
	background: #E1FFF0;
	color: #00AD47;
}

.status-3 > div:nth-child(2) ul li:last-child{
	color: #00AD47;
}

.status-4 > div:first-child dt{
	background: #0079D0;
	color: #fff;
}

.status-4 > div:first-child dd{
	background: #EBF6FC;
	color: #0079D0;
}

.status-4 > div:nth-child(2) ul li:last-child{
	color: #0079D0;
}





/*--directory--*/

.directory-list .fa-folder,
.directory-list .fa-list{
	vertical-align: middle;
	padding: 0 8px 0 0;
}

.directory-list .fa-folder{
	color: #edd075;
	font-size: 1.3rem;
}

/*--card-list--*/
.card-list{
	padding: 0;
	margin: 0;
}

.card-list li{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.card-list li:last-child{
	border-bottom: none;
}

.card-list li a{
	display: block;
	width: 100%;
	padding: 10px 45px 10px 15px;
	position: relative;
}


/*--lock--*/
.lock-btn,
.lock-btn-t,
.lock-btn-c{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.5), 0 1px 8px rgba(0,0,0,.18);
	color: #212529;
	transition: all .3s linear;
	cursor: pointer;
}

.lock-btn,
.lock-btn-t{
	margin:  0 auto;
}

.lock-btn,
.lock-btn-c{
	position: absolute;
	top: -16px;
	left: -12px;
}


div.lock-btn,
div.lock-btn-t,
div.lock-btn-c{
	box-shadow: none;
}
.lock-btn:hover,
.lock-btn-t:hover,
.lock-btn-c:hover{
	color: #212529;
	background: #f0f0f0;
}

.card-area-user p{
	margin: 0;
}

.card-area-user .fa-lock,
table tr td .fa-lock,
.copy-user-area .fa-lock{
	display: none;
}

table.master-list tr td .fa-lock{
	display: inline-block;
}

.card-area.lock,
table tr.lock td,
.copy-user-area.lock {
	background: #fffaae;
}

.card-area.lock .lock-btn,
table tr.lock td .lock-btn-t,
.copy-user-area.lock .lock-btn-c{
	background: #fef00a;
}

.card-area.lock .fa-lock,
table tr.lock td .fa-lock,
.copy-user-area.lock .fa-lock{
	display: inline-block;
}

.card-area.lock .fa-unlock,
table tr.lock td .fa-unlock,
.copy-user-area.lock .fa-unlock{
	display: none;
}


/*--copy-user-area--*/

.form-area .form-element .copy-user-area{
	width: calc(100% - 30px) ;
	margin: 20px auto 0  !important;
	padding: 10px 15px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	border-bottom: none;
}

.copy-user-area .form-control{
	width: auto;
	display: inline-block;
}

.copy-user-area .fa-user{
	padding: 0 4px 0 0;
}


/*--calendar-list / master-list--*/


.calendar-list,
.master-list,
.document-list{
	margin: 0 0 1px;
}

.calendar-list th,
.master-list th,
.document-list th {
	text-align: center;
	vertical-align : middle;
	padding: 4px 10px;
	background: #ededed;
	white-space: nowrap;
}

.calendar-list td,
.master-list td,
.document-list td{
	vertical-align: middle;
	word-break: break-all;
}

.calendar-list a,
.master-list a,
.document-list a{
	text-decoration: underline !important;
}

.subject-name{
	width: 4em;
	margin: 0 4px 0 0;
	text-align: center;
	display: inline-block;
	background: #b0b0b0;
	color: #fff;
	font-size: .65rem;
}

td .fa-check{
	color: #78b20f;
}


/*--custom-check--*/

td .custom-control{
	padding: 0 12px;
}

td .custom-control-label::before{
    left: -.5rem;
}

td .custom-control-label::after {
    left: -.5rem;
}


/*--button--*/

.btn-xlg, .btn-group-xlg>.btn {
    padding: 20px 32px;
    font-size: 150%;
    line-height: 1.3333333;
    border-radius: 6px;
}

/*--edit-btn--*/

.edit-btn{
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	width: 24px;
	background: #dfdfdf;
	color: #fff !important;
	text-align: center;
}

.edit-btn:hover{
	background: #bababa;
	color: #fff;
}

.edit-btn i{
	line-height:24px;
	font-size: .875rem;
}

/*--form--*/
.form-content .form-element p{
	margin: 0;
	min-height: 21px;
}


.form-area{
 	padding: 0;
	background: #fff;
}

.form-area .form-group{
 	padding: 8px 15px;
}

.form-area.form-confirm .form-element >div{
	padding: 0;
}

.form-group{
	padding: 8px 0;
	clear: both;
}

.form-error {
    border: 1px solid #dc141c !important;
    background: #f7e7e7 !important;
}

.form-area .form-group{
	border-top: 1px solid #d5d5d5;
}

.form-area .form-group:last-child{
	border-bottom: 1px solid #d5d5d5;
}

.form-area label{
	float: left;
	width: 180px;
	font-weight: bold;
	padding: 10px 0 0;
}

.form-area.form-confirm label {
	padding: 0;
}

.form-area .form-element {
	padding: 0 0 0 195px;
}

.form-area .form-element > div,
.form-area #upload-file-group.form-element > div:last-child{
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #d5d5d5;
	width: 100%;
}

.form-area .form-element > div:last-child{
	margin: 0;
	border-bottom: 0;
}

.form-area .form-element label{
	float: none;
	width: auto;
	font-weight: normal;
	padding: 0;
	line-height: 2;
}

.form-area .form-element label{
	float: none;
	width: auto;
	font-weight: normal;
	padding: 0;
	line-height: 2;
}


/*--type file--*/
.form-area .form-element label.custom-file-label{
	line-height: 2.2;
	margin: 0;
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "参照";
}
     
.custom-file {
  overflow: hidden;
}

.custom-file-label {
	white-space: nowrap;
	box-sizing: border-box;
	width: calc(100% - 50px) !important ;
	padding: 0 60px 0 .5rem !important;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.custom-file-input {
	cursor: pointer;
}

.form-area .form-ul-01{
	overflow: hidden;
}

.form-area .form-ul-01 li{
	width: 25%;
	margin:0;
	padding: 6px 15px 6px 0;
	float: left;
}

.form-area .custom-control-label:before {
    margin: 0;
    display: inline-block;
}

.color-preview2{
	border-radius: 3px;
	border: 1px solid #ccc;
	display: inline-block;
	width: 40px;
	height: 28px;
	vertical-align: middle;
	margin: 0 8px 0 0 ;
}

.color-preview{
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}

/*--repeat内容部分--*/

#repeat-section{
	display: none;
}

/*--下部ボタン群--*/

.form-btn-group {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
	background: rgba(204, 204, 204, 0.64);
	transition: all .1s linear; 
	z-index: 1000;
}


.form-btn-group .btn{
	background: #fff;
}

.form-btn-group .btn.btn-danger {
	margin: 0 0 0 48px;
}

.form-btn-group .form-group{
	padding: 8px 0;
}

.form-btn-group.element-hidden {
	bottom: -50px;
}

/*--regist-btn + guide-btn--*/

.regist-btn,
.guide-btn,
.headback-btn{
	position: fixed;
	z-index: 1008;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 46px;
	width: 46px;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 1.2rem;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,.38);
}


.regist-btn,
.guide-btn{
	right: 18px;
	bottom: 70px;
}

.headback-btn{
	right: 18px;
	bottom: 18px;
}

.headback-btn span{
	text-align: center;
	font-size: .55rem;
	line-height: 1.3;
}

.regist-btn{
	color: #507d00;	
	background: #f3ec13;
}

.regist-btn:hover{
	background: #f0ec82;
	color: #507d00;
}

.guide-btn{
	background: #767676;
	color: #fff !important;
}

.guide-btn:hover{
	background: #959595;
	color: #fff !important;
}

.headback-btn{
	background: rgba(0,0,0,.7);
	color: #fff !important;
}

.headback-btn:hover{
	background: rgba(0,0,0,.65);
	color: #fff !important;
}






/*--after arrow--*/

.bbs-list a:after,
.card-list.arrow li a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	display: block;
	height: 20px;
	width:20px;
	position: absolute;
	right: 0;
	top: 25%;
	color: #8a8a8a;
	font-weight: bold;
	font-size: .875rem;
}

.bbs-list dt a:after{
	top: 15%;
}

/*--area hover--*/

.bbs-list dt a:hover,
.bbs-list ul li a:hover,
.card-list li a:hover,
.timetable li a:hover,
.bbs-navi li a:hover{
	background: rgba(181,216,103,.18);
}

/*--bbs--*/

.bbs-list,
.bbs-list dd ul li,
.bbs-list dd{
	margin: 0;
	padding: 0;
}

.bbs-list dt{
	background: #e0e0e0;
	font-weight: bold;
}

.bbs-list dt a{
	display: block;
	width: 100%;
	padding: 5px 15px;
	color: #212529;
	position: relative;
}

.bbs-list ul li{
	border-bottom: 1px solid #e5e5e5;
}

.bbs-list ul li:last-child{
	border-bottom: none;
}

.bbs-list ul li a{
	padding: 10px 280px 10px 30px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #212529;
	position: relative;
}

.bbs-list>a{
	padding: 10px 240px 10px 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #212529;
	position: relative;
}

/*--bbs-res--*/
.bbs-main .card-area h2{
	padding: 10px 15px;
	width: 100%;
	background: #dadada;
}

.bbs-res{
	margin:0;
	padding: 0;
}

.bbs-res dt{
	margin:0;
	padding: 15px 15px 0 15px;
	font-weight: normal;
}

.bbs-res dd{
	margin:0;
	padding: 15px 15px 15px 45px;
}

.bbs-res dd{
	border-bottom: 1px solid #ccc;
}

.bbs-res dd:last-child{
	border-bottom: none;
}

.bbs-res ul{
	display: flex;
}

.bbs-res .write-info li{
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
}

.bbs-res .write-info li:first-child{
	font-weight: bold;
}

.bbs-res .write-info li:last-child{
	color: #969696;
	font-size: .75rem;
	line-height: 1.8;
}

.bbs-res .write-info li i{
	padding: 0 4px 0 0;
}

.bbs-res .edit-list a{
	display: inline-block;
	height: 28px;
	width: 28px;
	text-align: center;
	border-radius: 50%;
	padding: 4px 0 0 ;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: normal;
}

.bbs-res .edit-list i{
	padding: 0;
	color: #212529;
}

.bbs-res .edit-list a:hover{
	background : rgba(0,0,0,.08);
}

.bbs-form{
	padding: 15px;
}

/*--bbs-clip--*/
.bbs-res ul.attached-file{
	display: block;
}

.attached-file {
	margin: 0;
	padding: 0;
}


.attached-file li{
	width: 100%;
}

.attached-file li a {
	font-weight: normal;
	text-decoration: underline;
}

.attached-file li a i{
	margin: 0 6px 0 0;
	color: #517e00;
}



/*--bbs update/name--*/

.bbs-list ul ul,
.bbs-list > a ul{
	display: flex;
	position: absolute;
	top:0;
	right: 0;
	padding: 12px 0 0 0;
}

.bbs-list ul ul li,
.bbs-list > a ul li{
	width: 120px;
	padding: 0;
	margin :0;
	border-bottom: 0;
	font-size: .75rem;
	font-weight: normal;
}

.bbs-list ul ul li:last-child,
.bbs-list > a ul li:last-child{
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*--bbs-navi--*/

.bbs-navi {
	width: 100%;
	margin: 0;
	padding: 0;
}

.bbs-navi ul{
	padding: 0 0 0 15px;
}

.bbs-navi li{
	width: 100%;
	position: relative;
}

.bbs-navi li a{
	padding: 10px 40px 10px 10px;
	display:block;
	width: 100%;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}

ul.bbs-navi{
	border-bottom: 1px solid #ccc;
}

.bbs-navi .inner,
.bbs-navi .inner li ul{
	display: none;
}

/*--bbs-arcodion--*/
.bbs-navi a + span,
.master-main h2 span{
	position: absolute;
	right: 0;
	top: 5px;
}

.bbs-navi a + span,
.master-main h2 span{
	cursor: pointer;
	display: block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 1rem;
	text-align: center;
	transition: all .2s linear;
	color: #212529;
}

.bbs-navi a + span:hover,
.master-main h2 span:hover{
	background: rgba(0,0,0,.08);
}

.bbs-navi a + span i,
.master-main h2 span i{
	transition: all .2s linear;
	margin: 0;
}

.bbs-navi a + span.open-navi i,
.master-main h2 span.open-navi i{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.bbs-navi li li:last-child a{
	border-bottom: none;
}

.master-main .card-area{
	display: none;
}

/*--document--*/

.upload-file{
	position: relative;
	box-sizing: border-box;
	height: 3.2rem;
}

.upload-file .add-file,
.upload-file .del-file{
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	color: #212529;
	box-sizing: border-box;
	padding: 4px 0 0 ;
	cursor: pointer;
	z-index: 80;
	font-size: 1rem;
}

.upload-file .add-file:hover{
	background: rgba(0,0,0,.08);
}

.upload-file .del-file:hover{
	background: rgba(255,0,0,.4);
}



/*--address + bbs--*/

.modal-main h2 .icon-address{
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 1.02rem;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 8px 0 0;
}

.directory-list i.fa-list{
	background: #727272;
}

.directory-list i.fa-list:before{
	padding: 0 0 0 6px;
}

.address-main .card-list i.fa-user,
.modal-main h2 i.fa-user.icon-address{
	background: #305107;
}

.address-main .card-list i.fa-building,
.modal-main h2 i.fa-building.icon-address{
	background: #dd0f60;
}

.address-main .card-list i.fa-users{
	background: #696969;
}

/*--form関連-width--*/

.dtp-date input.datetimepicker-input{
	width: 102px;
}

.dtp-time input.datetimepicker-input{
	width: 76px;
}

.w20{ width: 20px !important;}
.w30{ width: 30px !important;}
.w40{ width: 40px !important;}
.w50{ width: 50px !important;}
.w60{ width: 60px !important;}
.w70{ width: 70px !important;}
.w80{ width: 80px !important;}
.w90{ width: 90px !important;}
.w100{ width: 100px !important;}
.w110{ width: 110px !important;}
.w120{ width: 120px !important;}
.w130{ width: 130px !important;}
.w140{ width: 140px !important;}
.w150{ width: 150px !important;}

.w4em{ width: 4em !important;}
.w5em{ width: 5em !important;}
.w6em{ width: 6em !important;}
.w7em{ width: 7em !important;}
.w8em{ width: 8em !important;}
.w9em{ width: 9em !important;}
.w10em{ width: 10em !important;}
.w11em{ width: 11em !important;}
.w12em{ width: 12em !important;}
.w14em{ width: 14em !important;}
.w16em{ width: 16em !important;}
.w18em{ width: 18em !important;}
.w20em{ width: 20em !important;}
.w24em{ width: 24em !important;}
.w28em{ width: 28em !important;}
.w32em{ width: 32em !important;}
.w36em{ width: 36em !important;}
.w100ps{ width: calc(100% - 52px) !important;}

.h7em{ height: 7em !important;}
.h8em{ height: 8em !important;}
.h9em{ height: 9em !important;}
.h10em{ height: 10em !important;}
.h11em{ height: 11em !important;}
.h12em{ height: 12em !important;}

/*--modal--*/

.modal .modal-dialog.modal-dialog-centered{
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content button.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-content{
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	border: 0px;
	border-radius: 4px;
}

.modal-dialog {
	max-width: 800px;
}

.modal-main h2{
	font-weight : bold;
}

.modal-main{
	text-align: left;
}

.modal-main table.table-bordered{
	margin:0;
}

.modal-main .scroll-area table th{
	background: #ededed;
	color: #212529;
	text-align: center;
	border-top: 1px solid #d4d7da;
	border-left: 1px solid #d4d7da;
	border-right: 1px solid #d4d7da;
	border-bottom: 2px solid #d4d7da;
}

.modal-main .scroll-area table td{
	background: #fff;
	font-size: 0.825rem;
	border: 1px solid #d4d7da;
}

.modal-main .scroll-area{
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 300px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.modal-main .btn-area{
	margin: 0;
	padding: 0;
	display: flex;
}

.modal-main .btn-area.btn-area-top {
    margin: 0 0 .6rem;
    padding: 24px 0 4px;
	display: flex;
	justify-content: flex-end;
}

.modal-main .btn-area.btn-area-top li {
    padding: 0 0 0 10px;
}

.modal-main .btn-area.btn-area-top i {
	padding: 0 8px 0 0;
	font-size: 1rem;
}

.modal-main .btn-area li{
	margin: 0;
	padding: 0 0 0 4px;
}

.modal-main .btn-area .btn{
	background: #e9ecef;
}

#modal-extra-option .fa-info-circle{
	color: #61a90b;
}

.modal-main .form-inline .form-control {
    max-width: 100%;
}

.modal-main .form-inline select option{
    display: block!important;
}

.modal-main label.label-block{
	width: 100%;
	display: block;
}

.modal-main label.label-block{
	width: 100%;
	display: block;
}


/*--modal-task--*/


 .detail-option-trigger{
	display: flex;
	width: 100%;
	justify-content: center;
}


.detail-option-trigger a,
.detail-option-trigger button{
	border: 1px solid #999;
	padding: 2px 15px;
	font-size: .875rem;
	border-radius: 30px;
	margin: 0 0 1rem;
	outline:none;
	background: none;
}

.task-other-trigger i,
 .detail-option-trigger i{
	transition: .2s all linear;
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.task-other-trigger .collapsed i,
 .detail-option-trigger .collapsed i{
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-main .fa-crown{
	margin: 0 8px 0 0;
	color: #dbc697;
}

.modal-main .fa-user{
	margin: 0 8px 0 0;
	color: #7a7a7a;
}

/*--modal-report--*/

#report-form{
	border: 0;
}

#report-form .package-area, 
#report-form .package-area ul,
#report-form .package-area ul li{
	display: flex;
	align-items: center;
}

#report-form .package-area ul li{
	width: 100%;
}

#report-form .package-area{
	width: 100%;
}

#report-form .package-area > dl{
	width: calc(100% - 50px);
	border: 1px solid #a5a5a5;
	border-radius: 4px;
}

#report-form .package-area > dl dt{
	background: #efeff3;
	border-bottom: 1px solid #a5a5a5;
	border-radius: 4px 4px 0 0;
	display: flex;
	align-items: center;
	font-weight: normal;
}

#report-form .package-area > dl dt span{
	width: 80px;
}


#report-form .package-area > dl dt input{
	/* background: #efeff3; */
}

#report-form .package-area > dl dt,
#report-form .package-area > dl ul li{
	padding: 4px 10px;
}
#report-form .package-area > dl dd{
	margin: 0;
}

#report-form .package-area > dl ul li:first-child{
	border-right: 1px solid #a5a5a5;
}

#report-form .package-area > dl li span{
	display: inline-block;
	padding: 2px 6px;
	background: #a3bbd2;
	color: #fff;
	border-radius: 3px;
	width: 90px;
	text-align: center;
	font-size: .75rem;
	margin: 0 10px 0 0;
}

#report-form .package-area > p,
.add-area p{
	width: 50px;
	text-align: center;
}

#report-form .package-area > p a{
	margin: 0 auto;
}

.add-area{
	display: flex;
	justify-content: flex-end;
}

.del-btn i,
.add-area i,
.del-btn a:hover i,
.add-area a:hover i{
	height: 36px;
	width: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
	color: #474747;
}

.del-btn i{
	font-size: 1.3rem;	
}
.add-area i{
	font-size: 1.16rem;	
}

#report-form a:hover i,
.add-area a:hover i{
	background : #ccc;
	border-radius: 50%;
}

#report-form .package-area:first-child .del-btn{
	display: none
}


/*--modal-form-area--*/


.modal .form-area{
	margin: 0 0 1rem;
}



/*--status--*/

.status-sign{
	margin: 0 0 6px;
	padding: 0;
}

.status-sign li{
	display: inline-block;
	padding: 0 12px 0 0;
	font-size: .75rem;
}

.status-sign li i{
	margin: 0 4px 0 0 ;
}

.status-sign.status-sign-actor li span{
	width: 60px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}


/*--help-text--*/
p.help-text {
    font-size: .75rem;
    margin: 0 0;
    padding: 10px 0 0;
    line-height: 1.2;
	width: 100%;
	display: block;
}

/*--master--*/

.master-content .table-responsive{
	margin: 0;
}





.timetable span.che0,
.timetable span.che1,
.timetable span.che2,
.timetable span.regu1,
.calendar span.che1,
.calendar span.che2,
.calendar span.regu1{
	font-size: .65rem;
	line-height: 1.5;
	padding: 0px 5px;
	font-weight: normal !important;
}

.modal span.che0,
.modal span.che1,
.modal span.che2,
.modal span.regu1{
	font-size: .75rem;
	padding: 0px 12px;
}

span.che0,span.che1,span.che2,span.regu1{
	color: #fff !important;
	display: inline-block;
	border-radius: 2px;
}

span.che0{
	background: #dedede !important;
}

span.che1{
	background: #adadad !important;
}

span.che2{
	background: #48b316 !important;
}

span.regu1{
	background: #F5CB5E !important;
	color: #775E1E !important;
}

/*--timetable--*/

.calendar-home .timetable{
	margin: 0;
}

.timetable{
	margin: 0 0 12px;
	padding:0;
	background: #fff;
}

.timetable li{
	border-bottom: 1px solid #e5e5e5;
}

.timetable li:last-child{
	border-bottom: none;
}

.timetable li a{
	font-size: .75rem;
	display: block;
	margin: 0;
	padding: 6px 15px;
   	min-height: 2.8rem;
}

.calendar-home .timetable li:first-child{
	border-top: 1px solid #ccc;
}



/*--spacer--*/

.spacer-r {
    padding: 0 16px 0 0;
}

.spacer-w {
    padding: 0 16px;
}

.spacer-l {
    padding: 0 0 0 16px;
}


/*--horizontal--*/

.horizontal{
	width: 100%;
}

.horizontal dt{
	float: left;
	clear:both;
	width: 140px;
	padding: 16px 0;
	font-weight: bold;
}

.horizontal dd{
	border-top: 1px solid #ccc;
    	padding: 16px 0 16px 160px;
    	margin: 0;
    	width: 100%;
    	box-sizing: border-box;
   	min-height: 56px;
}

.horizontal dd:last-child{
	border-bottom: 1px solid #ccc;
}

.horizontal dd dl{
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.horizontal dd dt{
	width: 130px;
	padding: 3px 0;
}

.horizontal dd dt span{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	font-size: .75rem;
	text-align: center;
}

.horizontal dd dd{
	border-top: none;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0 3px 140px;
   	min-height: 28px;
	word-break: break-all;
}

.horizontal dd dd:last-child{
	border-bottom: none;
}

.horizontal.dddl-0 dd dt{
	width: 100%;
	float: none;
	clear: both;
}

.horizontal.dddl-0 dd dd{
	padding: 3px 0;
	width: 100%;
	font-size: .75rem;
}

/*--timepicker--*/

.bootstrap-datetimepicker-widget .btn{
	background: #fff;
	box-shadow: none;
}

/*--only--*/

.pc-only{display: block;}
.mobile-only{display: none;}


/*--anime--*/

#p_lock_message p {
    position: absolute;
    top: -16px;
    left: 30px;
    background: #2C3032;
    color: #fff;
    font-size: .75rem;
    padding: 6px 15px;
	margin: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
	border-radius: 2px;
}

#p_lock_message p.lockedup {
    top: 46px;
}

#p_lock_message  p i{
	padding: 0 6px 0 0;
}

#p_lock_message p:before{
    content: '';
    display: block;
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    background: #2C3032;
    position: absolute;
    top: 10px;
    left: -5px;
}

#p_lock_message p.lockedup:before{
    top: -4px;
    left: 17px;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}


@keyframes poyo{
  0% {
    transform: scale(1.2);
  }
 
  50% {
    transform: scale(0.9);
  }
 
  75% {
    transform: scale(1.1);
  }
 
  100% {
    transform: scale(1);
  }
}
.poyo {
  animation: poyo 0.5s ease-in;
}

@keyframes tsun{
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

   16% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
 
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
 

   66% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tsun {
  animation: tsun .7s ease-in;
}

@keyframes fuwa{
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  15% {
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0);
    visibility: visible;
  }

  30% {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flash {
	0%,100% {
	  opacity: 1;
	}
  
	50% {
	  opacity: .5;
	}
  }

.fuwa {
	animation: fuwa .2s ease-in;
}

.layer{
	display: none;
	height: 0;
	width: 0;
	z-index: 1020;
	background: rgba(43, 46, 56, 0.9);
	position: fixed;
}


.loading-layer{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3000;
	background: rgba(0,0,0,.8);
	display: none;
    align-items: center;
}

.loading-info{
	z-index: 3001;
	margin: 0 auto;
	width: 300px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}

.loading-info i{
	display: inline-block;
	margin: 0 auto;
	font-size: 3.2rem;
	color: #CAE939;
}


.loading-info p{
	margin: 0;
	text-align: center;
	font-size: .875rem;
}

.loading-info img{
	display: block;
	margin: 0 auto 6px;
}

/*--lock info--*/

.locktitle{
	opacity: 0;
	transition: all .1s linear;
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 6px 10px;
	background: rgba(0,0,0,.8);
	color: #fff;
	border-radius: 3px;
	z-index: 100;
	font-size: .75rem;
}

/*--error--*/
#p_err_message{
	margin: 0;
}
#login-page #p_err_message {
	margin: 16px 0 0;
}
/*--required--*/

.required{
	padding: 0 8px;
	margin: 0 0 0 6px;
	display: inline-block;
	background: #e52795 !important;
	color: #fff !important;
	font-size: .75em;
	font-weight: normal;
	border-radius: 2px;
}

/*======rwd===============*/

@media screen and (max-width: 1580px) {
	#main .container-fluid.fluid-vw{
		max-width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	.form-area .form-ul-01 li {
	    width: 33.333333%;
	}
}

@media screen and (max-width: 991px) {

	.fc-event-container a{
		width: 100%;
		padding: 0 !important;
		margin: -20px 0 0 !important;
	}

	.form-area .form-ul-01 li {
	    width: 50%;
	}

	.form-area label {
	    width: 140px;
	}

	.form-area .form-element {
	    padding: 0 0 0 155px;
	}

.w18em,.w20em,.w24em,.w28em,.w32em,.w36em{ width: auto !important;}


}

@media screen and (max-width: 767px) {

	#main .container-fluid.fluid-vw {
		max-width: 100%;
	}

	h2, h3, h4, h5,
	.calendar-navi,
	.page-navi .form-inline{
	    padding: 0;
	    margin: 0 0 10px;
	}

	ul li,
	label {
	    font-size: .75rem;
	}


	.side-hidden #header{
		/*left: 0;*/
		right: 0;
	}

	#header .switch{
		display: block;
		cursor: pointer;
	}

	#header .switch .fa-ellipsis-v{
		display: block;
	}

	#header .switch .fa-times{
		display: none;
	}

	.layer{
		height: 100%;
		width: 100%;
	}

	.side-hidden .layer{
		display: block;
	}

	.side-hidden #header .switch .fa-ellipsis-v{
		display: none;
		color: #212529;
	}

	.side-hidden #header .switch .fa-times{
		display: block;
		color: #fff;
		font-size: 1.3rem;
	}

	#logo-area{
		height: auto;
		width: 100%;
		left: 0;
		z-index: 1019;
		transition: all .1s linear;
		box-shadow: 0 2px 7px rgba(0,0,0,.3);
}


	body.drag #logo-area{
		top: -100px;
	}	

	#header{
		width: 80%;
		/*left: -80%;
		transition: left .1s linear;	
		*/
		right: -80%;
		z-index: 1050;
		height: 100%;
    	background: rgb(245, 247, 252);
	}

	#header .container-fluid {
		padding: 0 15px;
	}

	#header ul,
	#header nav,
	#header ul li,
	#header ul a{
		width: 100%;
		display: block;
	}

	#header ul a {
		padding: .4rem 0;
		margin: 0 0 6px;
		border-radius: 50px;
		background: rgba(255,255,255,.2);
	}

	#header ul a:hover {
		border-radius: 50px;
	}

	#menu-bar1 ul.login-user li {
		padding: 1.8rem 0;
		font-size: 1rem;
		text-align: center;
	}

	#menu-bar2 ul li {
		border: none;
		font-size: 1rem;
	}

	.container-frame > a{
		position:fixed;
		top: 8px;
		display: block;
		background: none !important;
		padding: 0;
		z-index: 1020;
	}

	.container-frame > a span{
		display: none;
	}

	.container-frame > a i{
		line-height: 34px;
		vertical-align: middle;
		font-size: 1.1rem;
		padding: 0 0 0 16px;
	}

	/*--login--*/

	#login-page #main .container-fluid .row .col-md-6 {
	    height: auto;
	}

	.login-logo img {
	    width: 120px;
	}

	#login-f .form-group {
	    padding: 10px 0 0;
	}

	#login-page .form-group .btn{
	    width: 100%;
	}


	/*--main--*/

	#main {
	    padding: 50px 0 34px;
	}

	#main .container-fluid {
		padding: 16px 15px;
	}

	/*--task--*/

	.taskblock-content-level2 .task1::before {
		border-top: 25px solid rgba(255, 255, 255, 0.55);
  		border-right: 25px solid transparent;
		border-left: 25px solid transparent;
		top: auto;
		right: auto;
		bottom: -50px;
	}

	.todo,.task1,.task2 {
		height: auto;
		min-height: auto;
		flex-direction: column;
	}


	.task1 .task-information {
		position: static;
		bottom: auto;
		width: 100%;
		display: block;
	}

	.task1 .task-information ul{
		display: flex;
	}
	.task1 .task-information ul + ul{
		display: block;
	}

	.task1 .task-information ul + ul dl {
		margin: 0;
		position: relative;
	}

	.task1 .task-information ul + ul dl dd:last-child {
		position: absolute;
		top: 0;
		right: 0;
	}


	h1 {
		font-size: 1.2rem;
		margin: 0;
	}

	.calendar-content h2,
	.form-content h2{
		font-size: 1rem;
	}


	.master-main h2{
		font-size: 1rem;
	}

	.calendar-content h3{
	    padding: 5px 0;
	}

	.form-content h3{
	    font-size: 1rem;
	    padding: 5px 0;
	}

	.calendar-content.calendar-home h3{
	   padding: 10px 0; 
	}

	.calendar-content h4{
		font-size: .875rem;
	}

	.calendar-content h3 .form-control,
	.regular-content h3 .form-control{
		width: auto;
	}

	.custom-checkbox.custom-checkbox-cardtop{
		line-height: 2.3;
	}



	/*--head-menu--*/

	.calendar-function a,
	.btn-group-sm>.btn, .btn-sm {
	    font-size: .75rem;
	}

	/*--function-area--*/
	.calendar-mode, .calendar-function {
	    padding: 4px 6px;
	}


	/*--form--*/


	.form-area label {
	    width: 100%;
	}


	.form-area .form-group {
	    padding: 10px 15px;
	}

	.form-area .form-group p{
	    font-size: .75rem;
	}

/*
	.form-inline .form-control{
		display: inline-block;
		width: auto;
	}
*/

	.form-area label {
		float: none;
	}

	.form-area .form-element {
	    padding: 0;
	}

	.form-area .form-element label {
	    line-height: 2.2;
	}

	.form-area .form-element label {
	    font-size: .75rem;
		width: 100%;
	}

	.form-btn-group {
	    padding: 0 15px;
	}

	.form-inline label {
		display: block;
	}
.w18em,.w20em,.w24em,.w28em,.w32em,.w36em{ width:100% !important;}



.subject-name{
	display: block;
}



	/*--only--*/
	.pc-only{display: none;}
	.mobile-only{display: block; padding: 10px 0 0;}

	/*--calendar--*/

	.calendar-content .mobile-only h3{
		display: block;
		position: relative;
		font-weight: bold;
		width: 100%;
		padding: 8px 15px;
		margin: 0;
		background: #eee;
		color: #212529;
	}

	.calendar-content .mobile-only h3 .edit-btn {
		background: #bababa;
		top: 5px;
		right: 4px;
	}

	.calendar-content .mobile-only h3 .edit-btn i {
		display: block;
		margin: 0 auto;
	}


	.calendar-list th,
	.master-list th,
	.document-list th,
	.calendar-list td,
	.master-list td,
	.document-list td{
		font-size: 0.75rem;
	}


	/*--card--*/
	.card-area{
		padding: 10px;
	}

	/*--modal--*/
	.btn-1 li{width: 100% !important;}
	.btn-2 li{width: 50% !important;}
	.btn-3 li{width: 33.333333% !important;}
	.btn-4 li{width: 25% !important;}





/*--timetable--*/

	.horizontal dt {
	    border-top: 1px solid #ccc;
	    float: none;
	    width: 100%;
	    padding: 16px 0 0;
	}

	.horizontal dd {
	    border-top: none;
	    padding: 0 0 16px;
		min-height: auto;
		font-size: .75rem;
		color: #696969;
	}

	.horizontal dd dt {
		border-top: none;
		padding: 3px 0;
		margin: 0 6px 0 0;
		float: left;
	}

	.horizontal dd dd {
	    border-top: none;
	    border-bottom: none;
	    min-height: auto;
		padding: 4px 0;
	}

/*--modal--*/

	.modal-content {
	    padding: 20px;
	}

	.modal-content label{
		width: 100%;
		padding: 3px 0 0;
	}

	.modal-main .btn-area.btn-area-top {
		padding: 28px 0 0;
		justify-content: center;
	}
	
	.modal-main .btn-area.btn-area-top li {
		padding: 0 5px;
	}

	.modal-main .btn-area.btn-area-top li:first-child {
		padding: 0 5px 0 0 ;
	}

	
	.modal-main .btn-area.btn-area-top li:last-child {
		padding: 0 0 0 5px;
	}

	.modal-main .btn-area.btn-area-top button {
		width: 100%;
		text-align: center;
		font-size: .65rem;
		padding: 4px 0;
	}
	
	.modal-main .btn-area.btn-area-top i {
		padding: 0 0 3px;
		font-size: 1.45rem;
		display: block;
		margin: 0 auto;
	}
	



	

/*--pager--*/

/*
	.pager .form-control,
	#dnum.form-control,
	#spage.form-control
*/
.page-navi .form-control{
		width: auto;
		display: inline-block;
	}


/*--pager+dnum--*/



.w20em,.w24em,.w28em,.w32em,.w36em{ width: auto !important;}

}

@media screen and (max-width: 380px) {
	.calendar-navi.btn-group.btn-group-toggle i {
	    display: none;
	}

	.modal-main .btn-area.btn-area-top button {
		font-size: .55rem;
	}

}


.txt-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    background-color: transparent;
}

.txt-input-year {
    width: 35px;
}

.txt-input-month {
    width: 22px;
}

.txt-input-day {
    width: 22px;
}

#txt_input_date_year {
    width: 35px;
}

#txt_input_date_month {
    width: 22px;
}

#txt_input_date_day {
    width: 22px;
}

.error-list  {
	text-decoration: underline !important;
}

/* 入力値が異常な時のスタイル */
.txt-required {
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
}