@charset "UTF-8";
/** @format */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
/* Scss Document */
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%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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-spacing: 0;
}
table th, table td {
  position: relative;
}

a {
  text-decoration: none;
}

html,
body {
  color: #062037;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
  min-width: 1280px;
  background: #f4f5f5;
}
body * {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 375px;
  }
}

a {
  color: #062037;
}

select {
  color: #062037;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
  z-index: 3;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 3px 15px 3px 3px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bfcfdd;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

::-moz-placeholder {
  color: #9eb6cb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #9eb6cb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

::-moz-placeholder {
  color: #9eb6cb;
  opacity: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #9eb6cb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #9eb6cb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

input,
textarea,
button {
  color: #062037;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  min-height: 23px;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bfcfdd;
  border-radius: 0;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
button:focus {
  outline: #9eb6cb solid 1px;
}

input[type=date] {
  padding: 2px 3px;
  width: 110px !important;
}

input[name=dummy] {
  width: 0 !important;
  height: 0;
  min-height: 0;
  padding: 0;
  border: none;
  float: left;
  visibility: hidden;
}

pre {
  white-space: pre-wrap;
}

table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  table {
    table-layout: auto;
  }
}

.l-wrapper {
  position: relative;
  box-sizing: border-box;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background: #fff;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 15px 0 rgba(0, 91, 172, 0.3);
}
@media screen and (max-width: 768px) {
  .l-header {
    min-width: unset;
    height: 50px;
  }
}
body.-staging .l-header {
  background: #b8f0dc;
}

body.-development .l-header {
  background: #f8f2bc;
}

.l-header h1 {
  display: flex;
  align-items: center;
}
.l-header h1 a {
  text-align: center;
  line-height: 0;
  display: inline-block;
  width: 75px;
}
.l-header h1 a img {
  width: 36px;
  height: 40px;
}
.l-header h1 p {
  color: #005bac;
  font-family: "Montserrat", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2;
}
.l-header h1 p span {
  color: #1f94cc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header h1 {
    margin-left: 5px;
  }
  .l-header h1 a {
    width: 50px;
    height: 100%;
  }
  .l-header h1 p {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .l-header h1 p span {
    display: none;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul {
    margin-left: 20px;
  }
}
.l-header__nav ul li {
  position: relative;
}
.l-header__nav ul li + li {
  margin-left: 5px;
}
.l-header__nav ul li:last-of-type {
  margin-right: 20px;
}
.l-header__nav ul li > a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}
.l-header__nav ul li > a img {
  width: 18px;
  height: 18px;
  margin: 10px;
}
.l-header__nav ul li > a i {
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header__nav ul li > a i span {
  background: #062037;
  padding: 0px 7px 2px;
  border-radius: 3px;
}
.l-header__nav ul li > a i span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
.l-header__nav ul li > a:hover {
  overflow: visible;
}
.l-header__nav ul li > a:hover i {
  opacity: 1;
}
.l-header__nav ul li > a.-notify::before {
  content: "";
  display: block;
  position: absolute;
  background: #d96464;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 6px;
  right: 3px;
}
.l-header__nav ul li > a.-shortcut:hover .p-shortcut__menu {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li + li {
    margin-left: 0;
  }
  .l-header__nav ul li.-shortcutWrap {
    margin-right: 0;
  }
  .l-header__nav ul li.-shortcutWrap img {
    width: 20px;
    height: 20px;
  }
}
.l-header__nav_user {
  text-align: right;
  position: relative;
  padding-right: 40px;
  padding-left: 25px;
  margin-right: 30px;
}
.l-header__nav_user span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
}
.l-header__nav_user p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}
.l-header__nav_user::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1f94cc;
  width: 1px;
  height: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-header__nav_user {
    display: none;
  }
}
.l-header__nav_user .c-icon__logout.-mark {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__ham {
  display: none;
  position: relative;
  width: 25px;
  height: 65%;
  margin-right: 15px;
  cursor: pointer;
}
.l-header__ham span {
  display: block;
  position: absolute;
  left: 0;
  background: #005bac;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: opacity 0.2s, transform 0.2s;
}
.l-header__ham span:first-of-type {
  top: 0;
  bottom: 16px;
}
.l-header__ham span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.l-header__ham span:last-of-type {
  top: 16px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-header__ham {
    display: block;
  }
}
.l-header__ham.-toggle span:first-of-type {
  bottom: 0;
  transform: rotate(45deg);
}
.l-header__ham.-toggle span:nth-of-type(2) {
  opacity: 0;
}
.l-header__ham.-toggle span:last-of-type {
  top: 0;
  transform: rotate(-45deg);
}

.l-main {
  padding-right: 30px;
  padding-left: 230px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main__content {
    padding-bottom: 0;
  }
}
.l-main__page_title {
  color: #1f94cc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.l-main__page_title.-red {
  color: #cc9aa1;
}
@media screen and (max-width: 768px) {
  .l-main__page_title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.l-main__page_title .-links {
  display: flex;
  margin-top: 5px;
  margin-right: -5px;
}
.l-main__page_title .-links li {
  margin-right: 5px;
}
.l-main__page_title .-links .c-btn {
  font-size: 1.3rem !important;
  padding: 4px 20px !important;
  border-radius: 20px;
}
.l-main__page_title .-links .c-btn:hover {
  border-radius: 20px !important;
}
.l-main__sidebar {
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 100;
  background: #1f94cc;
  width: 200px;
  height: calc(100% - 60px);
  overflow: hidden;
}
.l-main__sidebar .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(6, 32, 55, 0.3);
  width: 10px;
}
.l-main__sidebar nav {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar nav {
    position: relative;
    min-height: calc(100vh - 136px);
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__sidebar {
    top: -100%;
    width: 100%;
    height: calc(100% - 50px);
    opacity: 0;
    transition: top 0.4s, opacity 0.5s;
  }
  .l-main__sidebar.-toggle {
    top: 50px;
    opacity: 1;
  }
}
.l-main__sidebar a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 5;
  transition: background 0.3s;
}
.l-main__sidebar a i {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: transform 0.2s;
}
.l-main__sidebar a i.open {
  transform: rotate(45deg);
}
.l-main__sidebar a.-menu_batch_number {
  padding-right: 40px !important;
}
.l-main__sidebar a.-menu_batch_number > b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #d45050;
  text-align: center;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: #f7e0e0;
  width: 30px;
  height: 20px;
  margin: auto;
  border-radius: 20px;
}
.l-main__sidebar a:hover {
  background: rgba(0, 91, 172, 0.8);
}
.l-main__sidebar a.-current {
  background: #0056a2;
}
.l-main__sidebar_wrap > li > a dl {
  position: relative;
  height: 50px;
}
.l-main__sidebar_wrap > li > a dl dt {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33px;
}
.l-main__sidebar_wrap > li > a dl dt img {
  display: block;
  width: 14px;
  height: 14px;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_wrap > li > a dl dt {
    width: 55px;
  }
}
.l-main__sidebar_wrap > li > a dl dd {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 33px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_wrap > li > a dl dd {
    width: calc(100% - 55px);
    padding-left: 55px;
  }
}
.l-main__sidebar_wrap .drop_down {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_wrap .drop_down {
    width: 100%;
  }
}
.l-main__sidebar_wrap .drop_down li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.l-main__sidebar_wrap .drop_down a {
  vertical-align: middle;
  padding: 7px 10px 7px 33px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_wrap .drop_down a {
    padding-left: 55px;
  }
}
.l-main__sidebar_wrap .drop_down a.drop_toggle {
  padding-right: 15px;
}
.l-main__sidebar_wrap .drop_down .drop_down {
  border-bottom: none;
  background: rgba(0, 91, 172, 0.5);
}
.l-main__sidebar_wrap .drop_down .drop_down a {
  padding-left: 60px;
}
.l-main__sidebar_wrap .drop_down .drop_down a::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 48px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_wrap .drop_down .drop_down a {
    padding-left: 82px;
  }
  .l-main__sidebar_wrap .drop_down .drop_down a::before {
    left: 70px;
  }
}
.l-main__sidebar_user {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 0;
  border-top: 5px solid #005bac;
}
.l-main__sidebar_user dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 100%;
}
.l-main__sidebar_user dt img {
  display: block;
  width: 35px;
  height: 35px;
}
.l-main__sidebar_user dd.name {
  font-size: 1.6rem;
  margin-left: 5px;
  margin-right: 10px;
}
.l-main__sidebar_user dd.name .date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.l-main__sidebar_user dd.logout {
  margin-right: 10px;
  margin-left: auto;
  min-width: 100px;
}
.l-main__sidebar_user dd.logout a {
  color: #062037;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  background: #bfcfdd;
  padding: 8px 3px;
  border-radius: 30px;
  opacity: 0.75;
}
.l-main__sidebar_user dd.logout a img {
  margin-right: 5px;
}
.l-main__sidebar_footer {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 55px;
  width: 100%;
  padding: 0 4%;
  border-bottom: 5px solid #005bac;
}
@media screen and (max-width: 768px) {
  .l-main__sidebar_footer {
    display: flex;
  }
}
.l-main__sidebar_footer small {
  color: #005bac;
  font-family: "Montserrat", sans-serif;
}
.l-main__sidebar_footer .privacy {
  line-height: 0;
  display: block;
}
.l-main__sidebar_footer .privacy img {
  width: 40px;
  height: 40px;
}
.l-main__info {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  left: 200px;
  background: #005bac;
  width: calc(100% - 200px);
  padding: 0px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-main__info {
    left: 0;
    top: 50px;
    padding: 0px 4%;
    width: 100%;
  }
  .l-main__info p {
    animation: loop-slide 9s infinite linear 2.5s both;
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
}

.l-footer {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #fff;
  width: 100%;
  height: 25px;
  padding-left: 230px;
  padding-right: 30px;
}
.l-footer small {
  color: #005bac;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 0;
}
.l-footer__privacy {
  display: block;
  width: 40px;
  height: 40px;
}
.l-footer__privacy img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer {
    display: block;
    position: fixed;
    z-index: 85;
    background: #1f94cc;
    height: 50px;
    padding: 0;
  }
  .l-footer small, .l-footer__privacy {
    display: none;
  }
  .l-footer__nav {
    display: flex;
    height: 100%;
  }
  .l-footer__nav a {
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    width: 25%;
    height: 100%;
  }
  .l-footer__nav a img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
  .l-footer__nav a span {
    font-size: 1.25rem;
    line-height: 1;
    display: block;
  }
  .l-footer__nav a.-notify::before {
    content: "";
    display: block;
    position: absolute;
    background: #d96464;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 6px;
    right: -34px;
    left: 0;
    margin: auto;
  }
}

