@charset "UTF-8";
/*
Theme Name: payroll_accounting
*/

* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	height: 100%;
	font-size: 62.5%;
}

body{
	height: 100%;
	background: #f8f9fa;
}

a {
    text-decoration: none;
}

li {
    display: block;
}

.post li {
	display: list-item;
    list-style: inside;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

/*メインコンテンツ*/
.wrapper {
    overflow: visible;
    width: 100%;
	display: flex;
    flex-direction: column;
    min-height: 100%;
}

#content-w {
	flex: 1;
	margin-top: 60px;
}

.page-template-custom-login #content-w{
	margin-left: 0;
}

#contentInner{
	padding: 40px 0;
}

.main-container{
	padding: 20px 20px 0;
}

main {
	color: #333;
	border: 1px solid #ddd;
    background: #fff;    
}

.over-main{
	overflow-x: auto;
}

.no-border{
	border: none;
}

.no-back{
	background: unset;
}

.big-main{
	max-width: 1800px;
    margin: 0 auto;
}

.middle-main{
	max-width: 1120px;
    margin: 0 auto 30px;
}

.middle{
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
}

.small-main{
	max-width: 800px;
    margin: 0 auto 30px;
}

.no-split-main{
	padding: 26px;
}

.on_date{
	padding: 16px 26px;
}

button {
	color: #333;
}

h1{
	font-size: 2.8rem;
    line-height: 3.6rem;
	margin-bottom: 20px;
	text-align: center;
}

h2{
	font-size: 2.0rem;
	line-height: 2.6rem;
}

.home h2{
	padding: 16px 18px;
    border-bottom: 3px solid #fb980a;
    background: #faefe6;
}

h2.edit-user {
    margin-bottom: 30px;
    text-align: center;
}

.post-date {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
	font-size: 1.3rem;
}

.point {
    padding: 10px;
    border: 4px solid #dfdfdf;
    border-radius: 6px;
    font-size: 1.5rem;
	line-height: 2rem;
}

.step-container{
	padding-bottom: 20px;
}

.step-title{
	position: relative;
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: bold;
	border-bottom: 2px solid #1c6593;
	padding: 10px 10px 10px 60px;
	margin-top: 30px;
}

.step-box {
    position: absolute;
    left: 0;
	bottom: 12px;
    display: block;
}

.step {
    position: relative;
    display: flex;
    padding: 6px;
    width: 44px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    background: #1c6593;
    line-height: 3rem;
	border-radius: 4px;
}

.step:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 13px solid #1c6593;
}

.check-icon {
    display: flex;
    align-items: center;
	padding: 6px 0;
    margin-bottom: 16px;
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

.check-icon .material-icons {
    margin-right: 8px;
	font-weight: bold;
	color: #70ad47;
}

.inner-top {
    font-size: 2.6rem;
    text-align: left;
    margin: 0;
    color: #fff;
}

.inner-box {
    background: linear-gradient(90deg, #49c2d9 0%, #1b57c5 100%);
    padding: 20px;
	display: flex;
	justify-content: space-between;
}

.guide-btn{
	border: 1px solid #ffffff;
    background: no-repeat;
    border-radius: 30px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
}

.guide-btn:hover{
	opacity: 0.7;
}

.guide-btn .material-icons{
	margin-right: 4px;
	font-size: 2rem;
}

.guide-top{
	font-size: 3rem;
	text-align: left;
	position: relative;
    padding-bottom: 18px;
	margin-bottom: 30px;
}

.post .guide-top{
	margin-bottom: 15px;
}

.guide-top:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#49c2d9), to(#1b57c5));
    background: linear-gradient(90deg, #49c2d9 0%, #1b57c5 100%);
}

.post-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.post-container .middle {
    margin: 0;
}

.post-content h2{
	font-size: 2.4rem;
    line-height: 3rem;
	position: relative;
    background: #f8f8f8;
    padding: 10px;
    padding-left: 16px;
    margin-bottom: 20px;
}

.post-content h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #1c6593;
}

.post-content h3{
	font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 12px;
}

.post-content img {
    margin-bottom: 20px;
}

.inline-titles.big-title{
	margin-bottom: 30px;
}

.inline-titles.big-title h2{
	margin-bottom: 0;
}

.form-content h2 {
    font-size: 2.4rem;
	line-height: 3rem;
	position: relative;
	padding-left: 12px;
	margin-bottom: 30px;
  }

.form-content h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #999;
  }
  

p {
    font-size: 1.7rem;
	line-height: 2.7rem;
}

p{
	margin-bottom: 20px;
}

input {
    font-size: 1.7rem;
	line-height: 2.4rem;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2px 6px;
}

select{
	border: 1px solid #b5b5b5;
}

.material-icons {
    user-select: none;
}

/*パンくずリスト*/
.breadcrumbs {
	display: inline;
    list-style: none;
    white-space: normal;
    word-wrap: break-word;
}

.breadcrumbs li {
    padding: 0 5px;
	font-size: 1.3rem;
	display: inline;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}


/*ヘッダー*/
header {
    position: fixed;
    width: 100%;
    z-index: 998;
}

.menu {
    white-space: nowrap;
	overflow-x: auto;
}

.menu-content {
    display: flex;
    justify-content: space-between;
	align-items: center;
	background-color: #333;
}

.menu a {
	display: flex;
	align-items: center;
    color: white;
    line-height: 24px;
	padding: 0 20px;
}

.menu-titles a {
	font-size: 1.4rem;
	min-height: 60px;
}

.menu-titles {
    display: flex;
}

.menu-titles .material-icons {
	margin-right: 8px;
	font-size: 2rem;
}

.menu-logout .material-icons {
    margin-right: 10px;
}

.menu-titles a:hover,.menu-icon:hover {
    background-color: #444;
}

a.logout-btn:hover{
	opacity: 0.8;
	margin-bottom: 0;
}

.menu-icon {
    display: none;
}

.menu-icons {
    display: flex;
    justify-content: space-between;
	background-color: #333;
}

.menu-logout {
	display: flex;
	align-items: center;
}

#overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#close-btn {
    position: absolute;
	top: 20px;
    cursor: pointer;
}

#close-btn.right {
    right: 20px;
}

#close-btn.left {
    left: 20px;
}

#close-btn .material-icons {
    font-size: 3.8rem;
    color: #e9e9e9;
}


/*フォーム*/
.form-title{
	font-weight: bold;
	font-size: 2rem;
	line-height: 3rem;
}

.right.form-title{
	margin-right: 14px;
}

.required{
	margin:0 10px;
	padding: 2px 6px;
	font-size: 1rem;
    line-height: 1.6rem;
	background: #e60012;
	color: #fff;
}

.form-notice{
	font-size: 1.6rem;
	color: #666;
}

.form-notice.under{
	padding-top: 10px;
}

.text-box{
	margin-right: 10px;
	background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
}

.add.text-box{
	width: 30rem;
}

.auto_check-box .text-box:disabled {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
    border: 1px solid #ddd;
}

