@charset "UTF-8";
/*---------------------------------------
Reset
--------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus,
input:active,
button:active,
button:focus,
.btn:active,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*---------------------------------------
Common SCSS
--------------------------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 0.625rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mb30 {
  margin-bottom: 1.875rem;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.mb50 {
  margin-bottom: 3.125rem;
}

.mb60 {
  margin-bottom: 3.75rem;
}

.mb70 {
  margin-bottom: 4.375rem;
}

.mb80 {
  margin-bottom: 5rem;
}

.mb90 {
  margin-bottom: 5.625rem;
}

html {
  font-size: 16px;
}

body, input, textarea, button {
  color: #191919;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  font-weight: 500;
  font-size: 96%;
  box-sizing: border-box;
}

body a {
  text-decoration: none;
  color: #099d86;
}
body img {
  vertical-align: bottom;
}
body a img:hover {
  opacity: 0.85;
}

input, textarea {
  color: #191919;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ", !important;
  font-weight: 450;
  font-size: 85%;
  box-sizing: border-box;
}

li.btn {
  padding: 0 !important;
}

.btn a {
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #32B4A0;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  font-size: 0.875rem;
  padding: 0.3rem 1rem;
  line-height: 1.5;
}
.btn a:hover {
  color: #fff;
  background: #32B4A0;
}

.btn02 a {
  text-align: center;
  display: block;
  background: #32B4A0;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  color: #fff;
}
.btn02 a:hover {
  color: #32B4A0;
  background: #fff;
  border: 1px solid #32B4A0;
}

.btn03 a {
  text-align: center;
  display: block;
  background: #888888;
  border: 1px solid #888888;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  color: #fff;
}
.btn03 a:hover {
  color: #888888;
  background: #fff;
  border: 1px solid #888888;
}

.btn04 a, .todobtn a {
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #32B4A0;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
}
.btn04 a:hover, .todobtn a:hover {
  color: #fff;
  background: #32B4A0;
}

.btn-primary {
  color: #fff;
  background: #32B4A0;
  border: 1px solid #32B4A0;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
}
.btn-primary:disabled {
  color: #a0e3d9;
  background: #32B4A0;
  border: 1px solid #32B4A0;
  cursor: inherit;
}
.btn-primary:disabled:hover {
  color: #a0e3d9;
  background: #32B4A0;
  border: 1px solid #32B4A0;
}
.btn-primary:hover {
  background: #fff !important;
  color: #099d86 !important;
  border: 1px solid #32B4A0;
}
.btn-primary:hover span {
  color: #099d86;
}
.btn-primary:active {
  background: #a0e3d9 !important;
  color: #099d86 !important;
  border: 1px solid #32B4A0 !important;
}

.btn-outline-primary {
  color: #32B4A0 !important;
  background: #fff !important;
  border: 1px solid #32B4A0 !important;
}
.btn-outline-primary span.material-icons {
  color: #32B4A0 !important;
}
.btn-outline-primary:hover {
  background: #32B4A0 !important;
  color: #fff !important;
  border: 1px solid #32B4A0 !important;
}
.btn-outline-primary:hover span.material-icons {
  color: #fff !important;
}

.btn-secondary {
  background: #888888;
  border: 1px solid #888888;
  color: #fff;
}
.btn-secondary:hover {
  background: #fff;
  color: #383838;
  border: 1px solid #888888;
}
.btn-secondary:hover span {
  color: #383838;
}

.add_row {
  background: #32B4A0 !important;
  border: 1px solid #32B4A0 !important;
}
.add_row:hover {
  background: #fff !important;
  color: #32B4A0 !important;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(../font/material_icons.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/*---------------------------------------
Layout
--------------------------------------- */
body {
  background: #f5f5f5;
}

/* header { background: $color_green; } */
header {
  background: #32B4A0;
}
header .header_in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1600px;
  min-width: 601px;
  color: #fff;
  height: 60px;
}
header #menu_btn {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #383838;
  cursor: pointer;
  position: relative;
}
header h1 {
  margin-left: 1.875rem;
  font-size: 1.125rem;
  width: 19.4805194805%;
  min-width: 150px;
}
header .user {
  width: 32.4675324675%;
  width: 30%;
  min-width: 120px;
}
header .user .department {
  margin-right: 1.25rem;
}
header .links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-content: center;
}
header .links li {
  min-width: 120px;
}
header .links li a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding: 0 1em 0 3em;
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
}
header .links a:before {
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  position: absolute;
  left: 0.8em;
  top: 16px;
  font-weight: 300;
}
header .links .home a:before {
  content: "\e88a";
}
header .links .logout a:before {
  content: "\e9ba";
}
header .links a:hover {
  background: #099d86;
  transition: all 0.3s ease;
}

#wrap {
  width: calc(100vw + 260px);
  max-width: 1860px;
  min-width: 861px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  left: -260px;
  transition: all 0.5s;
  background: #f5f5f5;
}
#wrap #menu {
  display: none;
  background: #383838;
}
#wrap main {
  padding-left: 260px;
  flex-grow: 1;
  width: 100vw;
  max-width: 1600px;
  min-width: 601px;
}
#wrap main .main_in {
  margin: 30px 30px 0 30px;
  min-width: 964px;
  padding-bottom: 1.875rem;
}

#menu_btn:before {
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e5d2";
  color: #fff;
  transition: 0.5s;
  font-weight: 300;
}

body.change #menu_btn:before {
  transform: translate(-50%, -50%) rotate(180deg);
  content: "\e5cd";
}
body.change #wrap {
  left: 0;
  width: 100vw;
  max-width: 1600px;
}
body.change #wrap #menu {
  display: block;
  width: 260px;
  background: #383838;
  box-shadow: 0 2px 2px 0 rgba(43, 42, 40, 0.3) inset;
  -moz-box-shadow: 0 2px 2px 0 rgba(43, 42, 40, 0.3) inset;
  -webkit-box-shadow: 0 2px 2px 0 rgba(43, 42, 40, 0.3) inset;
}
body.change #wrap main {
  padding: 0;
  width: calc(100vw - 260px);
  max-width: 1340px;
  min-width: 341px;
}

body.top.change #wrap {
  padding-bottom: 20px;
}

#menu ul.first {
  font-size: 1rem;
  padding-top: 30px;
}
#menu ul.first li a {
  display: block;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 3.125rem;
  position: relative;
  letter-spacing: 0.03125rem;
  transition: all 0.3s ease;
  color: #fff;
}
#menu ul.first li a.active {
  background: #2c2c2c;
  font-weight: bold;
  position: relative;
}
#menu ul.first li a:before {
  font-size: 1.25rem;
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 1.25rem;
  top: 0.6875rem;
  content: "\e5df";
  font-weight: 200;
}
#menu ul.first li a.home:before {
  content: "\e88a";
}
#menu ul.first li a.haisya:before {
  content: "\f191";
}
#menu ul.first li a.joumuin:before {
  content: "\e7fd";
}
#menu ul.first li a.syaryou:before {
  content: "\e558";
}
#menu ul.first li a.kousokujikan:before {
  content: "\e8b5";
}
#menu ul.first li a.gaiburenkei:before {
  content: "\f1b7";
}
#menu ul.first li a.master:before {
  content: "\e8b8";
}
#menu ul.first li a.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  transform: translate(0, -50%);
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
#menu ul.first li a:hover {
  background: #888888;
}
#menu ul.second {
  /*	display:none;*/
  font-size: 0.8125rem;
  padding-top: 0;
}
#menu ul.second li a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
#menu ul.second li a:before {
  content: none;
}
#menu ul.second li:last-child {
  margin-bottom: 0.5rem;
}

.lr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.w40 {
  width: 40%;
}

.w80 {
  width: 80%;
}

.w40_02 {
  width: calc(40% + 6.125rem);
}

.w80_02 {
  width: calc(80% + 6.125rem);
}

.ml5rem {
  margin-left: 6.125rem;
}

.mlr1rem {
  margin: 0 1rem !important;
}

.resize {
  resize: both;
  overflow: auto;
}

.box {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #ebebeb;
  position: relative;
}
.box .box_in {
  padding: 0 15px 15px 15px;
}
.box .box_in.no_header {
  padding: 20px 15px 15px 15px;
}

.box01 {
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border: 1px solid #d7d7d7;
}
.box01 .in {
  padding: 15px;
}

.box02 {
  background: #f5f5f5;
}
.box02 .in {
  padding: 15px;
}

h1.heading01 {
  font-size: 1.125rem;
  font-weight: bold;
}

h2.heading02 {
  position: relative;
  margin: 0.8rem 0 1rem -10px;
  border-radius: 0 2px 2px 0;
  display: flex;
}
h2.heading02 span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
h2.heading02 span.title {
  padding-right: 1.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  background: #888888;
  color: #fff;
}
h2.heading02 span.hint {
  font-size: 0.875rem;
}
h2.heading02:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #383838;
  border-left: 10px solid transparent;
}

.fail {
  color: red;
  font-weight: bold;
}

.strong01 {
  font-weight: bold;
}

ul.list01 li {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: 0.625rem;
}
ul.list01 li:before {
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-size: 0.625rem;
  content: "\e876";
  left: 0;
  top: 0.125rem;
  font-weight: 300;
}

/* table */
.table01 table {
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  font-size: 0.8125rem;
  table-layout: fixed;
}
.table01 table tr {
  transition: all 0.3s ease;
}
.table01 table tr.active {
  background: #32B4A0;
  color: #fff;
}
.table01 table tr:hover {
  background: #fffae5;
  color: #191919;
}
.table01 table tr.active:hover {
  background: #099d86;
  color: #fff;
}
.table01 table tr.right {
  background: rgb(10, 92, 175);
  color: #fff;
}
.table01 table tr.active:hover {
  background: #099d86;
  color: #fff;
}
.table01 table th, .table01 table td {
  padding: 0.375rem;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}
.table01 table th {
  background: #383838;
  color: #fff;
  resize: horizontal;
  overflow: visible;
}
.table01 .btn02 a, .table01 .btn03 a {
  font-size: 0.75rem;
  padding: 0.375rem;
  width: 50%;
  margin: 0 auto;
}
.table01 .btn02 a.l, .table01 .btn03 a.l {
  width: 80%;
}

/* form */
.form-control {
  padding: 0.2rem 0.75rem;
  border-radius: 0.15rem !important;
  border: 1px solid #888888;
  font-size: inherit !important;
}