.c-col {
  background: #fff;
  padding: 22px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 91, 172, 0.35);
}
@media screen and (max-width: 768px) {
  .c-col {
    padding: 15px;
  }
}
.c-col__title {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.8rem;
  text-shadow: transparent 0 0 0, rgba(6, 32, 55, 0.7) 0 0 0;
  margin: -5px 0 12px;
}
@media screen and (max-width: 768px) {
  .c-col__title {
    font-size: 1.7rem;
    margin-top: 0;
  }
}
.c-col__title i.must {
  font-size: 0;
  display: inline-block;
  height: 19px;
  margin-left: 5px;
}
.c-col__title i.must::before {
  content: "必須";
  color: #d96464;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  position: relative;
  top: 2px;
  background: #fff;
  padding: 0 2px;
  border: 1px solid #d96464;
}
.c-col__title_m {
  color: #005bac;
  font-size: 1.6rem;
  position: relative;
  background: rgba(0, 91, 172, 0.1);
  padding: 3px 5px 3px 7px;
  margin-bottom: 10px;
  border-left: 2px solid #005bac;
}
.c-col__title_m ~ .c-col__title_m {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-col__title_m {
    font-size: 1.4rem;
  }
}
.c-col__title_m .c-status,
.c-col__title_m .c-kubun {
  position: relative;
  bottom: 2.3px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .c-col__title_m .c-status,
  .c-col__title_m .c-kubun {
    bottom: 0;
  }
}
.c-col__title_m .-note {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-col__title_m .-note {
    display: block;
    margin-left: 0;
  }
}
.c-col__title_m i.must {
  font-size: 0;
  display: inline-block;
  height: 19px;
  margin-left: 10px;
}
.c-col__title_m i.must::before {
  content: "必須";
  color: #d96464;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  position: relative;
  top: 3px;
  background: #fff;
  padding: 0 2px;
  border: 1px solid #d96464;
}
.c-col__gray {
  background: #f4f5f5;
  padding: 10px 15px;
}
.c-col__gray.-answer {
  margin-top: 5px;
}
.c-col__gray.-answer.c-radioarea label + label {
  margin-top: 5px;
}
.c-col__blue {
  background: #eef8fc;
  padding: 10px 15px;
}
.c-col__blue.-answer {
  margin-top: 5px;
}
.c-col__inquiry .name {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-col__inquiry .name {
    font-size: 1.6rem;
  }
}
.c-col__inquiry .mail,
.c-col__inquiry .tel {
  padding-left: 25px;
  margin-top: 5px;
}
.c-col__inquiry .mail {
  background: url("../img/request_mail.svg") no-repeat 3px 7px/13px 13px;
}
.c-col__inquiry .mail a {
  color: #005bac;
  border-bottom: 1px solid #005bac;
}
.c-col__inquiry .tel {
  background: url("../img/request_tel.svg") no-repeat 3px 7px/13px 13px;
}
.c-col__inquiry .tel span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .c-col__inquiry .tel span {
    font-size: 1.5rem;
  }
}
.c-col__innerflex-2 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-col__innerflex-2 > div {
  width: calc(50% - 15px);
}
.c-col__innerflex-2 > div:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-col__innerflex-2 {
    display: block;
  }
  .c-col__innerflex-2 > div {
    width: 100%;
  }
  .c-col__innerflex-2 > div + div {
    margin-top: 30px;
  }
}

.c-colRow {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
.c-colRow__box {
  width: calc(50% - 15px);
}
.c-colRow__box:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-colRow__box {
    width: 100%;
  }
  .c-colRow__box:first-of-type {
    margin-right: 0;
  }
}

.c-colFlex2, .c-colFlex2__leftMenu {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
.c-colFlex2 .c-col, .c-colFlex2__leftMenu .c-col {
  width: calc(50% - 15px);
}
.c-colFlex2 .c-col:nth-of-type(odd), .c-colFlex2__leftMenu .c-col:nth-of-type(odd) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-colFlex2 .c-col, .c-colFlex2__leftMenu .c-col {
    width: 100% !important;
  }
  .c-colFlex2 .c-col:nth-of-type(odd), .c-colFlex2__leftMenu .c-col:nth-of-type(odd) {
    margin-right: 0;
  }
}
.c-colFlex2__leftMenu .-menu {
  width: 230px;
}
.c-colFlex2__leftMenu .-menu .c-ul:empty {
  display: none;
}
.c-colFlex2__leftMenu .-menu .c-ul li {
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 3px;
  cursor: pointer;
}
.c-colFlex2__leftMenu .-menu .c-ul li:hover {
  transition: 0.3s;
  background: #eff8fb;
}
.c-colFlex2__leftMenu .-menu .c-ul li.-current {
  background: #eff8fb;
}
.c-colFlex2__leftMenu .-menu .c-ul li span {
  color: #005bac;
  text-align: right;
  min-width: 55px;
}
.c-colFlex2__leftMenu .-menu .c-ul li span i {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  .c-colFlex2__leftMenu .-menu {
    display: none;
  }
}
.c-colFlex2__leftMenu .-main {
  width: calc(100% - 260px);
}

.c-btn {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 15px;
  min-height: unset;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s, border-radius 0.3s;
}
.c-btn:focus {
  outline: none !important;
}
.c-btn.-m {
  font-size: 1.3rem;
  padding: 6px 15px;
}
.c-btn.-s {
  font-size: 1.25rem;
  padding: 3px 5px;
}
.c-btn.-default {
  background: #005bac;
  border: 1px solid #005bac;
}
.c-btn.-default:hover {
  background: #00437e;
  border-radius: 5px;
}
.c-btn.-round {
  border-radius: 50px !important;
}
.c-btn.-blue {
  background: #005bac;
  border: 1px solid #005bac;
}
.c-btn.-blue:hover {
  background: #00437e;
  border-radius: 5px;
}
.c-btn.-green {
  background: #00cb81;
  border: 1px solid #00cb81;
}
.c-btn.-green:hover {
  background: #00a76a;
  border-radius: 5px;
}
.c-btn.-lightblue {
  background: #00acef;
  border: 1px solid #00acef;
}
.c-btn.-lightblue:hover {
  background: #0092cb;
  border-radius: 5px;
}
.c-btn.-orange {
  background: #faa600;
  border: 1px solid #faa600;
}
.c-btn.-orange:hover {
  background: #db9200;
  border-radius: 5px;
}
.c-btn.-yellow {
  background: #e6d51e;
  border: 1px solid #e6d51e;
}
.c-btn.-yellow:hover {
  background: #cebf17;
  border-radius: 5px;
}
.c-btn.-pink {
  background: #fb7aab;
  border: 1px solid #fb7aab;
}
.c-btn.-pink:hover {
  background: #f93f85;
  border-radius: 5px;
}
.c-btn.-purple {
  background: #a95cdc;
  border: 1px solid #a95cdc;
}
.c-btn.-purple:hover {
  background: #852ac2;
  border-radius: 5px;
}
.c-btn.-gray {
  background: #8d98a3;
  border: 1px solid #8d98a3;
}
.c-btn.-gray:hover {
  background: #616d78;
  border-radius: 5px;
}
.c-btn.-red {
  background: #d96464;
  border: 1px solid #d96464;
}
.c-btn.-red:hover {
  background: #b92d2d;
  border-radius: 5px;
}
.c-btn.-disabled {
  background: #cfd3d3;
  border: 1px solid #cfd3d3;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .c-btn {
    border-radius: 100px !important;
  }
}
.c-btn__float {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 70;
  background: #005bac;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #a4acac;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.c-btn__float span {
  font-size: 1.35rem;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-btn__float {
    right: 4%;
    bottom: 70px;
  }
}
.c-btn__float.-white {
  color: #005bac;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 91, 172, 0.35);
}
.c-btn__float.-white:hover {
  box-shadow: 0 0 18px rgba(0, 91, 172, 0.35);
}

.c-btnBox {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.c-btnBox .c-btn {
  width: 200px;
}
.c-btnBox .c-btn ~ .c-btn {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-btnBox {
    text-align: center;
    display: block;
  }
  .c-btnBox .c-btn {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 190px;
  }
  .c-btnBox .c-btn ~ .c-btn {
    margin-top: 10px;
  }
}
.c-btnBox__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.c-btnBox__head .c-btn + .c-btn {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .c-btnBox__head {
    display: grid;
  }
  .c-btnBox__head .c-btn + .c-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.c-btnBox__float {
  display: none;
  position: fixed;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
  z-index: 80;
  background: #fff;
  width: 270px;
  padding: 15px;
  box-shadow: 0 0 22px 0 rgba(0, 91, 172, 0.5);
}
.c-btnBox__float .c-btn {
  display: block;
  width: 100%;
}
.c-btnBox__float .c-btn + .c-btn {
  margin-top: 10px;
}
.c-btnBox__float::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.c-btnBox__float_toggle {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 80;
  width: 70px;
  height: 50px;
  background: rgba(6, 32, 55, 0.5) url(../img/icon_action.svg) no-repeat center/35px 35px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btnBox__float {
    width: 250px;
    right: 75px;
  }
  .c-btnBox__float_toggle {
    width: 50px;
  }
}
.c-btnBox.-m .c-btn {
  font-size: 1.3rem;
  width: 175px;
  padding: 6px 5px;
}

table th i.must,
table th i.must2,
table th i.must_result,
table td i.must,
table td i.must2,
table td i.must_result {
  font-size: 0;
  display: inline-block;
  height: 17px;
}
table th i.must::before,
table th i.must2::before,
table th i.must_result::before,
table td i.must::before,
table td i.must2::before,
table td i.must_result::before {
  content: "必須";
  color: #d96464;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  background: #fff;
  padding: 0 2px;
  border: 1px solid #d96464;
}

table tbody.sortable {
  overflow: auto;
}
table tbody.sortable .sort-placeholder {
  background: #bfcfdd;
  position: relative;
}
table tbody.sortable .sort-placeholder:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #bfcfdd;
}

table.-tableHover tr > td {
  transition: background 0.2s;
}
table.-tableHover tr:hover > td {
  background: #d5fff0 !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-scrollWrap {
    overflow-y: scroll;
  }
  .c-scrollWrap > table {
    min-width: 800px;
  }
}

.c-table1 {
  border-top: 1px solid #bfcfdd;
  border-left: 1px solid #bfcfdd;
}
.c-table1 th,
.c-table1 td {
  vertical-align: middle;
  position: relative;
  padding: 3px;
  border-right: 1px solid #bfcfdd;
  border-bottom: 1px solid #bfcfdd;
  box-sizing: border-box;
}
.c-table1 th {
  color: #fff;
  background: #1f94cc;
}
.c-table1 td {
  text-align: center;
  background: #fff;
}
.c-table1 td input[type=text],
.c-table1 td .c-select {
  width: 100%;
}
.c-table1 td:not(:last-of-type) input {
  text-align: center;
}
.c-table1 td i.must {
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}
.c-table1 tr.dayoff td {
  color: #005bac;
  background: #d8eef9;
}
.c-table1 tr.year_dayoff td {
  color: #005bac;
  background: rgba(0, 91, 172, 0.25);
}
.c-table1 tr.working td {
  background: rgba(217, 100, 100, 0.5);
}
.c-table1 tr.substitude td {
  background: rgba(251, 122, 171, 0.4);
}
.c-table1 tr.work_client td {
  background: rgba(230, 213, 30, 0.3);
}
.c-table1 tr[data-noavail="1"] td {
  background: rgba(191, 207, 221, 0.6);
}

.c-table2 {
  border-bottom: 1px solid #bfcfdd;
}
.c-table2 thead th {
  color: #5b84a8;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
  background: transparent;
  padding: 7px 3px;
  border-bottom: 1px solid #bfcfdd;
  border-right: none;
}
.c-table2 thead th .c-checkboxarea.-single label {
  vertical-align: middle;
}
.c-table2 td {
  vertical-align: middle;
  padding: 7px 3px;
  border-top: 1px solid #bfcfdd;
}
.c-table2 td[data-linkarea] {
  cursor: pointer;
}
.c-table2.-stripe > tbody > tr:nth-of-type(odd) > td {
  background: #fff;
}
.c-table2.-stripe > tbody > tr:nth-of-type(even) > td {
  background: rgba(31, 148, 204, 0.06);
}
.c-table2.-irregular {
  border-bottom: 1px solid #cc9aa1;
}
.c-table2.-irregular thead th {
  color: #c0828b;
  border-bottom: 1px solid #cc9aa1;
}
.c-table2.-irregular td {
  background: #fffafc;
  border-top: 1px solid #cc9aa1;
}
.c-table2__section > td {
  color: #005bac;
  background: rgba(0, 91, 172, 0.1);
}

