@charset "UTF-8";
body {
    color:#3E495E;
}

.time_text {
    font-size: 80px;
}

.taskfont {
    font-family:monospace;
}

p {
    white-space: pre-wrap;
}

.date_background {
    background-color: #fbe4bd!important;
}

#isReport {
    display: none;
}

.datetd_background {
    background-color:#FFFAF2!important;
}

a.btnstyle {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    background: #fff;
}

a.btn-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #000;
    border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
    color:black;
}

a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow--color2 {
    border-radius: 100vh;
}

a.btn-border-shadow--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #e5d578;
    box-shadow: 3px 3px 0 #e5d578;
}

a.btn-border-shadow-template {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    letter-spacing: -0.1em;
    background: #fff;
}

a.btn-border-shadow-template:before {
    position: absolute;
    top: -6px;
    left: -6px;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    border: 3px solid #000;
    border-radius: 0.5rem;
}

a.btn-border-shadow-template:hover {
    padding: calc(1.5rem - 6px) 3rem;
    color:black;
}

a.btn-border-shadow-template:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow-template--color2 {
    border-radius: 100vh;
}

a.btn-border-shadow-template--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #e58778;
    box-shadow: 3px 3px 0 #e58778;
}

a.btn-border-shadow-history {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    background: #fff;
}

a.btn-border-shadow-history:before {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #000;
    border-radius: 0.5rem;
}

a.btn-border-shadow-history:hover {
    padding: calc(1.5rem - 6px) 3rem;
    color:black;
}

a.btn-border-shadow-history:hover:before {
    top: 0;
    left: 0;
}

a.btn-border-shadow-history--color2 {
border-radius: 100vh;
}

a.btn-border-shadow-history--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #8ed4f0;
    box-shadow: 3px 3px 0 #8ed4f0;
}

ul.like_user_list  {
    padding:0;
    list-style: none;
    display: flex;
}

.like_user_list li:after {
    content: "\3055\3093";
    margin: 0 3px;
}

.like_user_list li:last-child:after {
    content: '\304C\3044\3044\306D\FF01\3057\307E\3057\305F\3002';
    margin: 0 3px;
}

.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal-container.active{
    opacity: 1;
    visibility: visible;
    z-index: 99999999999;
}

.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 500px;
    height:500px;
    z-index: 99999999999;
}

.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
}

a.btn--orange {
    color: #fff;
    background-color: #eb6100;
}

a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn--circle {
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 5px 0 #e6d900;
}

a.btn--circle:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900;
}

.modal-open{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%);
}

.hrline {
    border-bottom:1px solid #f0f1f4;
}

.selectDisabled {
    pointer-events: none;
    background-color: #E9ECEF!important;
}

.arrow_box {
    display: none;
    position: absolute;
    padding: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #333;
    color: #fff;
}

.arrow_box:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