.select2-container {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  width: 100% !important;
  height: inherit !important;
  font-size: inherit !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #888888;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  border-radius: 0.15rem !important;
  width: 100% !important;
  height: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
  padding: 0.375rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.select2-results__option {
  font-size: 0.8rem;
  padding: 2px 5px;
}

/*---------------------------------------
ログイン画面
--------------------------------------- */
body#login {
  background: #32B4A0;
  background: radial-gradient(circle, #65dfcc 0%, #099d86 94%);
  height: 100vh;
  position: relative;
}
body#login #h1_title {
  display: none;
}
body#login .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem;
}
body#login .logo {
  width: 100%;
  margin: 1.3rem auto 2.5rem auto;
  text-align: center;
}
body#login .logo img {
  height: 15vw;
  text-align: center;
}
body#login ul.login li {
  margin: 0 auto 1.3rem auto;
}
body#login ul.login li.text {
  float: none;
  width: 90%;
}
body#login div.pass {
  display: inline-block;
  text-align: center;
  width: 100%;
}
body#login div.pass .btn04 {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  color: #099d86;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: none;
  border: none;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
body#login div.pass .btn04 a.js-modal-open {
  padding: 0.25rem 1.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
body#login button {
  margin: 0 auto;
  width: 100%;
}
body#login ul.login li.button {
  margin: 0 auto;
  text-align: center;
  float: none;
  width: 90%;
}
body#login ul.login li.msg {
  margin: 0 auto;
  float: none;
  width: 50%;
}

/*---------------------------------------
メイン画面
--------------------------------------- */
/* loading */
.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 9999;
}
.loading .logo {
  text-align: center;
  margin-top: 24vh;
}
.loading .logo svg, .loading .logo img {
  width: 24vw;
}
.loading .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #f39939;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loading .loader:before, .loading .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
.loading .loader:before, .loading .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading .loader:before {
  color: #61b7d9;
  left: -3.5em;
  animation-delay: -0.32s;
}
.loading .loader:after {
  color: #f4b3c2;
  left: 3.5em;
}

/* main */
.btn_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.btn_area ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.btn_area ul li a {
  position: relative;
  padding: 0.625rem;
  font-weight: bold;
  text-align: center;
}
.btn_area ul li a:before {
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  position: absolute;
  top: 5px;
  left: 16px;
  font-weight: 100;
}
.btn_area ul:first-child {
  width: 320px;
}
.btn_area ul:first-child li {
  width: 150px;
}
.btn_area ul:first-child li a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 54px;
  text-align: left;
}
.btn_area ul:first-child li:first-child a:before {
  content: "\e7fd";
}
.btn_area ul:first-child li:last-child a:before {
  content: "\e7fb";
}
.btn_area ul:nth-child(2) {
  width: 260px;
}
.btn_area ul:nth-child(2) li {
  width: 120px;
}
.btn_area ul:nth-child(2) li a {
  font-size: 0.875rem;
}

.main_info .left {
  width: 43%;
  position: relative;
}
.main_info .right {
  width: 54%;
  position: relative;
}
.main_info ul.btns {
  position: absolute;
  right: 15px;
  top: 0.8rem;
  width: 5rem;
}
.main_info ul.btns .btn02 a {
  font-size: 0.75rem;
  padding: 0.5rem;
}
.main_info ul.btns.l {
  right: 15px;
  width: 10rem;
}
.main_info ul.btns.l a {
  width: calc(100% - 1rem);
}
.main_info .left .main_info01 ul li {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.main_info .left .main_info01 ul li:last-child {
  border-bottom: none;
}
.main_info .left .main_info01 ul span:first-child {
  font-size: 0.75rem;
  color: #099d86;
  font-weight: bold;
  width: 5em;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: inline-block;
}
.main_info .left .main_info01 ul span:last-child {
  font-size: 0.875rem;
}
.main_info .left .main_info01 ul li:nth-child(2) span:last-child {
  font-size: 1.125rem;
}
.main_info .left .main_info02 {
  padding: 1.25rem;
  background: #f5f5f5;
}
.main_info .left .main_info02 table {
  background: #fff;
}
.main_info .left .main_info02 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
}
.main_info .left .main_info02 ul li {
  margin-right: 1.25rem;
}

@media only screen and (max-width: 1400px) {
  .main_info .left table td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .main_info .left table td span {
    float: none;
    margin: 0;
  }
  .main_info .left table td span:first-child {
    margin-bottom: 0.5rem;
  }
  .main_info .left table td span:last-child {
    padding-left: 1.25rem;
    text-align: center;
  }
}
.main_info05 .left {
  width: 43%;
}
.main_info05 ul.btns {
  position: absolute;
  right: 15px;
  top: 0.8rem;
  width: 5rem;
}
.main_info05 ul.btns .btn02 a {
  font-size: 0.75rem;
  padding: 0.5rem;
}
.main_info05 .right {
  width: 54%;
  display: none;
}

/*---------------------------------------
モーダル
--------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: -30px;
  height: 100vh;
  width: calc(100% + 30px);
  z-index: 9999;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  /*  background: rgba(0, 0, 0, 0.8); */
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  background: #f5f5f5;
}
.modal-content > .title {
  background: #32B4A0;
  color: #fff;
  height: 50px;
  border-radius: 0.2rem 0.2rem 0 0;
}
.modal-content > .title h1 {
  line-height: 50px;
  letter-spacing: 0.03125rem;
  padding-left: 1.25rem;
  font-weight: bold;
}
.modal-content .in {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: scroll;
}
.modal-content .in .in_in {
  width: 90%;
  margin: 30px auto;
}
.modal-content .btn_close {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
}
.modal-content .btn_close a {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 0.25rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  width: 70px;
  background: #32B4A0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.85rem;
}
.modal-content .btn_close a:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0.75rem;
  top: 0.3rem;
  content: "\e5cd";
  font-size: 1.2rem;
  font-weight: 300;
}
.modal-content .btn_close a:hover {
  color: #32B4A0;
  background: #fff;
}
.modal-content .btn {
  min-width: 6rem;
}
.modal-content .btn-primary {
  color: #fff;
  background-color: #32B4A0;
  border: 1px solid #32B4A0;
  border-radius: 30px;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
}
.modal-content .btn-primary:hover {
  color: #32B4A0;
  background-color: #fff;
  border-color: #32B4A0;
}
.modal-content .btn-primary:focus {
  color: #fff;
  background-color: #32B4A0;
  border-color: #32B4A0;
}
.modal-content .btn-primary:active {
  box-shadow: none;
}

/*
.btn-primary.focus {
	color: #fff;
	background-color: $color_green;
	border-color: $color_green;
}
.modal-content .btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: $color_green;
	border-color: $color_green;
}
.modal-content .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.modal-content .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: $color_green;
	border-color: $color_green;
}
*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*---------------------------------------
formParts
--------------------------------------- */
ul.search {
  overflow: hidden;
}
ul.submit {
  overflow: hidden;
  margin-left: 5rem;
  padding-left: 1.125rem;
  padding-top: 0.75rem;
}
ul.search label, ul.submit label, ul.login label {
  color: #515151;
  font-size: 0.875rem;
  font-weight: bold;
  padding-right: 1.125rem;
  width: 5rem;
  display: inline-block;
  text-align: right;
  padding-top: 0.375rem;
}
ul.search label.s, ul.submit label.s, ul.login label.s {
  width: 2.5rem;
}
ul.search label.s2, ul.submit label.s2, ul.login label.s2 {
  width: 3.5rem;
}
ul.search label.s3, ul.submit label.s3, ul.login label.s3 {
  width: 2.5rem;
}
ul.search label.s4, ul.submit label.s4, ul.login label.s4 {
  width: 4rem;
  text-align: center;
}
ul.search label.s5, ul.submit label.s5, ul.login label.s5 {
  width: 1.8rem;
  text-align: center;
}
ul.search label.s6, ul.submit label.s6, ul.login label.s6 {
  width: 5rem;
  text-align: center;
}
ul.search label.s2, ul.search label.s3 {
  text-align: center;
}
ul.search label.m {
  width: 6.25rem;
}
ul.submit label.m, ul.login label.m {
  width: 6.25rem;
}
ul.search label.m2 {
  width: 8rem;
  height: 25px;
}
ul.search label.l {
  width: 12.5rem;
}
ul.submit label.l, ul.login label.l {
  width: 12.5rem;
}
ul.search label.l2 {
  width: 14rem;
}
ul.search input[type=text] {
  padding: 0.375rem;
}

input[type=date], input[type=password], input[type=time], input[type=color], input[type=month], input[type=tel], input[type=email], input[type=number] {
  padding: 0.375rem;
}

textarea {
  padding: 0.375rem;
}

ul.search textarea {
  padding: 0.375rem;
}
ul.submit input[type=text], ul.submit textarea {
  padding: 0.375rem;
}
ul.login input[type=text], ul.login textarea {
  padding: 0.375rem;
}
ul.search select, ul.submit select, ul.login select {
  padding: 0.375rem;
}
ul.search input[type=submit], ul.search button[type=submit], ul.search input[type=button] {
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  min-width: 7.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.search button[type=button], ul.search button[type=reset] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  width: 7.5rem;
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.submit input[type=submit] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  width: 7.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.submit button[type=submit], ul.submit button[type=reset] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  min-width: 7.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.login input[type=submit] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  width: 7.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.login button[type=button], ul.login button[type=reset] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  width: 7.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.search input[type=submit].l {
  width: 18.75rem;
}
ul.search button[type=submit].l, ul.search button[type=reset].l {
  width: 18.75rem;
}
ul.submit input[type=submit].l {
  width: 18.75rem;
}
ul.submit button[type=submit].l, ul.submit button[type=reset].l {
  width: 18.75rem;
}
ul.login input[type=submit].l {
  width: 18.75rem;
}
ul.login button[type=button].l, ul.login button[type=reset].l {
  width: 18.75rem;
}
ul.search input[type=submit].s, ul.search button[type=submit].s, ul.search input[type=button].s {
  padding: 0.3rem;
}
ul.search button[type=button].s, ul.search button[type=reset].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.submit input[type=submit].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.submit button[type=submit].s, ul.submit button[type=reset].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.login input[type=submit].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.login button[type=button].s, ul.login button[type=reset].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.search button[type=reset], ul.submit button[type=reset], ul.login button[type=reset] {
  background: #888888;
  border: 1px solid #888888;
}
ul.search input[type=submit]:hover, ul.search input[type=button]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
}
ul.search button[type=submit]:hover, ul.search button[type=button]:hover, ul.search button[type=reset]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
}
ul.submit input[type=submit]:hover {
  background: #ddcfcf;
  border: 1px solid #e2f1ff;
  color: #099d86;
  cursor: pointer;
}
ul.submit button[type=submit]:hover, ul.submit button[type=reset]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
}
ul.submit button[type=submit]:hover .material-icons.active {
  color: #099d86;
}
ul.submit button[type=reset]:hover .material-icons.active {
  color: #888888;
}
ul.login input[type=submit]:hover {
  background: #ddcfcf;
  border: 1px solid #e2f1ff;
  color: #099d86;
  cursor: pointer;
}
ul.login button[type=button]:hover, ul.login button[type=reset]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
}
ul.search button[type=reset]:hover, ul.submit button[type=reset]:hover, ul.login button[type=reset]:hover {
  color: #383838;
  border: 1px solid #888888;
}
ul.search .s, ul.submit .s, ul.login .s {
  width: 9.375rem;
}
ul.search .m, ul.submit .m, ul.login .m {
  width: 18.75rem;
}
ul.search .l, ul.submit .l, ul.login .l {
  width: 31.25rem;
}
ul.search .ll, ul.submit .ll, ul.login .ll {
  width: 37.5rem;
}
ul.search textarea.ll, ul.submit textarea.ll, ul.login textarea.ll {
  height: 6.25rem;
}
ul.search li, ul.submit li, ul.login li {
  float: left;
  display: flex;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}