.inline-titles {
    display: flex;
    align-items: center;
	margin-bottom: 16px;
  }

.radio-option{
	margin-bottom: 12px;
}

.number-input {
    margin-top: 6px;
}

.number-input input {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.number-input input:disabled {
    opacity: 0.3;
	cursor: default;
}

.form-field {
    font-size: 1.7rem;
	line-height: 2.7rem;
	padding-left: 10px;
}

.form-fieldgroup{
	margin-bottom: 34px;
}

.address-fieldgroup {
    margin-bottom: 14px;
}

.form-select {
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    font-size: 1.4rem;
    padding: 2px;
}

.fieldgroup{
	margin-bottom: 20px;
}

.tag{
	padding: 2px 6px;
	line-height: 2.0rem;
}

.candidate button{
	color: #46799b;
	background: #e0eaf1;
	border: none;
	border-radius: 2px;
	margin-top: 18px;
	margin-right: 6px;
}

.candidate button:hover,.range-btn:hover{
	color: #305d7a;
    background: #c7d5df;
}

hr {
    border-top: 1px solid #eee;
    margin-bottom: 34px;
}

.space{
	margin-bottom: 20px;
}


/*送信ボタン*/
input[type="radio"]:hover,input[type="checkbox"]:hover,.check-option label:hover,.radio-option label:hover,.checkbox-option label:hover{
	opacity: 0.5;
	cursor: pointer;
}

button,select,input[type="submit"]:hover{
	cursor: pointer;
}

p,h1,table,input[type="date"],input[type="time"],.form-title,.required:hover{
	cursor: text;
}

.soushin{
	padding: 8px 50px;
	font-size: 1.7rem;
	display: flex;
	margin: 0px auto 20px;
	align-items: center;
	justify-content: center;
	background-color: #f57900;
	border: none;
    color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
}

.soushin-complete{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	border:none;
	background: none;
}

.soushin-complete .material-icons{
	color: #f57900;
	margin-right: 4px;
}

.soushin:hover,#searchbutton:hover,#login input[type="submit"]:hover {
	background-color: #e76800;
}

.soushin:disabled {
	background-color: #C0C0C0;
	cursor: wait;
}

.blue-btn {
    border: 1px solid #46799b;
    border-radius: 3px;
    background: #f6f7f7;
    font-size: 14px;
    color: #46799b;
    padding: 2px 10px;
    min-height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.blue-btn .material-icons {
    margin-right: 3px;
}

.blue-btn:hover {
    background: #f1f3f3;
    border-color: #375287;
    color: #375287;
}

#return{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#return:hover{
	background-color: #ececec;
}

/*フッター*/
#footer-wrapper{
	padding: 16px 10px;
}

#footer-wrapper ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

#footer-wrapper li{
	padding: 0 12px;
}

#footer-wrapper a{
	color: #333;
	font-size: 1.2rem;
}

#footer-wrapper a:hover{
	opacity: 0.8;
}

/*カスタムログインフォーム*/
#gg-log {
    background-color: #fffaef;
}

#login-container {
    display: flex;
    align-items: center;
    flex: 1;
}

#login {
    width: 340px;
    margin: auto;
}

#loginform {
    padding: 24px 26px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.login-username,.login-password,.login-submit,.error-msg p {
    margin-bottom: 0;
}

.login-remember {
    margin-bottom: 26px;
}

#login label {
    font-size: 1.4rem;
    line-height: 2.7rem;
    display: inline-block;
    margin-bottom: 3px;
}

#login input[type=password], #login input[type=text] {
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    font-size: 2rem;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 34px;
    max-height: none;
}

#login input[type="submit"]{
	width: 100%;
	padding: 7px;
    text-align: center;
    background-color: #f57900;
    border: none;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
	font-weight: normal;
}

.error-msg {
    display: flex;
	color: #e60012;
	margin-bottom: 20px;
}

.error-msg p {
	font-size: 1.6rem;
}

#login-shippai{
	padding-right: 10px;
	font-size: 2rem;
    line-height: 2.7rem;
}

/*給与明細*/
.range-header select{
	border: 1px solid #f8f9fa;
	background: #f8f9fa;
	font-size: 1.6rem;
}

.range-header button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.date-range .material-icons.not {
    padding: 9px;
    color: #00718552;
}

/*ドロップダウンメニュー*/
.dropdown {
    position: relative;
    display: inline-block;
	padding: 0 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	width: max-content;
    min-width: 160px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    left: 50%; /* 左端を中央に揃える */
    top: 100%; /* トリガーのすぐ下に表示 */
    transform: translateX(-50%); /* 中央に表示するためにX軸方向に移動 */
}

.dropdown-content a {
	font-size: 1.4rem;
    color: black;
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.dropspan {
    font-size: 1.6rem;
    cursor: pointer;
	display: flex;
    align-items: center;
	padding-left: 8px;
}

.dropspan:hover{
	background-color: #e7e9eb;
}

.dropdown-content a:hover{
	background-color: #eee;
}


#range-btn, #half-range-btn {
    position: relative;
	display: inline-block;
    width: max-content;
	cursor: pointer;
}

.range-dropspan {
    display: flex;
    align-items: center;
}

.range-dropdown-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: max-content;
    position: absolute;
	left: 0;
	max-height: 200px;
    height: auto;
    overflow-y: scroll;
	margin-top: 4px;
}

.range-dropdown-content span {
    display: block;
    padding: 4px 6px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.range-dropdown-content span:hover{
	background-color: #f2f4f7;
}


/*出勤簿テーブル*/
.work_table-container{
	overflow-x: auto; /* 横スクロール */
	overflow-y: auto; /* 縦スクロール */
    max-height: 100vh;
    position: relative;
}

.edit-schedule-container, .total-payroll-container, .edit-container {
    overflow-x: auto;
    position: relative;
}

.total-payslip-container{
	overflow-x: auto;
	overflow-y: auto;
}

.payslip_table-container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 20px;
}

table {
    width: 100%;	
	table-layout: fixed;
	cursor: default;
}

.kihon_table {
    width: auto;
}

.kihon_table th, .kihon_table td {
    width: auto;
	text-align: left;
	border: 1px solid #ccc;
    padding: 4px 10px;
}

.kihon_table td:first-child {
    background: #f1f3f4;
}

.kihon_table-container {
    padding-top: 10px;
    margin-bottom: 20px;
}

.first-table{
	margin-bottom: 20px;
}
.first-table .work_table {
    width: auto;
}

thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

th, td {    
	width: 120px;
	padding: 4px;
	font-weight: normal;
	text-align: center;
}

th {
    font-size: 1.5rem;
    line-height: 2.1rem;
}

td{
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.edit-schedule-container td{
	padding: 8px 6px;
	background: #fff;
}

.edit-container td{
	background: #fff;
}

.work_table {
	border-collapse: separate;
    border-spacing: 0px;
}

#payslip_table-1{
	border: 2px solid #4472C4;
}

#payslip_table-2{
	border: 2px solid #70AD47;
}

#payslip_table-3{
	border: 2px solid #f57900;
}