.c-table3 {
  border-top: 1px solid #bfcfdd;
  border-left: 1px solid #bfcfdd;
}
@media screen and (max-width: 768px) {
  .c-table3 > col, .c-table3 > colgroup {
    display: none;
  }
  .c-table3 tr {
    display: block;
    width: 100%;
  }
}
.c-table3 th:not(.c-table2 th):not(.c-search__table th),
.c-table3 td:not(.c-table2 td):not(.c-search__table td) {
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 5px;
  border-right: 1px solid #bfcfdd;
  border-bottom: 1px solid #bfcfdd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-table3 th:not(.c-table2 th):not(.c-search__table th),
  .c-table3 td:not(.c-table2 td):not(.c-search__table td) {
    display: block;
    width: 100% !important;
  }
}
.c-table3 th:not(.c-table2 th):not(.c-search__table th) {
  color: #517798;
  background: #f6fbfe;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .c-table3 th:not(.c-table2 th):not(.c-search__table th)[rowspan]:has(+ th) {
    font-weight: bold;
    border-bottom: 1px dashed #bfcfdd;
  }
}
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must), .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2), .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) {
  padding-right: 30px;
}
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must2,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must_result, .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must2,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must_result, .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must2,
.c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must_result {
  position: absolute;
  top: 9px;
  right: 4px;
}
@media screen and (max-width: 768px) {
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must2,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must) i.must_result, .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must2,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must2) i.must_result, .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must2,
  .c-table3 th:not(.c-table2 th):not(.c-search__table th):has(.must_result) i.must_result {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.c-table3 caption {
  color: #517798;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 0px 5px 0px 24px;
}
.c-table3 caption::before, .c-table3 caption::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 1px;
}
.c-table3 caption::before {
  top: 4px;
  bottom: 0;
  left: 6px;
  background: #fff;
  border: 1px solid #517798;
}
.c-table3 caption::after {
  top: -2px;
  bottom: 0;
  left: 3px;
  background: #517798;
}

.c-tableCalendar {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 91, 172, 0.35);
}
.c-tableCalendar caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 8px;
}
.c-tableCalendar caption .c-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-tableCalendar caption .c-trigger.-prev {
  right: 150px;
  left: 0;
}
.c-tableCalendar caption .c-trigger.-next {
  right: 0;
  left: 150px;
}
.c-tableCalendar th,
.c-tableCalendar td {
  text-align: center;
  width: 14.2857142857%;
}
.c-tableCalendar thead th {
  color: #062037;
  font-size: 1.2rem;
  background: none;
  padding: 0;
  border-bottom: 1px solid #bfcfdd;
}
.c-tableCalendar thead th.dayoff {
  color: #005bac;
  background: #d8eef9;
}
.c-tableCalendar td {
  line-height: 1.3;
  vertical-align: top;
  position: relative;
  height: 62px;
  padding: 2px;
  border-top: 1px solid #bfcfdd;
  border-bottom: none;
  cursor: pointer;
}
.c-tableCalendar td span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin: 2px auto 0;
  border-radius: 50%;
}
.c-tableCalendar td i {
  font-size: 1.21rem;
  font-weight: 500;
}
.c-tableCalendar td.dayoff {
  background: #d8eef9;
}
.c-tableCalendar td.dayoff span,
.c-tableCalendar td.dayoff i {
  color: #005bac;
}
.c-tableCalendar td.year_dayoff {
  background: rgba(0, 91, 172, 0.3);
}
.c-tableCalendar td.year_dayoff span,
.c-tableCalendar td.year_dayoff i {
  color: #005bac;
}
.c-tableCalendar td.working {
  background: rgba(217, 100, 100, 0.5);
}
.c-tableCalendar td.substitude {
  background: rgba(251, 122, 171, 0.4);
}
.c-tableCalendar td.work_client {
  background: rgba(230, 213, 30, 0.6);
}
.c-tableCalendar td.half_dayoff i {
  color: #005bac;
}
.c-tableCalendar td.today span {
  color: #fff;
  font-weight: 600;
  background: #005bac;
}
.c-tableCalendar td.must span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  background: #e13f3f;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
}

.c-ul {
  border-top: 1px solid #bfcfdd;
  border-bottom: 1px solid #bfcfdd;
}
.c-ul li + li {
  border-top: 1px solid #bfcfdd;
}
.c-ul .date {
  color: #1f94cc;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.c-ul.-links a {
  display: block;
  position: relative;
  padding: 10px 17px 10px 5px;
  cursor: pointer;
}
.c-ul.-links a::before {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #062037;
  border-bottom: 2px solid #062037;
  box-sizing: border-box;
}
.c-ul.-links a.important {
  color: #d96464;
}
.c-ul.-links a.important::before {
  border-color: #d96464;
}
.c-ul.-board li {
  padding: 10px 5px;
}
.c-ul.-board li a {
  color: #005bac;
  text-decoration: underline;
}
.c-ul__default > li {
  position: relative;
  padding-left: 15px;
}
.c-ul__default > li + li {
  margin-top: 5px;
}
.c-ul__default.-disc > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #062037;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.c-ul__default.-mark > li {
  padding-left: 20px;
}
.c-ul__default.-mark > li > i {
  position: absolute;
  left: 0;
  top: 0;
}
.c-ul__guide {
  display: flex;
  flex-flow: row wrap;
}
.c-ul__guide > li {
  position: relative;
  width: 33.3333333333%;
  padding: 5px 10px 5px 10px;
}
@media screen and (max-width: 768px) {
  .c-ul__guide > li {
    width: 100%;
    padding-left: 12px;
  }
}
.c-ul__guide > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #1f94cc;
}
@media screen and (max-width: 768px) {
  .c-ul__guide > li::before {
    left: 0;
  }
}
.c-ul__guide > li a {
  text-decoration: underline;
}
.c-ul__guide.-single li {
  width: 100%;
}
.c-ul__guide.-single li + li {
  margin-top: 5px;
}
.c-ul__guide.-single li .detail {
  color: rgba(6, 32, 55, 0.6);
  position: relative;
  padding-left: 12px;
  margin-top: 3px;
}
.c-ul__guide.-single li .detail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: rgba(6, 32, 55, 0.6);
  width: 5px;
  height: 1px;
}
.c-ul__num {
  counter-reset: number 0;
}
.c-ul__num > li {
  position: relative;
  padding-left: 23px;
}
.c-ul__num > li + li {
  margin-top: 5px;
}
.c-ul__num > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 2px;
}
.c-ul__question {
  counter-reset: number 0;
}
.c-ul__question > li {
  line-height: 2;
  position: relative;
  padding-left: 40px;
}
.c-ul__question > li + li {
  margin-top: 10px;
}
.c-ul__question > li::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  color: #1f94cc;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
.c-ul__breadcrumb {
  color: #1f94cc;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.c-ul__breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 7px;
}
.c-ul__breadcrumb li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 1px solid #1f94cc;
  border-bottom: 1px solid #1f94cc;
}

.c-status {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  padding: 2px 7px 3px;
  min-width: 50px;
  border-radius: 20px;
}
.c-status.-red {
  color: #d45050;
  background: #f7e0e0;
}
.c-status.-blue {
  color: #0080b2;
  background: #cceefc;
}
.c-status.-green {
  color: #007f50;
  background: #b8f0dc;
}
.c-status.-orange {
  color: #b87a00;
  background: #fee4b3;
}
.c-status.-yellow {
  color: #8e8310;
  background: #f5eea5;
}
.c-status.-purple {
  color: #a554da;
  background: #eedef8;
}
.c-status.-gray {
  color: #66727e;
  background: #d7dbdf;
}
.c-status.-disabled {
  color: #a4acac;
  background: #f4f5f5;
  outline: 1px solid #bfc4c4;
  outline-offset: -1px;
}

.c-kubun {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  padding: 2px 7px 3px;
  background: #fff;
  min-width: 50px;
  border-radius: 20px;
  outline: 1px solid;
  outline-offset: -1px;
}
.c-kubun.-red {
  color: #d45050;
  outline-color: #d96464;
}
.c-kubun.-blue {
  color: #00acef;
  outline-color: #00acef;
}
.c-kubun.-green {
  color: #00bc77;
  outline-color: #00cb81;
}
.c-kubun.-orange {
  color: #d68e00;
  outline-color: #faa600;
}
.c-kubun.-yellow {
  color: #cabb16;
  outline-color: #e6d51e;
}
.c-kubun.-purple {
  color: #a554da;
  outline-color: #a95cdc;
}
.c-kubun.-gray {
  color: #66727e;
  outline-color: #8d98a3;
}
.c-kubun.-disabled {
  color: #a4acac;
  outline-color: #a4acac;
}