ul.search li.clear, ul.submit li.clear, ul.login li.clear {
  clear: both;
}
ul.search li span.space, ul.submit li span.space, ul.login li span.space {
  padding-left: 1.25rem;
}
ul.todo li {
  float: left;
  display: flex;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  left: -10px;
}
ul.search .btn a.zip {
  display: flex;
  width: 7rem;
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
  position: relative;
  text-align: left;
  width: 5.5rem;
  height: 1.3rem;
}
ul.search .btn a.pdf {
  display: flex;
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
  position: relative;
  text-align: left;
  width: 5.5rem;
  height: 1.3rem;
}
ul.search .csv_btn label {
  display: flex;
  width: 10rem;
  padding: 5px 8px;
  color: white;
  background-color: #0d6efd;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}
ul.search .csv_btn input[type=file] {
  display: none;
}
ul.search .csv_btn2 label {
  display: flex;
  width: 11.3rem;
  padding: 5px 8px;
  color: white;
  background-color: #0d6efd;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}
ul.search .csv_btn2 input[type=file] {
  display: none;
}
ul.search .btn a.csv {
  display: flex;
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  width: 6.5rem;
  height: 2.6rem;
  top: -0.4rem;
}
ul.search .btn a.csv2 {
  left: 80px;
  display: flex;
  position: absolute;
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  margin: 0 0 0 0;
  text-align: center;
  width: 6.5rem;
  height: 2.6rem;
  top: 7rem;
}
ul.search .csv_btn3 label {
  left: 250px;
  display: flex;
  position: absolute;
  width: 10rem;
  padding: 5px 8px;
  color: white;
  background-color: #0d6efd;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}
ul.search .csv_btn3 input[type=file] {
  display: none;
}
ul.submit2 button[type=submit], ul.submit2 button[type=reset] {
  text-align: center;
  color: #fff;
  background: #32B4A0;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
  width: 2.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  border: 1px solid #32B4A0;
}
ul.submit2 button[type=submit].l, ul.submit2 button[type=reset].l {
  width: 2.5rem;
}
ul.submit2 button[type=submit].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.submit2 button[type=reset] {
  background: #888888;
  border: 1px solid #888888;
}
ul.submit2 button[type=reset].s {
  padding: 0.25rem;
  font-weight: 100;
}
ul.submit2 button[type=submit]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
}
ul.submit2 button[type=reset]:hover {
  background: #fff;
  border: 1px solid #32B4A0;
  color: #099d86;
  cursor: pointer;
  color: #383838;
  border: 1px solid #888888;
}
ul.search2 label {
  color: #099d86;
  font-size: 0.875rem;
  font-weight: bold;
  padding-right: 1.125rem;
  width: 5rem;
  display: inline-block;
  text-align: right;
  padding-top: 0.375rem;
}
ul.search2 label.m2 {
  width: 8rem;
  height: 25px;
}
ul.search2 select {
  padding: 0.375rem;
}

.radio label {
  width: inherit;
  text-align: left;
  padding-left: 1.25rem;
  margin-right: 1.125rem;
  position: relative;
}

input[type=radio] {
  position: absolute;
  left: 0;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  position: relative;
  padding-left: 2.4em;
  padding-top: 0.375rem;
  width: auto;
}
.checkbox label:hover:after {
  border: 2px solid #000;
}
.checkbox label:after, .checkbox label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.checkbox label:after {
  left: 0;
  margin-top: -0.375rem;
  width: 20px;
  height: 20px;
  border: 1px solid #767676;
  border-radius: 2px;
}
.checkbox label:before {
  left: 7px;
  margin-top: -0.125rem;
  width: 6px;
  height: 9px;
  border-right: 3px solid #32B4A0;
  border-bottom: 3px solid #32B4A0;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}

td.checkbox label {
  padding-left: 0;
  padding-top: 1rem;
  width: auto;
}
td.checkbox label:before, td.checkbox label:after {
  top: 4px;
}

ul.submit .radio label {
  margin-top: 0.75rem;
}
ul.choise .choised {
  width: 84.5%;
  padding: 5px 3px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #099d86;
  margin-left: 7.2rem;
  margin-right: auto;
}
ul.choise .choised > label {
  text-align: center;
  display: block;
}
ul.add_btn {
  right: 15px;
  top: 15px;
}
ul.add_btn .btn a.add {
  line-height: 1.5;
  width: 3.75rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 0rem 0;
  position: relative;
  text-align: left;
}
ul.add_btn .btn a.add.l, ul.add_btn .btn a.add.m {
  width: 7.5rem;
}
ul.add_btn .btn a.add:before {
  font-family: "Material Symbols Outlined";
  font-size: 1.25rem;
  position: absolute;
  top: 5px;
  left: 14px;
  font-weight: 100;
  content: "\e145";
  font-weight: 300;
}
ul.add_btn2 .btn a.add {
  line-height: 1.5;
  width: 3.75rem;
  padding-top: 0.35rem;
  padding-right: 0.5rem;
  padding-bottom: 0.35rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 0rem 0;
  position: relative;
  text-align: left;
}
ul.add_btn2 .btn a.add:before {
  font-family: "Material Symbols Outlined";
  font-size: 1.25rem;
  position: absolute;
  top: 1px;
  left: 14px;
  font-weight: 100;
  content: "\e145";
  font-weight: 300;
}
ul.xls_btn .btn a {
  display: block;
  background: #70f150;
  color: #ffffff;
  border: 1px solid #32B4A0;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
}
ul.xls_btn .btn a.xls {
  display: flex;
  width: 7.5rem;
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 1rem 0;
  position: relative;
  text-align: center;
}
ul.xls_btn .btn a:hover {
  color: #ddcfcf;
  background: #32B4A0;
}
ul.xls_btn .btn span.m {
  font-weight: bold;
  margin-top: 0.2rem;
  padding-left: 0.5rem;
}
ul.search a.zip {
  font-weight: bold;
  color: #ffffff;
  height: 32px;
  width: 7.85rem;
  display: block;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  background: #70f150;
  border: 1px solid #70f150;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border-radius: 100vh;
}
ul.search a.zip:hover {
  color: #ddcfcf;
  background: #32B4A0;
}
ul.search .xls_btn label {
  height: 32px;
  width: 12rem;
  display: flex;
  padding-left: 0.8rem;
  padding-top: 0.5rem;
  color: white;
  background-color: #0d6efd;
  border-radius: 18px;
  cursor: pointer;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
ul.search .xls_btn div:hover {
  color: #0d6efd;
  background: #ddcfcf;
}
ul.search .xls_btn input[type=file] {
  display: none;
}
ul.search .xls_btn span.l {
  font-weight: bold;
  margin-top: 0.4rem;
}
ul.search .xls_btn.xls_btn_outline label {
  border: 1px solid #32B4A0;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  height: 33.59px;
  line-height: inherit;
  padding: 0;
}
ul.search .xls_btn.xls_btn_outline label span {
  padding: 0.35rem;
  margin: 0;
  color: #32B4A0;
}
ul.search .xls_btn.xls_btn_outline label span:first-child {
  padding-left: 1rem;
}
ul.search .xls_btn.xls_btn_outline label span:last-child {
  line-height: 1.7;
}
ul.search .xls_btn.xls_btn_outline label:hover {
  border: 1px solid #32B4A0;
  background: #32B4A0;
}
ul.search .xls_btn.xls_btn_outline label:hover span {
  color: #fff;
}
ul.reset_btn {
  right: 15px;
  top: 15px;
  padding-top: 0.75rem;
}
ul.reset_btn .btn a.reset {
  width: 10rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 0 1rem 0;
  text-align: center;
}

.toggle-radio .toggle + label {
  background: #d7d7d7 !important;
  border-radius: 3px;
  color: #888888 !important;
  cursor: pointer;
}

.toggle-radio .toggle:checked + label {
  background: #32B4A0 !important;
  color: #fff !important;
}

.table01 table select {
  border: none;
  padding: 0.3125rem;
  background: none;
}

.results .table01 table {
  width: 100%;
}

li.list {
  cursor: hand;
  cursor: pointer;
}

/*---------------------------------------
モーダルウィンドウ
--------------------------------------- */
/* ログインパスワード変更モーダル */
#password_dialog .modal-content {
  height: auto;
}
#password_dialog .modal-content .in {
  height: auto;
}
#password_dialog .modal-content .in #level {
  padding-left: 13.625rem;
  text-align: left;
  color: #191919;
}
#password_dialog .modal-content .in .submit li {
  width: 200px;
  padding-left: 7.625rem;
}

.modal-dialog {
  height: 100%;
  margin: 0 auto;
}
.modal-dialog .modal-content {
  height: auto;
  width: 50%;
  max-width: 1200px;
  min-width: 600px;
  font-size: 0.875rem;
}
.modal-dialog .modal-content .title {
  height: 40px;
  background: #32B4A0;
}
.modal-dialog .modal-content .title h1 {
  line-height: 40px;
  font-size: 0.875rem;
}
.modal-dialog .modal-content .modal-body {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
}
.modal-dialog .modal-content .modal-body .form-row {
  margin-left: 0;
  margin-right: 0;
  gap: 0.8rem;
}
.modal-dialog .modal-content .modal-footer {
  border: none;
  padding-top: 0;
}
.modal-dialog .modal-content .modal-footer .btn {
  margin-top: 0;
  margin-right: 0.25rem;
}
.modal-dialog .modal-content .modal-footer .btn:last-child {
  margin-right: 0;
}
.modal-dialog .modal-content .modal-footer > * {
  margin: 0;
  font-family: inherit;
}