#payslip_table-1 thead{
	background: #4472C4;
}

#payslip_table-2 thead{
	background: #70AD47;
}

#payslip_table-3 thead{
	background: #f57900;
}

#payslip_table-1 td:nth-child(odd) {
	background: aliceblue;
}

#payslip_table-2 td:nth-child(odd) {
    background: #ecf7e6;
}

#payslip_table-3 td:nth-child(odd) {
    background: #fff5ea;
}

.work_table tr:first-child th {
    border-top: 1px solid #ccc;
}

.work_table th{
	position: sticky; /* タイトル固定 */
    top: 0;
    background: #eee; /* 背後のセルが見えないようにする */
	z-index: 1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.work_table th:first-child {
    border-left: 1px solid #ccc;
}

.work_table td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ebebeb;
}

.work_table td:first-child {
    border-left: 1px solid #ddd;
}

.work_table td.kotei:first-child {
    border-left: 1px solid #ccc;
}

.turtle th:first-child, .turtle td:first-child {
    border-left: none;
}

.work_table td:last-child {
    border-right: 1px solid #ddd;
}

td.kotei {
	background: #f1f3f4;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.user_info_table th, table.user_info_table td {
    text-align: left;
	padding: 10px 14px;
}

.payslip_table th{
	color: #fff;
	font-size: 1.6rem;
    padding: 8px 10px;
}

th.blue {
    background: #D9E1F2;
}

th.green {
    background: #E2EFDA;
}

th.orange {
    background: antiquewhite;
}

th.ketsugo.blue {
	background: #4472C4;
	color: #fff;
}

th.ketsugo.green {
	background: #70AD47;
	color: #fff;
}

th.ketsugo.orange {
    background: #f57900;
    color: #fff;
}

th.only_time{
	background: #f57900;
    color: #fff;
	border-bottom: none;
}

td.solid {
	border-right: 1px solid #ddd;
}

td.workplace_td{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	border-right: 1px solid #ccc;
}

.work_date_td, .onamae_td {
    font-size: 1.5rem;
}

th.basyo {
    background: #fff4de;
}

td.basyo {
    background: floralwhite;
}

td.dark {
    border-bottom: 1px solid #ccc;
}

.work_date_th, .work_date_td{
	width: 124px;
}

.total-payslip-container th.ketsugo.orange {
    width: 140px;
}

th.long_time_th {
    width: 280px;
}

th.kubun_th{
	width: 240px;
}

.time_th, .time_td {
    width: 70px;
}

.numb_th, .numb_td {
    width: 50px;
}

th.edit_th, td.edit_td{
	width: 60px;
}

td.edit_td{
	border-right: 1px solid #ddd;
}

.edit-schedule-container th.ketsugo {
    width: 480px;
}

.ed_time_th, .ed_time_td {
    width: 120px;
}

.ed_workplace_th, .ed_workplace_td{
	width: 150px;
}

.houtei_th, .houtei_td{
	width: 46px;
}

.ed_houtei_th, .ed_houtei_td{
	width: 100px;
}

.kakutei_val{
	width: 32px;
}

.user_info_table th{
	background-color: #eee;
	font-weight: bold;
}

.user_info_table tbody tr{
	border-bottom: 1px solid #f2f2f2;
}

.user_info_table tbody tr:last-child {
    border: none;
}

td.user_td {
    font-size: 1.4rem;
}

td.houtei_td {
    color: red;
}

.calendar_table th{
	border: 1px solid #ccc;
	background: #eee;
}

.calendar_table td{
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
	height: 130px;
}

.cal_date-box:hover{
	background-color: #fff5ea;
}

.datte{
	text-align: left;
	display: flex;
	align-items: center;
	padding-bottom: 0.8rem;
}

.cal_date {
	font-size: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    text-align: center;
	margin-right: 4px;
}

.cal_date.today {
    border-radius: 50%;
    background-color: #ed7800;
    color: #fff;
}

.attend-status {
    font-weight: bold;
}

.cal_attend.ketsu {
    color: #d53b0d;
}

.cal_attend{
    color: #1d7ab9;
	display: flex;
	align-items: center;
}

.cal_attend .material-icons {
    font-size: 2.0rem;
}

.cal_place {
    font-size: 1.4rem;
	text-align: left;
	padding: 0 0.7rem 1rem;
}

.cal_meal span {
    font-size: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
	border-radius: 50%;
}

.cal_meal {
    color: #bbb;
	padding-bottom: 0.7rem;
}

.highlight{
	background-color: #ffe0b2;
	color: #333;
}


/* 表示切り替えボタン */
.hyouji-radio input {
	display: none;
}
.hyouji-radio label{
	display: inline-block;	
	cursor: pointer;
	width: 50%;
	margin: 0;
	padding: 12px;
	background: #bdc3c7;
	color: #5f6366;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.hyouji-radio label:first-of-type{
	float: left;
}

.hyouji-radio label:hover{
	opacity: 0.9;
}

.hyouji-radio label:last-of-type{
	border-radius: 0 3px 3px 0;
}

.hyouji-radio input[type="radio"]:checked + .switch-on {
	background-color: #1d7ab9;
	color: #fff;
}

.hyouji-radio input[type="radio"]:checked + .switch-on.ketsu {
	background-color: #d53b0d;
}

.title-box {
    display: flex;
    align-items: center;
}

.title-box.center {
	justify-content: center;
	margin-bottom: 10px;
}

.page-title {
    font-size: 2.6rem;
	font-weight: bold;
    color: #333;
}

a.page-title:hover {
    opacity: 0.7;
}

.page-user{
	font-size: 2.0rem;
}

.title-box .material-icons {
    margin: 0 8px;
	font-size: 2.0rem;
	color: #aaa;
}

.search-content input[type="date"], .search-content input[type="month"], .search-content input[type="text"]{
	line-height: 2.0rem;
	padding: 2px 4px;
	background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
}

.search-content input[type="text"]{
	width: 100%;
}

.syukkinbo_label{
	font-size: 1.4rem;
	margin-right: 5px;
}

.syukkinbo_date{
	font-size: 1.6rem;
	padding: 0 20px;
}

.under_date {
    padding: 0px 26px 26px;
}

.date-range{
	display: flex;
    align-items: center;
    justify-content: center;
	background: #f8f9fa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.date-range button{
	display: flex;
	border: 1px solid #f8f9fa;
	background-color:#f8f9fa;
}

.date-range .material-icons{
	padding: 8px;
	font-size: 1.8rem;
	color: #007185;
}

.flex-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 26px;
}

.bread-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
}

.select-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 10px;
}

.select-option {
    font-size: 1.3rem;
}

.no-side.flex-container{
	padding: 0 0 16px;
}

.user-info-title {
    margin-bottom: 10px;
}

.only-content{
	justify-content: flex-end;
}

.select-container select, .car-links select{
	margin-right: 10px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 16px;
    background: #f8f9fa;
    font-size: 1.3rem;
    color: inherit;
}

.hajime-owari {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}