.c-icon, .c-icon__logout.-mark, .c-icon__graph.-mark, .c-icon__personal.-mark, .c-icon__print.-mark, .c-icon__help, .c-icon__view, .c-icon__mail, .c-icon__copy, .c-icon__clip, .c-icon__delete, .c-icon__edit, .c-icon__preview_blank, .c-icon__preview, .c-icon__sortable, .c-icon__ng, .c-icon__check, .c-icon__ok {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.c-icon__ok {
  width: 15px;
  height: 15px;
  margin: auto;
  border: 2px solid #00b271;
  border-radius: 50%;
}
.c-icon__check {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #00b271;
  border-bottom: 2px solid #00b271;
  transform: rotate(-45deg);
}
.c-icon__ng {
  width: 15px;
  height: 15px;
  margin: auto;
}
.c-icon__ng::before, .c-icon__ng::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d96464;
  width: 2px;
  height: 100%;
  margin: auto;
}
.c-icon__ng::before {
  transform: rotate(45deg);
}
.c-icon__ng::after {
  transform: rotate(-45deg);
}
.c-icon__sortable {
  background-color: #bfcfdd;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  border-radius: 100%;
  cursor: pointer;
}
.c-icon__sortable::before, .c-icon__sortable::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #062037;
  width: 50%;
  height: 2px;
  margin: auto;
}
.c-icon__sortable::before {
  top: 9px;
}
.c-icon__sortable::after {
  bottom: 9px;
}
.c-icon__preview {
  background: url("../img/icon_preview.png") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__preview_blank {
  background: url("../img/icon_preview.png") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__edit {
  background: url("../img/icon_edit.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__delete {
  background: url("../img/icon_delete.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__clip {
  background: url("../img/icon_clip.svg") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.c-icon__delete {
  background: url("../img/icon_delete.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__copy {
  background: url("../img/icon_copy.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__mail {
  background: url("../img/icon_mail.png") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__view {
  background: url("../img/icon_view.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon__help {
  background: url("../img/icon_help.png") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.c-icon.-mark, .-mark.c-icon__logout, .-mark.c-icon__graph, .-mark.c-icon__personal, .-mark.c-icon__print, .-mark.c-icon__ok, .-mark.c-icon__check, .-mark.c-icon__ng, .-mark.c-icon__sortable, .-mark.c-icon__preview, .-mark.c-icon__preview_blank, .-mark.c-icon__edit, .-mark.c-icon__delete, .-mark.c-icon__clip, .-mark.c-icon__copy, .-mark.c-icon__mail, .-mark.c-icon__view, .-mark.c-icon__help {
  background: #bfcfdd no-repeat center/13px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 100%;
  box-sizing: border-box;
}
.c-icon__print.-mark {
  background-image: url("../img/icon_print.svg");
}
.c-icon__personal.-mark {
  background-image: url("../img/icon_contract2.svg");
}
.c-icon__graph.-mark {
  background-image: url("../img/icon_graph.svg");
}
.c-icon__logout.-mark {
  background-image: url("../img/icon_logout.svg");
}

.c-search {
  position: relative;
  margin-bottom: 7px;
  background: #eff8fb;
  border: 1px dotted #bfcfdd;
  padding: 7px 10px 5px;
}
@media screen and (max-width: 768px) {
  .c-search {
    padding: 7px 5px 5px;
  }
}
.c-search__table th,
.c-search__table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
.c-search__table th {
  color: #1f94cc;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-search__table th i.must,
.c-search__table th i.must2 {
  position: relative;
  top: 3px;
  margin-left: 5px;
  float: right;
}
.c-search__table td div.item i {
  font-size: 1.25rem;
  display: block;
  opacity: 0.7;
  margin-bottom: 2px;
}
.c-search__table td div.item ~ div.item {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .c-search__table td .flexPC {
    display: flex;
    align-items: center;
  }
  .c-search__table td .flexPC div.item i {
    display: none;
  }
  .c-search__table td .flexPC div.item ~ div.item {
    margin-top: 0;
  }
}
.c-search__table tr + tr th,
.c-search__table tr + tr td {
  border-top: 1px dotted #bfcfdd;
}
@media screen and (max-width: 768px) {
  .c-search__table {
    table-layout: fixed;
  }
  .c-search__table col,
  .c-search__table colgroup {
    display: none;
  }
  .c-search__table tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  .c-search__table tr > th, .c-search__table tr > td {
    display: block;
    padding: 5px 0;
  }
  .c-search__table tr > th {
    width: 30%;
  }
  .c-search__table tr > td {
    width: 70%;
    padding-left: 5px;
  }
  .c-search__table tr > td input[type=text],
  .c-search__table tr > td input[type=file],
  .c-search__table tr > td .c-select,
  .c-search__table tr > td select {
    max-width: 100%;
    width: 100% !important;
  }
  .c-search__table tr > td .c-tabmenuarea label,
  .c-search__table tr > td .c-tabmenuarea a {
    min-width: 200px;
  }
  .c-search__table tr > td ~ th, .c-search__table tr > td ~ td {
    border-top: 1px dotted #bfcfdd;
  }
}
@media screen and (min-width: 769px) {
  .c-search > .c-search__table {
    position: relative;
    border-top: none;
    border-bottom: none;
  }
  .c-search > .c-search__table tbody {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    position: relative;
  }
  .c-search > .c-search__table tbody tr th,
  .c-search > .c-search__table tbody tr td {
    display: block;
    width: auto;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0;
    border-top: none;
  }
  .c-search > .c-search__table tbody tr th {
    line-height: 1.3;
    padding-bottom: 2px;
    opacity: 0.8;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .c-search > .c-search__table tbody tr th i.must,
  .c-search > .c-search__table tbody tr th i.must2 {
    top: 0;
    margin-left: 0;
    margin-right: 5px;
    float: left;
  }
  .c-search > .c-search__table tbody tr td {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
.c-search > .c-search__table .c-checkboxarea label {
  color: #1f94cc;
  font-size: 1.35rem;
  background: #fff;
  padding-right: 5px;
  padding-left: 25px;
  border: 1px solid #1f94cc;
  border-radius: 2px;
}
.c-search > .c-search__table .c-checkboxarea label::before {
  top: 6px;
  left: 5px;
  background: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #1f94cc;
}
.c-search > .c-search__table .c-checkboxarea label::after {
  left: 7px;
  border-color: #1f94cc;
}
.c-search > .c-search__table .c-checkboxarea label.-checked {
  color: #fff;
  background: #1f94cc;
}
.c-search > .c-search__table .c-checkboxarea label.-checked::before {
  border-color: #1f94cc;
}
.c-search__btn {
  color: #1f94cc;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.c-search__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: url("../img/status_search.svg") no-repeat left center/15px 15px;
  width: 15px;
  height: 30px;
  margin: auto;
}
.c-search .c-toggle {
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-search tr:has(#js_reset) {
    margin-left: auto;
  }
  .c-search td:has(#js_reset) {
    padding-right: 0;
  }
}

.c-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px !important;
  height: 30px;
  cursor: pointer;
}
.c-toggle span {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #8daac2;
  cursor: pointer;
}
.c-toggle span:first-of-type {
  top: 0;
  bottom: 14px;
}
.c-toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.c-toggle span:last-of-type {
  top: 14px;
  bottom: 0px;
}
.c-toggle__wrap .c-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-toggle__wrap {
    position: relative;
    padding-right: 20px !important;
  }
  .c-toggle__wrap .c-toggle {
    display: block;
  }
}

.c-trigger {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.c-trigger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #005bac;
  border-bottom: 2px solid #005bac;
}
.c-trigger.-prev::before {
  left: 4px;
  transform: rotate(135deg);
}
.c-trigger.-next::before {
  right: 4px;
  transform: rotate(-45deg);
}
.c-trigger.-down::before {
  transform: rotate(45deg);
  top: -5px;
}
.c-trigger.-up::before {
  transform: rotate(-135deg);
  top: 5px;
}

.c-select {
  display: inline-block;
  position: relative;
  background: #fff;
}
.c-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #aec3d4 transparent transparent transparent;
}
.c-select.-multiple::before {
  display: none;
}

.c-tabmenuarea {
  margin-bottom: -5px;
  letter-spacing: -0.4em;
}
.c-tabmenuarea input {
  display: none;
}
.c-tabmenuarea * {
  letter-spacing: normal;
}
.c-tabmenuarea label,
.c-tabmenuarea a {
  color: #00acef;
  font-size: 1.3rem;
  line-height: 1.5;
  display: inline-block;
  background: #fff;
  min-width: 130px;
  padding: 5px 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #00acef;
  border-radius: 2px;
  cursor: pointer;
}
.c-tabmenuarea label.-checked,
.c-tabmenuarea a.-checked {
  color: #fff;
  background: #00acef;
  border: 1px solid #00acef;
}
@media screen and (max-width: 768px) {
  .c-tabmenuarea label,
  .c-tabmenuarea a {
    min-width: unset;
    width: calc(50% - 5px);
  }
}

.c-tabmenuarea .-s,
.c-tabmenuarea .-ss,
.c-tabmenuarea .-sss {
  text-align: center;
  padding: 6px 3px;
}

.c-tabmenuarea .-s {
  min-width: 50px;
}

.c-tabmenuarea .-ss {
  min-width: 30px;
}

.c-tabmenuarea .-sss {
  min-width: 15px;
}

.c-tabmenuarea.-small label {
  min-width: 30px;
}

.c-tabmenuarea.-middle label {
  min-width: 60px;
}

.c-tabmenuarea.-pink label {
  border: 1px solid #cc9aa1;
  color: #cc9aa1;
}
.c-tabmenuarea.-pink label.-checked {
  color: #fff;
  background: #cc9aa1;
}

.c-tabmenuarea.-pink label {
  border: 1px solid #fb7aab;
  color: #fb7aab;
}
.c-tabmenuarea.-pink label.-checked {
  color: #fff;
  background: #fb7aab;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.c-radioarea input[type=radio] {
  display: none;
}
.c-radioarea label {
  line-height: 1.7;
  display: inline-block;
  position: relative;
  padding: 2px 8px 2px 18px;
  cursor: pointer;
}
.c-radioarea label::before, .c-radioarea label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  border-radius: 50%;
  transition: all 0.2s ease;
  transition-property: transform, border-color;
}
.c-radioarea label::before {
  top: 5px;
  left: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 2px solid #aec3d4;
  box-sizing: border-box;
}
.c-radioarea label::after {
  top: 10px;
  left: 5px;
  background: #00cb81;
  width: 6px;
  height: 6px;
  transform: scale(0);
}
.c-radioarea label.-checked::before {
  border-color: #00cb81;
  animation: ripple 0.2s linear forwards;
}
.c-radioarea label.-checked::after {
  transform: scale(1);
}
.c-radioarea.-single label {
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 2px;
}
.c-radioarea.-single label::before {
  top: 0;
  bottom: 0;
}
.c-radioarea.-single label::after {
  top: 5px;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.c-checkboxarea input[type=checkbox] {
  display: none;
}
.c-checkboxarea label {
  line-height: 1.7;
  display: inline-block;
  position: relative;
  padding: 2px 10px 2px 20px;
  cursor: pointer;
}
.c-checkboxarea label::before, .c-checkboxarea label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  transition: all 0.2s ease;
  transition-property: transform, border-color, background;
}
.c-checkboxarea label::before {
  top: 5px;
  left: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 2px solid #aec3d4;
  box-sizing: border-box;
}
.c-checkboxarea label::after {
  top: 10px;
  left: 3px;
  transform: scale(0) rotate(-45deg);
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.c-checkboxarea label.-checked::before {
  background: #00cb81;
  border-color: #00cb81;
  animation: ripple 0.2s linear forwards;
}
.c-checkboxarea label.-checked::after {
  transform: scale(1) rotate(-45deg);
}
.c-checkboxarea.-single label {
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 2px;
}
.c-checkboxarea.-single label::before {
  top: 0;
  bottom: 0;
}
.c-checkboxarea.-single label::after {
  top: 5px;
}
.c-checkboxarea.-readonly label {
  pointer-events: none;
}
.c-checkboxarea.-readonly label.-checked::before {
  background: #fff;
}
.c-checkboxarea.-readonly label.-checked::after {
  border-color: #00cb81;
}

.c-pager {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 10px;
}
.c-pager > span {
  color: #5b84a8;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  width: 32px;
  height: 35px;
  margin: 5px 3px;
  box-shadow: 0 0 5px 0 rgba(0, 91, 172, 0.35);
  transition: background 0.2s;
  cursor: pointer;
}
.c-pager > span.-current {
  color: #fff;
  font-weight: 600;
  background: #5b84a8;
  cursor: default;
}
.c-pager > span.arrow1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #5b84a8;
  border-bottom: 2px solid #5b84a8;
  box-sizing: border-box;
}
.c-pager > span.arrow2::before, .c-pager > span.arrow2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #5b84a8;
  border-bottom: 2px solid #5b84a8;
  box-sizing: border-box;
}
.c-pager > span.arrow2::before {
  left: -5px;
  right: 0;
}
.c-pager > span.arrow2::after {
  right: -5px;
  left: 0;
}
.c-pager > span.-prev::before, .c-pager > span.-prev::after {
  transform: rotate(135deg);
}
.c-pager > span.-disabled {
  color: #7c9dba;
  background: rgba(191, 207, 221, 0.8);
  cursor: default;
}
.c-pager > span.-disabled::before, .c-pager > span.-disabled::after {
  border-color: #7c9dba;
}
.c-pager .total {
  color: #5b84a8;
  padding-left: 10px;
}
.c-pager .total i {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 2px;
}

.c-targetChoice {
  display: flex;
  justify-content: space-between;
}
.c-targetChoice .c-col__gray,
.c-targetChoice .c-col__blue {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .c-targetChoice .c-col__gray,
  .c-targetChoice .c-col__blue {
    width: 100%;
  }
}
.c-targetChoice .c-select {
  width: 100%;
  height: 90%;
}
.c-targetChoice .target_emp {
  display: block;
  cursor: pointer;
}
.c-targetChoice .target_emp:hover {
  color: #1f94cc;
  background: #f4f5f5;
}
.c-targetChoice .-batch {
  width: 40px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: calc(1.7em + 10px);
}
.c-targetChoice .-batch span {
  display: block;
  margin: 10px 0;
  width: 55px;
  border: 1px solid #bfcfdd;
  transition: background 0.3s;
}
.c-targetChoice .-batch span.-prev {
  background: #f4f5f5;
}
.c-targetChoice .-batch span.-prev:hover {
  background: #e7e9e9;
}
.c-targetChoice .-batch span.-next {
  background: #eef8fc;
}
.c-targetChoice .-batch span.-next:hover {
  background: #d8eef9;
}
@media screen and (max-width: 768px) {
  .c-targetChoice .-batch span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-targetChoice .-batch {
    width: 10px;
  }
}

.c-column1 {
  -moz-column-count: 1;
       column-count: 1;
}
.c-column1 > * {
  width: 100%;
}

.c-column2 {
  -moz-column-count: 2;
       column-count: 2;
}
.c-column2 > * {
  width: 100%;
}

.c-column3 {
  -moz-column-count: 3;
       column-count: 3;
}
.c-column3 > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-column3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.c-column4 {
  -moz-column-count: 4;
       column-count: 4;
}
.c-column4 > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-column4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.c-modal {
  left: calc(50% + 135px) !important;
  border-radius: 5px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-modal {
    width: 92% !important;
    left: 50% !important;
  }
}
.c-modal__header {
  color: #005bac;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 500;
  padding: 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .c-modal__header {
    padding: 0 15px 10px;
  }
}
.c-modal__body {
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    padding: 0px 15px;
  }
}
.c-modal__body.scroll-area {
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .c-modal__body.scroll-area {
    padding: 0px 15px;
  }
}
.c-modal__footer {
  text-align: center;
  padding: 10px 10px 0;
}
.c-modal__footer .c-btn {
  font-size: 1.3rem;
  width: 150px;
  padding: 6px;
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  .c-modal__footer .c-btn {
    width: calc(50% - 11px);
  }
}
.c-modal__bg {
  background: rgba(6, 32, 55, 0.75) !important;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .c-modal__bg {
    margin-left: -4%;
  }
}
.c-modal__bg.-lighten {
  background: rgba(6, 32, 55, 0.3) !important;
}

.c-flow {
  display: flex;
  flex-flow: row wrap;
  margin-left: 1px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  .c-flow {
    display: block;
    margin-bottom: 0;
  }
}
.c-flow .item {
  position: relative;
  background: #fff;
  width: 20%;
  min-height: 57px;
  border: 1px solid #1f94cc;
  padding: 5px 3px 5px 5px;
  margin-left: -1px;
  margin-bottom: 3px;
}
.c-flow .item + .item {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-flow .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .c-flow .item + .item {
    margin-top: -1px;
    padding-top: 10px;
    padding-left: 5px;
  }
}
.c-flow .item:not(:last-of-type)::before, .c-flow .item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
}
@media screen and (max-width: 768px) {
  .c-flow .item:not(:last-of-type)::before, .c-flow .item:not(:last-of-type)::after {
    right: 0;
    left: 0;
    top: auto;
  }
}
.c-flow .item:not(:last-of-type)::before {
  border-width: 7px;
  border-left-color: #1f94cc;
}
@media screen and (max-width: 768px) {
  .c-flow .item:not(:last-of-type)::before {
    border-width: 9px;
    border-left-color: transparent;
    border-top-color: #1f94cc;
    bottom: -18px;
  }
}
.c-flow .item:not(:last-of-type)::after {
  border-width: 8.5px;
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-flow .item:not(:last-of-type)::after {
    border-width: 8px;
    border-left-color: transparent;
    border-top-color: #fff;
    bottom: -16px;
  }
}
.c-flow .item .app_status {
  font-size: 1.25rem;
  display: block;
}
.c-flow .item.required {
  background: #eef8fc;
}
.c-flow .item.required:not(:last-of-type)::after {
  border-left-color: #eef8fc;
}
@media screen and (max-width: 768px) {
  .c-flow .item.required:not(:last-of-type)::after {
    border-left-color: transparent;
    border-top-color: #eef8fc;
  }
}
.c-flow .item.-parallel + .-parallel {
  border-left: 1px dashed #1f94cc;
}
@media screen and (max-width: 768px) {
  .c-flow .item.-parallel + .-parallel {
    border-top: 1px dashed #1f94cc;
  }
}
.c-flow .item.-parallel:not(.-last) {
  border-right: 1px dashed #1f94cc;
}
.c-flow .item.-parallel:not(.-last)::after, .c-flow .item.-parallel:not(.-last)::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-flow .item.-parallel {
    border-left: 1px solid #1f94cc !important;
    border-right: 1px solid #1f94cc !important;
  }
}

.p-top__information .c-ul .date {
  margin-bottom: 7px;
}
.p-top__information .c-ul .date .department {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  background: #1f94cc;
  width: 150px;
  margin-left: 20px;
  padding-bottom: 1px;
}
.p-top .c-table1 tr.half_dayoff td:nth-of-type(2) {
  color: #005bac;
}
.p-top__sp figure {
  text-align: center;
}
.p-top__sp figure img {
  width: 60px;
  height: 60px;
}
.p-top__sp figure figcaption {
  color: #005bac;
  font-size: 1.4rem;
  line-height: 1;
}
.p-top__sp .date {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-shadow: transparent 0 0 0, rgba(6, 32, 55, 0.7) 0 0 0;
  margin-top: 20px;
}
.p-top__sp ul {
  text-align: center;
  margin-top: 25px;
}
.p-top__sp ul li + li {
  margin-top: 10px;
}
.p-top__sp ul .c-btn {
  position: relative;
  width: 250px;
}
.p-top__sp ul .c-btn.-notify::before {
  content: "";
  display: block;
  position: absolute;
  background: #d96464;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 8px;
  right: -70px;
  left: 0;
  margin: auto;
}

.p-notification .c-pager {
  margin-top: 10px;
  margin-bottom: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-attendance .c-search {
    border: none;
    background: none;
    height: 30px;
    padding: 0;
  }
}
.p-attendance .c-search .c-select {
  vertical-align: top;
}
.p-attendance .c-table1 tr.half_dayoff td:nth-of-type(4) {
  color: #005bac;
}
.p-attendance .c-table1 td.today::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #005bac transparent transparent transparent;
}
.p-attendance .c-tableCalendar td i {
  display: inline-block;
}
.p-attendance .c-tableCalendar td i:first-of-type {
  padding-top: 15px;
}
.p-attendance__alerm {
  color: #d96464;
  line-height: 1.5;
  position: relative;
  width: 90%;
  margin: -5px auto 15px;
  padding-left: 20px;
}
.p-attendance__alerm::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
  background: #d96464;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.p-attendance__overview .c-col {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 91, 172, 0.35);
}
.p-attendance__overview dl {
  display: flex;
  flex-flow: row wrap;
}
.p-attendance__overview dl.center {
  justify-content: center;
}
.p-attendance__overview dl.between {
  justify-content: space-between;
}
.p-attendance__overview dl.evenly {
  justify-content: space-evenly;
}
.p-attendance__overview dt {
  color: #005bac;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  text-shadow: transparent 0 0 0, rgba(0, 91, 172, 0.7) 0 0 0;
  width: 100%;
}
.p-attendance__overview dd {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  width: calc(33.3333333333% - 7px);
}
.p-attendance__overview dd i {
  color: #1f94cc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  display: block;
  margin-top: 10px;
  padding: 2px 0 3px;
  border: 1px solid #1f94cc;
  border-radius: 20px;
}
.p-attendance__modal input {
  text-align: center;
  width: 100%;
}
.p-attendance__modal.-must .c-modal__header i {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 5px;
  right: 15px;
  background: #d96464;
  margin: auto;
  padding: 0 7px 2px;
  border-radius: 20px;
}
.p-attendance__modal .c-select {
  width: 75px;
}
.p-attendance__modal .apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-attendance__modal .apply .c-btn {
  font-size: 1.3rem;
  padding: 3px 25px;
}
.p-attendance__modal .flexbox1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-attendance__modal .flexbox1 .c-search__table td input {
  width: calc(50% - 17px);
}
.p-attendance__modal .flexbox2 {
  display: flex;
}
.p-attendance__modal .flexbox2 div.item {
  width: calc(33.3333333333% - 4px);
}
.p-attendance__modal .flexbox2 div.item + div.item {
  margin-top: 0 !important;
  margin-left: 8px;
}
.p-attendance__modalPdf input[type=text],
.p-attendance__modalPdf .c-select {
  width: 100%;
}
.p-attendance .c-search__table .c-btn {
  width: 85px;
}
.p-attendance .c-trigger {
  margin-left: 5px;
}
.p-attendance .c-col__gray {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-attendance .c-col__gray {
    margin-bottom: 0;
    border: 1px solid #005bac;
    padding: 5px;
    margin: 15px 4% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-attendance .c-search .c-search__table .c-select {
    height: 30px;
    margin-bottom: 20px;
  }
}

.p-report__list .c-table2 tr:hover:has(td[data-linkarea]) td {
  transition: background 0.2s;
  background: #d5fff0;
}
@media screen and (max-width: 768px) {
  .p-report__list .c-table2 th:nth-of-type(n + 4):nth-child(-n+6),
  .p-report__list .c-table2 td:nth-of-type(n + 4):nth-child(-n+6) {
    display: none;
  }
}
.p-report__approval .personal_link {
  display: flex;
  align-items: center;
}
.p-report__approval .personal_link dt {
  width: 40px;
}
.p-report__approval .personal_link dd {
  width: calc(100% - 40px);
}
.p-report__approval .c-table2 tr:hover:has(td[data-linkarea]) td {
  transition: background 0.2s;
  background: #d5fff0;
}
@media screen and (max-width: 768px) {
  .p-report__approval .c-table2 th:nth-of-type(n + 4):nth-child(-n+7),
  .p-report__approval .c-table2 td:nth-of-type(n + 4):nth-child(-n+7) {
    display: none;
  }
}
.p-report__edit input[type=text],
.p-report__edit textarea {
  width: 100%;
}
.p-report__edit textarea {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .p-apply__list .c-search .c-select,
  .p-apply__list .c-search input[type=date] {
    width: 100%;
  }
  .p-apply__list .c-table2 th:nth-of-type(n + 4):nth-child(-n+7),
  .p-apply__list .c-table2 td:nth-of-type(n + 4):nth-child(-n+7) {
    display: none;
  }
}
.p-apply__modal input[type=date],
.p-apply__modal textarea {
  width: 100%;
}
.p-apply__modal textarea {
  height: 80px;
}
.p-apply__regist .c-select,
.p-apply__regist input[type=date] {
  width: 150px;
}
.p-apply__regist .dateAction {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-apply__regist .dateAction {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .p-apply__regist .dateAction .c-btn {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .p-apply__regist .c-select,
  .p-apply__regist input[type=date] {
    width: 100% !important;
  }
}

.p-tcd__list .c-table2 tr:hover:has(td[data-linkarea]) td {
  transition: background 0.2s;
  background: #d5fff0;
}
.p-tcd__list .-score i {
  color: #5b84a8;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  width: 45px;
  margin-right: 3px;
}
.p-tcd__list .-score i::before {
  content: "：";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-tcd__list .-year {
  color: #5b84a8;
  margin: 0 0 3px 3px;
}
.p-tcd__edit textarea {
  width: 100%;
  height: 200px;
}
.p-tcd__edit .c-tabmenuarea.disabled label {
  cursor: default;
}
.p-tcd__fb__score > div {
  display: inline-block;
  width: 160px;
  margin-right: 20px;
}
.p-tcd__fb__score > div .c-table1 th {
  width: 80px;
}
.p-tcd__sample .-guidance > p ~ p {
  margin-top: 1em;
}
.p-tcd__sample figure img {
  max-width: 100%;
  border: 1px solid #bfcfdd;
}
.p-tcd__master textarea {
  vertical-align: middle;
  min-height: 29px;
  resize: vertical;
}
.p-tcd__master .c-tabmenuarea label {
  font-size: 1.5rem;
  text-align: center;
  width: 100px;
}

.p-el__list .btns {
  display: flex;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .p-el__list .btns {
    position: static;
    margin-bottom: 3px;
  }
}
.p-el__list .btns a {
  color: #005bac;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  background: #fff;
  border: 2px solid #005bac;
  border-radius: 20px;
  padding: 1px 3px 2px;
  width: 65px;
}
.p-el__list .btns a + a {
  margin-left: 4px;
}
.p-el__scoring .board {
  display: flex;
  align-items: flex-start;
}
.p-el__scoring .board table {
  max-width: 100px;
}
.p-el__scoring .board table th,
.p-el__scoring .board table td {
  text-align: center !important;
  border-top: none !important;
  vertical-align: middle !important;
}
.p-el__scoring .board table th {
  color: #fff !important;
  background: #1f94cc !important;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-el__scoring .board table th {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-el__scoring .board table td {
    width: 50% !important;
    padding-left: 0;
  }
}
.p-el__scoring .board table + table {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-el__scoring .board table + table {
    margin-left: 5px;
  }
}
.p-el__modal .c-select {
  width: 100%;
}

.p-blog__ui_category {
  color: #1f94cc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
  margin-top: -2px;
}
.p-blog__ui_category span {
  letter-spacing: normal;
  position: relative;
  background: rgba(31, 148, 204, 0.1);
  border-top: 1px solid #1f94cc;
  border-bottom: 1px solid #1f94cc;
  padding-right: 10px;
  padding-bottom: 1px;
}
.p-blog__ui_category span:first-of-type {
  padding-left: 5px;
  border-left: 1px solid #1f94cc;
}
.p-blog__ui_category span:last-of-type {
  padding-right: 5px;
  border-right: 1px solid #1f94cc;
}
.p-blog__ui_category span:not(:last-of-type):after {
  content: "⁄";
  line-height: 1.5;
  display: inline-block;
  margin-left: 10px;
}
.p-blog__ui_detail {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.p-blog__ui_detail li {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 25px;
  opacity: 0.7;
}
.p-blog__ui_detail li:not(:last-of-type) {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-blog__ui_detail {
    display: block;
  }
  .p-blog__ui_detail li {
    margin: 10px 0;
  }
}
.p-blog__ui_detail .date {
  background: url("../img/blog_time.svg") no-repeat left center;
  background-size: 19px 19px;
}
.p-blog__ui_detail .person {
  background: url("../img/blog_user.svg") no-repeat left center;
  background-size: 20px 20px;
}
.p-blog__ui_detail .comment {
  background: url("../img/blog_comment.svg") no-repeat left center;
  background-size: 18px 18px;
}
@media screen and (max-width: 768px) {
  .p-blog__ui_detail .comment {
    margin-bottom: 0;
  }
}
.p-blog__wrap {
  display: flex;
  flex-flow: row wrap;
}
.p-blog__wrap_contents {
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .p-blog__wrap_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__wrap_contents .edit dt {
    display: none;
  }
  .p-blog__wrap_contents .edit dd {
    width: 100%;
  }
}
.p-blog__wrap_contents .c-col {
  position: relative;
}
.p-blog__wrap_contents .c-col > a.article {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  transition: box-shadow 0.3s;
}
.p-blog__wrap_contents .c-col > a.article:hover {
  box-shadow: 0 0 17px 0 rgba(0, 91, 172, 0.5);
}
.p-blog__wrap_contents .c-col > a.article::before {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 2px solid #1f94cc;
  border-bottom: 2px solid #1f94cc;
}
.p-blog__wrap_contents .cont {
  color: #005bac;
  font-weight: 500;
  text-decoration: underline;
  padding-left: 5px;
}
.p-blog__wrap_sidemenu {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-blog__wrap_sidemenu {
    width: 100%;
    margin-left: 0;
  }
}
.p-blog__wrap_sidemenu .c-btn.submit {
  width: 100%;
  margin-bottom: 20px;
}
.p-blog__wrap_sidemenu .c-tableCalendar {
  margin-bottom: 30px;
  margin-top: 0;
}
.p-blog__wrap_sidemenu .c-tableCalendar td {
  height: 45px;
}
.p-blog__wrap_sidemenu .c-tableCalendar td span {
  font-size: 1.4rem;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
}
.p-blog__wrap_sidemenu .-category .c-col__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-blog__wrap_sidemenu .-category .filter {
  position: relative;
  border-top: 1px solid #bfcfdd;
  cursor: pointer;
}
.p-blog__wrap_sidemenu .-category .filter i {
  display: block;
  position: absolute;
  right: 12px;
  top: 20px;
  transform: rotate(-45deg);
  z-index: 2;
  width: 5px;
  height: 5px;
  border-left: 2px solid #9eb6cb;
  border-bottom: 2px solid #9eb6cb;
  transition: 0.2s;
}
.p-blog__wrap_sidemenu .-category .filter_list {
  display: none;
}
.p-blog__wrap_sidemenu .-category .filter_value, .p-blog__wrap_sidemenu .-category .filter_list li {
  line-height: 2.5;
  background: #fff;
  padding: 5px 25px 5px 10px;
  margin: 0px;
  border: 1px solid #bfcfdd;
  border-top: none;
}
.p-blog__wrap_sidemenu .-category .filter_list li.drop {
  position: relative;
}
.p-blog__wrap_sidemenu .-category .filter_list li p {
  display: none;
  position: relative;
  padding: 5px 0 5px 20px;
}
.p-blog__wrap_sidemenu .-category .filter_list li p::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  background: #1f94cc;
  width: 5px;
  height: 1px;
  margin: auto;
}
.p-blog__wrap_sidemenu .-category .filter_list li p:first-of-type {
  margin-top: 3px;
}
.p-blog__wrap_sidemenu .-comment .date {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.p-blog__wrap_sidemenu .-comment .title {
  color: #062037;
  font-size: 1.3rem;
  margin-left: 20px;
  margin-top: -3px;
  opacity: 0.6;
}
.p-blog__list .p-blog__wrap_contents .c-col {
  padding-right: 45px;
}
.p-blog__list .p-blog__ui_detail {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-blog__detail_guide {
    display: flex;
    justify-content: space-between;
  }
  .p-blog__detail_guide .c-btn {
    width: calc((100% - 20px) / 3);
  }
}
.p-blog__detail_comments {
  line-height: 1.5;
  border-top: 1px solid #bfcfdd;
}
.p-blog__detail_comments > li {
  padding: 10px 10px 10px;
  border-bottom: 1px solid #bfcfdd;
}
.p-blog__detail_comments > li .p-blog__ui_detail {
  position: relative;
  justify-content: flex-end;
  align-items: unset;
  padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 3px;
}
.p-blog__detail_comments > li .p-blog__ui_detail li {
  margin-bottom: 2px;
}
.p-blog__detail_comments > li .p-blog__ui_detail .delete {
  position: absolute;
  right: 0;
  bottom: -3px;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.p-blog__detail_comments > li .p-blog__ui_detail .delete .c-btn {
  width: 60px;
}
.p-blog__detail textarea {
  width: 100%;
  height: 100px;
}
.p-blog__edit .c-search__table textarea {
  width: 100%;
  height: 150px;
}
.p-blog__edit .c-search__table .u-txtRed__s {
  margin-bottom: 5px;
}
.p-blog__edit .c-search__table .c-select {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-blog__edit .c-search__table .c-select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__edit .c-search__table th {
    display: none;
  }
}
.p-blog__edit .c-btn__float {
  display: none;
}
.p-blog__edit .c-btn.submit {
  pointer-events: none;
}
.p-blog__category_list li {
  position: relative;
  padding: 10px 16px 10px 10px;
  cursor: pointer;
}
.p-blog__category_list li::before {
  display: none;
}
.p-blog__category_list li i {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 19px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid #062037;
  border-bottom: 2px solid #062037;
}
.p-blog__category_list li p {
  display: none;
  position: relative;
  padding: 10px 0 10px 20px;
  cursor: pointer;
}
.p-blog__category_list li p::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  background: #1f94cc;
  width: 5px;
  height: 1px;
  margin: auto;
}
.p-blog__category_list li p:first-of-type {
  margin-top: 5px;
}

.p-bizcard__detail .cropper-area img {
  display: block;
  max-width: 100%;
}
.p-bizcard__detail .c-col__innerflex-2 > div:first-of-type {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-bizcard__detail .c-col__innerflex-2 > div:first-of-type {
    width: 320px;
  }
}
@media screen and (min-width: 769px) {
  .p-bizcard__detail .c-col__innerflex-2 > div:last-of-type {
    width: calc(100% - 350px);
  }
}
.p-bizcard__detail .c-table3 input {
  width: 100%;
}
.p-bizcard__detail__upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f4f8;
  width: 100%;
  height: 218.75px;
  cursor: pointer;
}
.p-bizcard__detail__upload label input {
  display: none;
}
.p-bizcard__detail__upload label p {
  color: #7c9dba;
  font-size: 1.6rem;
  position: relative;
  padding-top: 45px;
}
.p-bizcard__detail__upload label p span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 3px solid #7c9dba;
  border-radius: 100%;
}
.p-bizcard__detail__upload label p span::before, .p-bizcard__detail__upload label p span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #7c9dba;
  width: 12px;
  height: 4px;
  margin: auto;
}
.p-bizcard__detail__upload label p span::after {
  transform: rotate(90deg);
}
.p-bizcard__detail__camera figure video {
  background: #f1f4f8;
  width: 100%;
  aspect-ratio: 3/4;
}
.p-bizcard__detail__camera figure img {
  display: block;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 8/5;
  margin: 0 auto;
}
.p-bizcard__detail__operation {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.p-bizcard__detail__operation .c-btn {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .p-bizcard__detail__operation {
    display: block;
    margin-top: 0;
  }
  .p-bizcard__detail__operation .c-btn {
    display: block;
    margin-top: 10px;
    margin: 10px auto 0;
  }
}

.p-help__manual figure img {
  border: 1px solid #bfcfdd;
}
.p-help__manual figure img.u-w100per {
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .p-help__manual figure img {
    max-width: 100%;
  }
}

.p-work_approval__group .c-flow {
  margin-top: 5px;
}
.p-work_approval__group .authorizer_name {
  font-size: 1.25rem;
}
.p-work_approval__group .authorizer_group {
  color: #005bac;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-work_approval__group .company_list + .company_list {
  margin-top: 15px;
}
.p-work_approval__group_detail .members_info {
  display: flex;
  align-items: center;
}
.p-work_approval__group_detail .members_info .section_name {
  margin-left: 20px;
  margin-right: 50px;
}
.p-work_approval__group_detail .members_info .js_emp_table {
  table-layout: auto;
  width: unset;
  margin-top: -5px;
  margin-bottom: -5px;
}
.p-work_approval__group_detail .members_info .js_emp_table td {
  padding: 5px 0;
  border: none;
}

@media screen and (min-width: 769px) {
  .p-interview__rate .flexbox-2 {
    display: flex;
    justify-content: flex-end;
  }
  .p-interview__rate .flexbox-2 > div {
    width: calc(50% - 15px);
  }
  .p-interview__rate .flexbox-2 > div + div {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview__rate .flexbox-2 > div + div {
    margin-top: 30px;
  }
}
.p-interview__rate .tech_info input[type=text] {
  color: #062037 !important;
}
.p-interview__rate_simulation input {
  text-align: right;
  width: 80px;
}
.p-interview__rate_simulation .c-table1 {
  margin-top: 20px;
}
.p-interview__rate_simulation .c-table1 td {
  text-align: right;
}
.p-interview__rate_simulation .c-table1 td input[type=text] {
  text-align: right;
  width: 100%;
}
.p-interview__rate_simulation .c-table3 ~ .c-table3 {
  margin-top: 20px;
}
.p-interview__rate_simulation .c-col__title_m + .c-table3 {
  margin-top: 0;
}
.p-interview__rate_simulation .config_time input {
  width: 50px;
}
.p-interview__rate_simulation .config_month input {
  width: 70px;
}
.p-interview__rate_simulation .flexbox-2.-info {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-interview__rate_simulation .flexbox-2.-info > div {
    width: 300px;
  }
}
.p-interview__rate_simulation .flexbox-2.-info td {
  text-align: right !important;
}
.p-interview__rate__approved .c-table3 th {
  color: #00744a !important;
  background: rgba(0, 203, 129, 0.1) !important;
}
.p-interview__rate__approved .c-col__title_m {
  color: #005b3a;
  background: rgba(0, 203, 129, 0.25);
  border-left: 1px solid #005b3a;
}

.p-contract_set__detail .c-select:has(select[name=contract_detail_id]) {
  max-width: 100%;
}
.p-contract_set__detail td.edit_disabled {
  background: #f4f5f5;
}
.p-contract_set__detail input[type=text].edit_disabled,
.p-contract_set__detail textarea.edit_disabled {
  background: #f4f5f5;
  resize: none;
  cursor: default;
}
.p-contract_set__detail input[type=text].edit_disabled:focus,
.p-contract_set__detail textarea.edit_disabled:focus {
  outline: unset;
}
.p-contract_set__detail .time {
  text-align: center;
}
.p-contract_set__detail .notes {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contract_set__detail .notes {
    display: block;
  }
}
.p-contract_set__detail .notes > div {
  min-width: 110px;
}
.p-contract_set__detail .notes > p {
  color: #456581;
}

.p-request__request .c-table2 th:nth-last-child(3),
.p-request__request .c-table2 td:nth-last-child(3) {
  padding-right: 20px;
}

.p-upload__list .slash:has(+ p) {
  display: none;
}

.p-master__menu .c-table2 {
  table-layout: auto;
}
.p-master__menu .c-table2 td .c-trigger {
  vertical-align: middle;
  display: block;
}
.p-master__menu .c-table2 td:nth-of-type(3) {
  width: 45px !important;
}
.p-master__menu .c-table2 td:has(.c-icon__check) {
  text-align: center;
}
.p-master__menu .c-table2 td:has(.c-icon__delete) {
  text-align: right;
}
.p-master__menu .c-table2 td:nth-last-child(6) {
  font-size: 1.25rem;
}
.p-master__menu .c-table2 .menu_group {
  background: rgba(31, 148, 204, 0.2);
}
.p-master__menu .c-table2 .menu_subgroup {
  background: rgba(31, 148, 204, 0.05);
}
.p-master__menu .c-table2 .menu_subgroup .c-trigger {
  margin-left: auto;
}
.p-master__menu .c-table2 .menu_cond {
  line-height: 1.9;
}
.p-master__menu .c-table2 .menu_cond li {
  color: #4d7292;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  padding: 3px;
  border: 1px solid #bfcfdd;
  border-radius: 5px;
}
.p-master__menu__sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-master__menu__sort .c-col {
  width: calc(33.3333333333% - 20px);
}
.p-master__menu__sort .c-col .c-table2 .selected {
  background: #e0f2fa;
}
.p-master__message__list .slash:has(+ p) {
  display: none;
}
.p-master__message__list .c-table2 td > a {
  pointer-events: none;
}
.p-master__message__list .-message_prev {
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
}
.p-master__message__list .-message_prev a {
  pointer-events: none;
}
.p-master__message__detail {
  padding-top: 0 !important;
  border-top: none !important;
}
.p-master__message__detail textarea {
  min-height: 200px;
}
.p-master__message__detail .c-col__innerflex-2 {
  align-items: flex-start;
}
.p-master__message__detail .-preview {
  line-height: 1.5;
  background: #fff;
  padding: 3px 4px;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .p-master__message__detail .-preview {
    min-height: calc(2.1rem + 6px);
  }
}

@media screen and (max-width: 768px) {
  .p-address .c-table2 th:nth-of-type(3),
  .p-address .c-table2 td:nth-of-type(3) {
    display: none;
  }
  .p-address .c-table2 th:nth-of-type(n + 5):nth-of-type(-n + 6),
  .p-address .c-table2 td:nth-of-type(n + 5):nth-of-type(-n + 6) {
    display: none;
  }
}
.p-address__modal .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-address__modal .flexbox input {
  width: calc(50% - 10px);
}

.p-request textarea {
  width: 100%;
  height: 200px;
}

.p-shortcut__menu {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 100%;
  z-index: 10;
  transform: translateX(-50%);
  background: #fff;
  width: 200px;
  margin: auto;
  padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 91, 172, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.p-shortcut__menu table {
  margin-bottom: 10px;
  cursor: default;
}
.p-shortcut__menu table td {
  cursor: pointer;
}
.p-shortcut__menu .c-btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-shortcut__menu {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    bottom: auto;
    right: auto;
    transform: unset;
    width: 100%;
    opacity: 1;
  }
}

.p-asset .purpose {
  font-size: 1.3rem;
  background: #eef8fc;
  padding: 5px;
  margin-top: 3px;
}

.p-safety__list ul li {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}
.p-safety__list ul li .mail {
  padding-right: 20px;
}
.p-safety__list ul li .c-btn {
  text-decoration: none;
  width: 50px;
  padding: 2px 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-safety__list ul li .mail {
    width: calc(100% - 50px);
  }
}
.p-safety__manage tr:hover:has(td[data-linkarea]) td {
  transition: background 0.2s;
  background: #d5fff0;
}
.p-safety__manage .-targets_scroll {
  max-height: 597px;
  overflow-y: scroll;
}
.p-safety__manage .-targets_scroll .c-table2 {
  table-layout: auto;
}
.p-safety__target {
  padding-bottom: 100px;
}
.p-safety__target .js_detail {
  cursor: pointer;
  transition: 0.3s;
}
.p-safety__target .js_detail:hover {
  background: rgba(31, 148, 204, 0.06);
}
.p-safety__target .-message {
  color: #5b84a8;
  font-size: 1.25rem;
  margin-top: 5px;
}
.p-safety__target .c-balloon {
  text-align: left;
  white-space: unset;
  min-width: 280px;
  max-width: 320px;
}
.p-safety__target .c-balloon .-text {
  max-height: 6.8em;
  margin-top: 5px;
  overflow-y: scroll;
}
.p-safety__target .-confirm_area_scroll {
  max-height: 420px;
  overflow-y: scroll;
}
.p-safety__target .-confirm_area_scroll .c-table2 {
  table-layout: auto;
}

.p-login .l-wrapper {
  padding: 0;
}
.p-login__main {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  background: url(../img/drawing_bg.png) no-repeat;
  background-size: cover;
  min-height: calc(100vh - 60px);
}
.p-login h1 {
  color: #1f94cc;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.p-login h1 img {
  width: 62px;
  height: 70px;
}
.p-login .c-col {
  width: 370px;
  padding: 30px 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-login .c-col {
    width: 85%;
    padding: 15px;
  }
}
.p-login .c-col h2 {
  color: #005bac;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.p-login .c-col dl dt {
  color: #5b84a8;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.p-login .c-col dl dd {
  margin-bottom: 15px;
}
.p-login .c-col dl dd input {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  width: 100%;
  padding: 5px 7px;
}
.p-login .c-col dl dd input[type=password] {
  font-family: Verdana;
}
.p-login .c-col .c-btn {
  width: 100%;
  margin-top: 20px;
}
.p-login__link {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 15px;
}
.p-login__link a {
  color: #005bac;
}
.p-login__passmain {
  background: url(../img/drawing_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 5%;
}
.p-login__passmain h1 {
  color: #1f94cc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.p-login__passmain .c-col {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .p-login__passmain .c-col {
    width: 100%;
  }
}
.p-login__passmain .c-col .attention {
  color: #d96464;
  font-size: 1.3rem;
  margin-top: 30px;
}

.p-faq .c-col__title {
  position: relative;
  margin-bottom: 0;
  padding-right: 25px;
  cursor: pointer;
}
.p-faq .c-col__title i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: auto;
}
.p-faq .c-col__title i::before, .p-faq .c-col__title i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f94cc;
  margin: auto;
}
.p-faq .c-col__title i::before {
  width: 100%;
  height: 2px;
}
.p-faq .c-col__title i::after {
  width: 2px;
  height: 100%;
}
.p-faq__list {
  margin-top: 15px;
}
.p-faq__list > li::before {
  top: 19px;
  bottom: auto;
}
.p-faq__list > li > div > i {
  color: #1f94cc;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  left: 5px;
  top: 0px;
}
.p-faq__list > li > div.c-col__title_m {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.p-faq__list > li > div.c-col__title_m span {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
}
.p-faq__list > li > div.c-col__title_m span::before, .p-faq__list > li > div.c-col__title_m span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005bac;
  margin: auto;
}
.p-faq__list > li > div.c-col__title_m span::before {
  width: 100%;
  height: 2px;
}
.p-faq__list > li > div.c-col__title_m span::after {
  width: 2px;
  height: 100%;
}
.p-faq__list > li > div.answer {
  display: none;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  margin-left: 2px;
  margin-top: -3px;
}
.p-faq__list > li + li {
  margin-top: 25px;
}

.p-schedule__close {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background: #fff url("../../schedule/parts/img/icon_close.svg") no-repeat center center/13px 13px;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
}
.p-schedule__header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background: #005bac;
  width: 100%;
  height: 60px;
}
.p-schedule__header h1 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  padding-left: 60px;
  background: rgba(0, 91, 172, 0.2) url("../img/icon_schedule.svg") no-repeat 20px center/24px 24px;
  background-blend-mode: darken;
}
.p-schedule__header h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-left: 25px;
  opacity: 0.8;
}
.p-schedule__header__user {
  text-align: right;
  position: relative;
  padding-right: 70px;
  padding-left: 25px;
  margin-right: 30px;
}
.p-schedule__header__user span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
}
.p-schedule__header__user p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}
.p-schedule__header__user a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-schedule__header__user a i {
  display: block;
  margin: 2px auto 0 auto;
}
.p-schedule__sidebar {
  width: 250px;
  position: fixed;
  z-index: 100;
  height: 100%;
  background: #fff;
  padding-top: 60px;
}
.p-schedule__sidebar_scroll {
  height: 100vh;
  padding-bottom: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-schedule__sidebar_scroll::-webkit-scrollbar {
  display: none;
}
.p-schedule__sidebar .c-tableCalendar {
  box-shadow: unset;
}
.p-schedule__sidebar .c-tableCalendar th,
.p-schedule__sidebar .c-tableCalendar td {
  border: none;
}
.p-schedule__sidebar .c-tableCalendar th.dayoff,
.p-schedule__sidebar .c-tableCalendar td.dayoff {
  background: #fff;
}
.p-schedule__sidebar .c-tableCalendar th {
  padding-bottom: 2px;
}
.p-schedule__sidebar .c-tableCalendar td {
  vertical-align: middle;
  height: 35px;
}
.p-schedule__sidebar .c-tableCalendar td span {
  font-weight: 600;
}
.p-schedule__sidebar .-regist {
  text-align: center;
  margin-bottom: 25px;
}
.p-schedule__sidebar .-regist .c-btn {
  font-size: 1.7rem;
  background: #00cb81 url(../../schedule/parts/img/icon_regist.svg) no-repeat 30px center/17px 17px;
  width: 220px;
  padding-left: 40px;
}
.p-schedule__sidebar .-regist .c-btn:hover {
  background-color: #00a76a;
}
.p-schedule__sidebar__menu a {
  color: #486a88;
  display: block;
  position: relative;
  padding: 11px 20px 11px 30px;
}
.p-schedule__sidebar__menu a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2.5px solid #486a88;
  border-bottom: 2.5px solid #486a88;
  opacity: 0.5;
}
.p-schedule__sidebar__menu a:hover {
  color: #005bac;
}
.p-schedule__sidebar__menu a:hover::after {
  border-color: #005bac;
}
.p-schedule__sidebar__menu a.-current {
  color: #005bac;
  font-weight: 500;
  background-color: #f4f5f5;
}
.p-schedule__sidebar__menu a.-current::after {
  border-color: #005bac;
  opacity: 1;
}
.p-schedule__sidebar__menu dl {
  margin-top: 20px;
}
.p-schedule__sidebar__menu dl > div + div {
  margin-top: 5px;
}
.p-schedule__sidebar__menu dl > div dt {
  padding: 10px 20px 10px 60px;
  font-weight: 500;
}
.p-schedule__sidebar__menu dl > div dt.-facility {
  background: url(../../schedule/parts/img/icon_facility.svg) no-repeat 30px center/19px 19px;
}
.p-schedule__sidebar__menu dl > div dt.-asset {
  background: url(../../schedule/parts/img/icon_asset.svg) no-repeat 30px center/17px 17px;
}
.p-schedule__sidebar__menu dl > div dt.-user {
  position: relative;
  background: url(../../schedule/parts/img/icon_user.svg) no-repeat 30px center/17px 17px;
  padding: 0;
}
.p-schedule__sidebar__menu dl > div dt.-user > a {
  color: #062037;
  display: block;
  padding: 10px 20px 10px 60px;
}
.p-schedule__sidebar__menu dl > div dd a {
  padding: 6px 20px 6px 60px;
}
.p-schedule__content {
  padding-top: 80px;
  width: 100%;
  padding-left: 280px;
  padding-right: 30px;
  padding-bottom: 70px;
}
.p-schedule__content_title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-schedule__content_title .-today {
  color: #1f94cc;
  background: #fff;
  border: 1px solid #1f94cc;
  padding: 1px 20px;
  margin-left: 35px;
}
.p-schedule__content .c-col {
  padding: 0;
}
.p-schedule__content .c-search {
  background: #fff;
  padding: 15px;
  border: none;
}