#message .modal-dialog {
  height: 100%;
  margin-top: 0;
}
#message .modal-dialog .modal-content {
  height: auto;
  width: 70%;
  max-width: 700px;
  font-size: 0.875rem;
}
#message .modal-dialog .modal-content .title {
  height: 40px;
  background: #888888;
}
#message .modal-dialog .modal-content .title h1 {
  line-height: 40px;
  font-size: 0.875rem;
}

.modal.js-modal.password .modal-content {
  width: 50%;
  min-width: 710px;
  min-height: 60%;
  min-height: 460px;
}
.modal.js-modal.todolist .modal-content {
  width: 70%;
  min-width: 710px;
  height: 60%;
  min-height: 420px;
}
.modal.js-modal.todolist .modal-content .add {
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
}
.modal.js-modal.todolist .modal-content .box_in.no_header {
  padding-bottom: 0;
}
.modal.js-modal.todolist .modal-content .box_in.no_header label {
  width: auto;
  padding-left: 1rem;
}
.modal.js-modal.todolist .modal-content .box_in.no_header label.todo_l_label {
  width: 5.4rem;
  padding-left: 0;
}
.modal.js-modal.todolist .modal-content .modal-footer button {
  width: 8rem;
}
.modal.js-modal.todolist .modal-content .modal-footer .btn-outline-danger {
  margin-right: 0.8rem;
}
.modal.js-modal.agreement div[role] {
  height: 100%;
}
.modal.js-modal.agreement .modal-content {
  width: 75%;
  min-width: 710px;
  height: 80%;
}

/*利用規約*/
#agreement_dialog .accept_btn {
  background: #ebebeb;
}
#agreement_dialog .modal-footer {
  background: #ebebeb;
  padding: 0;
}
#agreement_dialog .modal-footer button {
  margin-right: 1rem;
}
#agreement_dialog footer.proj_f {
  height: auto;
  padding: 0.25rem 1rem;
  font-size: 0.7rem;
  position: relative;
  color: #fff;
  text-align: left;
  margin-top: 0.5rem;
}

/* トップ住民情報詳細モーダル */
.resident_detail .detailtable table {
  width: 100%;
  background: #fff;
}
.resident_detail .detailtable table tr {
  border-bottom: 1px solid #d7d7d7;
}
.resident_detail .detailtable table tr:last-child {
  border-bottom: none;
}
.resident_detail .detailtable table td {
  height: 3.125rem;
  vertical-align: middle;
}
.resident_detail .detailtable table td span {
  display: block;
  float: left;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.resident_detail .detailtable table td span:first-child {
  font-size: 0.75rem;
  color: #099d86;
  font-weight: bold;
  width: 4em;
}
.resident_detail .detailtable table td span:last-child {
  text-align: left;
}
.resident_detail .detailtable table tr:first-child td {
  padding-top: 0;
}
.resident_detail .detailtable table tr:first-child td span {
  margin-top: 0;
}
.resident_detail .table01 table {
  width: 60%;
}

/* トップ受給資格情報 */
.main_info .right .table01 table {
  width: 100%;
}
.main_info .right .table01 table td {
  text-align: center;
}
.main_info .right .table01 table td:nth-child(2), .main_info .right .table01 table td:nth-child(3) {
  text-align: left;
}
.main_info .right .table01 table th:nth-child(1) {
  width: 6%;
}
.main_info .right .table01 table th:nth-child(2), .main_info .right .table01 table th:nth-child(3) {
  width: 20%;
}
.main_info .right .table01 table th:nth-child(4), .main_info .right .table01 table th:nth-child(5) {
  width: 14%;
}
.main_info .right .table01 table th:nth-child(6) {
  width: 12%;
}

/* トップ同一世帯 */
.main_info04.table01 table {
  width: 100%;
}
.main_info04.table01 table td {
  text-align: center;
}

/* トップモーダル個人検索、世帯検索 */
.main_search01 .results table th:nth-child(1), .main_search01 .results table th:nth-child(2), .main_search01 .results table th:nth-child(3), .main_search01 .results table th:nth-child(4), .main_search01 .results table th:nth-child(6), .main_search01 .results table th:nth-child(7) {
  width: 10%;
}

.main_search02 .results table th:nth-child(1), .main_search02 .results table th:nth-child(2), .main_search02 .results table th:nth-child(3), .main_search02 .results table th:nth-child(4), .main_search02 .results table th:nth-child(6), .main_search02 .results table th:nth-child(7) {
  width: 10%;
}

.main_search01 .results table th:nth-child(5), .main_search02 .results table th:nth-child(5) {
  width: 34%;
}

.main_search01 .results table td:nth-child(1), .main_search01 .results table td:nth-child(2), .main_search01 .results table td:nth-child(3), .main_search01 .results table td:nth-child(4), .main_search01 .results table td:nth-child(6), .main_search01 .results table td:nth-child(7) {
  text-align: center;
}

.main_search02 .results table td:nth-child(1), .main_search02 .results table td:nth-child(2), .main_search02 .results table td:nth-child(3), .main_search02 .results table td:nth-child(4), .main_search02 .results table td:nth-child(6), .main_search02 .results table td:nth-child(7) {
  text-align: center;
}

/* トップモーダルメモ */
.main_memo .results table th:nth-child(1) {
  width: 25%;
}
.main_memo .results table th:nth-child(2) {
  width: 35%;
}
.main_memo .results table th:nth-child(3), .main_memo .results table th:nth-child(4), .main_memo .results table th:nth-child(5) {
  width: 10%;
}
.main_memo .results table td:nth-child(3), .main_memo .results table td:nth-child(4), .main_memo .results table td:nth-child(5) {
  text-align: center;
}

/* トップモーダルファイルアップロード */
.main_files table {
  width: 100%;
}
.main_files table th:nth-child(1) {
  width: 30%;
}
.main_files table th:nth-child(2), .main_files table th:nth-child(3), .main_files table th:nth-child(4) {
  width: 10%;
}
.main_files table th:nth-child(5), .main_files table th:nth-child(6) {
  width: 12%;
}
.main_files table td:nth-child(2), .main_files table td:nth-child(3), .main_files table td:nth-child(4), .main_files table td:nth-child(5), .main_files table td:nth-child(6) {
  text-align: center;
}

/* トップ特記事項 */
.main_info05 .table01 table {
  width: 100%;
}
.main_info05 .table01 table th:last-child {
  width: 30%;
}
.main_info05 .table01 table td:last-child {
  text-align: center;
}

/*トップライフイベントモーダル*/
.event_select ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5rem;
  padding-left: 1.125rem;
}
.event_select ul li {
  width: 7.75rem;
  margin-bottom: 0.9375rem;
}
.event_select ul label input {
  display: none;
}
.event_select ul label span {
  cursor: pointer;
  color: #099d86;
  font-size: 0.8125rem;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  border: 1px solid #099d86;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: block;
  width: 80%;
  text-align: center;
  line-height: 2rem;
}
.event_select ul label span.s {
  font-size: 0.6875rem;
}
.event_select ul label input:checked + span {
  color: #fff;
  background: #099d86;
}

/* トップモーダル特記事項 */
.main_tokki .results table {
  width: 100%;
}
.main_tokki .results table th:nth-child(2), .main_tokki .results table th:nth-child(3), .main_tokki .results table th:nth-child(4), .main_tokki .results table th:nth-child(5) {
  width: 12%;
}
.main_tokki .results table td:nth-child(2), .main_tokki .results table td:nth-child(3), .main_tokki .results table td:nth-child(4), .main_tokki .results table td:nth-child(5) {
  text-align: center;
}

/* トップモーダルライフイベント */
.main_event .list01 .table01, .main_event .list02 .table01 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.main_event .list01 .table01 table, .main_event .list02 .table01 table {
  width: 100%;
}
.main_event .list01 .table01 table td, .main_event .list01 .table01 table th {
  padding: 0.75rem;
}
.main_event .list02 .table01 table td, .main_event .list02 .table01 table th {
  padding: 0.75rem;
}
.main_event .list01 .table01 table th {
  width: 12em;
}
.main_event .list02 .table01 table {
  width: 60%;
}
.main_event .list02 .table01 table th {
  width: 12em;
  width: inherit;
}
.main_event .list02 .table01 table th:first-child {
  width: 12em;
}

/* 部管理 */
.table01.department table {
  width: 80%;
}
.table01.department td {
  text-align: center;
}

/* 事業検索モーダル */
.project_search .list02 .table01 table {
  width: 80%;
}

/* システム連携 */
.table01.system_cooperation table {
  width: 80%;
}
.table01.system_cooperation td {
  text-align: center;
}
.table01.system_cooperation td:first-child {
  text-align: left;
}
.table01.system_cooperation th {
  width: 13%;
}
.table01.system_cooperation th:first-child {
  width: 21%;
}
.table01.project_link table {
  width: 80%;
}
.table01.project_link table td {
  text-align: center;
}
.table01.project_link table th {
  width: 12%;
}
.table01.project_link table th:nth-child(2) {
  width: 48%;
}
.table01.project_event table {
  width: 50%;
}
.table01.project_event table td {
  text-align: center;
}
.table01.project_event table th:first-child {
  width: 80%;
}
.table01.project_event table th:nth-child(2) {
  width: 20%;
}

/* 連携項目管理 */
/* 事業ライフイベント管理 */
/* 機能権限セット管理 */
.authority_set_function .table01 table {
  width: 40%;
}
.authority_set_function .table01 table td {
  text-align: center;
}

/* 世帯一覧表示権限セット管理 */
.authority_set_family_display .table01.list01 table {
  width: 40%;
}
.authority_set_family_display .table01.list01 table th:last-child {
  width: 12%;
}
.authority_set_family_display .table01.list01 table td:last-child {
  text-align: center;
}

.checkbox_table {
  text-align: center;
  width: 40%;
}
.checkbox_table th:first-child {
  width: 12%;
}
.checkbox_table td {
  height: 1.375rem;
  vertical-align: middle;
}
.checkbox_table td:last-child {
  text-align: left;
}

/*---------------------------------------
add
--------------------------------------- */
/*common*/
.ml5rem2 {
  margin-left: calc(6.25rem + 15px);
}

.table01 table.w_100 {
  width: 100%;
}

.tblship {
  margin-left: 10rem;
}

table.all_c {
  text-align: center;
}

.xscroll {
  overflow-x: scroll;
}

/* スクロールテーブル */
.t_scroll {
  max-height: 50vh;
  overflow-y: auto;
  position: relative;
}
.t_scroll thead th {
  position: sticky;
  top: -1px;
}