.total-content {
    text-align: right;
}

.total {
    font-size: 1.4rem;
    color: #a09696;
}

.search{
    border: 1px solid #f57900;
	box-shadow: 0 3px 0 #d53b0d;
    background: linear-gradient(#f57900, #f56500);
    color: #ffffff;
    border-radius: 4px;
    padding: 6px 10px;
	display: flex;
    align-items: center;
	font-size: 1.5rem;
	white-space: nowrap;
}

.search:hover{
	opacity: 0.8;
}

/*絞り込みメニュー*/
.search-line {
    padding: 16px 20px;
    font-size: 2.0rem;
    background-color: #f57900;
    color: #fff;
    font-weight: bold;
	border-radius: 10px 10px 0 0;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.search-content, .delete-content, .userinfo-content {
    overflow-y: auto;
    padding: 26px 30px 0;
}

.search-buttons, .delete-buttons, .userinfo-buttons{
	padding: 20px 30px;
}

.search-title{
	padding-bottom: 15px;
	font-size: 1.8rem;
	display: flex;
    align-items: center;
	color: #f57900;
	font-weight: bold;
}

.search-title .material-icons {
    margin-right: 4px;
	font-size: 2.2rem;
}

.date-search{
	padding-bottom: 20px;
}

.search-item{
	padding-bottom: 30px;
}

.search-item:last-child {
    padding-bottom: 10px;
}

.range-btn{
	display: inline-block;
	color: #46799b;
    background: #e0eaf1;
	border: none;
    border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
	padding: 4px 8px;
    font-size: 1.4rem;
}

#searchbutton{
	width: 100%;
	padding: 7px;
	background-color: #f57900;
	border-radius: 20px;
	border: none;
	color: #fff;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
	font-size: 1.6rem;
}

#clearbutton {
	width: 100%;
	padding: 7px;
	border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 20px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
	font-size: 1.6rem;
	color: #333;
}

#clearbutton:hover{
	border: 1px solid #e60012;
	color: #e60012;
}

.select-line {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}

.check-option {
    display: flex;
    align-items: center;
	margin-bottom: 6px;
}

.check-option label{
	font-size: 1.5rem;
	padding-left: 6px;
}

.filter-modal, .modal-overlay, .delete-modal {
    transition: all 0.2s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.show-modal {    
	visibility: visible;
	opacity: 1;
}

.filter-modal, .delete-modal, .userinfo-modal, .alert-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 12px;
    z-index: 1000;
	width: 100%;
	max-width: 600px;
}

.show {
    display: block;
}

.modal-overlay, .userinfo-modal-overlay, .alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.userinfo-modal-overlay, .alert-overlay {
    z-index: 99;
}

.close-modal {
    color: #fff;
    cursor: pointer;
    z-index: 1001;
    background-color: #f57900;
    border: none;
	display: flex;
	justify-content: center;
  	align-items: center;
}

.close-modal .material-icons {
    font-size: 3rem;
}

#filter-toggle .material-icons {
    margin-right: 6px;
	font-size: 2.0rem;
}

