@charset "UTF-8";
/* --------------------------*/
/*style.css*/
/*----------------------------*/
/*共通項目*/
body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333; }

.btn {
	background-color: #ffbc40;
	padding: 8px 0px;
	width: 80%;
	max-width: 120px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	transition: .3s; }
	.btn:hover {
		background-color: #cb9533; }

.btn_gray {
	background-color: #bababa;
	padding: 8px 0px;
	width: 80%;
	max-width: 120px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	transition: .3s; }
	.btn_gray:hover {
		background-color: #7f7f7f; }

.red {
	color: #fb4141; }

.text-center {
	text-align: center; }

.text-right {
	text-align: right; }

.text-left {
	text-align: left; }

.file_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start; }
	.file_wrap label {
		padding: 8px 10px;
		color: #ffffff;
		background-color: #4a6fdf;
		cursor: pointer;
		transition: .8s; }
		.file_wrap label:hover {
			opacity: .8; }
	.file_wrap input[type="file"] {
		display: none; }
	.file_wrap p {
		margin: 0 0 0 10px; }

.pre_text{
	white-space: pre-wrap;
}

@media screen and (min-width: 1025px) {
	.sp {
		display: none !important; } }

@media screen and (max-width: 1024px) {
	.pc {
		display: none !important; } }

/*ログインページ*/
.login_contents {
	background-image: linear-gradient(25deg, rgba(218, 246, 255, 0.4), #0b93e8), url(../../image/cmn/login_img.JPG);
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative; }
	.login_contents:before {
		content: '';
		display: block;
		position: absolute;
		width: 101%;
		height: 101%;
		background: inherit;
		-webkit-filter: blur(3px);
						filter: blur(3px); }

.login_main {
	position: absolute;
	width: 360px;
	left: 0;
	right: 0;
	top: 20vh;
	margin: auto;
	background-color: rgba(5, 1, 35, 0.2);
	border-radius: 5px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center; }

.login_ttl {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center; }

.login_inp tr td {
	padding: 20px 0px 5px;
	font-size: 11px;
	position: relative; }

.login_inp input[type="text"], .login_inp input[type="email"], .login_inp input[type="password"] {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	height: 30px;
	padding: 10px;
	width: 100%;
	color: #fff;
	padding-left: 30px; }

.login_inp tr:nth-child(2) td:before {
	position: absolute;
	content: '\f007';
	font-family: 'Font Awesome 5 Free';
	font-weight: 100;
	font-size: 15px;
	color: #fff;
	left: 8px;
	bottom: 10px; }

.login_inp tr:nth-child(3) td:before {
	position: absolute;
	content: '\f084';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	left: 8px;
	bottom: 10px; }

.login_inp tr input::-webkit-input-placeholder {
	color: #fff; }

.login_inp tr input::placeholder {
	color: #fff; }

.login_inp tr input:-ms-input-placeholder {
	color: #fff; }

.login_inp tr input::-ms-input-placeholder {
	color: #fff; }

/* IE*/
/* Edge*/
.login_inp select {
	background-color: #2fa9f5;
	color: #fff;
	padding: 8px 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
					filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
	cursor: pointer; }

select option {
	background-color: transparent; }

.login_btn {
	margin-top: 40px;
	text-align: center; }
	.login_btn button {
		color: #fff;
		background: linear-gradient(to right, #0e89fa, #71bafc);
		padding: 5px;
		height: 40px;
		width: 80%;
		border-radius: 3px; }
		.login_btn button:hover {
			transition: .3s;
			opacity: 0.8; }

@media screen and (max-width: 1024px) {
	.login_inp tr td {
		font-size: 16px; }
	.login_inp select {
		-webkit-appearance: none; } }

@media screen and (max-width: 375px) {
	.login_main {
		width: 100%;
		background-color: transparent; } }

/*メインページ*/
.contents {
	display: flex;
	justify-content: flex-start;
	min-height: 100vh;
	position: relative;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: hidden; }

/*サイドメニュー*/
.sideMenu {
	width: 140px;
	padding-top: 30px;
	background-color: #1066c5;
	color: #fff; }

.sideMenu_sec1 {
	text-align: center;
	margin-bottom: 5px; }

.userIcon a {
	width: 80px;
	display: inline-block;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
	transition: .3s; }
	.userIcon a:hover {
		opacity: .8; }

.userCompany {
	color: #00b0dc;
	font-size: 14px;
	margin-bottom: 5px; }

.userCompany img {
	width: 70%;
	height: auto;
	margin-top: 5%;
	-webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.7)); }

.userName {
	font-size: 14px;
	margin-bottom: 5px; }

.userIcon a:before {
	content: "";
	display: block;
	padding-top: 100%; }

.userIcon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 50px;
	-webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
					filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5)); }

.sideMenu_title {
	background: linear-gradient(-135deg, #42dfe2, #4874de); }

.sideMenu {
	position: relative; }

.sideMenu_sec2 ul li input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
					clip-path: inset(50%);
	margin: -1px; }

.sideMenu_sec2 ul li a, .sideMenu_sec2 ul li p, .sideMenu_sec2 ul li label span {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	font-size: 13px;
	transition: background-color .3s linear; }

.sideMenu_sec2 ul li ul li label span {
	width: 150px;
	position: relative; }

.sideMenu_sec2 ul li:hover {
	background-color: #054891; }

.sideMenu_sec2 ul li.sideMenu_title p {
	font-size: 15px;
	cursor: auto; }

.sideMenu_sec2 ul > li > ul {
	display: block;
	padding-top: 10px;
	width: 0px;
	overflow: hidden;
	background-color: rgba(16, 102, 197, 0.9);
	position: fixed;
	z-index: 100;
	/*margin: 0 0 0 136px;*/
	margin: 0 0 0 140px;
	transition: width .3s ease-out, height .3s ease-out;
	height: 100%;
	top: 0px;
	overflow-y: auto;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応*/
	scrollbar-width: none;
	/* Firefox 対応*/ }
	.sideMenu_sec2 ul > li > ul::-webkit-scrollbar {
		display: none; }

.sideMenu_sec2 ul > li > ul li a, .sideMenu_sec2 ul > li > ul li p {
	width: 150px;
	position: relative; }

.sideMenu_sec2 ul > li > ul > li {
	clear: both;
	float: right; }
	.sideMenu_sec2 ul > li > ul > li > ul {
		display: block;
		padding-top: 10px;
		width: 0px;
		overflow: hidden;
		background-color: rgba(37, 113, 197, 0.9);
		position: fixed;
		z-index: 110;
		margin: 0 0 0 150px;
		transition: width .3s ease-out, height .3s ease-out;
		height: 100%;
		overflow-y: auto;
		-ms-overflow-style: none;
		/* IE, Edge 対応*/
		scrollbar-width: none;
		/* Firefox 対応*/ }
		.sideMenu_sec2 ul > li > ul > li > ul::-webkit-scrollbar {
			display: none; }
	.sideMenu_sec2 ul > li > ul > li:hover > ul {
		width: 150px;
		height: 100%; }

.sideMenu_sec2 > ul > li:hover > ul {
	width: 150px;
	height: 100%; }

/* 戻るボタン */
.rb_btn_area{
  text-align: center;
  margin: 20px 0 40px;
}
.return_btn,.next_btn{
    width: 100px;
    text-align: center;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
    font-size: 14px;
    margin: 0 5px;
}
.return_btn{
  background-color: #909090;
}
.next_btn{
  background-color: #ff8b0a;
}
.return_btn:hover,.next_btn:hover{
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
	.contents {
		display: block; }
	.spMenu {
		height: 60px;
		background-color: #1066c5;
		display: flex;
		justify-content: flex-end;
		position: fixed;
		z-index: 101;
		top: 0px;
		left: 0;
		width: 100vw; }
	.spMenu_active {
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
	.spMenu_icon {
		position: relative;
		top: 15px;
		right: 10px;
		width: 40px;
		height: 33px; }
		.spMenu_icon span {
			display: block;
			width: 40px;
			height: 3px;
			position: absolute;
			background-color: #fff;
			transition: .3s; }
			.spMenu_icon span:nth-child(1) {
				top: 0px;
				right: 0px; }
			.spMenu_icon span:nth-child(2) {
				top: 15px;
				right: 0px; }
			.spMenu_icon span:nth-child(3) {
				top: 30px;
				right: 0px; }
	.spMenu_active .spMenu_icon span:nth-child(1) {
		top: 15px;
		right: 0px;
		transform: rotate(45deg); }
	.spMenu_active .spMenu_icon span:nth-child(2) {
		opacity: 0; }
	.spMenu_active .spMenu_icon span:nth-child(3) {
		top: 15px;
		right: 0px;
		transform: rotate(-45deg); }
	.menu_wrap {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: -1;
		width: 100vw;
		height: 100vh;
		top: 0px;
		padding-top: 55px;
		transition: .3s;
		opacity: 0; }
	.menu_wrap_active {
		z-index: 100;
		opacity: 1;
		overflow-y: auto; }
	.sideMenu {
		transition: .5s;
		transform: translateX(-150px);
		width: 200px; }
	.menu_wrap_active .sideMenu {
		transform: translateX(0px);
		height: 100%; }
	.sideMenu_sec2 {
		padding-bottom: 150px;
		background-color: #1066c5; }
		.sideMenu_sec2 > ul > li > ul {
			max-height: 0px;
			height: 100%;
			width: 100%;
			padding-top: 0px;
			margin: 0px;
			background-color: #5daaffe6;
			transition: .5s;
			position: static; }
		.sideMenu_sec2 ul > li > ul {
			position: static; }
		.sideMenu_sec2 ul li label span {
			width: 100%;
			height: 60px;
			line-height: 300%;
			display: block; }
		.sideMenu_sec2 ul li input[type="checkbox"]:checked + span {
			background-color: #054891; }
		.sideMenu_sec2 ul > li > ul > li:hover > ul {
			width: 100%;
			max-height: 0px; }
		.sideMenu_sec2 ul > li > ul li a, .sideMenu_sec2 ul > li > ul li p, .sideMenu_sec2 ul > li > ul li label span {
			width: 100%;
			height: 100%;
			line-height: 300%;
			display: block; }
		.sideMenu_sec2 ul > li > ul > li {
			float: none;
			width: 100%;
			height: 100%;
			max-height: 0px;
			transition: .3s;
			overflow: hidden; }
		.sideMenu_sec2 ul > li > ul > li input[type="checkbox"]:checked + ul {
			width: 100%; }
		.sideMenu_sec2 ul > li > ul > li > ul {
			position: static;
			max-height: 0px;
			height: 0px;
			width: 100%;
			padding-top: 0px;
			margin: 0px;
			background-color: #abd3ffe6;
			transition: .5s; }
		.sideMenu_sec2 > ul > li > input + ul {
			height: 0; }
		.sideMenu_sec2 > ul > li > input[type="checkbox"]:checked + ul {
			max-height: 2000px;
			height: auto;
			width: 100%; }
		.sideMenu_sec2 > ul > li:hover > ul {
			width: 100%;
			max-height: 0px; }
		.sideMenu_sec2 > ul li ul {
			width: 100%; }
		.sideMenu_sec2 > ul > li > input[type="checkbox"]:checked + ul > li {
			max-height: 2000px; }
		.sideMenu_sec2 > ul > li input[type="checkbox"]:checked + ul {
			width: 100%; }
		.sideMenu_sec2 > ul > li > input[type="checkbox"]:checked + ul > li > input[type="checkbox"]:checked + ul {
			height: auto;
			max-height: 2000px;
			width: 100%;
			margin: 0px; }
			.sideMenu_sec2 > ul > li > input[type="checkbox"]:checked + ul > li > input[type="checkbox"]:checked + ul li {
				max-height: 60px; } }

/*メイン部分*/
.main {
	/*width: calc(100% - 110px);*/
	width: calc(100% - 140px);
	background-color: #e5f0ff;
	padding-top: 25px; }
	.main > * {
		animation-name: fadein;
		animation-duration: 1.5s; }

@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(5px); }
	80% {
		opacity: 0;
		transform: translateY(5px); }
	100% {
		opacity: 1;
		transform: translateY(0); } }

.mainWrap {
	display: flex;
	align-items: flex-start;
	justify-content: center; }

.rankingMainWrap {
	justify-content: space-around; }

.topMainWrap {
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	padding: 30px;
	width: 97%;
	margin: auto;
	margin-bottom: 40px; }

.sec_ttl {
	font-size: 19px;
	margin-bottom: 15px;
	color: #043b67;
	font-weight: bold; }

.sec_ttlSub {
	font-size: 18px;
	margin-bottom: 15px;
	color: #043b67;
	font-weight: bold; }

.sec_inner {
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	padding: 30px;
	margin-bottom: 40px; }

.sec_inner2 {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 15px; }

.main_sec1 {
	width: 49%;
	margin-right: 15px; }

.main_sec2 {
	width: 49%;
	border-left: 1px solid #ececec; }

.main_sec1 ul {
	overflow-y: auto;
	max-height: 200px; }
	.main_sec1 ul li {
		border-bottom: 1px solid #ebebeb;
		padding: 10px 0px;
		font-size: 13px;
		color: #fb4141; }
		.main_sec1 ul li a {
			transition: .3s;
			cursor: pointer; }
			.main_sec1 ul li a:hover {
				opacity: .8; }

.main_sec1 .sec_inner ul {
	overflow-y: auto;
	height: 170px; }

.main_sec2 .main_sec2_table table {
	width: 100%; }

.main_sec2_table table tr td {
	border: 1px solid #ddd;
	width: calc(100% / 5); }

.main_sec2_table_sanday {
	background-color: #ffebeb; }

.main_sec2_table_saturday {
	background-color: #ebf6ff; }

.main_sec2_table table tr td .main_sec2_table_wrap {
	padding: 3px;
	padding-top: 5px;
	min-height: 45px; }
	.main_sec2_table table tr td .main_sec2_table_wrap p {
		text-align: center;
		margin-bottom: 5px;
		color: #5c5c5c;
		font-size: 10px; }
	.main_sec2_table table tr td .main_sec2_table_wrap ul li a {
		font-size: 12px;
		transition: .3s;
		cursor: pointer; }
	.main_sec2_table table tr td .main_sec2_table_wrap ul li:not(:last-child) {
		margin-bottom: 1px; }
	.main_sec2_table table tr td .main_sec2_table_wrap ul li a:hover {
		opacity: .8; }

.main_sec2_table_already {
	font-size: 12px;
	display: block;
	width: 100%;
	background-color: #ffb756;
	color: #fff;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 1, 5, 0.8); }

.main_sec2_table_yet button {
	font-size: 12px;
	display: block;
	width: 100%;
	background-color: #61d0ff;
	color: #fff;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 1, 5, 0.8); }

.birthDayListBtn {
	text-align: center;
	margin-top: 15px;
	font-size: 14px; }
	.birthDayListBtn button {
		display: inline-block;
		background-color: #8980ef;
		padding: 12px 30px;
		border-radius: 55px;
		color: #fff;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
		transition: .3s; }
		.birthDayListBtn button:hover {
			box-shadow: none; }

.main_sec3 {
	width: 97%;
	margin: auto; }

@media screen and (max-width: 1024px) {
	.main {
		width: 100%;
		padding-bottom: 50px;
		padding-top: 80px;
		min-height: 100vh; }
	.sec_inner {
		padding: 10px; }
	.main_sec2 .sec_inner ul li a {
		padding: 5px 0px; }
	.main_sec1 .sec_inner ul {
		height: 180px; }
	.main_sec3 .sec_inner {
		margin-bottom: 0px; }
	.mainWrap {
		flex-direction: column;
		justify-content: center;
		align-items: center; }
	.main_sec1 {
		width: 95%;
		margin-right: 0;
		margin-bottom: 30px; }
	.main_sec2 {
		width: 95%;
		border: none; }
	.main_sec2_table table tr td .main_sec2_table_wrap ul li a {
		font-size: 10px;
		padding: 3px; }
	.topMainWrap .sec_inner {
		padding: 0px; } }

@media screen and (max-width: 480px) {
	.main {
		width: 100%; }
	.main_sec1, .main_sec2 {
		width: 95%; } }

/*カレンダー*/
#calendar {
	width: 100%; }
	#calendar h2 {
		font-size: 18px;
		font-weight: bold;
		color: #34576d; }

.fc-resource-cell {
	font-size: 10px; }

.fc-content table tr:not(:first-child) .event_userIcon_user {
	width: 50px; }

.fc-content table tr:not(:first-child) .fc-resource-area .fc-cell-content {
	font-size: 11px; }

.fc-timeline .fc-cell-text {
	font-size: 11px; }

.fc-state-default {
	background-color: #f7f7f7;
	border: none;
	text-shadow: none;
	background-image: none; }

.fc-unthemed td.fc-today {
	background: #e5fbff; }

.event_add_wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
	top: 0;
	opacity: 0;
	transition: .3s;
	overflow-y: scroll;
	padding-bottom: 30px; }

.event_add_wrap_active {
	z-index: 100;
	transition: .3s;
	opacity: 1; }

.event_add_inner {
	display: inline-block;
	width: 90vw;
	max-width: 480px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 14vh;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
					filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5)); }

.event_add_hidden_btn {
	display: inline-block;
	font-weight: 800;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer; }

.event_add_sec1 {
	background-color: #fff;
	padding: 30px 30px 15px;
	border-radius: 10px 10px 0px 0px; }

.event_add_sec2 {
	background-color: #fff;
	padding: 15px 30px 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 0px 0px 10px 10px; }

.remind_add_sec4 {
	background-color: #fff;
	padding: 15px 30px 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 0px 0px 10px 10px; }
.event_add_sec3 {
	background-color: #fff;
	padding: 15px 30px 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 0px 0px 10px 10px; }
	.event_add_sec3 input[type="text"], .event_add_sec3 input[type="number"] {
		border: 1px solid #ddd;
		height: 35px;
		padding: 5px;
		border-radius: 3px;
		transition: .3s;
		font-size: 16px;
		width: auto; }
		.event_add_sec3 input[type="text"]:focus, .event_add_sec3 input[type="number"]:focus {
			border-color: dodgerBlue;
			box-shadow: 0 0 4px 0 dodgerBlue; }
	.event_add_sec3 textarea {
		border: 1px solid #ddd;
		padding: 10px;
		border-radius: 3px;
		transition: .3s;
		resize: none;
		font-size: 16px;
		width: auto;
		height: auto; }
		.event_add_sec3 textarea:focus {
			border-color: dodgerBlue;
			box-shadow: 0 0 4px 0 dodgerBlue; }

.event_add_sec2 input[type="text"], .event_add_sec3 input[type="number"] , .remind_add_sec4 input[type="text"] {
		border: 1px solid #ddd;
		height: 35px;
		padding: 5px;
		border-radius: 3px;
		transition: .3s;
		font-size: 16px;
		width: auto;
}
.event_add_sec_select_time label{
	border: none;
}

.event_add_wrap_active .event_add_sec2, .event_add_wrap_active .event_add_sec3 , .event_add_wrap_active .remind_add_sec4 {
	display: none; }

.event_add_sec_ttl {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold; }

.event_add_sec_ttl2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold; }
.event_add_sec_check{
	margin-bottom: 10px;}
.remind_add_sec4 .event_add_sec_radio {
	margin-bottom: 10px;}

.event_add_sec_radio {
	font-size: 13px; }
	.event_add_sec_radio input {
		margin-left: 10px;
		margin-right: 3px; }

.event_add_sec_select {
	margin-bottom: 20px; }
	.event_add_sec_select select {
		border: 1px solid #ddd;
		height: 35px;
		padding: 5px;
		width: auto;
		border-radius: 3px;
		transition: .3s;
		font-size: 16px; }
		.event_add_sec_select select:focus {
			border-color: dodgerBlue;
			box-shadow: 0 0 4px 0 dodgerBlue; }

.event_add_sec_select2 {
	margin-bottom: 20px; }
	.event_add_sec_select2 select {
		border: 1px solid #ddd;
		height: 35px;
		padding: 5px;
		width: auto;
		border-radius: 3px;
		transition: .3s;
		font-size: 16px; }
		.event_add_sec_select2 select:focus {
			border-color: dodgerBlue;
			box-shadow: 0 0 4px 0 dodgerBlue; }
	.event_add_sec_select2 select {
		width: 100%; }

.scheduleCompanyName {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
	cursor: pointer;
	transition: .3s; }
	.scheduleCompanyName:hover {
		opacity: .8; }

.event_add_sec_select_date {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 10px; }
	.event_add_sec_select_date label {
		position: relative;
		display: inline-block;
		width: 120px;
		height: 36px;
		border: 1px solid #e0e0e0;
		border-radius: 5px 0px 0px 5px; }
		.event_add_sec_select_date label:first-of-type, .event_add_sec_select_date label:last-of-type {
			margin-right: 40px; }
		.event_add_sec_select_date label input[type="date"] {
			position: relative;
			padding: 0 10px;
			width: 120px;
			height: 36px;
			border: 0;
			background: transparent;
			box-sizing: border-box; }
			.event_add_sec_select_date label input[type="date"]:focus {
				border: none; }
		.event_add_sec_select_date label::before {
			position: absolute;
			content: "";
			top: -1px;
			right: -37px;
			width: 36px;
			height: 36px;
			background-color: #2793ff;
			background-image: url(../../image/cmn/privatePlacement_icon5.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: 65% auto;
			transition: .3s;
			border-radius: 0px 5px 5px 0px; }
		.event_add_sec_select_date label:hover {
			opacity: .8; }
		.event_add_sec_select_date label input[type="date"]::-webkit-calendar-picker-indicator {
			position: absolute;
			right: -34px;
			top: -1px;
			padding: 0;
			width: 36px;
			height: 36px;
			color: transparent;
			cursor: pointer;
			opacity: 0; }

.event_add_sec_select_time {
	margin-bottom: 10px;
	display: inline-block; }
	.event_add_sec_select_time label {
		position: relative;
		display: inline-block;
		width: 65px;
		height: 36px;
		border: 1px solid #e0e0e0;
		border-radius: 5px 0px 0px 5px; }
		.event_add_sec_select_time label:first-of-type, .event_add_sec_select_time label:last-of-type {
			margin-right: 40px; }
		.event_add_sec_select_time label input[type="time"] {
			position: relative;
			padding: 0 10px;
			font-size: 16px;
			width: 65px;
			height: 36px;
			border: 0;
			background: transparent;
			box-sizing: border-box; }
		.event_add_sec_select_time label:focus {
			border: none; }
		.event_add_sec_select_time label::before {
			position: absolute;
			content: "";
			top: -1px;
			right: -37px;
			width: 36px;
			height: 36px;
			background-color: #2793ff;
			background-image: url(../../image/cmn/privatePlacement_icon7.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: 65% auto;
			transition: .3s;
			border-radius: 0px 5px 5px 0px; }
		.event_add_sec_select_time label:hover {
			opacity: .8; }
		.event_add_sec_select_time label input[type="time"]::-webkit-calendar-picker-indicator {
			position: absolute;
			right: -34px;
			top: -1px;
			padding: 0;
			width: 36px;
			height: 36px;
			color: transparent;
			cursor: pointer;
			opacity: 0; }

.event_add_sec_select input[type="time"] {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 70px !important;
	height: 25px;
	padding: 5px; }

.event_add_sec_text {
	margin-bottom: 20px;
	overflow-wrap: break-word;
}
.event_add_sec_text input[type="text"] {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px;
	width: 100%; }

.event_add_sec_textArea textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
	height: 100px;
	resize: none; }

.event_change_schedule_comment,.remind_change_schedule_comment{
    white-space: pre-line;
    overflow-wrap: break-word;
}
.event_rgst_btn {
	text-align: center;
	margin-top: 30px; }
	.event_rgst_btn button {
		margin: 0px 10px; }

.salesperson_check {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 98%;
	margin: 0 auto;
	margin-bottom: 10px; }
.salesperson_check li {
	margin: 3px;
	font-size: 13px; }
.salesperson_check li input {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px; }
.salesperson_check li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 25px;
	padding: 5px;
	transition: .3s;
	font-size: 11px;
	cursor: pointer;
	background-color: #ebebeb;
	border-radius: 5px; }
	/*.salesperson_check li input:checked + span, .salesperson_check li span:hover {
	background-color: #f8a331;
	color: #fff; }*/
.salesperson_check li input:checked + span, .salesperson_check li span:hover {
/*	color: #fff; */
}

.salesperson_check li .check_reminder_span{
	background-color: #FFFF00!important;;
}

.salesperson_check li span:hover ,.salesperson_check li .check_reminder_span:hover{
	opacity: .7;
}
.fc-agendaWeek-view .fc-widget-header>span{
	display:flex;
	flex-direction: column;
	align-items: center;
}

.fc-agendaWeek-view .fc-widget-header>span span:first-child{
	order: 2;
}

.fc-agendaWeek-view .fc-widget-header>span span:last-child{
	order: 1;
	margin-bottom: 1px;
}

#calendar {
	width: 98%;
	margin: 0 auto; }

/*イベント色分け*/
.inside_work, .outside_work {
	border: none;
	box-shadow: 0px 0px 3px #000; }

/*fullcalendarオーバーライド*/
.fc-sun {
	color: red; }

/* 日曜日*/
.fc-sat {
	color: blue; }

.fc-event {
	font-size: 11px; }

td.fc-sat {
	background-color: #eaf4ff; }

td.fc-sun {
	background-color: #ffeaea; }

.fc-cell-text {
	order: 2;
	font-weight: bold; }

.fc-ltr .fc-timeline-event {
	border-radius: 5px;
	font-size: 13px;
	padding: 5px; }

.fc-day-grid-event, .fc-time-grid-event {
	padding-left: 4px;
	/*padding-left: 8px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}


.fc-axis {
	font-size: 11px; }

.fc-center {
	margin-top: 15px; }

.fc-time-area .fc-rows td > div {
	min-height: 60px; }
	.fc-time-area .fc-rows td > div .fc-event-container {
		min-height: 60px; }

.fc-body .fc-resource-area .fc-cell-content {
	padding: 0px; }

.fc-timeline-event {
	padding-left: 5px; }

.fc-axis {
	height: 35px !important; }

.event_add_sec_user {
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px; }

.event_add_sec_user_icon,.remind_add_sec_user_icon {
	width: 110px;
	position: relative;
	text-align: center;
	margin-right: 25px; }

.fc-content span {
	display: block;
	/*font-size: 13px;*/
	line-height: 1.2;
	border-radius: 5px;
	font-weight: initial; }

.fc-content .fc-time {
	font-size: 10px;
}

.fc-content .fc-title {
	font-size: 12px;
	white-space:nowrap;
}

.event_add_sec_user_icon:before,.remind_add_sec_user_icon:before {
	content: "";
	display: block;
	padding-top: 100%; }

.event_add_sec_user_icon img,.remind_add_sec_user_icon img  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.5));
					filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.5)); }

.event_add_sec_user_detail li:nth-child(1) {
	width: 90%;
	max-width: 130px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start; }
	.event_add_sec_user_detail li:nth-child(1) img {
		width: 150px;
		margin-bottom: 8px; }

/*変更用*/
.event_change_wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
	top: 0;
	opacity: 0;
	transition: .3s;
	overflow: auto;
	padding-bottom: 30px; }

.event_change_wrap_outside_active, .event_change_wrap_inside_active,.remind_change_wrap_active {
	z-index: 100;
	transition: .3s;
	opacity: 1; }

.event_change_inner {
	display: inline-block;
	width: 90vw;
	max-width: 480px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 14vh;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
					filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5)); }

.event_change_wrap .event_add_sec2, .event_change_wrap .event_add_sec3 ,.event_change_wrap .remind_add_sec4{
	border-radius: 10px; }

.event_add_sec_map {
	margin-top: 10px; }

.event_add_sec_textArea {
	margin-bottom: 20px; }

.fc-scroller {
	height: auto !important; }

.fc-head .fc-widget-header {
	margin-right: 0 !important;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px; }

.fc-scroller {
	overflow: visible !important; }
.modal_url_link{
	font-weight: bold;
	color: #1066c5;
	transition: 0.6s;
}
.modal_url_link:hover{
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
	.fc-time {
		font-size: 10px; }
	.fc-day-header {
		font-size: 11px; }
	.salesperson_check li span:hover {
		background-color: #ebebeb;
		color: #333; } }

@media screen and (max-width: 768px) {
	.fc-scroller, .fc-no-scrollbars {
		overflow: scroll; }
	/*.fc-time-grid .fc-event {
		padding: 0px; }*/
	.fc-ltr .fc-timeline-event {
		padding: 5px; }
	/*.fc-day-grid-event, .fc-time-grid-event {
		padding-left: 0px; }*/ }

@media screen and (max-width: 480px) {
	.event_add_sec1 {
		padding: 25px 15px 15px; }
	.event_add_sec2, .event_add_sec3 {
		padding: 15px; }
	.event_rgst_btn button {
		margin: 0px 2px; }
	.event_rgst_btn .btn_gray, .event_rgst_btn .btn {
		max-width: 100px; }
	.event_add_sec2 {
		margin-bottom: 100px; }
	.event_add_sec_select input[type="date"] {
		margin-bottom: 5px; }
	.event_add_sec3 {
		margin-bottom: 100px; } }

@media screen and (max-width: 375px) {
	.event_add_sec_select input[type="datetime-local"] {
		width: 100%; } }

.main_sec4 {
	width: 23%; }
	.main_sec4 .sec_inner {
		padding: 10px; }

.rank_user_icon {
	width: 35px;
	position: relative;
	display: inline-block;
	margin-right: 10px; }

.main_sec4_rank {
	height: 330px;
	overflow-y: scroll;
	overflow-x: hidden; }
	.main_sec4_rank ul {
		counter-reset: cnt; }
		.main_sec4_rank ul li {
			font-size: 13px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 5px;
			background-color: #f7f7f7;
			padding: 8px;
			border-radius: 7px;
			position: relative; }
			.main_sec4_rank ul li:before {
				counter-increment: cnt;
				content: counter(cnt);
				display: inline-block;
				position: absolute;
				z-index: 1;
				background-color: #ffac50;
				color: #fff;
				width: 20px;
				height: 20px;
				text-align: center;
				border-radius: 23px;
				font-size: 18px;
				left: 2px;
				top: 5px; }
			.main_sec4_rank ul li:nth-child(1) {
				background: #c3b10a;
				background: linear-gradient(90deg, #c3b10a 0%, #ede172 100%); }
				.main_sec4_rank ul li:nth-child(1) .rank_user_icon {
					width: 65px; }
				.main_sec4_rank ul li:nth-child(1):before {
					background-color: #ffecb2;
					color: #e6be1a;
					border: 1px solid #e6be1a; }
				.main_sec4_rank ul li:nth-child(1):after {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: -100%;
					background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
					animation: shine 4s infinite;
					animation-delay: 3s; }
			.main_sec4_rank ul li:nth-child(2) {
				background: #949494;
				background: linear-gradient(90deg, #949494 0%, #d5d5d5 100%); }
				.main_sec4_rank ul li:nth-child(2):before {
					background-color: #dbdbdb;
					color: #949494;
					border: 1px solid #949494; }
				.main_sec4_rank ul li:nth-child(2) .rank_user_icon {
					width: 50px; }
				.main_sec4_rank ul li:nth-child(2):after {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: -100%;
					background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
					animation: shine 4s infinite;
					animation-delay: 3.2s; }
			.main_sec4_rank ul li:nth-child(3) {
				background: #b26f03;
				background: linear-gradient(90deg, #b26f03 0%, #ffd38d 100%); }
				.main_sec4_rank ul li:nth-child(3) .rank_user_icon {
					width: 40px; }
				.main_sec4_rank ul li:nth-child(3):before {
					background-color: #f9dec5;
					color: #e48924;
					border: 1px solid #e48924; }
				.main_sec4_rank ul li:nth-child(3):after {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: -100%;
					background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
					animation: shine 4s infinite;
					animation-delay: 3.4s; }

@keyframes shine {
	100% {
		left: 100%; } }

.rank_user_icon:before {
	content: "";
	display: block;
	padding-top: 100%; }

.rank_user_icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	border-radius: 5px;
	-webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
					filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5)); }

.rank_user_name {
	margin-right: auto; }

.rank_user_desc {
	font-weight: bold; }

.index_notice_modal {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: -1;
	transition: .3s; }

.index_notice_modal_inner {
	display: inline-block;
	background-color: #fff;
	width: 90vw;
	max-width: 480px;
	height: 80vh;
	overflow-y : auto;
    overflow-x : hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 14vh;
	border-radius: 10px; }

.index_notice_modal_hidden_btn {
	display: inline-block;
	font-weight: 800;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer; }

.index_notice_modal_ttl {
	padding: 10px 5px 5px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd; }
	.index_notice_modal_ttl span {
		background-color: #1066C5;
		display: inline-block;
		color: #fff;
		border-radius: 20px;
		padding: 5px 10px 3px;
		font-size: 12px; }
	.index_notice_modal_ttl p {
		margin-top: 5px; }

.index_notice_modal_active {
	opacity: 1;
	z-index: 100; }

.index_notice_modal_detail {
	padding: 0 5% 20px 5%;
	margin-right: auto;
	margin-left: auto; }

.index_notice_modal_detail_ttl {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd; }

.index_notice_modal_detail_datetime, .index_notice_modal_detail_subject {
	padding-left: 10px; }

.index_notice_modal_detail_content {
	padding-left: 10px;
	min-height: 100px; }

.index_notice_modal_detail_ttl span {
	background-color: #1066C5;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	border-radius: 20px;
	padding: 5px 10px 3px;
	font-size: 12px; }

.index_notice_modal_btn {
	border-top: 1px solid #ddd;
	text-align: center;
	width: 100%; }
	.index_notice_modal_btn button {
		background-color: #AAAAAA;
		text-align: center;
		color: #fff;
		width: 100px;
		height: 30px;
		margin: 20px auto;
		border-radius: 5px;
		transition: .3s; }
		.index_notice_modal_btn button:hover {
			opacity: .8; }

/* --------------------------------------------
	style.css追記(2021/05/10)
----------------------------------------------- */
.error_messages_area {
	margin: 10px;
}
.error_messages_area p {
	color: red!important;
		padding: 5px;
		font-size: 15px;
		background-color: #FFE1E1;
		border: 2px solid #E77777;
		margin-bottom: 5px;
		border-radius: 3px;
}
.error_messages_area p:before{
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:5px
}

/* --------------------------------------------
	style.css追記(2021/12/03)
----------------------------------------------- */
.success_messages_area {
	margin: 10px;
}

.success_messages_area p{
	color: #57A8FF!important;
		padding: 5px;
		font-size: 15px;
		background-color: #D5E9FF;
		border: 2px solid #3A98FF;
	margin-bottom: 5px;
	border-radius: 3px;
}
.success_messages_area p:before{
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:5px
}

/* --------------------------------------------
	style.css追記(2021/05/26)
----------------------------------------------- */
.holiday_name {
	padding: 5px;
	width: 90px;
	font-size: 12px;
	color: red;
}

/* --------------------------------------------
	style.css追記(2021/06/04)
----------------------------------------------- */

/* 1020行目～,1073行目～,1214行目～の編集(元の記述はコメントアウト中) */

.display_transparent{
	opacity: 0.2;
}

.fc-time,.fc-title{
	padding-bottom : 1px;
	color : #000 !important;
}

.fc-day-top {
		padding-bottom: 5px !important;
}

.fc-event-container {
		padding: 0 6px !important;
}

.fc-content-skeleton {
		padding-bottom: 15px !important;
}

.inpStartTime,.inpEndTime,.remindStartTime{
		width: 70px !important;
}

.flatpickr-calendar {
		width: 125px !important;
}

/* --------------------------------------------
	style.css追記(2021/07/20)
----------------------------------------------- */
.success_message{
	margin: 10px;
	color: #57A8FF!important;
		padding: 5px;
		font-size: 15px;
		background-color: #D5E9FF;
		border: 2px solid #3A98FF;
	margin-bottom: 5px;
	border-radius: 3px;
}
.success_message:before{
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:5px
}

/* --------------------------------------------------
スマホ用カレンダーチェック
-----------------------------------------------------*/
@media screen and (min-width: 481px) {
	.salesperson_check_btn{
	display: none;
	}

	.salesperson_check_btn i{
		margin-right: 5px;
		font-size: 25px;
	}
}
@media screen and (max-width: 480px) {
	.salesperson_check_btn{
		display: flex;
		align-items: center;
		justify-content: right;
		margin-left: auto;
		color: #043b67;
		margin-top: 15px;
	}

	.salesperson_check_btn button{
	margin-left: auto;
	transition: .3s;
	}

	.salesperson_check_btn button:hover{
		opacity: .8;
	}

	.salesperson_check_btn button i{
	margin-right: 5px;
	}

	.salesperson_check{
	display: block;
	text-align: left;
	margin-bottom: 30px;
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition-duration: .3s;
		line-height: 0;
		margin-top: 15px;
	}

	.salesperson_check.salesperson_check_active{
		height: auto;
		opacity: 1;
		line-height: normal;
		padding: 10px;
	}

	.salesperson_check li{
	margin-bottom: 5px;
	}

	.salesperson_check li label{
	display:flex;
	align-items: center;

	}

	.salesperson_check li span{
	display: inline-block;
	min-height: unset;
	padding: 5px;
	font-size: 15px;
	}
}

/*------------------------------------------------------------
履歴一覧ボタン
-------------------------------------------------------------*/
.rcr_history_btn_area{
	display: flex;
	justify-content: flex-end;

}
.search_history_btn{
	color: #043b67;
	height: 50px;
}

.search_history_btn a{
	display: inline-block;
	margin-left: auto;
	font-size: 15px;
	transition: .3s;
	margin-bottom: 15px;
	background-color: #043b67;
	color: #fff;
	padding: 4px 8px;
	border-radius: 3px;
	border: 1px solid #043b67;
}
.search_history_btn:nth-child(2) a{
	background-color: #fff;
	color: #043b67;
	border: 1px solid #043b67;
	margin-left: 10px;
}
.search_history_btn a:hover{
	opacity: .8;
	background-color: #fff;
	color: #043b67;
}
.search_history_btn:nth-child(2) a:hover{
	opacity: .8;
	background-color: #043b67;
	color: #fff;
}

.search_history_btn i{
		margin-right: 5px;
		font-size: 18px;
}