.t_scroll2 {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: scroll;
  position: relative;
}
.t_scroll2 thead th {
  position: sticky;
  top: -1px;
}

.t_scroll2_wrapper {
  position: relative;
}
.t_scroll2_wrapper:before {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2rem;
  content: "\e8d4";
  position: absolute;
  top: -2.5rem;
  right: 8rem;
  color: #888888;
  animation: blink 0.5s ease-in-out 2 alternate;
}
.t_scroll2_wrapper:after {
  content: "左右スクロール";
  position: absolute;
  top: -2.5rem;
  right: 0.5rem;
  width: 7rem;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #888888;
  animation: blink 0.5s ease-in-out 2 alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainte_sticly thead th {
  white-space: nowrap;
}
.mainte_sticly thead tr:nth-child(1) th {
  top: 0;
}
.mainte_sticly thead tr:nth-child(2) th {
  top: 52px;
}

/* 追加・削除テーブル */
.add_remove {
  width: 85%;
  min-height: 140px;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  margin-bottom: 30px;
}
.add_remove .l_table table, .add_remove .r_table table {
  width: 100%;
  text-align: center;
}
.add_remove .c_btn {
  position: relative;
}
.add_remove .c_btn .submit {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.add_remove .c_btn .submit li {
  margin: 0 0 10px 0;
}

.add_remove2 {
  width: 85%;
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  margin-bottom: 30px;
}
.add_remove2 .c_btn {
  position: relative;
}
.add_remove2 .c_btn .submit {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15%;
  top: 80%;
  transform: translate(-50%, -50%);
}
.add_remove2 .c_btn .submit li {
  margin: 0 0 10px 0;
}
.add_remove2 .c_btn2 {
  width: 25%;
  position: relative;
}
.add_remove2 .c_btn2 .submit2 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 7%;
  top: 75%;
  width: 15%;
  transform: translate(-50%, -50%);
}
.add_remove2 .c_btn2 .submit2 li {
  margin: 0 0 10px 0;
}
.add_remove2 .l_table2 {
  left: -115px;
  width: 400px;
}
.add_remove2 .l_table2 table {
  width: 100%;
  text-align: center;
}
.add_remove2 .r_table2 {
  width: 350px;
}
.add_remove2 .r_table2 table {
  width: 100%;
  text-align: center;
}

.add_remove2.add_remove2_modification {
  width: 95%;
  min-height: 200px;
  margin: 0 auto 30px auto;
  grid-template-columns: 0.5fr 3.5fr 8rem 3fr;
}
.add_remove2.add_remove2_modification .c_btn2 {
  width: 100%;
}
.add_remove2.add_remove2_modification .c_btn2 ul {
  width: 100%;
  top: 50%;
  left: 50%;
}
.add_remove2.add_remove2_modification .l_table2 {
  left: 0;
  width: 100%;
  padding-top: 51px;
}
.add_remove2.add_remove2_modification .c_btn .submit {
  left: 50%;
  top: 50%;
}
.add_remove2.add_remove2_modification .c_btn .submit li button {
  min-width: 6rem;
}
.add_remove2.add_remove2_modification .r_table2 {
  width: 100%;
}

/* layout.html */
main.layout label.l {
  width: 10rem;
}

/* メニュー */
html, body {
  height: 100%;
}

#wrap {
  min-height: calc(100% - 60px);
}

.sub_header {
  width: 95%;
  margin: 0 auto 30px auto;
  padding-bottom: 1rem;
}
.sub_header .sub_header_in {
  padding: 1rem 1rem 2.5rem 1rem;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 3rem;
  position: relative;
}
.sub_header .sub_header_in.alarm {
  display: block;
}
.sub_header .sub_header_in .alert {
  background: #f5f5f5;
  padding: 0.875rem;
}
.sub_header .sub_header_in .alert li {
  position: relative;
  padding-left: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  line-height: 1.6rem;
}
.sub_header .sub_header_in .alert li:last-child {
  margin-bottom: 0;
}
.sub_header .sub_header_in .alert li:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0rem;
  top: 0.1rem;
  font-weight: 300;
  font-size: 1rem;
  content: "\e645";
  background: #FFEB66;
  border-radius: 50%;
  text-align: center;
  width: 1.4rem;
  height: 1.4rem;
  color: #2c2c2c;
}
.sub_header .sub_header_in.alarm ul.alert {
  background: #ffe6e6;
}
.sub_header .sub_header_in.alarm ul.alert li:before {
  content: "\e645";
  background: #db4d4d;
  color: #fff;
}
.sub_header .sub_header_in .release {
  width: 100%;
}
.sub_header .sub_header_in .release .news {
  margin: 0;
  overflow-y: scroll;
  height: 4rem;
  width: 100%;
}
.sub_header .sub_header_in .release .news li {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 8rem 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sub_header .sub_header_in .release .news li .date {
  display: block;
  color: #6B6B6B;
}
.sub_header .sub_header_in .release .news li .text .news_icon {
  margin: 0 0.8rem 0 0;
  font-size: 0.7rem;
  text-align: center;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
}
.sub_header .sub_header_in .release .news li .text .news_icon01 {
  background: #FF648E;
  color: #fff;
}
.sub_header .sub_header_in .release .news li:last-child {
  margin-bottom: 0;
}
.sub_header .sub_header_in .release .newsrs {
  position: relative;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  font-size: 1.1rem;
  padding-left: 1.6rem;
}
.sub_header .sub_header_in .release .newsrs:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0rem;
  top: 0.1rem;
  font-weight: 300;
  font-size: 1.1rem;
  content: "\eb81";
  color: #099d86;
}
.sub_header .sub_header_in .todo {
  position: absolute;
  width: auto;
  left: 420px;
  bottom: 0;
}
.sub_header .sub_header_in .todo .todobtn {
  text-align: center;
  margin-bottom: 0;
}
.sub_header .sub_header_in .todo .todobtn a.todo_a {
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  margin: 0 auto;
  position: relative;
  width: auto;
  line-height: 1rem;
  display: block;
}

.el_heading_alarm {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  color: #191919;
  margin-bottom: 1rem;
}
.el_heading_alarm:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0rem;
  top: 0rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: #db4d4d;
  content: "\ebe9";
}

.main_menu {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.main_menu .menu_box {
  padding: 1.875rem;
}

.menu_box:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.menu_box:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.menu_box:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.menu_box:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.menu_box:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

.menu_item h2 {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  color: #191919;
  margin-bottom: 1rem;
}
.menu_item h2:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0rem;
  top: 0rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: #32B4A0;
}
.menu_item h2.haisya:before {
  content: "\f191";
}
.menu_item h2.joumuin:before {
  content: "\e7fd";
}
.menu_item h2.syaryou:before {
  content: "\e558";
}
.menu_item h2.kousokujikan:before {
  content: "\e8b5";
}
.menu_item h2.master:before {
  content: "\e8b8";
}
.menu_item h2.gaiburenkei:before {
  content: "\f1b7";
}
.menu_item ul {
  margin-left: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}

.menu_box:nth-child(5) ul {
  grid-template-columns: repeat(4, 1fr) !important;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.menu_item li a {
  display: block;
  padding: 0.8rem;
  border: 1px solid #32B4A0;
  font-size: 1.2rem;
  border-radius: 4px;
  background: #fff;
  transition: background-color 0.5s linear;
  box-shadow: 3px 3px 1px #eee;
}
.menu_item li a:hover {
  background: #32B4A0;
  color: #fff;
  transition: background-color 0.1s linear;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.8rem;
  min-height: 5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem 1rem 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 5.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
		.modal-content {
			max-height: calc(100vh - 3.5rem);
		}
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
		&::before {
			height: calc(100vh - 3.5rem);
			height: -webkit-min-content;
			height: -moz-min-content;
			height: min-content;
		}
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}*/
.btn-outline-danger {
  background: #fff;
  border: 1px solid #888888;
  color: #888888;
  border: 1px solid #888888;
  box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(43, 42, 40, 0.1);
}
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #888888;
  border: 1px solid #888888;
}
.btn-outline-danger:active {
  background-color: #d7d7d7 !important;
  border: 1px solid #888888 !important;
  color: #383838 !important;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #383838;
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/*
.btn-primary {
	color: #fff;
	background-color: $color_green;
	border-color: $color_green;
	@include shadow;
	&:hover {
		color: #fff;
		background-color: $color_green;
		border-color: $color_green;
	}
	&:focus, &.focus {
		color: #fff;
		background-color: $color_green;
		border-color: $color_green;
	}
	&.disabled, &:disabled {
		color: #fff;
		background-color: $color_green;
		border-color: $color_green;
	}
	&:not(:disabled):not(.disabled) {
		&:active, &.active {
			color: #fff;
			background-color: $color_green;
			border-color: $color_green;
		}
	}
}*/
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #32B4A0;
  border-color: #32B4A0;
}

.btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  padding: 0.3rem 1rem !important;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.el_a_btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.el_a_btn.el_a_btn_bg__green {
  background: #099d86;
  color: #fff;
}

.el_left_btn {
  float: left;
  margin-right: 0.8rem;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.badge {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  display: inline-block;
  font-size: 0.6rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.3rem;
  line-height: 1.3rem;
  height: 1.3rem;
  min-width: 1.3rem;
  padding: 0 0.6em;
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding: 0;
}

.badge_required {
  line-height: 0.7rem;
  margin: 0 0.3rem 0 0.2rem;
  height: inherit;
  padding: 2px 5px;
}

.badge-primary {
  color: #fff;
  background-color: #32B4A0;
}

a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #ebebeb;
  background-color: #888888;
}

a.badge-secondary:hover {
  color: #fff;
  background-color: #888888;
}

.badge-success {
  color: #fff;
  background-color: #45aa3a;
}

a.badge-success:hover {
  color: #fff;
  background-color: #45aa3a;
}

.badge-info {
  color: #fff;
  background-color: #79b1d3;
}

a.badge-info:hover {
  color: #fff;
  background-color: #79b1d3;
}

.badge-warning {
  color: #fff;
  background-color: #e0b500;
}

a.badge-warning:hover {
  color: #fff;
  background-color: #e0b500;
}

.badge-danger {
  color: #fff;
  background-color: #d34a4a;
}

a.badge-danger:hover {
  color: #fff;
  background-color: #d34a4a;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.table_border {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  font-weight: 700;
  font-size: 0.8rem !important;
}

.user_comfirm_ok {
  font-size: 0.7rem;
}

.inner_attr_horizon {
  display: block;
  margin: 0 auto;
}

.ui-widget {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
}