/*削除確認ポップアップ*/
.delete-toggle {
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #bbb;
    background: linear-gradient(#f7f8fa, #e7e9ec);
	border-radius: 3px;
    padding: 5px 10px;
}

.delete-toggle:hover{
	background: linear-gradient(to bottom, #E6E8EF, #DBDBDB);
    box-shadow: inset 1px 1px 1px #FFFFFF;
}

.delete-line {
    padding-bottom: 14px;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userinfo-modal button{
	width: 100%;
    padding: 7px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    font-size: 1.6rem;
	background-color: #f57900;
    color: #fff;
    border: none;
}

.pop-up-btn{
	width: 100%;
    padding: 7px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    box-shadow: 0 2px 4px 0 rgba(213,217,217,.5);
    font-size: 1.6rem;
}

.delete.pop-up-btn {
    background-color: #e60012;
    border: 1px solid #e60012;
    color: #fff;	
    margin-bottom: 16px;
}

.cancel.pop-up-btn {
	border: 1px solid #dddddd;
    background-color: #fff;
}

.user-list-table th{
	padding: 8px;
}

.user-list-table td{
	padding: 8px;
}

.user-list-table tr {
    border-bottom: 1px solid #ddd;
}

.user-list-table tbody tr:last-child {
    border: none;
}

.user-list-table th {
    background-color: #eee;
}

.user-list-table .user-link {
    color: #2271b1;
}

.update_mes .material-icons {
    margin-right: 4px;
    font-size: 2rem;
}

.update_mes {
	font-size: 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 14px;
	color: #1d7ab9;
	background: #fff;
    padding: 10px;
    border: 1px solid;
}

.update_mes.error{
	color: #e60012;
}

.info_mes {
	font-size: 1.5rem;
    margin-bottom: 14px;
	color: #1d7ab9;
	background: #fff;
    padding: 10px;
    border: 1px solid;
}

.total_mes {
    font-size: 1.5rem;
    border-radius: 4px;
    margin-bottom: 14px;
    color: #1d7ab9;
    background: #fff;
    padding: 10px;
    border: 1px solid;
}

.total_mes.error{
	color: #e60012;
}

.total_mes .material-icons {
    margin-right: 4px;
    font-size: 2rem;
}

.message_row {
    display: flex;
    align-items: center;
	line-height: 2.4rem;
}

.add-row-container {
    padding: 4px 0;
	display: flex;
	align-items: center;
}

.add-row-select{
	margin-right: 6px;
	padding: 2px 4px;
}

.add-row-content{
	font-size: 1.5rem;
	display: flex;
    align-items: center;
	width: fit-content;
	padding: 10px;
	cursor: pointer;
}

.add-row-content:hover {
    background: #f2f3f4;
}

.add-row-content .material-icons {
    margin-right: 4px;
	font-size: 2.2rem;
	color: #1d7ab9;
}

.add-box-content{
	font-size: 1.5rem;
	display: flex;
    align-items: center;
	padding: 10px;
	cursor: pointer;
	border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	background: #f1f3f4;
	color: #333;
}

.add-box-content:hover {
    background: #e0e4e9;
}

.add-box-content .material-icons {
    margin-right: 4px;
	font-size: 2.2rem;
	color: #1d7ab9;
}

.add-tent-content{
	font-size: 1.5rem;
	display: flex;
    align-items: center;
	padding: 10px;
	cursor: pointer;
	color: #333;
}

.add-tent-content:hover{
	background: #e7e9eb;
}

.add-tent-content .material-icons {
    margin-right: 4px;
	font-size: 2.2rem;
	color: #007185;
}

/*ページネーション*/
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0 4px;
	font-size: 1.4rem;
	color: #007185;
	min-width: 38px;
    padding: 0.625em;
	display: flex;
    justify-content: center;
}

.pagination a:hover {
	background-color: #e7e9ec;
}

.pagination span.current {
	background-color: #007185;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;	
}


/*ユーザー情報変更*/
.user-info-titles{
	display: flex;
    align-items: center;
	margin-bottom: 12px;
}

.user-info-titles .form-title{
	font-size: 1.8rem;
}

.user-info-inputs{
	display: flex;
    align-items: center;
}


/*サイドユーザーメニュー*/
aside.side-user-menu {
    position: fixed;
    display: block;
    height: 100%;
	width: 220px;
    overflow-y: auto;
    transition: width 0.3s;
    white-space: nowrap;
    z-index: 999;
	user-select: none;
	background: #ffffff;
	box-shadow: 0 -1px 10px 0 #00000021;
	border-right: 1px solid #ddd;
}

.control-menu {
    font-size: 1.6rem;
    padding: 8px;
    background-color: #f57900;
    color: #fff;
	display: flex;
    height: 60px;
	justify-content: center;
    align-items: center;
}

aside ul {
    list-style-type: none;
}

.side-user-name {
    padding: 5px 14px;
	display: flex;
    align-items: center;
}

.active .side-user-name{
    color: #1967d2;
}

.side-user-links a {
    transition: all 0.3s ease;
	font-size: 1.4rem;
	color: #333;
}

.komoku {
    display: flex;
    align-items: center;
	padding: 5px 14px;
}

.komoku.active{
	background-color: #eaecef;
	border-radius: 0 20px 20px 0;
}

.side-label{	
	color: #333;	
	font-size: 1.4rem;
}

.side-user-links a:hover{
	cursor: pointer;
}

.side-user-menu .material-icons{
	font-size: 2rem;
	margin-right: 10px;
}

.side-user-links .active:not(.group_komoku) {
    background-color: #e9f0fe;
	border-radius: 0 20px 20px 0;
}

.side-user-links .active:not(.group_komoku):hover{
	background-color: #e9f0fe;
	border-radius: 0 20px 20px 0;
}

.side-user-links li:hover{
    background-color: #f2f4f7;
	border-radius: 0 20px 20px 0;
}

.komoku:hover{
	background-color: #e6e8ed;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}

.side-user-menu>ul>li {
    border-bottom: 1px solid #ddd;
	padding: 6px 12px 6px 0;
}

.side-user-menu>ul>li:last-child {
    border: none;
}

.syozoku_numb {
    margin-right: 4px;
}

.group_komoku {
    display: flex;
    align-items: center;
    padding: 5px 14px;
}

.group_komoku:hover{
	background-color: #e6e8ed;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}

.user_group .side-user-name {
    padding: 5px 14px 5px 40px;
}

/*トップページ*/
.dakoku-box {
    display: flex;
	align-items: center;
	padding: 20px 0;
	border-top: 8px solid #f57900;
}

#dakoku-date {
	border-right: 1px solid #eee;
}

.notice-box {
	padding-right: 20px;
	max-width: 300px;
    width: 100%;
}

.notice-box ul {
	background: #fff;
	border: 1px solid #ddd;
}

.notice-box li {
    border-bottom: 1px solid #ebebeb;
	font-size: 1.2rem;
}

.notice-box a:hover {
    opacity: 0.7;
}

.notice-link {
    padding: 8px 10px;
	display: flex;
    justify-content: space-between;
	align-items: center;
	color: #333;
}

.notice-link .material-icons {
    margin-right: 6px;
    color: #ed7800;
    font-size: 1.4rem;
}

.notice-box li:last-child {
    border-bottom: none;
}

li.notice-title{
	background: #e0eaf1;
	border-bottom: 1px solid #c9dae9;
	font-size: 1.3rem;
}

li.notice-title .notice-link{
	color: #46799b;
}

li.notice-list{
	background: linear-gradient(0deg, #efefef, #fff);
}

.notice-list .notice-link {
    justify-content: flex-start;
}

.notice-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-date {
    white-space: nowrap;
    margin-left: 10px;
	color: #a09696;
}

.link-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 20px;
	padding: 20px;
}

.dakoku-content{
    padding: 0 30px;
}

.time-number span {
    margin-right: 12px;
}

.link-content{
	padding: 20px;
	background-color: #fff9ec;
    color: #333;
	cursor: pointer;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.link-content:hover {
    opacity: 0.8;
}

.link-box span.material-icons {
    user-select: none;
    display: flex;
    justify-content: center;
    font-size: 7.0rem;
    margin-bottom: 18px;
    color: #f57900;
}

.link-content h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 14px;
}

.link-text{
	font-size: 1.6rem;
}

.dakoku-title{
	font-size: 1.8rem;
	font-weight: bold;
    margin-bottom: 4px;
}

.date-number {
    font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.time-number {
    font-size: 1.7rem;
}

/*シフト設定*/
.setting-container {
    max-width: 800px;
	width: 100%;
    margin: 0 auto;
}

.tiny-container {
    max-width: 500px;
	width: 100%;
    margin: 0 auto;
}

.edit-jikyu a {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.info_link > * {
    padding-bottom: 4px;
}

.info_link:last-child > *:last-child {
    padding-bottom: 0;
}

.info_link a {
    display: flex;
	align-items: center;
    width: fit-content;
}

.download-btn-container {
    display: flex;
}

.download-btn-container .download-btn{
    margin-right: 10px;
}

.download-btn {
	background-color: #2f76e6;
	width: fit-content;
	font-size: 1.2rem;
    padding: 6px;
    display: flex;
    justify-content: center;
	align-items: center;
    border: none;
    color: #fff;
    border-radius: 4px;
}

.download-btn:hover{
	background-color: #376bc5;
}

.download-btn.gray {
    background: #a6a6a6;
}

.download-btn.gray:hover {
    background-color: #8d8d8d;
}

.download-btn .material-icons {
    margin-right: 6px;
	font-size: 16px;
}

.not-exist{
	font-size: 1.4rem;
	line-height: 2.6rem;
}

/*サイトマップ*/
.sitemap-title{
	margin-bottom: 16px;
}

.sitemap-links li{
	padding-bottom: 10px;
}

.sitemap-links a{
	display: flex;
    align-items: center;
	font-size: 1.5rem;
	width: fit-content;
}

.sitemap-links .material-icons{
	font-size: 2.2rem;
	color: #666;
}

.sitemap-content{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sitemap-group{
	margin-bottom: 36px;
	width: calc((100% - 15px) / 2);
    margin-right: 15px;
}
.sitemap-group:last-child {
    margin-bottom: 0;
}

.sitemap-group:nth-child(even) {
    margin-right: 0;
}

/*データ管理*/
.download-box {
    display: flex;
    justify-content: center;
}

.download-center-btn{
	background-color: #2f76e6;
    width: fit-content;
    font-size: 1.2rem;
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.download-center-btn .material-icons {
    margin-right: 6px;
    font-size: 1.8rem;
}

.download_th, .download_td{
	width: 160px;
}

/*出勤日数*/
.date-container {
    padding: 0 0 10px;
	position: relative;
}

.workdays {
    display: flex;
    align-items: center;
	width: max-content;
	cursor: pointer;
}

.workdays .material-icons {
    padding-left: 4px;
}

.date-container .radio-buttons {
    display: none;
    position: absolute;
	top: 30px;
    left: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 100;
}

.radio-box {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.radio-box label {
    display: flex;
    align-items: center;
	cursor: pointer;
}

.radio-box label:not(:last-of-type) {
    padding-right: 12px;
}

/*ユーザー総合リンクドロップダウン*/
.total-links {
    position: relative;
	display: flex;
    justify-content: center;
}

.drop-link {
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	user-select: none;
	width: 110px;
    border: 1px solid #ccc;
	border-radius: 3px;
}

.drop-link:hover{
	background-color: #f8f9fa;
}

.drop-link .material-icons {
    padding-left: 6px;
}

/*カテゴリー*/
.archive-box {
    padding: 0 0 20px;
}

.archive-content {
    border-bottom: 1px solid #eee;
    padding: 16px 20px;
	cursor: pointer;
	color: #333;
}

.archive-content:hover {
    opacity: 0.7;
}

.archive-content h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 12px;
}

.post-meta {
    font-size: 1.2rem;
    color: #a09696;
	padding-bottom: 3px;
}

.post-excerpt p {
    margin-bottom: 0;
	cursor: pointer;
}

/*wordpress標準*/
.wp-block-file a {
    font-size: 1.3rem;
}

.wp-block-file__button {
    background-color: #2f76e6;
    padding: 6px 10px;
    border-radius: 5px;
}

.wp-block-file, .wp-block-video, .wp-block-audio, .wp-block-list {
    margin-bottom: 20px;
}

/*カレンダー*/
.calendar_table {
    cursor: default;
}

.mini-title{
    margin-right: 4px;
}

.states {
    margin-right: 8px;
	font-size: 1.4rem;
}

a.cal-link {
    font-size: 1.3rem;
}

.search-text{
	background-color: #f7f7f7;
	border-radius: 4px;
	border: 1px solid #b5b5b5;
	width: 100%;
	font-size: 1.5rem;
	padding: 4px;
}

.word-count {
    font-size: 1.2rem;
}

/*送迎表*/
.wide-container{
	display: flex;
	flex-direction: row;
	user-select: none;
}

.pickup-menu-container, .program-menu-container{
	min-width: 300px;
	margin-right: 20px;
}

.pickup-menu, .program-menu {
    overflow-y: auto;
}

.pickup-user {
    padding-bottom: 6px;
	cursor: move;
}

.pickup-user.arrive {
    cursor: default;
}

.pickup-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    background-color: #fff;
    border: 1px solid #cbcccd;
}

.pickup-user input{
	padding: 0 4px;
}

.pickup-title{
	font-size: 1.5rem;
	margin-right: 10px;
	color: #333;
}

.pickup-user .material-icons {
    font-size: 2rem;
    margin-right: 4px;
}

.pickup-menu .check-time{
	display: none;
}

.check-time .material-icons{
	cursor: pointer;
	padding: 4px;
}

.check-button.material-icons {
    color: #1d7ab9;
}

.check-button.material-icons:hover {
    background-color: aliceblue;
}

.reset-button.material-icons {
	color: #d53b0d;
}

.reset-button.material-icons:hover {
    background-color: linen;
}

.pickup-container, .program-container {
	width: 100%;
	min-width: max-content;
}

.pickup-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
	gap: 20px;
	margin-bottom: 20px;
}

.pickup-land, .program-land {
	min-width: 300px;
}

.pickup-box {
    background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 16px;
    padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.pickup-tent {
    margin-top: 20px;
}

.pickup-tent:first-child, .program:first-child {
    margin-top: 0;
}

.pickup-inner-title {
	color: #333;
    padding: 8px 10px;
    font-size: 1.6rem;
	font-weight: normal;
    text-align: center;
	background: #eee;
    border: 1px solid #ccc;
}

.pickup-inst {
    display: flex;
    align-items: center;
}

.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.toggle-button {
	font-size: 1.5rem;
    padding: 8px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 25px 0 0 25px;
    color: #bbb;
    font-weight: bold;
	width: 100%;
    text-align: center;
}

.toggle-button:hover {
    background-color: #ddd;
    color: #333;
}

.toggle-button:nth-child(2){
	border-radius: 0 25px 25px 0;
}

.toggle-button.active {
    background: linear-gradient(90deg, #49c2d9 0%, #1b57c5 100%);
    color: #fff;
	border: none;
}

.date-titles{
	display: flex;
    align-items: center;
	justify-content: center;
}

.date-titles a {
    display: flex;
    align-items: center;
}

.date-titles .material-icons{
	color: #007185;
	padding: 6px;
	font-size: 2rem;
}

.date-titles .material-icons.not{
	color: #00718552;
}

.date-titles .material-icons:not(.not):hover {
    background-color: #e7e9eb;
}

.hi-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.4rem;
	padding: 0 20px;
}

.link-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
	justify-content: space-between;
	user-select: none;
}

.link-container.only {
    justify-content: center;
}

.link-container.one {
	margin-bottom: 20px;
}

.link-square {
    font-size: 1.4rem;
    border: 1px solid #2271b1;
    border-radius: 3px;
    background: #f6f7f7;
    color: #2271b1;
    padding: 4px 10px;
	white-space: nowrap;
}

.link-square:hover {
    border: 1px solid #19598d;
    background: #f0f1f1;
    color: #19598d;
}

.between {
    padding-bottom: 6px;
    font-size: 1.6rem;
	display: flex;
    align-items: center;
    justify-content: center;
}

.between-title{
	font-size: 1.6rem;
	color: #5f6366;
}

.absent-user {
	padding-bottom: 6px;
}

.absent-wrapper{
	padding: 6px 8px;
    border: 1px dashed #cbcccd;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.drop-wrapper{
	padding: 6px 8px;
    border: 1px dashed #cbcccd;
	margin-bottom: 6px;
}

.pickup-states {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pickup-state {
    font-size: 1.1rem;
	color: #444;
}

.hide-input{
	display: none;
}

.arrow-down {
	position: relative;
    width: 8px;
    height: 12px;
    background-color: #d53b0d;
    margin-bottom: 12px;
}
  
.arrow-down::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #d53b0d;
}

.minutes_th, .minutes_td {
    width: 100px;
}

.minutes_td input{
    width: 100%;
	background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
	padding: 0 4px;
}

.travel_time th {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 8px 6px;
}

.travel_time td:first-child {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
}
  /* 斜め線を表示するスタイル */
.diagonal-line {
	position: relative;
}
.diagonal-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ddd 50%, #ddd calc(50% + 0.5px), transparent calc(50% + 1px))
}

.auto_check-box{
    margin-bottom: 30px;
}

.auto_check-box:last-child{
    margin-bottom: 0;
}

.auto_check-option {
    display: flex;
    align-items: center;
	margin-bottom: 12px;
}

.auto_check-option label {
    font-size: 1.6rem;
    padding-left: 8px;
}

.auto_check-option label:hover{
    opacity: 0.5;
    cursor: pointer;
}

.toggle-modal-btn {
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f5f5f5;
    color: #333;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.toggle-modal-btn:hover{
	background: #ebebeb;
    cursor: pointer;
}

.toggle-modal-btn .material-icons {
    font-size: 1.8rem;
    margin-right: 6px;
    color: #f57900;
}

.search-notes {
    font-size: 1.5rem;
	color: #333;
}


/*ユーザー設定サイドメニュー*/
.userinfo-title{
    font-size: 1.5rem;
	white-space: nowrap;
}

li.side-userinfo-link a{
	color: #333;
}

li.side-userinfo-link:hover {
    background-color: #eee;
}

.userinfo-menu {
	overflow-x: auto;
	margin-bottom: 30px;
}

.userinfo-menu ul {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.userinfo-title-box {
	padding: 8px 18px;
}

li.side-userinfo-link.active a {
	color: #a90001;
}

li.side-userinfo-link.active .userinfo-title-box {
	border-bottom: 2px solid #a90001;
}

.setting-title{
	font-size: 2.6rem;
    font-weight: bold;
	margin-bottom: 10px;
	padding: 0 17px;
}

.pickup-inst .pickup-state {
    margin-right: 10px;
}

.mini-save-container {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-save-container .material-icons {
    padding-right: 4px;
    font-size: 2.0rem;
}

.mini-save-container .material-icons.warning {
    color: #e60012;
}

.mini-save-container .material-icons.check_circle {
    color: #1d7ab9;
}

.mini-save-container input[type="date"] {
    border: 1px solid #ccc;
}

.mini-save {
    padding: 4px 10px;
    font-size: 1.4rem;
    background: #f57900;
    border: 1px solid #f57900;
    color: #fff;
    border-radius: 2px;
}

.mini-clear {
    padding: 4px 10px;
    font-size: 1.4rem;
    background: #eee;
    border: 1px solid #ccc;
	border-radius: 2px;
	margin-left: 8px;
}

.mini-save:hover {
	background: #e76800;
}

.mini-clear:hover {
    background: #dddddd;
}

.mini-save-title {
    font-size: 1.4rem;
    color: #444;
	padding-right: 12px;
}

.time-span {
    color: #333;
    padding: 0 6px;
    font-size: 1.7rem;
    border: 1px solid #767676;
    border-radius: 2px;
	letter-spacing: 1px;
}

.single-container{
	max-width: 440px;
	margin: 0 auto;
}

.mini-save-box {
    display: flex;
    align-items: center;
}


/*服薬リスト*/
.work_table.fit td{
	height: 42px;
}

.work_table.fit input:not([type=checkbox]):not([type=radio]){
	border: none;
    width: 100%;
	height: 42px;
	background-color: #fff;
}

.work_table.fit textarea {
    border: none;
    width: 100%;
    height: 100%;
	display:block;
	padding: 2px;
	background-color: #fff;
	line-height: 2.4rem;
    font-size: 1.4rem;
}

.button_th, .button_td{
	width: 100px;
}

.input_th, .input_td{
	width: 200px;
}

.linebreaks_th, .linebreaks_td{
	width: 250px;
}

td.linebreaks_td {
    font-size: 1.4rem;
	line-height: 2.4rem;
	white-space: pre-line;
	text-align: left;
}

.fit_check_th, .fit_check_td{
	width: 80px;
}

.fit_button_th, .fit_button_td{
	width: 100px;
}

.fit_time_th, .fit_time_td{
	width: 140px;
}

.fit_text_th, .fit_text_td{
	width: 200px;
}

.fit_number_th, .fit_number_td{
	width: 200px;
}

.fit_date_th, .fit_date_td{
	width: 200px;
}

.fit_select_th, .fit_select_td{
	width: 200px;
}

.fit_textarea_th, .fit_textarea_td{
	width: 350px;
}

.fit_time_td, .fit_text_td, .fit_number_td, .fit_date_td, .fit_textarea_td{
    padding: 0;
}

.fit_check_td input[type="checkbox"]{
	transform: scale(1.4);
}

.fit_date_td input[type="date"], .fit_time_td input[type="time"]{
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}

.date-titles .dropspan{
	font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.4rem;
}

.mini-date-container {
    background-color: #f8f9fa;
    font-size: 1.5rem;
    padding-top: 30px;
    padding-bottom: 10px;
	color: #a09696;
}

.mini-date-container:first-child {
    padding-top: 0px;
}

.move-container {
    margin-bottom: 20px;
}

.medicine-land {
    margin-bottom: 20px;
}

.kugiri{
	border-top: 1px solid #ddd;
	margin: 34px 0;
}

.kugiri:last-child{
	display: none;
}

.table-info {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
	color: #333;
}

.pop-sent {
    padding-bottom: 4px;
    font-size: 1.5rem;
}

/*カレンダー日付*/
.bg-saturday {
	color: #1d7ab9;
}

.bg-holiday {
	color: #e60012;
}

/*プログラム振り分け*/
.add-program-select{
	width: 100%;
    font-size: 1.4rem;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 16px;
}

.program-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
	gap: 20px;
	margin-bottom: 20px;
}

.program-inner-title {
	color: #333;
    padding: 6px 10px;
    font-size: 1.5rem;
	font-weight: normal;
    text-align: center;
	background: #eee;
    border: 1px solid #ccc;
}

.staff-user{
	padding: 8px 10px;
    background-color: #fff;
	border-left: 1px solid #cbcccd;
    border-right: 1px solid #cbcccd;
    border-bottom: 1px solid #cbcccd;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-user{
    padding: 6px 8px;
    border: 1px solid #cbcccd;
	background-color: #fff;
    margin-bottom: 6px;
}

.program-user.checked{
	border: 1px dashed #cbcccd;
	background-color: unset;
}

.program-user.selected{
	border: 1px solid #46799b;
    background: #e0eaf1;
}

.program-user.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.program-user.selected .program-title{
	color: #46799b;
}

.program-title{
	font-size: 1.5rem;
    color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-pro .program-title{
	flex: 1;
  	min-width: 180px;
	font-size: 1.4rem;
}

.delete-staff {
    cursor: pointer;
    display: none;
}

.delete-staff .material-icons {
    color: #d53b0d;
	font-size: 2.2rem;
}

.staff-user:hover .delete-staff {
    display: flex;
    align-items: center;
}

.program-pro{
    padding: 8px;
    border-bottom: 1px solid #cbcccd;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-link:first-child .program-pro {
    border-top: 1px solid #cbcccd;
}

.program-pro.selected {
    background: #e0eaf1;
}

.program-pro:hover {
    background: #f2f3f4;
}

.program-tent {
    margin-bottom: 20px;
}

.program-state {
    font-size: 1.1rem;
    color: #444;
	flex: 1;
}

.program-notes {
    display: flex;
  	justify-content: space-between;
	padding: 0 8px 6px;
	font-size: 1.1rem;
    color: #333;
}

.program-program{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	flex: 1;
  	min-width: 180px;
}

.program-date {
    flex: 1;
}

.mini-save-container.only {
    justify-content: flex-end;
}

.program-label {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
	color: #333;
}

.setting-wrapper:last-child .archive-content {
    border-bottom: none;
}

.hidden_td{
	display: none;
}

.work_table.auto{
	width: auto;
}

.naked_title-box{
	display: flex;
    align-items: center;
	margin-bottom: 10px;
    padding: 0 16px;
}

.naked_title-box .material-icons {
    margin: 0 8px;
    font-size: 2.0rem;
	color: #aaa;
}


/*pc*/
@media only screen and (min-width: 1081px){
	.control-menu {
		font-size: 1.4rem;
		display: flex;
		justify-content: center;
		min-height: 60px;
		align-items: center;
	}

	.menu {
		background: #333;
	}

	.menu-logout {
		padding: 5px 12px;
		border: 2px solid #fff;
    	border-radius: 20px;
	}
	
	.menu-logout .material-icons{
		margin-right: 5px;
		font-size: 1.8rem;
	}

	.right-menu-titles {
		padding: 0 20px;
	}
	
	a.logout-btn {
		font-size: 1.2rem;
		padding: 0;
		margin-bottom: 3px;
	}

	th.kotei {
		left: 0;
		z-index: 2;
	}

	td.kotei {
		position: sticky;
		left: 0;
		z-index: 0;
	}

	#dakoku-date {
		width: 35%;
	}
	
	#dakoku-time {
		width: 65%;
	}

	/*サイドメニュー*/
	#not-subscriber{
		width: calc(100% - 220px);
	}
	
	#not-subscriber.wrapper {
		margin-left: 220px;
	}
}

/*タブレット*/
@media only screen and (min-width: 600px) and (max-width: 1080px){
	.payslip_table-container{	
		grid-template-columns: repeat(2, 1fr);
	}

	#dakoku-date {
		width: 40%;
	}
	
	#dakoku-time {
		width: 60%;
	}

	.menu.expanded .menu-content {
		width: 350px;
	}

	aside.side-user-menu{
		width: 350px;
	}
}

