/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
* {
   -webkit-appearance: none;
}

html {
  max-width: 100%;
  height: 100%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #2F7BB9;
}
a:visited{
  color: #0E5997;
}
table a.text{
  border-bottom: 1px solid #2F7BB9;
  padding-bottom: 2px;
  line-height: 1.4;
}
table a.text:after{
  /* content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  border-top: 1px solid #2F7BB9; */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  ime-mode:disabled;
  max-width: 100%;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*{
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.pop{
  display: none;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
共通
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.loading_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -2;
  background-color: white;
  background-image: url("image/load_ori_4.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.loading_mask.show{
  opacity: 1;
  z-index: 1;
}

/* background */
.bg_r_red{
  background: #ffeeee !important;
}
.bg_r_green{
  background: #e3ffd0 !important;
}
.bg_green{
  background: #00cc00 !important;
}
.bg_blue{
  background: blue !important;
}
.bg_r_blue{
  background: #eeeeff !important;
}

/*  */
.w100{
  width: 100% !important;
}
.half_w{
  width: 50%;
}
.half_h{
  height: 50%;
}
/* position */
.fixed{
  position: fixed;
}
/*  */
input,textarea{
  max-width: 100%;
}
iframe{
  display:block;
  width: 1920px !important;
  max-width: 100%;
  height: 100%;
  position: relative;
  float: left;
  border: none;
  overflow: auto;
}


/* select */
.select_wrap{
  width: auto;
  position: relative;
  display: inline-block;
  background: #EDF8F7;
}
.select_wrap.un_default{
  background: white;
}
.select_wrap:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #777;
  border-right: solid 2px #777;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select_wrap select{
  width: 100%;
	padding: 4px 2em 4px 8px;
	cursor: pointer;
	text-overflow: ellipsis;
	border: 1px solid #777;
  color: #555;
  border-radius: 0;
	outline: none;
	box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.select_wrap select::-ms-expand{
  display: none;
}
.select_wrap.un_default{
  background: white;
}

.long_select{
  padding: 8px 8px 16px;
  border-radius: 8px;
  color: #777;
  overflow-y: auto;
}
.long_select option{
  border-bottom: 1px solid #cde6f4;
}

/* text number password */
input[type="text"],
input[type="number"],
input[type="password"]{
  border: 1px solid #777;
  color: #777;
  border-radius: 8px;
  padding: 4px 8px;
  line-height: 1.4;
  max-width: 100%;
}

/* textarea */
textarea{
  width: 100%;
  border: 1px solid #777;
  border-radius: 8px 8px 0 8px;
  background: #EDF8F7;
  color: #555;
  padding: 4px;
}
textarea.un_default{
  background: white;
}

/* number */
.number_wrap{
  width: 100%;
  position: relative;
  display: inline-block;
  background: #EDF8F7;
}
.number_wrap.un_default{
  background: white;
}
.number_wrap input[type="number"]{
  width: 100%;
	padding: 4px 1.5em 4px 8px;
	cursor: pointer;
	text-overflow: ellipsis;
  text-align: right;
  font-weight: bold;
	border: 1px solid #777;
  color: #555;
  border-radius: 0;
	outline: none;
	box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  position: relative;
  z-index: 1;
}
.number_wrap input[type="number"]::-webkit-outer-spin-button,
.number_wrap input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.number_wrap .spinner-arrow{
  position: absolute;
  width: 12px;
  height: 8px;
  right: 6px;
  z-index: 2;
  cursor: pointer;
}
.number_wrap .spinner-arrow.up{
  top: 8px;
}
.number_wrap .spinner-arrow.down{
  bottom: 4px;
}
.number_wrap .spinner-arrow.up div{
  border-bottom: 4px solid #777;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.number_wrap .spinner-arrow.down div{
  border-top: 4px solid #777;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/* large */
.number_wrap.large input[type="number"]{
	padding: 8px 1.2em 8px 8px;
  font-size: 1.6em;
}
.number_wrap.large .spinner-arrow{
  width: 16px;
  height: 8px;
  right: 8px;
}
.number_wrap.large .spinner-arrow.up{
  top: 8px;
}
.number_wrap.large .spinner-arrow.down{
  bottom: 8px;
}
.number_wrap.large .spinner-arrow.up div{
  border-bottom: 8px solid #777;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.number_wrap.large .spinner-arrow.down div{
  border-top: 8px solid #777;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}




/* checkbox + label*/
input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + label{
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
  margin-right: 0.5em;
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
input[type="checkbox"] + label:before{
  content: " ";
  display: block;
  position: absolute;
  left: 0.25em;
  top: 50%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  border: 1px solid #777;
  background: white;
  border-radius: 0.25em;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
input[type="checkbox"] + label:after{
  content: " ";
  display: block;
  position: absolute;
  left: 0.8em;
  top: 1em;
  width: 1px;
  height: 1px;
  border-left: 0px solid white;
  border-bottom: 0px solid white;
  transform-origin:left top;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"]:checked + label{
  color: #154577;
  font-weight: bolder;
}
input[type="checkbox"]:checked + label:after{
  left: 0.45em;
  top: 0.8em;
  width: 0.5em;
  height: 0.25em;
  border-left: 0.2em solid #154577;
  border-bottom: 0.2em solid #154577;
  transition: height .1s ease-in-out, width .1s ease-in-out .1s;
}
input[type="checkbox"].un_default + label{
  color: #eee;
}
input[type="checkbox"].un_default:checked + label{
  color: white;
}


/* radio + label*/
input[type="radio"]{
  display: none;
}
input[type="radio"] + label{
  padding-left: 1.5em;
  position: relative;
  cursor: pointer;
  margin-right: 0.25em;
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
input[type="radio"] + label:before{
  content: " ";
  display: block;
  position: absolute;
  left: 0.25em;
  top: 50%;
  margin-top: -0.5em;
  width: 1.0em;
  height: 1.0em;
  border: 1px solid #777;
  background: white;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
input[type="radio"] + label:after{
  content: " ";
  display: block;
  position: absolute;
  left: 0.46em;
  top: 50%;
  margin-top: -0.29em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

input[type="radio"]:checked + label{
  color: #154577;
}
input[type="radio"]:checked + label:after{
  background: #154577;
}

input[type="radio"].un_default + label{
  color: #eee;
}
input[type="radio"].un_default:checked + label{
  color: white;
}

/* file + label*/
input[type="file"]{
  display: none;
}
input[type="file"] + label{
  display: inline-block;
  cursor: pointer;
  border: 2px solid #154577;
  color: #154577;
  padding: 8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
input[type="file"] + label:hover{
  background: #cde6f4;
}
.file_info{
  display: inline-block;
  color: #154577;
  margin-left: 8px;
}

/* ボタン */
.btn_area{
  padding: 8px;
}
.btn{
  display: inline-block;
  position: relative;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #777;
  background: white;
  color: #777;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  font-size: 0.87em;
}
a.btn{
  color: #777;
}
.btn.large{
  font-size: 1.6em;
  font-weight: bold;
}
.btn.exec_btn{
  background: #154577;
  color: white;
  border-color: white;
}
.btn.del_btn{
  background: #777;
  color: white;
  border: none;
}
.btn.run_btn{
  background: #154577;
  color: white;
  border: none;
}
.btn.icon{
  background: none;
  padding: 4px;
  color: #154577;
  border-color: #154577;
}
.btn.icon:hover{
  background: #154577;
  color: white;
}

.search_btn{
  background: #154577;
  color: white;
  border-color: white;
}

.btn_area_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.btn_area_flex .btn{
  flex: 1;
  margin: 4px 2px 4px;
}

/* テーブル */
.table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #777;
  background: white;
}
.table th{
  background: #4DB6AC;
  color: white;
  padding: 4px 8px;
}
.table td{
  padding: 4px 8px;
}
/* stripe */
.table.stripe tbody tr:nth-child(odd) td{
  background: white;
}
.table.stripe tbody tr:nth-child(even) td{
  background: #EDEDED;
}

/* search_table */
.table.search_table{
  border-radius: 8px;
  overflow: hidden;
  background: #cde6f4;
  color: #154577;
  margin-bottom: 8px;
}
.table.search_table th,
.table.search_table td{
  padding: 4px 8px;
}
.table.view_table thead{
  background: #4DB6AC;
  color: white;
}
.table.view_table thead th{
  padding-left: 1em;
  text-align: left;
}
.table.view_table tbody th{
  background: #cde6f4;
  border-top: 4px solid white;
  border-left: 4px solid white;
  padding: 8px;
  color: #777;
  padding-left: 1em;
  text-align: left;
}
.table.view_table tbody th:first-child{
  border-left: 0;
}
.table.view_table tbody td{
  background: #EDEDED;
  border-top: 4px solid white;
  color: #777;
}


.table.single_table{
  border-radius: 8px;
  overflow: hidden;
  background: #cde6f4;
  margin-bottom: 8px;
}
.table.single_table th,
.table.single_table td{
  background: #cde6f4;
  padding: 4px 8px;
  color: #154577;
}

.table.ex thead th{
  background: #154577;
  color: white;
}

.table.border{

}
.table.border tbody th{
  border-bottom: 1px solid #cde6f4;
}
.table.border tbody td{
  border-bottom: 1px solid #777;
  border-right: 1px solid #4DB6AC;
}
.table.border tbody td:last-child{
  border-right: 0;
}
.table.border thead th{
  border-right: 1px solid #cde6f4;
}
.table.border thead th:last-child{
  border-right: 0;
}



.table.basic{
  width: auto;
  max-width: 98%;
  margin: 16px 0 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table.basic th{
  background: #154577;
  color: white;
  padding: 16px;
  border-bottom: 1px solid #4DB6AC;
}
.table.basic td{
  padding: 16px;
  border-bottom: 1px solid #4DB6AC;
}
.table.basic input[type="number"]{
  width: 3em;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.table.basic input[type="number"]::-webkit-outer-spin-button,
.table.basic input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}









.patient_table thead{
  background: #4DB6AC;
  color: white;
}
.patient_table thead th{
  padding-left: 1em;
  text-align: left;
}
.patient_table thead td{
  padding: 4px 8px;
}
.patient_table thead th{
  padding: 8px;
}
.patient_table tbody td{
  padding: 4px 8px;
  text-align: center;
  color: #555;
}
.patient_table tbody a{
  color: #555;
  text-decoration: none;
}
.patient_table tbody a i{
  color: #154577;
  margin-left: 1em;
  font-size: 1.4em;
}
.patient_table tbody tr:nth-child(even) th,
.patient_table tbody tr:nth-child(even) td{
  background: #EDEDED;
}

/* calendar_1day */
.calendar_1_table thead th{
  background: #4DB6AC;
  color: white;
  border-right: 1px solid #cde6f4;
  font-size: 0.83em;
  padding: 4px;
}
.calendar_1_table .time_line p{
  width: 40px;
  margin: 0 auto;
}
.calendar_1_table thead .subject_label{
  min-width: 40%;
  padding: 2px 4px;
}
.calendar_1_table thead th:last-child{
  border-right: 0;
}
.calendar_1_table th,
.calendar_1_table td{
  /* padding: 2px; */
}
.calendar_1_table tbody a{
  text-decoration: none;
  color: #777;
  margin-bottom: 4px;
}
.calendar_1_table tbody .btn{
  padding: 4px 8px;
}
.calendar_1_table tbody .exec_btn{
  color: white;
  padding: 2px 4px;
}
.calendar_1_table tbody th{
  font-size: 0.83em;
  padding: 4px;
  text-align: center;
  border-bottom: 1px solid #2B948A;
}
.calendar_1_table tbody td{
  padding: 4px;
  border-bottom: 1px dotted #2B948A;
  border-right: 1px solid #2B948A;
}
.calendar_1_table tbody td:first-child{

}
.calendar_1_table tbody td:last-child{
  border-right: 0;
}

.calendar_1_table tbody .add_reserve{
  width: 32px;
  max-width: 36px;
  border-right: 0;
  border-bottom: 1px dotted #2B948A;
}
.calendar_1_table tbody .reserver{
  width: 220px;
}


/* アイコン */
/* .large_i{
  font-size: 1.6em;
} */

/* text-align */
.align_c{
  text-align: center !important;
}
.align_l{
  text-align: left !important;
}
.align_r{
  text-align: right !important;
}

/* 見出し */
h2{
  margin: 8px 0;
  color: #154577;
  border-bottom: 1px solid #154577;
}
h3{
  margin: 8px 4px 4px;
  color: #154577;
  border-left: 4px solid #154577;
  padding-left: 8px;
}
h4{
  margin: 8px 4px 4px;
  color: #154577;
}


/*  */
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex > *{
  flex: 1;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
root index
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#root_index{
  height: 100%;
}
#root_index a{
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#root_index a:hover{
  opacity: 0.8;
}
/* .admin_btn{
  background-color: #80a7c4;
  color: white;
  background-image: url(/admin/image/wait_logo.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.view_btn{
  background-color: white;
  color: #80a7c4;
  background-image: url(/admin/image/view_logo.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
} */

.login_form{
  width: 100%;
  max-width: 320px;
  margin: 120px auto;
}
.logo_mark{
  text-align: center;
  padding: 32px;
}
.text_and_btn{
  width: 100%;
  position: relative;
  height: 32px;
  margin-bottom: 8px;
}
.text_and_btn input[type="text"]{
  width: 100%;
  height: 32px;
  border: 1px solid #154577;
  text-align: center;
}
.text_and_btn input[type="password"]{
  width: 100%;
  height: 32px;
  padding-right: 80px;
  border: 1px solid #154577;
  text-align: center;
}
.text_and_btn input[type="submit"]{
  width: 80px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  background: #154577;
  color: white;
  border: 1px solid #154577;
  font-size: 12px;
  line-height: 30px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.header{
  width: 100%;
  min-width: 1024px;
  height: 50px;
  background-color: #80a7c4;
  color: white;
  position: relative;
  float: left;
}


.user_limit{
  display: none !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
.global_navigation
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.global_navigation{

}
.global_navigation ul{
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.global_navigation ul li{
  display: inline-block;
  color: white;
  margin-right: 8px;
}
.global_navigation ul .bland{
  width: 160px;
  margin: 0 20px;
}
.global_navigation ul .nav_item{
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-radius: 8px 8px 0 0;
  padding: 8px 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

.global_navigation ul li a{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 32px;
  color: white;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.global_navigation ul li.help a{
  padding: 0 16px;
}
.global_navigation ul li a .gn_icon{
  position: absolute;
  width: 20px;
  top: 0;
  left: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.global_navigation ul .nav_item a:after{
  content: " ";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  margin-top: -4px;
  border-top: 10px solid #A9DBD7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

.global_navigation ul .nav_item:hover{
  background: #cde6f4;
  color: #777;
}
.global_navigation ul .nav_item:hover a{
  color: #777;
}
.global_navigation ul .nav_item:hover a:after{
  border-top: 10px solid #CECECE;
}
.global_navigation ul .nav_item:hover a .gn_icon{
  -webkit-filter: invert(50%);
  -moz-filter: invert(50%);
  -ms-filter: invert(50%);
  filter: invert(50%);
}
.global_navigation ul .nav_item.current{
  background: white;
  color: #777;
}
.global_navigation ul .nav_item.current a{
  color: #777;
}
.global_navigation ul .nav_item.current a:after{
  border-top: 10px solid #CECECE;
}
.global_navigation ul .nav_item.current a .gn_icon{
  -webkit-filter: invert(50%);
  -moz-filter: invert(50%);
  -ms-filter: invert(50%);
  filter: invert(50%);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
index
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* コンテンツ共有 */
.contents{
  width: 100%;
  min-width: 1024px;
  height: calc(100vh - 50px);
  position: relative;
  float: left;
  overflow-x: hidden;
}

.content_menu{
  width: 56px;
  height: 100%;
  padding: 4px 4px 42px;
  position: relative;
  float: left;
  background: #154577;
  color: white;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.content_menu h2{
  color: white;
  padding: 8px;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 1.16em;
}

.contents_menu_list,
.contents_menu_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.contents_menu_list ul{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents_menu_list li{
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
}
.contents_menu_list a{
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height:47px;
  text-align: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #00215d;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents_menu_list a i{
  display: inline-block;
  line-height: 47px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents_menu_list a:hover{
  background: #4DB6AC;
}
.contents_menu_list a.current{
  background: #4DB6AC;
}
.contents_menu_list .menu_icon{
  width: 20px;
  margin: 14px 14px 13px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents_menu_list .item_text{
  display: inline-block;
  width: 0;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.menu_footer{
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: white;
  left: 0;
  bottom: 0;
  border-top: 1px solid #00215d;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.menu_footer i{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}


/* menu_open */
.contents.menu_open .content_menu{
  width: 180px;
}
.contents.menu_open .menu_footer i{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contents.menu_open .contents_menu_list ul{
  height: auto;
  overflow: auto;
  padding-left: 16px;
  -webkit-transition: padding-left .3s .6s,height 0s .6s,overflow .3s .6s;
  -moz-transition: padding-left .3s .6s,height 0s .6s,overflow .3s .6s;
  -ms-transition: padding-left .3s .6s,height 0s .6s,overflow .3s .6s;
  transition: padding-left .3s .6s,height 0s .6s,overflow .3s .6s;
}
.contents.menu_open .contents_menu_list ul li a{
  border-left: 2px solid #229B8d;
}
.contents.menu_open .contents_menu_list a{
  text-align: left;
}
.contents.menu_open .contents_menu_list a i{
  position: absolute;
  left: 4px;
}
.contents.menu_open .contents_menu_list a .menu_icon{
  position: absolute;
  margin-left: 4px;
}
.contents.menu_open .contents_menu_list .item_text{
  width: auto;
  height: auto;
  opacity: 1;
  margin-left: 32px;
  -webkit-transition: opacity .3s .6s,height 0s .6s,margin-left .3s .6s;
  -moz-transition: opacity .3s .6s,height 0s .6s,margin-left .3s .6s;
  -ms-transition: opacity .3s .6s,height 0s .6s,margin-left .3s .6s;
  transition: opacity .3s .6s,height 0s .6s,margin-left .3s .6s;
}



.content_area{
  width: calc(100% - 56px);
  height: 100%;
  position: relative;
  float: left;
  overflow-x: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
/* menu_open */
.contents.menu_open .content_area{
  width: calc(100% - 180px);
}

/* breadcrumb */
.breadcrumb{
  width: calc(100% - 32px);
  height: 22px;
  margin: 8px 16px;
  padding: 4px 24px;
  background: #cde6f4;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1;
}
.breadcrumb ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li{
  display: inline-block;
  color: #777;
  font-size: 0.87em;
}
.breadcrumb ul .bread_main:after{
  content: ">>";
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumb ul li a{
  color: #777;
  text-decoration: none;
}


.content_main{
  width: 100%;
  height: calc(100% - 38px);
  padding: 0 16px 0px;
  padding-right: 176px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents.menu_open .content_main{
  padding-right: 16px;
}
/*  */
.main{
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 8px;
  -webkit-overflow-scrolling:touch;
  overflow-x: auto;
}

/*  */
.status_navigation{
  position: absolute;
  width: 160px;
  height: calc(100% - 38px);
  overflow-x: auto;
  top: 0px;
  right: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #cde6f4;
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.contents.menu_open .status_navigation{
  right: -150px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
status_navigation
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.status_nav .reload{
  color: #777;
  text-align: center;
}
.status_nav .reload .btn{
  border: 1px solid #777;
  padding: 4px 8px;
  margin: 0 4px;
  color: #777;
  background: #EDEDED;
  border-radius: 4px;
  font-size: 0.87em;
  cursor: pointer;
}
.status_nav .reload time{
  display: block;
  font-size: 0.5em;
  text-align: center;
  margin: 8px 0;
}
.status_nav .status_field{
  color: #777;
}
.status_nav .status_field h4{
  text-align: center;
  margin: 16px 0 8px;
}
.status_nav .status_field p{
  text-align: center;
  font-size: 0.87em;
  margin: 8px 0;
}
.status_nav .status_field p .st_icon{
  width: 20px;
}
.status_nav .status_field p span{
  color: #154577;
  font-weight: bolder;
  /* font-size: 1.8em; */
  font-size: 32px;
  margin: 0 8px;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
}
.status_nav .status_field p span.time{
  font-size: 1.2em;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
.main ifram
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.contents_header{
  width: 100%;
  position: fixed;
  padding: 0 0 8px;
  top: 0;
  left: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.contents_header h2{
  display: inline-block;
  width: auto;
  float: left;
}
.contents_header .btn_box{
  display: inline-block;
  float: right;
  padding: 8px;
}
.contents_body{
  width: 100%;
  position: relative;
  float: left;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
.modal
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.modal{
  z-index: -10;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  transition: .6s;
  border: 8px solid #154577;
  box-shadow: 0 0 10px rgba(0,0,0,0.6) inset;
}
.modal.show{
  z-index: 999;
  opacity: 1;
}
.modal_contents{
  width: 100%;
  max-width: 400px;
  margin: 64px auto 64px;
  height: calc(100% - 128px);
}
.modal_header,
.modal_body,
.modal_footer{
  width: 100%;
  position: relative;
  float: left;
}
.modal_body{
  height: calc(100% - 32px);
}
.modal_footer{
  height: 32px;
  color: white;
  text-align: center;
}
.modal_footer span{
  cursor: pointer;
  display: inline-block;
}
.modal_body iframe{
  width: 100%;
  height: 100%;
}

/* calendar */
.calendar_modal{
  position: absolute;
  left: 2px;
  top: 30%;
  background: #154577;
  border: 8px solid #154577;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.calendar_modal.show{
  /* width: 320px;
  height: 440px;
  border: 8px solid #154577;
  background: white;
  border-radius: 8px; */
}
.calendar_modal_head{
  background: #154577;
  color: white;
}
.calendar_modal_head i{
  line-height: 1;
  font-size: 24px;
}
.grip{
  width: 40px;
  height: 24px;
  border-right: 1px solid #229B8D;
  float: left;
  text-align: center;
  cursor: move;
}
.toggle{
  width: 40px;
  height: 24px;
  float: right;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  transition: .6s;
}
.calendar_modal_body{
  width: 80px;
  height: 0.001px;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  transition: .6s;
}
.calendar_modal.show .calendar_modal_body{
  width: 320px;
  height: 420px;
}
.calendar_modal.show .toggle i{
  transform: rotateZ(180deg);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
admin/index
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#admin_index .contents{
  padding-top: 64px;
}
#admin_index .contents p{
  text-align: center;
  color: #777;
  line-height: 1.6;
  /* background: #154577; */
}
.inner{
  margin: auto;
  width: 100%;
  max-width: 660px;
}
.main_bord{
  width: 100%;
  float: left;
  position: relative;
}
.def_subject{
  color: #777;
  width: 200px;
  margin: auto;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
受付業務
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#wait_list .contents_header,
#wait_list .contents_body{
  max-width: 1024px;
}
#wait_list h2{
  position: relative;
  margin-left: 44px;
  float: initial;
}
#wait_list h2::before{
  content: " ";
  display: block;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(image/icon/ttl_wait@3x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.list_contents .select_wrap{
  width: 100%;
}
.patient_null{
  color: #777;
  font-size: 0.83em;
  padding: 4px;
}

.change_list{
  width: auto;
  display: inline-block;
  padding: 8px 16px;
}
.change_list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.change_list .show_btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  background: #154577;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.change_list .show_btn img{
  height: 20px;
}
.change_list .show_btn.up{
  background: white;
  /* box-shadow: none; */
}
.change_list .show_btn.up img{
  -webkit-filter: invert(50%);
  -moz-filter: invert(50%);
  -ms-filter: invert(50%);
  filter: invert(50%);
}

.change_list .show_btn.hide{
  background: #999;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset;
}

.change_list .change_time{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.change_list .change_time img{
  height: 20px;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  transition: .6s;
}
.change_list .change_time.ch{
  background: #eee;
}
.change_list .change_time.ch img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


/* 予約 */
.yoyaku_heading{
  width: 100%;
  background: #FF1100;
  color: white;
  border-radius: 8px;
  text-align: left;
  padding: 4px 8px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.yoyaku_heading p{
  margin: 4px 0;
}
.yoyaku_heading p:before{
  content: "●";
  margin-right: 8px;
}
.yoyaku_column{
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 2px 0;
}
.yoyaku_column > div{
  display: table-cell;
  vertical-align: middle;
  background: #EDEDED;
  color: #777;
  padding: 4px 2px;
  font-size: 0.73em;
  line-height: 1;
  text-align: left;
  border: 2px solid white;
}
.yoyaku_column .column_yoyaku{
  width: 80px;
}
.yoyaku_column .column_status{
  width: 140px;
}

.yoyaku_ul{
  list-style: none;
  padding: 0 0 16px;
  margin: 0;
}
.yoyaku_ul li{
  display: block;
  margin: 0 0 4px;
}
.yoyaku_ul .list_contents{
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #FFCDD2;
  border-bottom: 4px solid white;
}
.yoyaku_ul .list_contents > div{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  border-right: 1px solid #DDABB0;
}
.yoyaku_ul .list_contents .list_edit{
  border-right: 0;
  text-align: center;
  width: 40px;
}
.yoyaku_ul .list_contents .list_yoyaku{
  text-align: right;
  padding-right: 8px;
  width: 80px;
  font-size: 0.83em;
}
.yoyaku_ul .list_contents .list_status{
  width: 140px;
  font-size: 0.83em;
  color: #555;
}


/* 診察待ち */

.wait_heading{
  width: 100%;
  background: #EC407A;
  color: white;
  border-radius: 8px;
  text-align: left;
  padding: 4px 8px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.wait_heading p{
  margin: 4px 0;
}
.wait_heading p:before{
  content: "●";
  margin-right: 8px;
}

.wait_column{
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 2px 0;
}
.wait_column > div{
  display: table-cell;
  vertical-align: middle;
  background: #EDEDED;
  color: #777;
  padding: 4px 2px;
  font-size: 0.73em;
  line-height: 1;
  text-align: left;
  border: 2px solid white;
}
.column_move,
.column_edit{
  text-align: center;
  width: 40px;
}
.column_no,
.column_bill,
.column_time,
.column_come_time,
.column_mail{
  width: 56px;
}
.column_id{
  width: 90px;
}

.column_status{
  width: 90px;
}
.column_memo,
.column_content{
  width: 80px;
}

.wait_ul{
  list-style: none;
  padding: 0 0 16px;
  margin: 0;
}
.wait_ul li{
  display: block;
  margin: 0 0 4px;

}
.wait_ul .list_contents{
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #FCE4EC;
  border-bottom: 4px solid white;
}
.list_contents > div{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  border-right: 1px solid #EBD3DB;
}
.list_contents .list_edit{
  border-right: 0;
}
.wait_ul .list_contents .list_move,
.wait_ul .list_contents .list_edit{
  text-align: center;
  width: 40px;
}
.list_contents .list_edit i{
  color: #999;
}
.wait_ul .list_contents .list_move{
  color: #B8A0A8;
  cursor: move;
  padding-top: 6px;
}
.wait_ul .list_contents .list_move img{
  width: 22px;
}
.list_contents .list_no,
.list_contents .list_bill,
.list_contents .list_time,
.list_contents .list_come_time,
.list_contents .list_mail{
  text-align: center;
  width: 56px;
}
.list_contents .list_no{
  background: white;
}
.list_contents .list_id{
  width: 90px;
  text-align: center;
  font-size: 13px;
}
.list_contents .list_come_time{
  display: none;
}
.list_contents .list_bill span{
  display: inline-block;
  width: 90%;
  background: #999999;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
.kyukan .list_contents .list_bill span{
  display: inline-block;
  width: 90%;
  background: #FF0000;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
.yoyaku1 .list_contents .list_bill span{
  display: inline-block;
  width: 90%;
  background: #555555;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}

.wait_ul .list_contents .list_mail{
  font-size: 0.83em;
  color: #555;
}
.list_contents .list_name{
  font-size: 0.83em;
  /* padding-left: 4px; */
}
.list_contents .list_name a{
  padding-left: 8px;
}
.list_contents .list_name .sex_0{
  color: #555;
  border-left: 4px solid #555;
}
.list_contents .list_name .sex_1{
  color: #555;
  /* color: #0076FF; */
  border-left: 4px solid #0076FF;
}
.list_contents .list_name .sex_2{
  /* color: #FF00CE; */
  color: #555;
  border-left: 4px solid #FF00CE;
}
.list_contents .list_name .age{
  font-size: 80%;
}
.list_contents .list_name .insurance{
  display: inline-block;
  padding: 0 4px;
}
.list_contents .list_time,
.list_contents .list_come_time{
  font-size: 0.78em;
  color: #555;
}

.wait_ul .list_contents .list_status{
  width: 90px;
}
.list_contents .list_status form{
  display: inline-block;
}
.list_contents .list_status span{
  font-size: 0.83em;
  color: #555;
}
.list_contents .list_memo,
.list_contents .list_content{
  width: 80px;
  font-size: 0.87em;
  text-align: center;
}
.list_contents .btn{
  padding: 4px 8px;
  font-weight: normal;
  background: #EDEDED;
  border-radius: 4px;
}
.other_state{
  margin-top: -4px;
  line-height: 1.6;
  font-size: 0.87em;
  background: #eee;
  color: #555;
}

/* 診察中 */
.now_heading{
  width: 100%;
  background: #154577;
  color: white;
  border-radius: 8px;
  text-align: left;
  padding: 4px 8px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.now_heading p{
  margin: 4px 0;
}
.now_heading p:before{
  content: "●";
  margin-right: 8px;
}

.now_column{
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 2px 0;
}
.now_column > div{
  display: table-cell;
  vertical-align: middle;
  background: #EDEDED;
  color: #777;
  padding: 4px 2px;
  font-size: 0.73em;
  line-height: 1;
  text-align: left;
  border: 2px solid white;
}
/* .now_column .column_move,
.now_column .column_edit{
  text-align: center;
  width: 40px;
} */
/* .now_column .column_no,
.now_column .column_bill,
.now_column .column_id,
.now_column .column_time,
.now_column .column_mail{
  width: 56px;
} */
/* .now_column .column_status{
  width: 90px;
}
.now_column .column_memo,
.now_column .column_content{
  width: 80px;
} */

.now_ul{
  list-style: none;
  padding: 0 0 16px;
  margin: 0;
}
.now_ul li{
  display: block;
  margin: 0 0 4px;

}
.now_ul .list_contents{
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #cde6f4;
  border-bottom: 4px solid white;
}
.now_ul .list_contents > div{
  border-right: 1px solid #C0D0D0;
}
.now_ul .list_contents .list_edit{
  border-right: 0;
}
.now_ul .list_contents .list_move,
.now_ul .list_contents .list_edit{
  text-align: center;
  width: 40px;
}
.now_ul .list_contents .list_edit i{
  color: #A0B0B0;
}
.now_ul .list_contents .list_move .fas{
  background: none;
  border: 0;
  color: #A0B0B0;
  cursor: pointer;
}
/* .now_ul .list_contents .list_no,
.now_ul .list_contents .list_bill,
.now_ul .list_contents .list_id,
.now_ul .list_contents .list_time,
.now_ul .list_contents .list_mail{
  text-align: center;
  width: 56px;
}
.now_ul .list_contents .list_mail{
  font-size: 0.83em;
  color: #555;
} */

.now_ul .list_contents .list_time{
  font-size: 0.83em;
  color: #555;
}
.now_ul .list_contents .list_status{
  width: 90px;
}
.now_ul .list_contents .list_memo,
.now_ul .list_contents .list_content{
  width: 80px;
  font-size: 0.87em;
  text-align: center;
}
.now_ul .list_contents .btn{
  padding: 4px 8px;
}
.now_ul .other_state{
  margin-top: -4px;
  line-height: 1.6;
  font-size: 0.87em;
  background: #FDF6FD;
  color: #555;
}


/* 会計待ち */

.regist_heading{
  width: 100%;
  background: #FF5722;
  color: white;
  border-radius: 8px;
  text-align: left;
  padding: 4px 8px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.regist_heading p{
  margin: 4px 0;
}
.regist_heading p:before{
  content: "●";
  margin-right: 8px;
}
.regist_column{
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 2px 0;
}
.regist_column > div{
  display: table-cell;
  vertical-align: middle;
  background: #EDEDED;
  color: #777;
  padding: 4px 2px;
  font-size: 0.73em;
  line-height: 1;
  text-align: left;
  border: 2px solid white;
}
/* .regist_column .column_move,
.regist_column .column_edit{
  text-align: center;
  width: 40px;
}
.regist_column .column_no,
.regist_column .column_bill,
.regist_column .column_id,
.regist_column .column_time,
.regist_column .column_mail{
  width: 56px;
}
.regist_column .column_status{
  width: 90px;
}
.regist_column .column_memo,
.regist_column .column_content{
  width: 80px;
} */
.regist_ul{
  list-style: none;
  padding: 0 0 16px;
  margin: 0;
}
.regist_ul li{
  display: block;
  margin: 0 0 4px;

}
.regist_ul .list_contents{
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #FFF0D9;
  border-bottom: 4px solid white;
}
.regist_ul .list_contents > div{
  border-right: 1px solid #DDD0B7;
}
.regist_ul .list_contents .list_edit{
  border-right: 0;
}
.regist_ul .list_contents .list_move,
.regist_ul .list_contents .list_edit{
  text-align: center;
  width: 40px;
}
.regist_ul .list_contents .list_edit i{
  color: #A0B0B0;
}
.regist_ul .list_contents .list_move .fas{
  background: none;
  border: 0;
  color: #A0B0B0;
  cursor: pointer;
}
/* .regist_ul .list_contents .list_no,
.regist_ul .list_contents .list_bill,
.regist_ul .list_contents .list_id,
.regist_ul .list_contents .list_time,
.regist_ul .list_contents .list_mail{
  text-align: center;
  width: 56px;
} */
/* .regist_ul .list_contents .list_mail{
  font-size: 0.83em;
  color: #555;
} */

.regist_ul .list_contents .list_time{
  font-size: 0.83em;
  color: #555;
}
.regist_ul .list_contents .list_status{
  width: 90px;
}
.regist_ul .list_contents .list_memo,
.regist_ul .list_contents .list_content{
  width: 80px;
  font-size: 0.87em;
  text-align: center;
}
.regist_ul .list_contents .btn{
  padding: 4px 8px;
}
.regist_ul .other_state{
  margin-top: -4px;
  line-height: 1.6;
  font-size: 0.87em;
  background: #FDF6FD;
  color: #555;
}

div > .column_come_time{
  display: none;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
受付編集 wait_edit.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#wait_edit{
  padding-bottom: 16px;
}
.wait_edit_wrap{
  width: 100%;
  position: relative;
  float: left;
  padding: 8px;
  background: #cde6f4;
  border-radius: 8px;
  margin: 8px 0;
}
.wait_edit_wrap h2{
  color: #154577;
  text-align: center;
  padding-bottom: 4px;
  margin: 8px 0;
  font-size: 1.1em;
}
.wait_edit_wrap h3{
  padding: 4px;
  font-size: 1.1em;
}
.wait_edit_wrap p{
  color: #777;
  margin: 8px 0 4px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
患者 patient_list.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.patient_search_table{
  background: #cde6f4;
  border-radius: 8px;
  overflow: hidden;
  font-size: 12px;
}
.patient_search_table th{
  background: #cde6f4;
  font-size: 0.83em;
  text-align: left;
  padding-left: 4px;
  color: #80a7c4;
}
.patient_search_table td{
  padding: 2px 4px;
}

.patient_list_table{
  max-width: 1024px;
}
.patient_list_table th{
  font-size: 0.83em;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #80a7c4;
}
.patient_list_table th:first-child{
  border-left: 1px solid #80a7c4;
}
.patient_list_table tbody td{
  border-right: 1px solid #BABABA;
  font-size: 0.87em;
}
.patient_list_table tbody td:first-child{
  border-left: 1px solid #BABABA;
}
.patient_list_table tbody tr:nth-child(even){
  background: #EDEDED;
}
.patient_list_table tbody .name{
  padding-left: 0;
}
.patient_list_table tbody a.sex_0{
  padding-left: 8px;
  border-left: 4px solid #555;
}
.patient_list_table tbody a.sex_1{
  padding-left: 8px;
  border-left: 4px solid #0076FF;
}
.patient_list_table tbody a.sex_2{
  padding-left: 8px;
  border-left: 4px solid #FF00CE;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
受付・患者登録 regist.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.regist_table{
}
.regist_table thead{
  background: #4DB6AC;
  color: white;
  border-bottom: 1px solid #cde6f4;
}
.regist_table thead th{
  /* padding-left: 0.13em; */
  font-size: 0.83em;
  width: 1em;
  text-align: center;
  border-left: 1px solid #cde6f4;
  border-right: 1px solid #cde6f4;
}
.regist_table thead td{
  padding: 4px 8px;
}
.regist_table thead input[type="checkbox"] + label,
.regist_table thead input[type="radio"] + label{
  color: white;
}
.regist_table input[type="checkbox"] + label:before,
.regist_table input[type="radio"] + label:before{
  border-color: #777;
  background: white;
}
.regist_table tbody th{
  background: #cde6f4;
  border-top: 4px solid white;
  border-left: 4px solid white;
  padding: 8px;
  color: #777;
  padding-left: 4px;
  font-size: 0.83em;
  text-align: left;
}
.regist_table tbody th:first-child{
  border-left: 0;
}
.regist_table tbody td{
  background: #EDEDED;
  border-top: 4px solid white;
  padding: 4px 8px;
  color: #777;
}
.regist_table tbody td p{
  margin: 4px 0;
}

.regist_add_table{
  /* width: 100%; */
  border-collapse: collapse;
  border-spacing: 0;
  color: #777;
  font-size: 0.78em;
}
.regist_add_table thead{
  background: #4DB6AC;
  color: white;
}
.regist_add_table th{
  font-weight: normal;
}
.regist_add_table .select_wrap{
  width: 100%;
}


.regist_form_wrap{
  width: 100%;
  max-width: 1024px;
  min-width: 760px;
  margin-bottom: 2px 4px;
}
.regist_form_wrap .select_wrap{
  width: 100%;
}
.regist_form_wrap select,
.regist_form_wrap input[type="number"],
.regist_form_wrap input[type="text"]{
  font-size: 12px;
}
.regist_form_wrap input[type="number"],
.regist_form_wrap input[type="text"]{
  padding: 2.5px;
}
.regist_form_wrap input[type="text"]{
  border-radius: 4px;
}
.regist_form_wrap input[type="number"]{
  text-align: right;
  border-radius: 0;
}
.regist_form_wrap .btn{
  font-size: 12px;
  padding: 4px 16px;
  height: 100%;
}
.form_row{
  display: flex;
  justify-content: flex-start;
  /* padding: 2px 4px; */
}
.header_row{
  background: #4DB6AC;
}
.form_row p{
  font-size: 12px;
  line-height: 1;
  margin: 2px 0 2px;
  padding: 0;
}
.header_row p{
  color: white;
}
.body_row{
  background: #eee;
  border-top: 3px solid white;
}
.form_col{
  flex-grow: 4;
  padding: 2px;
  font-size: 12px;
  color: #555;
}
.header_col{
  flex: 0 5 80px;
  display: flex;
  align-items: center;
  background: #cde6f4;
  border-left: 3px solid white;
}
.body_row .header_col:nth-child(1){
  border-left: 0;
}
.body_row .form_col{
  /* display: flex;
  align-items: center; */
}

.form_col.center{
  display: flex;
  align-items: center;
}

.form_note{
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ccc;
  margin: 8px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
患者詳細　patient_full
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
ul.history{
  list-style: none;
  padding: 0;
}
ul.history li{
  background: #eee;
  color: #555;
  font-size: 14px;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
予約管理 reserve
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_reserve{
  padding-left: 8px;
}
.page_reserve .main{
  padding-left: 0;
}
.page_reserve .main iframe{
  max-height: 100%;
}
.page_reserve .main .reserve_edit{
  width: 300px;
  padding: 8px;
  height: 100%;
  overflow-y: auto;
  float: left;
  background: #154577;
}
.page_reserve .main .reserve_timeline{
  width: calc(100% - 300px);
  height: 100%;
  padding-left: 8px;
  float: left;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.page_reserve .main .reserve_timeline iframe{
  height: 100%;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
calendar　reserve_menu.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.calender_form{
  width: 100%;
  padding: 0 0 4px;
  display: flex;
}
.calender_form form{
  display: inline-block;
}
.calender_form .btn{
  padding: 6px 12px;
  margin: 0 2px;
}

.calendar_table{
  background: white;
  border: 4px solid white;
}
.calendar_table th,
.calendar_table td{
  border: 2px solid white;
}
.calendar_table .week th{
  background: #4DB6AC;
  color: white;
  text-align: center;
  font-size: 0.83em;
  font-weight: normal;
}
.calendar_table .week .sun{
  background: #FF2C72;
}
.calendar_table .week .sat{
  background: #0094FF;
}
.calendar_table .blank{
  background: #F0F0F0;
}
.calendar_table .days{
  font-size: 0.87em;
  text-align: center;
  padding: 2px 4px;
}
.calendar_table .days span{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  border-radius: 50%;
  line-height: 24px;
}
.calendar_table .days span.reserve_count{
  background: #7979ff;
  color: #2424CC;
}
.calendar_table .days span.history_count{
  background: #BDFCC2;
  color: #1DBC00;
}


/* time_line */
#calendar_1day{
  width: 100%;
  position: relative;
  float: left;
}
.time_line_contents{
  width: 100%;
  font-size: 14px;
}
.time_line_contents .contents_header{
  padding-bottom: 0;
}
.tab_wrap{
  width: 100%;
  position: relative;
}
.tab_wrap ul{
  display: flex;
  width: calc(100% - 80px);
  position: relative;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab_wrap ul li{
  flex: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #80a7c4;
  border-radius: 8px 8px 0 0;
  color: #80a7c4;
  line-height: 2.4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.tab_wrap ul li.current{
  background: #80a7c4;
  color: white;
}
.tab_wrap span.today{
  display: inline-block;
  width: 80px;
  font-size: 0.83em;
  float: left;
  text-align: center;
  color: #80a7c4;
  line-height: 3;
  font-weight: bold;
}


.time_line_wrap{

}
.time_line_ul{
  display: none;
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.time_line_ul.current{
  display: block;
  z-index: 2;
}
.time_line_ul li{
  display: block;
  width: 100%;
  min-height: 24px;
  position: relative;
  float: left;
}
.time_line_ul li > div{
  display: inline-block;
  float: left;
}
.time_line_ul li > div.heading{
  background: #80a7c4;
  color: white;
  width: 56px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.time_line_ul li.memo > div.heading,
.time_line_ul li.other > div.heading,
.time_line_ul li.ra > div.heading,
.time_line_ul li.rp > div.heading{
  background: #ededed;
  color: #555;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 24px;
  border-bottom: 1px solid #ccc;
}
.time_line_ul li.memo > div.heading span,
.time_line_ul li.other > div.heading span,
.time_line_ul li.ra > div.heading span,
.time_line_ul li.rp > div.heading span{
  display: inline-block;
  width: 100%;
}
.time_line_ul li.time > div.heading{
  display: flex;
}
.time_line_ul li.time > div.heading > div{
  flex: 1;
  text-align: right;
  padding-right: 4px;
  padding-top: 4px;
}
.time_line_ul li.time > div.heading > div.hour,
.time_line_ul li.time > div.heading > div.min{
  border-top: 1px solid #eee;
}



.time_line_ul li > div.detail{
  width: 100%;
  min-height: 24px;
  padding-left: 64px;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 1;
  border-bottom: 1px solid #ccc;
}
.time_line_ul li.ra > div.detail,
.time_line_ul li.rp > div.detail{
  border-bottom: 0;
}
.time_line_ul li.time > div.detail{
  border-top: 1px solid #fff;
  border-bottom: 0;
}


.time_line_ul li > div.detail .btn{
  width: 36px;
  padding: 4px 0;
  margin: 0;
}

.time_line_ul li > div.reserve_detail{
  display: flex;
}
.time_line_ul li > div.reserve_detail .add_reserve{
  flex-basis: 40px;
}
.time_line_ul li > div.reserve_detail .add_reserve .btn{
  width: 36px;
  padding: 4px 0;
}
.time_line_ul li > div.reserve_detail .reserve_patient{
  flex: 1;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
予約登録　reserve_new.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#reserve_new{

}
#reserve_new h2{
  font-size: 1.0em;
  color: white;
  font-weight: normal;
  background: #154577;
  margin: 0;
  padding: 16px 8px;
}
#reserve_new .table th{
  border-bottom: 2px solid white;
  background: #cde6f4;
  color: #555;
  font-weight: normal;
  font-size: 0.87em;
}
#reserve_new .table .btn{
  background: #EDEDED;
}
#reserve_new .table .exec_btn{
  background: #154577;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
予約一覧 reserve_list
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#reserve_list .contents_header{
  padding-bottom: 0;
}
#reserve_list .regist_form_wrap{
  min-width: 468px;
}
.reserve_list{
  width: 100%;
  max-width: 1024px;
  border-collapse: collapse;
  border-spacing: 0;
  color: #777;
  font-size: 14px;
}
.reserve_list thead{
  background: #80a7c4;
  color: white;
}
.reserve_list thead tr th{
  padding: 2px 0;
  border-right: 1px solid #048478;
}
.reserve_list thead th:last-child{
  border-right: 0;
}
.reserve_list tbody tr td{
  padding: 2px 4px;
  border: 1px solid #048478;
}
.reserve_list tbody tr:nth-child(2n) td{
  background: #eee;
}
.reserve_list tbody a.sex_0{
  padding-left: 8px;
  border-left: 4px solid #555;
}
.reserve_list tbody a.sex_1{
  padding-left: 8px;
  border-left: 4px solid #2F7BB9;
}
.reserve_list tbody a.sex_2{
  padding-left: 8px;
  border-left: 4px solid #FF00CE;
}

.pager_teable{
  max-width: 1024px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
予約モーダル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#reserve_modal .modal_contents{
  max-width: 80%;
  margin: 32px auto 0;
  height: calc(100% - 64px);
}
#reserve_modal .modal_contents .modal_body{
  background: white;
  padding: 8px;
  overflow-y: auto;
  margin-bottom: 4px;
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
掲示設定
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_post{
  width: 100%;
  padding-right: 16px;
}
/* メッセージ */
#message_body h2{
  margin: 8px 0;
  color: #154577;
  border-bottom: 1px solid #154577;
}
#message_body .add_btn{
  width: auto;
}
#message_body .form_contents{
  width: 100%;
  position: relative;
}
#message_body .form_contents input[type="text"]{
  width: 60%;
}
#message_body .form_contents label{
  display: inline-block;
  width: 10%;
  line-height: 1.6;
}
#message_body .form_contents .select_wrap{
  display: inline-block;
  width: 10%;
}
#message_body .form_contents .add_btn{
  width: 10%;
  margin-left: 16px;
}
.message_table tbody tr{
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.message_table tbody tr td{
  background: #EDEDED;
}
.message_table tbody tr td:first-child{
  border-radius: 8px 0 0 8px;
}
.message_table tbody tr td:last-child{
  border-radius: 0 8px 8px 0;
}
.preview_message{
  width: 100%;
  /* height: 64px; */
  border: 1px solid #ccc;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
画像登録　image_edit.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#image_edit{
  padding-bottom: 16px;
  background: white;
}
#image_edit h2{
  margin: 8px;
  color: #154577;
  border-bottom: 1px solid #154577;
}
#image_edit table{
  width: 98%;
  color: #777;
}
#image_edit table thead th,
#image_edit table td{
  padding: 4px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
#image_edit table tbody th{
  padding: 4px;
  text-align: left;
}
#image_edit table th{
  color: #154577;
}
#image_edit .number_wrap{
  width: 6em;
}
#image_edit .number_wrap input{
  font-size: 1em;
  width: 6em;
  padding-right: 2em;
}
#image_edit .folder_btn{
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 0.87em;
  padding: 8px;
  border: 1px solid #777;
  border-radius: 8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#image_edit .folder_btn:hover{
  background: #777;
  color: white;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フォルダー編集 folder_edit.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#folder_edit{

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
画像一覧 image_list.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#post_modal{
  transition: .6s;
}
#post_modal .modal_contents{
  width: calc(100% - 64px);
  max-width: 944px;
  margin: 32px auto;
  height: calc(100% - 64px);
  background: rgba(255,255,255,1);
  padding: 8px;
}
#post_modal .modal_contents .modal_body{
  overflow-y: auto;
}
#myForm{
  width: 100%;
  float: left;
  position: relative;
}
#image_list{
  width: 100%;
  height: 100%;
}
#image_list .contents_header{
  padding-bottom: 0;
}
#image_list .contents_body{
  padding-bottom: 0;
}

.image_list_wrap{
  display: flex;
  width: 100%;
  height: 100%;
  /* max-width: 688px; */
  padding-right: 240px;
  flex-wrap: wrap;
  background: white;
  float: left;
  overflow-y: auto;
}
.image_edit_wrap{
  width: 240px;
  height: calc(100% - 8px);
  right: 0;
  padding: 4px;
  border: 1px solid #ccc;
  overflow-y: auto;
  background: #FFF;
  position: fixed;
}






.image_list_wrap .list_item{
  flex-basis: 168px;
  padding: 4px 4px 16px;
  position: relative;
  /* float: left; */
}
.image_list_wrap .list_item .image_bg{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.image_list_wrap .list_item .image_mask{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  display: flex;
  text-align: center;
  align-items: center;
}
.image_list_wrap .list_item .image_mask .btn_area{
  width: 160px;
  text-align: center;
}
.image_list_wrap .list_item:hover .image_mask{
  opacity: 1;
}
.image_list_wrap .list_item p{
  color: #777;
  margin: 0;
  line-height: 1.2;
  font-size: 12px;
}


.image_list_wrap .list_item img{
  display: inline-block;
  margin: auto;
}

.table.img_list{
  width: auto;
  margin: 4px;
  background: none;
}
.table.img_list tbody > tr > td{
  padding: 0;
}
.table.img_list .list_item{
  width: 140px;
  padding: 0;
  color: #777;
}
.table.img_list .list_item table{
  width: 100%;
  font-size: 0.87em;
}
.table.img_list .list_item table td{
  padding: 1px;
}

.list_item .marquee{
  padding: 4px;
}


.content_edit_table{
  width: 100%;
  max-width: 222px;
  font-size: 0.83em;
}
.content_edit_table th{
  text-align: left;
  color: #555;
  background: #eee;
  padding: 4px;
  border-bottom: 1px solid #ccc;
}
.content_edit_table td{
  padding: 4px;
}





.scroll_wrap{
  width: 100%;
  position: relative;
  overflow: scroll;
  padding-bottom: 16px;
  padding: 4px 4px 128px;
  margin-bottom: 16px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}
.scroll_wrap > *{
  float: left;
}
.scroll_wrap.bottom_arrow:before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 32px;
  background: #eee;
  left: 16px;
  bottom: 32px;
}
.scroll_wrap.bottom_arrow:after{
  content: "";
  display: block;
  position: absolute;
  /* width: 32px;
  height: 32px;
  background: #eee; */
  border-left: 32px solid #eee;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  left: 50%;
  bottom: 11px;
  margin-left: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.table.img_list .list_item{
  border: 1px solid #ccc;
  margin-right: 8px;
  background: rgba(255,255,255,0.8);
  cursor: move;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
画像編集 content_edit.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#content_edit{

}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
画像編集 content_edit.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
履歴解析 data
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.content_main.page_data{
  padding-right: 16px;
}
.content_main.page_data .main{
  padding: 8px 0;
}

/* 履歴解析 analize_frame */
#analize_frame{
  height: 100%;
}
.analize_wrap{
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.analyze_menu,
.analyze_list{
  width: 220px;
  height: 100%;
  position: relative;
  float: left;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.analyze_list{
  width: calc(100% - 220px);
  padding-left: 8px;
}

/* 履歴メニュー analize_menu */
.analyze_menu_wrap{
  width: 100%;
  position: relative;
  float: left;
  background: #cde6f4;
  border-radius: 8px;
  padding: 8px;
}




/* 解析 analize */
.graf{
  width: 100%;
  min-width: 200px;
  height: 32px;
  position: relative;
  float: left;
  margin: 2px 0;
}
.graf .sai{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #cde6f4;
}
.graf .dist{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #80a7c4;
}

.graf .gozen{
  float: left;
  height: 100%;
  background: #cde6f4;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  color: #555;
}
.graf .gogo{
  float: left;
  height: 100%;
  background: #80a7c4;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  color: white;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
受入設定
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*  */
#outers{
  padding-bottom: 24px;
}
#outers h2{
  margin: 8px 0;
  color: #154577;
  border-bottom: 1px solid #154577;
}
#outers table{
  width: 98%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #777;
}

#outers table thead .heading th{
  background: #4DB6AC;
  color: white;
  padding: 8px 4px;
  border-right: 1px solid #cde6f4;
}
#outers table thead .heading th.base{
  width: 4em;
  font-size: 0.87em;
}
#outers table thead .heading th:last-child{
  border-right: 0;
}
#outers table thead .span th{
  padding: 4px;
  font-size: 0.87em;
}
#outers table thead .span th:nth-child(even){
  background: #cde6f4;
}
#outers table tbody td{
  padding: 16px 4px;
  text-align: center;
  border: 1px solid #4DB6AC;
}
#outers table tbody td a{
  text-decoration: none;
  color: #154577;
  font-weight: bold;
}
.num_table_header{
  width: 100%;
  padding-top: 24px;
  position: relative;
}
.num_table_header a{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  border-radius: 8px;
  padding: 0 16px;
  line-height: 24px;
  background: #4DB6AC;
  color: white;
  text-decoration: none;
}
.num_table_header p{
  color: #777;
  font-size: 0.87em;
}
.table_wrap{
  width: 100%;
  position: relative;
  overflow: scroll;
  padding-bottom: 16px;
}
#outers table.num_table{
  width: 98%;
}
#outers table.num_table td{
  padding: 4px;
  font-size: 0.87em;
}
#outers table.num_table input[type="number"]{
  width: 100%;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
#outers table.num_table input[type="number"]::-webkit-outer-spin-button,
#outers table.num_table input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
#outers table.num_table td:nth-child(1){
  padding: 4px;
}
#outers .btn{
  width: auto;
  margin-right: 8px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
番号リセット
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.num_reset_tabel{
  width: auto;
  max-width: 98%;
  margin: 16px 0 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
.num_reset_tabel th{
  background: #154577;
  color: white;
  padding: 8px;
  border: 1px solid #154577;
}
.num_reset_tabel td{
  padding: 0;
  border: 1px solid #154577;
  text-align: center;
}
.num_reset_tabel td .btn{
  padding: 8px;
  cursor: pointer;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
受付関連設定
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#basic_wait{
  padding-bottom: 24px;
}
#basic_wait h2{
  margin: 8px 0;
  color: #154577;
  border-bottom: 1px solid #154577;
}
.basic_wait_edit{
  width: auto;
  max-width: 98%;
  margin: 16px 0 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
.basic_wait_edit th{
  background: #154577;
  color: white;
  padding: 16px;
  border-bottom: 1px solid #4DB6AC;
}
.basic_wait_edit td{
  padding: 16px;
  border-bottom: 1px solid #4DB6AC;
}
.basic_wait_edit input[type="number"]{
  width: 3em;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.basic_wait_edit input[type="number"]::-webkit-outer-spin-button,
.basic_wait_edit input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}



.page_optiont{
  padding-right: 16px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
wait_view_conf_frame
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#wait_view_conf_frame{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#wait_view_conf_frame > div{
  width: 50%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  float: left;
}
#wait_view_conf_frame iframe{
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  overflow-y: auto;
  box-sizing: border-box;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
font_size
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#font_size .overflow-y{
  max-height: 400px;
  overflow-y: auto;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
master_conf_menu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#master_conf_menu .flex > *{
  flex: 1;
  margin-bottom: 16px;
}
#master_conf_menu h3{
  margin: 0;
}
.flex a.current{
  background: #154577;
  border-color: #154577;
}
.flex a.current h3{
  color: white;
  border-left: 4px solid white;
}


.help_chip{
  display: none;
  /* display: block; */
  position: absolute;
  width: auto;
  padding: 8px;
  font-size: 0.87em;
  background: #333;
  color: white;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}




#master_conf_frame iframe.master_conf_menu{
  /* width: 200px;
  padding-right: 16px; */
  top: 0;
  left: 0;
}
#master_conf_frame iframe.master_main{
  /* width: calc(100% - 200px);
  float: right; */
  padding-top: 120px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
con_preview
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#con_preview{
  width: 100%;
  float: left;
  position: relative;
}
#con_preview #Layer{
  /* position: fixed; */
}
/* #con_preview .display{
  background: linear-gradient(-135deg, #999, #ccc);
  padding: 2px 2px 48px;
  border-radius: 8px;
  position: relative;
} */
/* #con_preview .display:before{
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -40px;
  width: 80px;
  height: 64px;
  background: linear-gradient(135deg, #999, #ccc);
} */
/* #con_preview .display:after{
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -128px;
  margin-top: 64px;
  width: 256px;
  height: 8px;
  background: linear-gradient(135deg, #999, #ccc);
}
#con_preview .display .display_inner{
  width: calc(100vw - 4px);
  height: calc(56vw - 4px);
  border-radius: 8px 8px 0 0;
  border: 16px solid #111;
  background: linear-gradient(-135deg, #000, #333);
  position: relative;
} */
#con_preview .canvas{
  width: 100%;
  height: 100%;
}
#con_preview .canvas table{
  width: 100%;
  height: 100%;
  background: initial;
  color: black;
  font-size: 12pt;
}
/* full */
#con_preview{
  height: 100%;
}
#Layer.full{
  display: none;
}
#con_preview .display.full{
  height: 100%;
  background: white;
  padding: 0;
  border-radius: 0;
  position: relative;
}
#con_preview .display.full:before{
  display: none;
}
#con_preview .display.full:after{
  display: none;
}
#con_preview .display.full .display_inner{
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background: none;
  position: relative;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
gazo_kuri.php
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#gazo_kuri table{
  width: 100%;
  height: 400px;
}
#gazo_kuri table td{
  border: 2px solid #ccc;
  cursor: pointer;
}








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
表示
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#view_frame,
#view{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.view_table{
  width: 100%;
  /* border-collapse: collapse; */
  border-spacing: 4px;
  background: white;
}
.view_table .wait_count{
  text-align: center;
  width: 128px;
  padding: 8px;
}
.view_table .wait_count span{
  /* display: block; */
  font-size: 24px;
  font-weight: bold;
}
.view_table .title{
  text-align: center;
  font-weight: bold;
  padding: 8px;
}
.view_table .title_column{
  text-align: center;
  padding: 8px;
}
.view_table tbody td{
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
}
.view_table tbody td.name{
  text-align: right;
}


/* 試作 */
.frame_5_1{
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #eee; */
}
.frame_5_1 .message{
  width: 100%;
  height: 10%;
  position: relative;
  float: left;
}
.frame_5_1 .wait_zone{
  width: 100%;
  height: 90%;
  position: relative;
  float: left;
}
.frame_5_1 .wait_zone > .flex{
  height: 50%;
}
.frame_5_1 .wait_zone > .flex .flex{
  height: 100%;
}
.frame_5_1 .wait_zone .flex > *{
  flex: 1;
}


/* model:weatanabe */
.frame_4_1{
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #eee; */
}
.frame_4_1 .message{
  width: 100%;
  height: 10%;
  position: relative;
  float: left;
}
.frame_4_1 .wait_zone{
  width: 100%;
  height: 90%;
  position: relative;
  float: left;
}
.frame_4_1 .wait_zone > .flex{
  height: 50%;
}
.frame_4_1 .wait_zone > .flex .flex{
  height: 100%;
}
.frame_4_1 .wait_zone .flex > *{
  flex: 1;
}