.bl_pltTemplate_wrapper li {
  padding: calc(0.4rem + 2px);
  box-sizing: border-box;
}

.bl_pltTemplate_btn {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.2rem;
}

.bl_pltTemplate_wrapper li.el_pltTamplate_select {
  padding: 0.4rem;
  border: 2px solid #32B4A0;
}

/*
* Matriel Icon
*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-icons.lg {
  font-size: 36px;
}
.material-icons.le {
  font-size: 1.5rem;
  vertical-align: -6px;
}
.material-icons.lv {
  font-size: 1.5rem;
}
.material-icons.active {
  color: rgb(255, 255, 255);
}
.material-icons.inactive {
  color: rgba(255, 255, 255, 0.3);
}
.material-icons.selected {
  color: rgb(255, 166, 166);
}

/* --- drag & dropの属性（枠線・背景・文字色） --- */
.outer_attr_table {
  margin: -1px 0px 0px 0px;
  /* 枠線描画のマージン(上右下左) */
  border: 2px solid;
  /* 枠線の種類 */
  border-color: #FFFFFF;
  /* 枠線色　*/
  color: #000000;
  /* 文字色 */
  /*width         : 40px; 2023.01 tsm
   height        : 105%;
   */
  width: 100%;
  display: flex;
  align-items: center;
  /* 2023.01 tsm */
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.outer_attr_table.car {
  height: 78px;
}
.outer_attr_table.route {
  height: 88px;
}
.outer_attr_table.crow {
  height: 105px;
}

/* --- drag & dropの属性（枠線・背景・文字色） --- */
.outer_attr_table_horizon {
  margin: 0 auto;
  /* 枠線描画のマージン(上右下左) */
  border: 1px solid;
  /* 枠線の種類 */
  border-color: #FFFFFF;
  /* 枠線色　*/
  color: #000000;
  /* 文字色 */
  /* height: 29px;*/
  height: 90%;
  /* 枠線の高さ */
  align-items: center;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  /* 縦位置中央 */
}
.outer_attr_table_horizon.board {
  margin: 1px 0px -5px 1px;
  height: 30px;
  border-collapse: collapse;
  table-layout: fixed;
  vertical-align: middle;
  /* 縦位置中央 */
  display: table-cell;
  /* 三点リーダの指定 */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outer_attr_table_horizon.table3.route1.route, .outer_attr_table_horizon.table3.route1.car {
  width: 87px;
}
.outer_attr_table_horizon.table3.route1.crew {
  width: 105px;
}
.outer_attr_table_horizon.table3.route3.route, .outer_attr_table_horizon.table3.route3.car {
  width: 80px;
}
.outer_attr_table_horizon.table3.route3.crew {
  width: 97px;
}
.outer_attr_table_horizon.table2.route, .outer_attr_table_horizon.table2.car {
  margin: 0px 0px 0px 2px;
  width: 77px;
}
.outer_attr_table_horizon.table2.crew {
  margin: 0px 0px 0px 2px;
  width: 92px;
}
.outer_attr_table_horizon.table3.route9.route, .outer_attr_table_horizon.table3.route9.car {
  width: 44px;
}
.outer_attr_table_horizon.table3.route9.crew {
  width: 55px;
}
.outer_attr_table_horizon.table3.route3nc.route {
  width: 104px;
  font-size: 10pt;
}
.outer_attr_table_horizon.table3.route3nc.car {
  width: 42px;
}
.outer_attr_table_horizon.table3.route3nc.crew {
  width: 85px;
}
.outer_attr_table_horizon.board .routenc {
  font-size: 10pt;
}
.outer_attr_table_horizon.table4.route3.route {
  width: 62px;
}
.outer_attr_table_horizon.table4.route3.car {
  width: 44px;
}
.outer_attr_table_horizon.table4.route3.crew {
  width: 54px;
}
.outer_attr_table_horizon.table3.route5.route {
  width: 77px;
  font-size: 10pt;
}
.outer_attr_table_horizon.table3.route5.car {
  width: 43px;
}
.outer_attr_table_horizon.table3.route5.crew {
  width: 65px;
  font-size: 10pt;
}
.outer_attr_table_horizon.table3.route1jl.route {
  width: 131px;
}
.outer_attr_table_horizon.table3.route1jl.car {
  width: 64px;
}
.outer_attr_table_horizon.table3.route1jl.crew {
  width: 105px;
}
.outer_attr_table_horizon.table2.route5.route {
  margin: 0px 0px 0px 2px;
  width: 130px;
}
.outer_attr_table_horizon.table2.route5.car {
  margin: 0px 0px 0px 2px;
  width: 48px;
}
.outer_attr_table_horizon.table2.route5.crew {
  margin: 0px 0px 0px 2px;
  width: 97px;
}
.outer_attr_table_horizon.table6.route1.route {
  width: 56px;
}
.outer_attr_table_horizon.table6.route1.car {
  width: 42px;
}
.outer_attr_table_horizon.table6.route1.crew {
  width: 64px;
}
.outer_attr_table_horizon.time {
  margin: 0 auto;
  height: 100%;
}

span .route {
  display: inline-block;
}
span.crew, span.car, span.bottom, span.route {
  margin: auto;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  span.crew{
	height        : 29px; 
	width: 100%;
	vertical-align: middle;
	display:table-cell;
  }
  .inner_attr_horizon {
	width: 100%;
	height        : 29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }*/
/*プレート*/
.outer_attr_table_horizon {
  width: 96% !important;
}

.el_mg {
  background: #f7f7f7;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 3px;
}

.el_mg_bg__lightWhite {
  background: #fdfdfd;
}

.el_mg_bg__lightPink {
  background: #ffd2d2;
}

.el_mg_bg__lightBlue {
  background: #d4ebff;
}

.el_mg_bg__lightGreen {
  background: #daffc5;
}

.el_mg_bg__lightYellow {
  background: #fff7d7;
}

.el_mg_bg__lightOrange {
  background: #ffe2bb;
}

.el_mg_bg__lightPurple {
  background: #e5d4ff;
}

.el_mg_bg__lightRed {
  background: #e87c7c;
}

.el_mg_bg__lightGray {
  background: #eeeeee;
}

.el_mg_bg__midWhite {
  background: #fafafa;
}

.el_mg_bg__midPink {
  background: #ea8383;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(211, 99, 99, 0.8);
}

.el_mg_bg__midBlue {
  background: #79b1d3;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(79, 109, 193, 0.8);
}

.el_mg_bg__midGreen {
  background: #90d166;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(69, 170, 58, 0.8);
}

.el_mg_bg__midYellow {
  background: #e0b500;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(214, 173, 0, 0.8);
}

.el_mg_bg__midOrange {
  background: #dd9743;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(193, 94, 5, 0.8);
}

.el_mg_bg__midPurple {
  background: #9f7fdd;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(145, 6, 191, 0.8);
}

.el_mg_bg__midRed {
  background: #d34a4a;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(168, 59, 59, 0.8);
}

.el_mg_bg__midGray {
  background: #bfbfbf;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(147, 147, 147, 0.8);
}

[class*=el_mg_bg__dark] {
  color: #fff;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.el_mg_bg__darkWhite {
  color: #191919;
}

.el_mg_bg__darkPink {
  background: #d36363;
}

.el_mg_bg__darkBlue {
  background: #4f6dc1;
}

.el_mg_bg__darkGreen {
  background: #45aa3a;
}

.el_mg_bg__darkYellow {
  background: #d6ad00;
}

.el_mg_bg__darkOrange {
  background: #c15e05;
}

.el_mg_bg__darkPurple {
  background: #9106bf;
}

.el_mg_bg__darkRed {
  background: #a83b3b;
}

.el_mg_bg__darkGray {
  background: #939393;
}

.el_mg_bdr__midWhite {
  border: 1px solid #bcbcbc;
}

.el_mg_bdr__midPink {
  background: #ea8383;
  border: 1px solid #ea8383;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(211, 99, 99, 0.8);
}

.el_mg_bdr__midBlue {
  background: #79b1d3;
  border: 1px solid #5093ad;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(79, 109, 193, 0.8);
}

.el_mg_bdr__midGreen {
  background: #90d166;
  border: 1px solid #7abc50;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(69, 170, 58, 0.8);
}

.el_mg_bdr__midYellow {
  background: #e0b500;
  border: 1px solid #bf9b02;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(214, 173, 0, 0.8);
}

.el_mg_bdr__midOrange {
  background: #dd9743;
  border: 1px solid #c47b2c;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(193, 94, 5, 0.8);
}

.el_mg_bdr__midPurple {
  background: #9f7fdd;
  border: 1px solid #795bc4;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(145, 6, 191, 0.8);
}

.el_mg_bdr__midRed {
  background: #d34a4a;
  border: 1px solid #b73737;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(168, 59, 59, 0.8);
}

.el_mg_bdr__midGray {
  background: #bfbfbf;
  border: 1px solid #fff;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(147, 147, 147, 0.8);
}

.el_mg_bdr__lightWhite {
  border: 1px solid #cccccc;
}

.el_mg_bdr__lightPink {
  border: 1px solid #eab9b9;
  background: #ffebeb;
}

.el_mg_bdr__lightBlue {
  border: 1px solid #9cbfd8;
  background: #eef7ff;
}

.el_mg_bdr__lightGreen {
  border: 1px solid #abcca8;
  background: #e8ffe6;
}

.el_mg_bdr__lightYellow {
  border: 1px solid #dbd691;
  background: #ffffde;
}

.el_mg_bdr__lightOrange {
  border: 1px solid #e2c493;
  background: #fff4de;
}

.el_mg_bdr__lightPurple {
  border: 1px solid #cdb6dd;
  background: #faeeff;
}

.el_mg_bdr__lightRed {
  border: 1px solid #d89393;
  background: #ffdcdc;
}

.el_mg_bdr__lightGray {
  border: 1px solid #cccccc;
  background: #efefef;
}

[class*=el_mg_bdr__dark] {
  color: #fff;
}

.el_mg_bdr__darkWhite {
  color: #191919;
  border: 2px solid #cccccc;
}

.el_mg_bdr__darkPink {
  border: 2px solid #f9bdbd;
  background: #d36363;
}

.el_mg_bdr__darkBlue {
  border: 2px solid #b7c7e2;
  background: #4f6dc1;
}

.el_mg_bdr__darkGreen {
  border: 2px solid #b6ddaf;
  background: #45aa3a;
}

.el_mg_bdr__darkYellow {
  border: 2px solid #e8d995;
  background: #d6ad00;
}

.el_mg_bdr__darkOrange {
  border: 2px solid #ddba9e;
  background: #c15e05;
}

.el_mg_bdr__darkPurple {
  border: 2px solid #bf9bce;
  background: #9106bf;
}

.el_mg_bdr__darkRed {
  border: 2px solid #e87c7c;
  background: #a83b3b;
}

.el_mg_bdr__darkGray {
  border: 2px solid #d6d6d6;
  background: #939393;
}

.el_mg_bg__black {
  background: #161616;
  color: #ffffff;
  border: 2px solid #ff0000;
}

.el_crew_hl_lightPink {
  background: #ffd2d2;
  line-height: 1.2;
}

.el_crew_hl_lightBlue {
  background: #d4ebff;
  line-height: 1.2;
}

.el_crew_hl_lightGreen {
  background: #daffc5;
  line-height: 1.2;
}

.inner_attr_horizon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.inner_attr_horizon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem !important;
  width: 100%;
  text-align: center;
}
.inner_attr_horizon span.route {
  font-size: 0.7rem !important;
}

.options_area .options_select.h td span.crew, .options_area .options_select.h td span.number, .options_area .options_select.h td span.route {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  font-weight: bold;
}
.options_area span.route {
  white-space: inherit;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 15pt;
  background: #32B4A0;
}
footer ul {
  margin: 0.2rem 0 1rem auto;
  width: 100%;
  display: table;
  grid-template-columns: 1fr, 1fr;
}

footer.corp_f {
  line-height: auto !important;
  margin: 0 !important;
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  padding: 5px 1rem;
  box-sizing: border-box;
}

span.proj {
  display: table-cell;
  text-align: right;
  /*右寄せ*/
  color: #FFFFFF;
  width: 10%;
  font-size: 0.9rem;
}
span.corp {
  display: table-cell;
  text-align: right;
  /*右寄せ*/
  color: #FFFFFF;
  width: 90%;
  font-size: 0.9rem;
}

#privacy-policy {
  height: 80%;
  overflow-y: scroll;
  padding: 3rem 2rem 2.5rem 1rem;
}
#privacy-policy p {
  line-height: 1.75;
}