/*タブレット・スマホ*/
@media only screen and (max-width: 1080px){
	.post-container {
		flex-direction: column-reverse;
	}

	.column.post-container {
		flex-direction: column;
	}

	.notice-box {
		padding-right: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		max-width: unset;
	}

	.archive .notice-box {
		display: none;
	}
	
	#footer-wrapper{
		margin-left: 0px;
	}

	header {
		display: block;
		height: 60px;
	}

	#content-w {
		margin-top: 60px;
	}

	.dakoku-content {
		padding: 0 20px;
	}

	.date-number {
		font-size: 2.4rem;
	}

	.select-container {
		padding: 0 0 8px;
	}

	.menu {
		width: 100%;
		position: relative;
	}

	.menu a{
		font-size: 1.6rem;
	}

	.menu.expanded {
		height: 100%;
		position: fixed;
	}

	.menu-icons {
		z-index: 999;
	}

	.menu-icon {
		width: 64px;
		height: 60px;
		text-align: center;
		font-size: 2.4rem;
		color: white;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#menu-btn:after{
		margin-top: 2px;
		content: "メニュー";
		font-size: 8px;
		letter-spacing: -.25px;
	}
	
	#control-btn:after{
		margin-top: 2px;
		content: "管理";
		font-size: 8px;
		letter-spacing: -.25px;
	}

	.menu-content {
		display: none;
		padding: 10px;
		z-index: 999;
		position: fixed;
		left: 0;
		top: 0;
	}
	  
	.menu-content a {
		margin-bottom: 6px;
		padding: 0 10px;
	  }
	  
	.menu-content .material-icons {
		font-size: 2.2rem;
	  }
	  
	.menu.expanded .menu-content {
		display: block;
		height: 100%;
		overflow-y: scroll;
	}

	.menu-titles {
		display: block;
	}

	.right-menu-titles .logout-btn{
		min-height: 60px;
	}

	.search-content, .delete-content {
		padding: 20px 20px 0;
	}

	.filter-modal, .modal-overlay, .close-modal {
		transition: none;
	}

	aside.side-user-menu{
		display: none;
		right: 0;
	}

	aside.side-user-menu.expanded{
		display: block;
	}

	th, td {
		padding: 4px 8px;
	}
}

