@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #333;
  font-family: 'Open Sans', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

button,
select {
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: initial;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  -moz-background-size: 8px;
       background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  -moz-border-radius: 10em;
       border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
  -moz-box-shadow: 0px 0px 0px 2px #00bcd4;
       box-shadow: 0px 0px 0px 2px #00bcd4;
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*='select-one'][dir='rtl']:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  -moz-background-size: 8px;
       background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  -moz-border-radius: 0;
       border-radius: 0;
}

.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  -moz-border-radius: 2.5px;
       border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  -moz-border-radius: 2.5px 2.5px 0 0;
       border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  -moz-border-radius: 0 0 2.5px 2.5px;
       border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 20px;
       border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  -moz-border-radius-bottomleft: 2.5px;
       border-bottom-left-radius: 2.5px;
  -moz-border-radius-bottomright: 2.5px;
       border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
       border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
html.fix {
  overflow: hidden;
}

html.fix body {
  overflow: hidden;
}

html.download {
  overflow: hidden;
}

html.download body {
  overflow: hidden;
}

html.download body .download_modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation-name: fade-flex;
     -moz-animation-name: fade-flex;
          animation-name: fade-flex;
  -webkit-animation-duration: .3s;
     -moz-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}

.show_sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.flex-l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-s {
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-end {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container {
  min-width: 1000px;
  margin: 0 auto;
  background-color: #f4f3f3;
}

.contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
}

.bn_common {
  height: 38px;
  width: 190px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 1.4rem;
  color: #fff;
}

.bn_common + .bn_common {
  margin-left: 10px;
}

.bn_common.w_bn {
  background-color: #fff;
}

.bn_common.g_bn {
  background-color: #4a96a5;
}

.bn_common.d_bn {
  background-color: #737373;
}

.bn_common.r_bn {
  background-color: #b44e4e;
}

.side {
  width: 200px;
  background-color: #62a1ae;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 100;
}

.side a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.side h1 {
  height: 94px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4a96a5;
}

.side h1 a {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.side ul a {
  font-size: 1.6rem;
  padding: 15px 20px;
  position: relative;
}

.side ul a:after {
  position: absolute;
  right: 26px;
  top: 24px;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.side ul a.current {
  background-color: #f4f3f3;
  color: #4a96a5;
}

.side ul a.current:after {
  border-color: #4a96a5;
}

.side .btn_logout {
  color: #000;
  height: 40px;
  width: 164px;
  margin: 196px auto 0;
}

.side .btn_logout:before {
  content: "";
  display: block;
  background: url(../images/logout.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 18px;
  height: 14px;
  margin-right: 10px;
}

.main_area {
  padding-top: 100px;
  padding-left: 200px;
  width: 100%;
}

.row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb {
  background-color: #ebebeb;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}

.breadcrumb ul li a {
  color: #838383;
}

.breadcrumb ul li + li {
  margin-left: 10px;
}

.breadcrumb ul li + li:before {
  content: ">";
  margin-right: 10px;
}

.head_area {
  background-color: #fff;
  height: 62px;
  position: fixed;
  padding-left: 200px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.head_area .row {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head_area .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head_area .bn_common {
  height: 34px;
  width: 130px;
}

.contents_area {
  padding: 38px 0;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

a[href^=tel] {
  pointer-events: none;
  text-decoration: none;
  opacity: 1 !important;
  cursor: default !important;
}

a,
button {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.7;
}

body {
  background-color: #efefef;
}

input,
button,
textarea,
select {
  font-size: 1.4rem;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

input,
textarea,
select {
  color: #000;
}

.w_short {
  width: 230px !important;
}

.w_middle {
  width: 746px !important;
}

.w_wide {
  width: 100% !important;
}

.w_half {
  width: 488px !important;
}

.w_nallow {
  width: 100px !important;
}

.w_nallow + .w_nallow {
  margin-left: 0 !important;
}

input[type="text"],
input[type="password"],
input[type="number"] {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background-color: #fff;
}

input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  padding: 14px 18px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background-color: #fff;
}

select {
  height: 44px;
  width: 100%;
  padding: 0 18px;
}

select::-ms-expand {
  display: none;
}

.inputRadio input[type="radio"] {
  display: none;
}

.inputRadio input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

.inputRadio label {
  position: relative;
  display: block;
  padding-left: 31px;
  font-size: 1.6rem;
  line-height: 24px;
  cursor: pointer;
}

.inputRadio label::before, .inputRadio label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -moz-border-radius: 9999px;
       border-radius: 9999px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inputRadio label::before {
  width: 21px;
  height: 21px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  left: 0;
}

.inputRadio label::after {
  width: 11px;
  height: 11px;
  background: #62a1ae;
  left: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.select_area {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 20px;
  position: relative;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.select_area:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.checkbox {
  position: relative;
}

.checkbox_large {
  width: 100px;
  text-align: center;
}

.checkbox_large .form_checkbox_label {
  min-width: 44px;
  min-height: 44px;
}

.checkbox_large .form_checkbox_label:before {
  width: 44px;
  height: 44px;
  border: none;
}

.checkbox_large .form_checkbox_label:after {
  width: 2.1em;
  height: 1em;
  left: 0.5em;
  top: 0.6em;
}

.form_checkbox {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_checkbox:checked + label:after {
  -webkit-transform: scale(1) rotate(-45deg);
     -moz-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.form_checkbox_label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-width: 16px;
  min-height: 16px;
}

.form_checkbox_label:before, .form_checkbox_label:after {
  content: '';
  position: absolute;
  display: block;
  pointer-events: none;
}

.form_checkbox_label:before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 4px;
       border-radius: 4px;
  left: 0;
  top: 0;
}

.form_checkbox_label:after {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, background-color 0.3s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.3s ease;
  transition: transform 0.2s ease, background-color 0.3s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  width: 1.1em;
  height: 0.6em;
  margin-top: 2px;
  border-left: 2px solid #4a96a5;
  border-bottom: 2px solid #4a96a5;
  -webkit-transform: scale(0) rotate(-45deg);
     -moz-transform: scale(0) rotate(-45deg);
      -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  z-index: 1;
}

.radio {
  position: relative;
}

.status_radio {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status_radio:not(:checked) + label .status {
  background-color: #c3c3c3;
  color: #7f7f7f !important;
}

.datepicker {
  padding-left: 10px;
  width: 131px;
  background: url("/project/images/calenda.png") no-repeat right 15px center, #fff;
  -moz-background-size: 16px;
       background-size: 16px;
}

.popup {
  /* max-width: 1500px; */
  -moz-border-radius: 4px;
       border-radius: 4px;
  min-width: 500px;
  padding: 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.popup .checkbox label {
  padding-left: 0;
  width: auto;
}

.popup_ttl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #4a96a5;
  padding-bottom: 8px;
  letter-spacing: 2px;
}

.popup_sec {
  padding: 20px 0;
}

.popup_sec + .popup_sec {
  border-top: 1px solid #c9c9c9;
}

.popup_sec_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
  letter-spacing: 2px;
}

.popup_sec_ttl:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #4a96a5;
  width: 4px;
  height: 1em;
  left: 0;
  top: 4px;
}

.popup a.select_btn {
  max-width: 46px;
  width: 100%;
  background-color: #4a96a5;
  color: #fff;
  -moz-border-radius: 13px;
       border-radius: 13px;
  display: block;
  padding: 2px 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0 auto;
}

.popup a.select_btn:hover {
  opacity: 0.7;
}

.popup.progress_regist .status {
  width: 72px;
}

.popup.progress_regist .flex-l {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup.progress_regist .flex-l li {
  margin-top: 20px;
  margin-left: 20px;
}

.popup.progress_regist .flex-l li:nth-child(4n+1) {
  margin-left: 0;
}

.popup.progress_regist .flex-l li .wrap_datepicker {
  width: 220px;
  margin-top: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.popup.progress_regist .resist_btns {
  margin-top: 0;
}

.popup.monhour_regist li {
  margin-top: 20px;
}

.popup.monhour_regist .department {
  width: 88px;
}

.popup.monhour_regist .select_area {
  width: 180px;
}

.popup.monhour_regist .hour input {
  width: 100px;
  margin: 0 10px;
}

.popup.monhour_regist .resist_btns {
  margin-top: 20px;
}

.popup.estimate_linking .section_block {
  padding-top: 20px;
}

.popup.estimate_linking .form_area {
  padding-bottom: 10px;
}

.popup.estimate_linking .form_area .date_time .select .wrap_datepicker {
  width: 220px;
}

.popup.estimate_linking .form_area .date_time .select .wrap_datepicker .input_date {
  width: 100%;
}

.popup.estimate_linking .form_area input.w_popup_middle {
  width: 464px;
}

.popup.estimate_linking .form_btns {
  padding: 20px 0;
}

.popup.estimate_linking .table_area {
  max-height: 220px;
  overflow-y: auto;
}

.popup.estimate_linking .table_area .linking_name {
  overflow: hidden;
  width: 100%;
}

.popup.estimate_linking .table_area .tb_link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
}

.popup.estimate_linking .table_area .tb_link:after {
  background-color: #000;
}

.popup.estimate_change li {
  margin-top: 20px;
}

.popup.estimate_change .resist_btns {
  padding-top: 0;
  border: none;
}

.popup.estimate_change .w_popup_middle {
  width: 348px;
}

.popup.estimate_change .w_popup_middle .wrap_datepicker, .popup.estimate_change .w_popup_middle input {
  width: 100%;
}

.popup.site_linking .table_area {
  margin-bottom: 0;
  max-height: 350px;
  overflow-y: auto;
}

.popup.site_linking .search_block {
  padding-bottom: 10px;
}

.popup.site_linking .search_block input.w_popup_half {
  width: 286px;
}

.popup.site_linking .search_block input.w_popup_wide {
  width: 584px;
}

.popup.site_linking .search_block .edit_list-category {
  padding-top: 0;
}

.popup.site_linking .tb_link {
  color: #000;
}

.popup.site_linking .tb_link:after {
  background-color: #000;
}

.popup.site_linking .form_btns {
  padding-top: 0;
}

.popup.matter_linking .search_block {
  padding-bottom: 10px;
}

.popup.matter_linking .search_block input.w_popup_half {
  width: 434px;
}

.popup.matter_linking .search_block input.w_popup_shorthalf {
  width: 390px;
}

.popup.matter_linking .table_area {
  max-height: 350px;
  overflow-y: auto;
}

.popup.customer_linking .table_area {
  max-height: 350px;
  overflow-y: auto;
}

#error_message_waku .message {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  color: red;
}

#error_message_waku .message.hidden {
  display: none;
}

.error-message .error-message {
  margin-top: 5px;
  color: red;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  background: transparent !important;
  cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent, .cboxIframe {
  overflow: visible !important;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
}

#cboxClose {
  background: none !important;
  text-indent: 0 !important;
  font-size: 0;
  top: -46px !important;
}

#cboxClose:before {
  content: "✖";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  z-index: 1;
  font-size: 20px;
}

.download_modal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download_modal_inner {
  background-color: #fff;
  -moz-border-radius: 20px;
       border-radius: 20px;
  width: 200px;
  height: 200px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #62a1ae;
}

.download_modal p {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.download_modal .loading_img {
  margin-top: 10px;
  background: url(../images/download.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: 2s fadeDown infinite 0.5s;
     -moz-animation: 2s fadeDown infinite 0.5s;
          animation: 2s fadeDown infinite 0.5s;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-moz-keyframes fadeDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(10px);
         transform: translateY(10px);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes fade-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -moz-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -moz-box;
    display: flex;
    opacity: 1;
  }
}

@keyframes fade-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

.form_area {
  border-bottom: 2px solid #c9c9c9;
  position: relative;
}

.form_area.no_border {
  border: none;
}

.form_area.no_border:after {
  content: none;
}

.form_area:after {
  content: "";
  display: block;
  bottom: -3px;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #fff;
}

.form_area_ttl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #4a96a5;
  padding-bottom: 10px;
  letter-spacing: 2px;
}

.border_top {
  border-top: 1px solid #c9c9c9;
  margin-top: 26px;
  padding-top: 26px;
}

.border_top .edit_list-category {
  padding-top: 0 !important;
}

.border_bottom {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
  padding-bottom: 26px;
}

.search_block .edit_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

.search_block .edit_list a.select_btn {
  max-width: 46px;
  width: 100%;
  background-color: #4a96a5;
  color: #fff;
  -moz-border-radius: 13px;
       border-radius: 13px;
  display: block;
  padding: 2px 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 10px;
}

.search_block .edit_list a.select_btn:hover {
  opacity: 0.7;
}

.search_block .edit_list input {
  width: 490px;
}

.search_block .edit_list-category {
  padding: 12px 0 4px;
}

.search_block .edit_list-category.center {
  text-align: center;
}

.search_block .edit_list .flex-l {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.search_block .edit_list .flex-l .edit_list-item + .edit_list-item {
  margin-left: 28px;
}

.search_block + .search_block {
  margin-top: 1.5em;
}

.form_btns {
  padding: 26px 0 36px;
}

.form_btns .bn_common {
  width: 130px;
  height: 34px;
}

.form_btns .bn_common.btn_submit {
  border: 1px solid #4a96a5;
  color: #4a96a5;
  position: relative;
}

.form_btns .bn_common.btn_submit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #4a96a5;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table_wrap .table_head {
  padding: 38px 0 26px;
}

.table_wrap .table_head .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table_wrap .table_head .flex .bn_common:nth-child(5n+1) {
  margin-left: 0;
}

.table_wrap .table_head .flex .bn_common:nth-child(n+6) {
  margin-top: 10px;
}

.page_area_l p {
  color: #838383;
  letter-spacing: 1px;
}

.page_area_l ul li a {
  background-color: #fff;
  display: block;
  -moz-border-radius: 30px;
       border-radius: 30px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px;
}

.page_area_l ul li a:hover, .page_area_l ul li a.active {
  background-color: #4a96a5;
  color: #fff;
  opacity: 1;
}

.page_area_l ul li a:hover:before, .page_area_l ul li a.active:before {
  border-color: transparent #fff transparent transparent !important;
}

.page_area_l ul li a:hover:after, .page_area_l ul li a.active:after {
  border-color: transparent transparent transparent #fff !important;
}

.page_area_l ul li a.prev, .page_area_l ul li a.next {
  width: 90px;
  margin: 0 13px;
  position: relative;
}

.page_area_l ul li a.prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7.8px 4.5px 0;
  border-color: transparent #000 transparent transparent;
  margin-right: 10px;
}

.page_area_l ul li a.next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #000;
  margin-left: 10px;
}

.page_area_r p {
  font-size: 1.4rem;
  color: #838383;
  margin-right: 16px;
}

.page_area_r .select_area {
  padding-right: 0;
  width: 97px;
}

.page_area_r .select_area select {
  height: 30px;
  font-size: 1.4rem;
}

.table_area {
  margin: 20px 0;
}

.table_area table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.table_area table .tal {
  text-align: left;
}

.table_area table thead th:first-of-type {
  -moz-border-radius: 10px 0 0 0;
       border-radius: 10px 0 0 0;
  border-left: 1px solid #c8c8c8;
}

.table_area table thead th:last-of-type {
  -moz-border-radius: 0 10px 0 0;
       border-radius: 0 10px 0 0;
  border-right: 1px solid #c8c8c8;
}

.table_area table tbody tr:last-of-type td:first-of-type {
  -moz-border-radius: 0 0 0 10px;
       border-radius: 0 0 0 10px;
}

.table_area table tbody tr:last-of-type td:last-of-type {
  -moz-border-radius: 0 0 10px 0;
       border-radius: 0 0 10px 0;
}

.table_area table th, .table_area table td {
  background-color: #fff;
}

.table_area table th {
  padding: 13px 5px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 2px solid #d3d3d3;
  font-size: 1.4rem;
  line-height: 16px;
  color: #62a1ae;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.table_area table th a {
  color: #62a1ae;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.table_area table th a:hover {
  opacity: 0.7;
}

.table_area table th a.desc .arr, .table_area table th a.asc .arr {
  color: #62a1ae;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.table_area table th a.desc .arr:hover, .table_area table th a.asc .arr:hover {
  opacity: 0.7;
}

.table_area table th a.desc .arr::after, .table_area table th a.asc .arr::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #62a1ae;
}

.table_area table th a.asc .arr::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.table_area table th a.desc .arr::after {
  -webkit-transform: translateY(-50%) rotate(0);
     -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.table_area table th:not(:last-child) {
  border-right: 1px solid #c8c8c8;
}

.table_area table td {
  padding: 17px 8px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-align: center;
  letter-spacing: 0.1em;
  border-right: 1px solid #c8c8c8;
}

.table_area table td.tdLeft {
  text-align: left;
}

.table_area table td:first-of-type {
  border-left: 1px solid #c8c8c8;
}

.table_area table td a {
  color: #333;
  text-decoration: none;
}

.table_area table td time {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.table_area table td .num {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.table_area table td .tb_link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #62a1ae;
  text-decoration: none;
}

.table_area table td .tb_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #62a1ae;
}

.table_area table td .show_target {
  position: relative;
  text-align: left;
}

.table_area table td .show_target .show_bal {
  background-color: #4a96a5;
  bottom: -webkit-calc(100% + 24px);
  bottom: -moz-calc(100% + 24px);
  bottom: calc(100% + 24px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-box-shadow: 0 3px 5px rgba(163, 127, 156, 0.29);
       box-shadow: 0 3px 5px rgba(163, 127, 156, 0.29);
  -moz-border-radius: 20px;
       border-radius: 20px;
  color: #fff;
  display: none;
  position: absolute;
  width: 244px;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  padding: 16px 20px;
  z-index: 1;
}

.table_area table td .show_target .show_bal:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 7px 0 7px;
  border-color: #4a96a5 transparent transparent transparent;
  position: absolute;
  left: -webkit-calc(50% - 9px);
  left: -moz-calc(50% - 9px);
  left: calc(50% - 9px);
  top: 100%;
}

.table_area table td .show_target .show_bal_memo {
  margin-top: 0.6em;
  border: 1px solid #fff;
  padding: 4px 8px;
  font-size: 1.2rem;
}

.table_area table td .show_target:hover .show_bal {
  display: block;
}

.table_area table td.high_priority, .table_area table td.priority {
  font-weight: bold;
}

.table_area table td.high_priority {
  color: #ff0000;
}

.table_area table td.priority {
  color: #ff00ff;
}

.resist_btns .bn_common {
  height: 34px;
  width: 130px;
}

.resist_btns .bn_common.btn_return {
  border: 1px solid #4a96a5;
  color: #4a96a5;
  position: relative;
}

.resist_btns .bn_common.btn_return:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7.8px 4.5px 0;
  border-color: transparent #4a96a5 transparent transparent;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.linking_area {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.linking_area_modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}

.linking_area_modal img {
  width: 22px;
}

.linking_area_modal a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 4px;
}

.linking_area_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linking_area_list > .flex-l {
  width: 50% !important;
}

.linking_area_list > .flex-l:nth-child(n+3) {
  margin-top: 1em;
}

.linking_area_list > .flex-l .flex-l {
  max-width: -webkit-calc(100% - 110px);
  max-width: -moz-calc(100% - 110px);
  max-width: calc(100% - 110px);
}

.linking_area_input {
  position: relative;
  padding-left: 26px;
}

.linking_area_input input {
  width: 180px !important;
  height: 30px !important;
  -moz-border-radius: 6px;
       border-radius: 6px;
}

.linking_area .input_delete {
  position: absolute;
  right: 8px;
  top: 4px;
}

.linking_area .linking_name {
  margin-left: 0.5em;
  width: 230px;
  overflow: hidden;
}

.linking_area .linking_name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
}

.linking_area .linking_btn.disable {
  pointer-events: none;
}

.linking_area.linking_select {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linking_area.linking_select .linking_area_input {
  padding-left: 16px;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.datepicker.focus + .wrap_table {
  border: 1px solid #e3e3e3;
  z-index: 1;
  visibility: visible;
  top: 0;
  opacity: 1;
  display: block;
  -webkit-animation-name: fade-in;
     -moz-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .3s;
     -moz-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}

.datepicker + .wrap_table {
  padding: 5px;
  position: absolute;
  top: -30px;
  background: #fff;
  width: 280px;
  margin-top: 60px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e3e3e3;
  display: none;
}

.datepicker + .wrap_table > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  line-height: 40px;
  background: #e3e3e3;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: #000000;
  border-bottom: 0;
}

.datepicker + .wrap_table > p span.prev_year, .datepicker + .wrap_table > p span.prev, .datepicker + .wrap_table > p span.next, .datepicker + .wrap_table > p span.next_year {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.datepicker + .wrap_table > p span.prev::before, .datepicker + .wrap_table > p span.next::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 15px;
  background: url("/common/images/arrow.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.datepicker + .wrap_table > p span.prev_year::before, .datepicker + .wrap_table > p span.next_year::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url("/common/images/double-arrow.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.datepicker + .wrap_table > p span.prev_year::before, .datepicker + .wrap_table > p span.prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
     -moz-transform: translate(-50%, -50%) scale(-1);
      -ms-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}

.datepicker + .wrap_table table {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.datepicker + .wrap_table table tr th {
  border: 1px solid #fff;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
}

.datepicker + .wrap_table table tr td {
  border: 1px solid #e7e7e7;
  font-size: 1.4rem;
  line-height: 2;
  width: 36px;
  height: 30px;
  color: #d4d4d4;
  background: #f6f6f6;
}

.datepicker + .wrap_table table tr td.active {
  background: #fff;
  cursor: pointer;
  color: #000;
}

.datepicker + .wrap_table table tr td.selected {
  border-color: #000;
}

.datepicker + .wrap_table table tr td.no_day {
  opacity: 0;
}

.status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  min-width: 72px;
  -moz-border-radius: 14px;
       border-radius: 14px;
  font-size: 1.2rem;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.1em;
}

.status_01 {
  background-color: #c67737;
}

.status_02 {
  background-color: #ab4c6d;
}

.status_03 {
  background-color: #3f5767;
}

.status_04 {
  background-color: #bb4c46;
}

.status_05 {
  background-color: #4873a5;
}

.status_06 {
  background-color: #447359;
}

.status_07 {
  background-color: #73914e;
}

.status_08 {
  background-color: #844e8f;
}

.status_09 {
  background-color: #498e9d;
}

.status_10 {
  background-color: #b09d00;
}

.status_11 {
  background-color: #5f5a9c;
}

.status_12 {
  background-color: #494949;
}

.status_13 {
  background-color: #8e67ac;
}

/************************************
** 割合棒グラフ
************************************/
.percentage-bar-wrap {
  /* margin: 0 auto 4rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
       flex: 1;
}

.percentage-bar-wrap > div:first-child {
  -moz-border-radius: 4px 0 0 4px;
       border-radius: 4px 0 0 4px;
}

.percentage-bar-wrap > div:last-child {
  -moz-border-radius: 0 4px 4px 0;
       border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.percentage-bar {
  height: 30px;
  /* 棒高さ */
  margin-right: 2px;
  /* 棒余白 */
}

.percentage-bar-num {
  text-align: center;
  color: black;
  /* ラベル文字色 */
  line-height: 30px;
  font-weight: 600;
  /* ラベル文字太さ */
  font-size: 11px;
  /* ラベル文字サイズ */
}

.percentage-bar-item {
  color: #777;
  /* コンテンツ文字色 */
  text-align: center;
  font-weight: 600;
  /* コンテンツ文字太さ */
  font-size: 13px;
  /* コンテンツ文字サイズ */
  margin-top: 5px;
  letter-spacing: 1px;
}

/*スマホ*/
@media screen and (max-width: 480px) {
  .percentage-bar-item {
    font-size: 10px;
    /* コンテンツ文字サイズ */
  }
}

.table_area table tbody tr._issues td {
  background-color: #d8d8d8;
  font-size: 11px;
}

.searchNormal {
  border: 1px solid #ed6d6d;
  color: #ed6d6d;
  position: relative;
  background: white;
}

.seachWarn {
  border: 1px solid #ed6d6d;
  color: white;
  position: relative;
  background: #ed6d6d;
}