#policy-checkbox {
  margin: 20px 20px 20px 40px;
  transform: scale(2);
}

.policy-accept {
  font-size: 20px;
}

p.tradiss {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
p.com {
  font-size: 1rem;
  text-align: right;
}
p.chapter {
  font-size: 1rem;
  text-align: center;
}
p.indent-2 {
  padding-left: 2em;
  text-indent: 0em;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: 0em;
}

/*---------------------------------------
tabs
--------------------------------------- */
body {
  /*basecolor*/
  --color_line: #ebebeb;
  --color_bg_dark: #eee;
  --color_accent: #32B4A0;
  --color_white: #ffffff;
}

.box_body {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flame_border {
  border-bottom: 1px solid var(--color_line);
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}
.flame_border h3 {
  margin-bottom: 2rem;
}

.tab_wrap .tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.tab_wrap .tabs li {
  margin-right: 0.6rem;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.6rem;
  background: var(--color_bg_dark);
  color: #5F5F5F;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}
.tab_wrap .tabs li.active {
  background: var(--color_accent);
  color: var(--color_white);
}
.tab_wrap .t_contents {
  border-top: 3px solid var(--color_accent);
  border-right: 2px solid var(--color_line);
  border-bottom: 2px solid var(--color_line);
  border-left: 2px solid var(--color_line);
  display: none;
  transition: all 0.3s ease;
}
.tab_wrap .t_contents.active {
  display: block;
}
.tab_wrap.t_type02 {
  position: relative;
  min-height: 130px;
  padding-top: calc(3.5rem + 1px);
}
.tab_wrap.t_type02 .tabs {
  position: absolute;
  top: -2px;
  align-items: end;
  justify-content: flex-start;
  z-index: 100;
}
.tab_wrap.t_type02 .tabs li {
  margin-right: 0;
  font-size: 1rem;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.8rem;
  min-width: 10rem;
  border-top: 2px solid var(--color_line);
  border-left: 2px solid var(--color_line);
  border-bottom: 2px solid var(--color_line);
  position: relative;
}
.tab_wrap.t_type02 .tabs li:last-child {
  border-right: 1px solid var(--color_line);
}
.tab_wrap.t_type02 .tabs li.active {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  background: var(--color_white);
  color: var(--color_font);
  font-weight: bold;
  border-bottom: 1px solid var(--color_white);
  border-right: 1px solid var(--color_line);
}
.tab_wrap.t_type02 .tabs li.active + li {
  border-left: 0;
}
.tab_wrap.t_type02 .tabs li.active:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background: var(--color_accent);
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tab_wrap.t_type02 .t_contents {
  border-top: 1px solid var(--color_line);
  position: relative;
  top: 0;
  overflow: hidden;
  background: var(--color_white);
  border-radius: 0 0 6px 6px;
}

/*---------------------------------------
gridLayout
--------------------------------------- */
ul.cmn_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
ul.cmn_grid.grid03 {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
}
ul.cmn_grid.search li {
  float: none;
  margin-right: 0;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.6rem;
  position: relative;
  margin-bottom: 0;
}
ul.cmn_grid.search li.cmn_grid03 {
  grid-template-columns: 5rem 2fr 1fr;
  gap: 0.6rem;
}
ul.cmn_grid.search .s {
  width: 100%;
}
ul.cmn_grid.submit .s {
  width: 100%;
}
ul.cmn_grid.search li label, ul.cmn_grid.search li span.txt {
  padding: 5px 0 0 0 !important;
  width: auto;
}

.bl_grid09_wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0.2rem 0.7rem;
}

/*---------------------------------------
vehicle
--------------------------------------- */
.vehicle table {
  width: 100%;
  margin-bottom: 1rem;
}
.vehicle table td {
  text-align: center;
}

.vehicle01 table ul.td_split li:first-child {
  border-bottom: 1px dashed #888888;
  padding-bottom: 0.4rem;
}
.vehicle01 table ul.td_split li:last-child {
  padding-top: 0.4rem;
}

.vehicle table tr {
  height: 3rem;
}
.vehicle.vehicle02 table {
  width: 50%;
}
.vehicle.vehicle03 table {
  width: 66.5%;
}
.vehicle.vehicle02 th {
  width: 31%;
}

/*---------------------------------------
配車計画
--------------------------------------- */
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.planheader {
  background: #32B4A0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px 0;
}
.planheader .plan {
  min-width: 1024px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 3rem;
  position: relative;
}
.planheader .plan #plan_header {
  width: 100%;
  margin: 0;
  display: grid;
}
.planheader .plan #plan_header .plan_clear_icon_left {
  margin-left: 0;
  width: 2rem;
  left: 0.5rem;
  top: 5px;
}
.planheader .plan #plan_header .plan_clear_icon_right {
  margin-right: 0;
  width: 2rem;
  right: 0.5rem;
  top: 5px;
}
.planheader .plan #plan_header .btn-danger {
  background: #099d86;
  border: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 6px;
  position: relative;
}
.planheader .plan #plan_header .btn-danger:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 1.3rem;
  content: "\e9d5";
}
.planheader .plan #plan_header .btn-danger:hover {
  color: #099d86;
  background: #a0e3d9;
}
.planheader .plan #plan_header .plan_main_menu {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin-left: 0.5rem;
}
.planheader .plan #plan_header .plan_main_menu .btn {
  padding: 0;
  border-radius: 0;
  background: #32B4A0;
  color: #fff;
  border: #099d86;
  font-weight: bold;
  width: auto;
  box-shadow: none;
}
.planheader .plan #plan_header .plan_main_menu .btn:disabled {
  color: #65dfcc;
  opacity: 1;
  cursor: inherit;
}
.planheader .plan #plan_header .plan_main_menu .btn:hover {
  background: #a0e3d9;
  color: #099d86;
  border-radius: 4px;
}
.planheader .plan #plan_header .plan_main_menu .btn:disabled:hover {
  background: none;
  color: #65dfcc;
}
.planheader .plan #plan_header .plan_calendar {
  position: relative;
}
.planheader .plan #plan_header .plan_calendar .input-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.planheader .plan #plan_header .plan_calendar #plan_day {
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #099d86;
  border-radius: 4px 0 0 4px;
  height: 40px;
}
.planheader .plan #plan_header .plan_calendar #plan_day:hover {
  background: #a0e3d9;
  color: #099d86;
}
.planheader .plan #plan_header .plan_calendar #plan_day:focus {
  outline: none;
}
.planheader .plan #plan_header .plan_calendar02 {
  position: relative;
}
.planheader .plan #plan_header .plan_calendar02 .input-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.planheader .plan #plan_header .plan_calendar02 #datepicker_btn {
  color: #fff;
  font-weight: 100;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  background: #099d86;
  border-radius: 0 4px 4px 0;
}
.planheader .plan #plan_header .plan_calendar02 #datepicker_btn:hover {
  background: #a0e3d9;
  color: #099d86;
}
.planheader .plan #plan_header .plan_calendar02 #datepicker_btn:active, .planheader .plan #plan_header .plan_calendar02 #datepicker_btn:focus {
  outline: none;
}
.planheader .plan #plan_header .weather {
  position: relative;
  left: 0;
  border-radius: 4px;
  background: radial-gradient(ellipse at center, #ffffff 0%, #a0e3d9 100%);
}
.planheader .plan #plan_header .weather .weather_icon {
  margin: 0;
}
.planheader .plan #plan_header .weather label {
  display: none;
}
.planheader .plan #plan_header .weather img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.planheader .plan #plan_header .plan_submenu {
  position: relative;
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in button {
  padding: 0;
  position: relative;
  border-radius: 0;
  background: none;
  border: none;
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  color: #fff;
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in button:before {
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 1.3rem;
  content: "\e9d5";
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in button:hover {
  color: #099d86;
  background: #a0e3d9;
  border-radius: 4px;
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in #home_btn:before {
  content: "\e88a";
}
.planheader .plan #plan_header .plan_submenu .plan_submenu_in #logout_btn:before {
  content: "\e9ba";
}

@media screen and (max-width: 1024px) {
  .planheader {
    height: 40px;
  }
  .planheader .plan #plan_header {
    grid-template-columns: 600px 110px 50px 60px 1fr;
  }
  .planheader .plan #plan_header .btn {
    font-size: 0.7rem;
    height: 1.8rem;
  }
  .planheader .plan #plan_header .plan_clear_icon_left,
  .planheader .plan #plan_header .plan_clear_icon_right {
    width: 2rem;
    top: 3px;
  }
  .planheader .plan #plan_header .btn-danger {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 2px;
  }
  .planheader .plan #plan_header .btn-danger:before {
    font-size: 1rem;
  }
  .planheader .plan_calendar #plan_day {
    font-size: 0.9rem !important;
    height: 1.8rem !important;
  }
  .planheader .plan_calendar02 #datepicker_btn {
    height: 1.8rem !important;
  }
  .planheader .plan_submenu .plan_submenu_in button {
    width: 40px;
    height: 40px;
  }
  .planheader .plan_submenu .plan_submenu_in button span {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .planheader {
    height: 50px;
  }
  #plan_header {
    grid-template-columns: 600px 125px 50px 50px 1fr;
  }
  #plan_header .btn {
    font-size: 0.7rem;
  }
  .plan_main_menu .btn {
    height: 40px;
    position: relative;
  }
  .plan_main_menu .btn span {
    position: absolute;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .plan_main_menu .btn:before {
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 300;
    font-size: 1.3rem;
    content: "\e9d5";
  }
  .plan_main_menu #create_btn:before {
    content: "\f88c";
  }
  .plan_main_menu #history_btn:before {
    content: "\e889";
  }
  .plan_main_menu #save_btn:before {
    content: "\e161";
  }
  .plan_main_menu #all_commit_btn:before {
    content: "\e877";
  }
  .plan_main_menu #delete_btn:before {
    content: "\e872";
  }
  .plan_main_menu #undo_btn:before {
    content: "\e166";
  }
  .plan_main_menu #print_btn:before {
    content: "\f191";
  }
  .plan_main_menu #file_btn:before {
    content: "\e873";
  }
  .plan_main_menu #todo_btn:before {
    content: "\e6b1";
  }
  .plan_main_menu #todo_btn {
    animation-name: flash;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: 5;
  }
  .plan_submenu .plan_submenu_in {
    gap: 0;
  }
  .plan_submenu .plan_submenu_in button {
    width: 50px;
    height: 40px;
  }
  .plan_submenu .plan_submenu_in button span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 0.6rem;
  }
  .plan_submenu .plan_submenu_in button:before {
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }
}
@media screen and (min-width: 1300px) {
  .planheader {
    height: 50px;
  }
  .planheader .plan #plan_header {
    grid-template-columns: 800px 150px 50px 60px 1fr;
  }
  .planheader .plan #plan_header .btn {
    font-size: 0.75rem;
  }
  .planheader .plan #plan_header .plan_main_menu .btn {
    height: 40px;
    position: relative;
  }
  .planheader .plan #plan_header .plan_main_menu .btn span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0.5rem;
    transform: translate(0, -50%);
  }
  .planheader .plan #plan_header .plan_main_menu .btn:before {
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    left: 0.3rem;
    transform: translate(0, -50%);
    font-weight: 300;
    font-size: 1.3rem;
    content: "\e9d5";
  }
  .planheader .plan #plan_header .plan_main_menu #create_btn:before {
    content: "\f88c";
  }
  .planheader .plan #plan_header .plan_main_menu #history_btn:before {
    content: "\e889";
  }
  .planheader .plan #plan_header .plan_main_menu #save_btn:before {
    content: "\e161";
  }
  .planheader .plan #plan_header .plan_main_menu #all_commit_btn:before {
    content: "\e877";
  }
  .planheader .plan #plan_header .plan_main_menu #delete_btn:before {
    content: "\e872";
  }
  .planheader .plan #plan_header .plan_main_menu #undo_btn:before {
    content: "\e166";
  }
  .planheader .plan #plan_header .plan_main_menu #print_btn:before {
    content: "\f191";
  }
  .planheader .plan #plan_header .plan_main_menu #file_btn:before {
    content: "\e873";
  }
  .planheader .plan #plan_header .plan_main_menu #todo_btn:before {
    content: "\e6b1";
  }
  .planheader .plan #plan_header .plan_main_menu #todo_btn {
    animation-name: flash;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: 5;
  }
  .plan_submenu .plan_submenu_in button {
    height: 40px;
  }
  .plan_submenu .plan_submenu_in button span {
    display: block;
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: 1.575rem;
    transform: translate(0, -50%);
    width: auto;
    font-size: 0.75rem;
    text-align: left;
  }
  .plan_submenu .plan_submenu_in button:before {
    top: 50% !important;
    left: 0.25rem !important;
    transform: translate(0, -50%) !important;
  }
  .plan_submenu .plan_submenu_in #home_btn {
    width: 66px;
  }
  .plan_submenu .plan_submenu_in #logout_btn {
    width: 86px;
  }
}
@keyframes flash {
  0%, 100% {
    background: none;
  }
  50% {
    background: #a0e3d9;
    border-radius: 4px;
  }
}
.planheader .sidemenu button {
  background: #383838;
  padding: 0 !important;
  border: 0;
  outline: none !important;
}
.planheader .sidemenu button span {
  font-size: 0.85rem;
  font-family: inherit;
  width: 1rem;
  position: relative;
  display: block;
  margin-right: 5.5px;
  text-align: left;
  padding-top: 2.5rem;
}
.planheader .sidemenu button span.material-icons {
  font-family: "Material Symbols Outlined";
  font-size: 1.2rem;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.planheader .sidemenu button.active {
  background: #099d86;
}
.planheader .sidemenu button.active span.material-icons {
  color: #fff;
}
.planheader .sidemenu #staff_button, .planheader .sidemenu #car_button, .planheader .sidemenu #route_button, .planheader .sidemenu #work_button {
  border-radius: 3px 0 0 3px !important;
}
.planheader .sidemenu #group1_button, .planheader .sidemenu #group2_button {
  border-radius: 0 3px 3px 0 !important;
}

.planheader .options_area {
  top: 50px;
  right: -520px;
  box-shadow: 0 1px 2px 0px rgba(43, 42, 40, 0.3) inset;
  background: #d7d7d7;
  transition: all 0.3s ease;
  padding: 1rem 2.5rem 1rem 1rem;
}
.planheader .options_area .options_area_header {
  display: none;
}
.planheader .options_area.options_area_open {
  width: 520px;
  visibility: visible;
  right: 0;
}
.planheader .options_area.options_area_open .options_area_header {
  display: block;
}
.planheader .options_area .input-group input {
  width: 55%;
  padding: 0 0.5rem;
}
.planheader .options_area .btn {
  padding: 0.2rem 0.9rem 0.3rem 0.8rem;
}
.planheader .options_area .btn span.material-icons {
  font-size: 1rem;
  vertical-align: middle;
}
.planheader .options_area .btn span.options_search_text {
  font-size: 0.8rem;
}
.planheader .options_area .options_area_header {
  margin-bottom: 0.8rem;
}
.planheader .options_area .options_area_main table {
  margin: 0 0 1rem 0;
  width: 100%;
}
.planheader .options_area #options_msg {
  margin: 0 0 0.8rem 0;
  font-size: 0.9rem;
  display: block;
}

#plan_main_area {
  margin-top: 0.8rem;
  height: calc(100% - 100px);
}
#plan_main_area .fix_table {
  margin: 0 39px;
  height: 100% !important;
  padding-bottom: 20px;
}
#plan_main_area .parent_table {
  background: none;
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 auto;
  height: calc(100% - 20px) !important;
}
#plan_main_area .parent_table .subtable {
  background: #fff;
}
#plan_main_area .parent_table .subtable th {
  z-index: 100;
  background: #888888;
  border-top: 1px solid #888888;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-size: 0.7rem;
  font-weight: 100;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ" !important;
  line-height: 1.2;
}
#plan_main_area .parent_table .subtable th:last-child {
  border-right: 1px solid #888888;
}

body.mr550 #plan_main_area .parent_table {
  margin-right: 550px;
}

.parent_table.table2 > tbody > tr > td {
  vertical-align: top;
}

#plan_main_area {
  height: calc(100% - 60px - 0.8rem) !important;
}

_:lang(x)::-ms-, #plan_main_area {
  height: 90% !important;
}

_:lang(x)::-ms-, #plan_main_area .form-row {
  height: 100%;
}

_:lang(x)::-ms-, #plan_main_area .col-md-12 {
  height: 100%;
}

_:lang(x)::-ms-, #plan_main_area .fix_table {
  height: 100% !important;
  padding-bottom: inherit !important;
}

_:lang(x)::-ms-, #plan_main_area .parent_table {
  height: 100%;
}

_:lang(x)::-ms-, #plan_main_area .parent_table > tbody {
  height: 100%;
}

_:lang(x)::-ms-, #plan_main_area .parent_table > tbody > tr {
  height: 100%;
}

_:lang(x)::-ms-, #plan_main_area .parent_table > tbody > tr > td {
  height: 100%;
}

#plan_main_area .fix_table {
  height: 100% !important;
  padding-bottom: inherit !important;
}

#plan_main_area > .form-row {
  height: 100%;
}

#plan_main_area > .form-row > .col-md-12 {
  height: 100%;
}

/*配車計画　登録画面*/
#editrow .modal-content {
  width: 75%;
}
#editrow .modal-content .modal-body .form-row {
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}
#editrow .modal-content .modal-body .form-row .col-md-3 {
  max-width: 24%;
}
#editrow .modal-content .custom-control-label {
  line-height: 1.6;
}

/*配車計画　履歴検索*/
#history_select table.history {
  width: 98%;
  margin: 0 auto;
}
#history_select table.history th {
  text-align: center;
}
#history_select table.history th.opt {
  width: 10%;
  text-align: center;
}
#history_select table.history th.day {
  width: 30%;
}
#history_select table.history th.num {
  width: 20%;
}
#history_select table.history th.regst {
  width: 40%;
}
#history_select table.history td {
  padding: 0.25rem;
}
#history_select table.history .custom-control {
  padding-left: 2.2rem;
}
#history_select table.history .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #32B4A0;
  background-color: #32B4A0;
}
#history_select .modal-body {
  padding-bottom: 0;
}

/*ダイアログ　メッセージ*/
#message_yesnocan_text,
#message_text {
  line-height: 1.7;
}

.user_comfirm_ng {
  background: #a0e3d9;
}
.user_comfirm_ng:hover {
  background: #65dfcc;
}

/*---------------------------------------
commonAdd
--------------------------------------- */
.text_right {
  text-align: right !important;
}

.btn_center {
  width: 10rem;
  margin: 0 auto;
}
.btn_center button {
  width: 100%;
}

.table_label_r02 {
  margin: 0 0 1rem auto;
  width: 30%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.md_pdBtm1 {
  padding-bottom: 1rem;
}

.bl_sampleTemplate_wrapper li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

/*---------------------------------------
chromium用hack
--------------------------------------- */
.gc_hack * {
  transition: none !important;
}/*# sourceMappingURL=style.css.map */