/*スマホ*/
@media only screen and (max-width: 599px){
	.work_table.fit input, .work_table.fit textarea{
		line-height: 2.5rem;
        font-size: 1.5rem;
	}
	
	.payslip_table-container{	
		grid-template-columns: repeat(1, 1fr);
	}

	.bread-container{
		padding: 8px;
	}

	.menu.expanded .menu-content {
		min-width: 265px;
		max-width: calc(100vw - 50px);
		width: 80vw;
	}

	aside.side-user-menu{
		min-width: 265px;
		max-width: calc(100vw - 50px);
		width: 80vw;
	}

	.notice-box {
        padding: 10px;
    }

	td{
		line-height: 2.5rem;
		font-size: 1.5rem;
	}

	th {
		font-size: 1.4rem;
	}

	.link-content{
		padding: 14px;
	}

	.link-text {
		font-size: 1.4rem;
	}

	.link-box span.material-icons {
		font-size: 5.2rem;
		margin-bottom: 10px;
	}

	.link-content h3 {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

	h1,.guide-top{
		font-size: 2.6rem;
		line-height: 3.2rem;
	}

	.post-content h2{
		font-size: 2.0rem;
		line-height: 2.6rem;
	}

	.entry-title{
		padding-top: 20px;
	}

	main:not(.around-border) {
		border: none;
	}

	.main-container{
		padding: 0;
	}

	.main-container.setting {
		padding: 20px 10px 0;
	}

	.select-container select, .car-links select {
		margin-right: 6px;
		padding: 0;
	}

	.dakoku-box {
		display: block;
		padding: 16px 10px;
	}

	#dakoku-date {
		border-right: none;
		padding-bottom: 16px;
	}

	#dakoku-time {
		background: #f8f9fa;
		padding: 10px 16px;
		border-radius: 8px;
	}

	.link-box {
		padding: 20px 10px;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	/*出勤簿タイトル*/
	.page-title {
		font-size: 2.4rem;
	}
	
	.page-user{
		font-size: 1.8rem;
	}
	
	.title-box .material-icons {
		font-size: 1.8rem;
	}

	.on_date {
		padding: 16px 10px;
	}

	.flex-container {
		padding: 16px 10px;
	}

	.under_date {
		padding: 0px 10px 20px;
	}

	.no-split-main {
		padding: 20px;
	}

	.userinfo-title {
		font-size: 1.4rem;
	}
	
	.download-btn .material-icons {
		font-size: 16px;
	}

	.menu-titles a {
		min-height: 54px;
	}

	.right-menu-titles .logout-btn {
		min-height: 54px;
	}

	.hajime-owari:first-child {
		padding-bottom: 10px;
	}

	.syukkinbo_date {
		padding: 0 12px;
	}

	.dropdown {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 600px){
	.filter-modal,.search-line {
		border-radius: 0;
	}
}