.u-txtLeft {
  text-align: left !important;
}

.u-txtRight {
  text-align: right !important;
}

.u-txtCenter {
  text-align: center !important;
}

.u-txtBlue {
  color: #005bac;
}
.u-txtBlue__s {
  color: #1f94cc;
  font-size: 1.25rem;
}

.u-txtGray {
  color: #a1a3a5;
}
.u-txtGray__s {
  color: #a1a3a5;
  font-size: 1.25rem;
}

.u-txtGreen {
  color: #00bc77;
}

.u-txtRed {
  color: #d96464;
}
.u-txtRed__s {
  color: #d96464;
  font-size: 1.3rem;
}

.u-txtSmall {
  font-size: 1.3rem !important;
}

.u-txtXS {
  font-size: 1.1rem !important;
}

.u-txtXXS {
  font-size: 0.9rem !important;
}

.u-txtLarge {
  font-size: 2rem !important;
}

.u-txtBold {
  font-weight: 600;
}

.u-txtThrough {
  text-decoration: line-through;
}

.u-uline {
  text-decoration: underline;
}

.u-ruby {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
}

.u-ruby2 {
  color: #5b84a8;
  font-size: 1.15rem;
  font-weight: 500;
  display: block;
}

.u-ruby3 {
  color: #1f94cc;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}

.u-ruby_s {
  color: #1f94cc;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}

.u-label {
  color: #5b84a8;
  font-size: 1.2rem;
  font-weight: 500;
}

.u-yomi {
  font-size: 1rem;
}

.u-bgBlue {
  background: #c3dfeb !important;
}

.u-bgRed {
  background-color: #fcf2f2 !important;
}

.u-bgGray {
  background-color: #e6e5e3 !important;
}

.u-bgToday {
  background-color: #d5ebce !important;
}

@media screen and (max-width: 768px) {
  .u-onlyPC {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-onlySP {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-spFull {
    margin: 0 calc(50% - 50vw);
  }
}

.u-error {
  color: #d96464;
}
.u-errorinput {
  background: #f6dbdb !important;
  outline: 1px solid #d96464 !important;
}
.u-errorbox {
  background: #f6dbdb !important;
  padding: 5px;
}
.u-error.c-select {
  background: #f6dbdb !important;
  outline: 1px solid #d96464 !important;
}

.u-changed {
  background-color: #ffedc8;
}

.u-fixed {
  color: #00bc77;
}
.u-fixedinput {
  background: #d5fff0 !important;
  outline: 1px solid #00cb81 !important;
}
.u-fixed.c-select {
  background: #d5fff0 !important;
  outline: 1px solid #00cb81 !important;
}

.u-w100per {
  width: 100%;
}

.u-w30 {
  width: 30px;
}

.u-w40 {
  width: 40px;
}

.u-w50 {
  width: 50px;
}

.u-w80 {
  width: 80px;
}

.u-w100 {
  width: 100px;
}

.u-w150 {
  width: 150px;
}

.u-w200 {
  width: 200px;
}

.u-w300 {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .u-w300 {
    width: 100%;
  }
}

.u-w400 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .u-w400 {
    width: 100%;
  }
}

.u-w500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .u-w500 {
    width: 100%;
  }
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pointer {
  cursor: pointer;
}

.u-readonly {
  pointer-events: none;
  color: #888;
  border-width: 0px;
  box-shadow: none;
}

.u-hide {
  display: none !important;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.u-disabled {
  color: #888;
  background-color: #f8f4f4;
}

.c-table2 td[data-linkarea2] {
  cursor: pointer;
}

.num {
  text-align: right;
}

.date {
  width: 110px !important;
}

.time {
  width: 47px !important;
  text-align: center;
}

.tel {
  width: 105px !important;
}

input[type=date] {
  width: 115px !important;
}

.price {
  width: 60px !important;
  text-align: right;
}

.zip {
  width: 100px;
  margin-right: 3px;
  display: inline-block;
}

.addr {
  width: calc(100% - 108px);
  display: inline-block;
}

.price {
  width: 55px !important;
}

.percent {
  width: 55px !important;
}

.marker {
  background-color: #fcfc74;
  padding: 1px 3px;
}

table.inner td {
  border: none;
}

table.inner td:nth-of-type(1) {
  width: 80px !important;
}

.tabmenu {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
}

.tabmenu li {
  flex: 1;
  flex-basis: 120px;
  margin: 2px 8px;
  text-align: center;
  border: 1px solid #517798;
  color: #517798 !important;
  height: 30px;
  line-height: 30px;
}

.tabmenu a {
  color: #517798 !important;
  display: block;
  width: 100%;
  height: 100%;
}

.tabmenu li.on {
  background-color: #517798;
  color: #fff !important;
  position: relative; /* 吹き出しの位置を親要素に対して設定するために必要 */
}

.tabmenu .on a {
  color: #fff !important;
}

.tabmenu li.on::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #517798;
  z-index: 199; /* 吹き出しを前面に表示する */
}

.u-noborder {
  border: none !important;
}

.noborder {
  margin: 0 !important;
}

.noborder td {
  border: none !important;
  text-align: left;
  padding: 0 !important;
}

.noborder {
  border-collapse: collapse;
}

.c-footerBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  /*justify-content: space-between; */
  justify-content: center;
  z-index: 4;
}

.c-search_more_btn {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #407fbf;
  border-radius: 3px;
  background: #fff;
  color: #407fbf;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.c-search_more_btn .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #407fbf;
}

/*------------------------------------------
dropdown のセレクトボックス
*/
.c-dropdown {
  position: relative;
  min-width: 100px;
  cursor: pointer;
}

.c-dropdown-btn {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
}

.c-dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  z-index: 9999 !important;
}

.c-dropdown li {
  padding: 3px;
  z-index: 9999 !important;
}

.c-dropdown li:hover {
  opacity: 0.8;
}

/*折衝記録のスタイル*/
#doc_list td:nth-of-type(1) {
  vertical-align: top;
  width: 25%;
}

#doc_list td:nth-of-type(2) {
  width: 73%;
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
}

#doc_list td:nth-of-type(3) {
  width: 30px;
}

#doc_list .doc_detail td {
  border: none !important;
}

#doc_list .doc_detail td:nth-of-type(1) {
  width: 70px !important;
  text-align: left;
}

#doc_list .doc_detail td:nth-of-type(2) {
  text-align: left;
}

#doc_list .doc_detail tr:nth-child(odd) {
  background-color: #ffffff;
}

#doc_list .doc_detail tr:nth-child(even) {
  background-color: #f7f7f7;
}

.doc_detail td {
  color: #3d4242;
  font-size: 1.2rem;
}

.-space_between {
  display: flex;
  justify-content: space-between !important;
}

.c-submitBox {
  position: fixed; /* 常に画面下に固定 */
  bottom: 22px;
  left: 0; /* 親要素の幅を基準に配置 */
  right: 0;
  width: 100%; /* 親要素の幅に基づく */
  text-align: center;
  z-index: 5;
  padding-left: 230px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-submitBox {
    padding-left: 0;
    padding-right: 0;
    bottom: 52px;
  }
}

.u-highlight {
  background-color: yellow;
}

[data-help] {
  cursor: help;
}

.sp-multiple {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */