@charset "UTF-8";
/* ##############################################################################

    CONFIG

############################################################################## */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  transform: none !important;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition {
  position: relative;
}

tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer * {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperLayer *:before, .introjs-helperLayer *:after {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4);
}

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* overrides extra padding on button elements in Firefox */
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  border-radius: 0.2em;
}

.introjs-disabled {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:hover, .introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}

/* ##############################################################################

    DEFAULT

############################################################################## */
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font: 14px/1.231 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: .04em;
  color: #394044;
  background-color: #f5f5fb;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, 'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  }
  .ie-none {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

small {
  display: inline-block;
  font-size: 86%;
}

a {
  color: #525d5d;
  text-decoration: none;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

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

@media only screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 1040px) {
  a[ontouchstart=""] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .form-group input, .select2-container input, .form-group textarea {
    font-size: 16px !important;
  }
}

/* ##############################################################################

    ANIMATION

############################################################################## */
/* keyframes
*************************************************** */
@-webkit-keyframes loading_mov {
  0% {
    transform: rotate(0deg);
    color: #0fa8e0;
  }
  50% {
    transform: rotate(180deg);
    color: #BEFCFF;
  }
  100% {
    transform: rotate(360deg);
    color: #0fa8e0;
  }
}
@keyframes loading_mov {
  0% {
    transform: rotate(0deg);
    color: #0fa8e0;
  }
  50% {
    transform: rotate(180deg);
    color: #BEFCFF;
  }
  100% {
    transform: rotate(360deg);
    color: #0fa8e0;
  }
}

.ts4 {
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ##############################################################################

    COMMON

############################################################################## */
/* tooltip
**************************************** */
.tooltip_wrap {
  position: relative;
}

.tooltip_wrap:hover > .tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
  width: 100%;
  min-width: 140px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
}

.tooltip > .text {
  background-color: #3f464a;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  display: inline-block;
}

.tooltip > .text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #3f464a transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .tooltip_wrap:hover > .tooltip {
    visibility: hidden;
    opacity: 0;
  }
}

/* color
**************************************** */
.color-main {
  color: #0fa8e0;
}

.light_tone {
  color: #75bdd5;
}

.color-link {
  color: #0fa8e0;
}

.color-link:hover {
  opacity: 0.6;
}

.color-warning {
  color: #f3a715;
}

/* show & hide / to_detail
**************************************** */
.startup, .datatable {
  display: none;
}

.to_detail:hover {
  cursor: pointer;
}

/* layout
**************************************** */
.inner {
  margin-left: auto;
  margin-right: auto;
}

.inner-sm {
  max-width: 1080px;
}

/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* --- position --- */
.pos_rel {
  position: relative;
  z-index: 0;
}

/* --- margin --- */
.mgn-btm4 {
  margin-bottom: 4px;
}

.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

/* --- pc or sp --- */
.pc-none, .pc-none-inline, .pc-none-table, .pc-none-flex {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none-inline {
  display: inline;
}

.sp-none-table {
  display: table;
}

.sp-none-flex, .flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 86%;
  }
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24, .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40, .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56, .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72, .mgn-btm80 {
    margin-bottom: 40px;
  }
  .sp-none, .sp-none-inline, .sp-none-table, .sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: flex;
  }
}

/* flex
**************************************** */
/* --- ブロック要素 --- */
/* --- インライン要素 --- */
.flex-inline {
  display: inline-flex;
}

/* --- 逆向き --- */
.flex-reverse {
  flex-direction: row-reverse;
}

/* --- 縦並び --- */
.flex-column {
  flex-direction: column;
}

/* --- 水平方向揃え --- */
.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

/* --- 垂直方向揃え --- */
.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

/* --- 子要素の折り返し設定 --- */
.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

/* --- 子要素の複数行設定 --- */
.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

/* --- ざっくりflexレイアウト --- */
.flex-col2, .flex-col3, .flex-col4 {
  flex-wrap: wrap;
}

.flex-col2 > * {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.flex-col2 > *:nth-child(even) {
  margin-right: 0;
}

.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.flex-col3 > *:nth-child(3n+3) {
  margin-right: 0;
}

.flex-col4 > * {
  width: 24.5%;
  margin-right: .66%;
  margin-bottom: .66%;
}

.flex-col4 > *:nth-child(4n+4) {
  margin-right: 0;
}

.flex.no_mgn > * {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .flex-col4.flex-smpc-col3 > * {
    width: 32.89%;
    margin-right: .66%;
    margin-bottom: .66%;
  }
  .flex-col4.flex-smpc-col3 > *:nth-child(4n+4) {
    width: 32.89%;
    margin-right: .66%;
    margin-bottom: .66%;
  }
  .flex-col4.flex-smpc-col3 > *:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
  .flex-sp-wrap {
    flex-wrap: wrap;
  }
  /* --- ざっくりflexレイアウト - sp --- */
  .flex-col4.flex-smpc-col3.flex-sp-block > * {
    width: 100%;
  }
  .flex-col2.flex-sp-block > * {
    width: 100%;
  }
  .flex-col2 > *:not(:last-child) {
    margin-bottom: 8px !important;
  }
  .flex-sp-col2 > *, .flex-sp-col2.flex-col3 > *:nth-child(3n+3) {
    width: 49.3%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
  }
  .flex-sp-col2.flex-col4.flex-smpc-col3 > * {
    width: 49.3%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
  }
  .flex-sp-col2.flex-col4.flex-smpc-col3 > *:nth-child(4n+4) {
    width: 49.3%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
  }
  .flex-sp-col2.flex-col4.flex-smpc-col3 > *:nth-child(even), .flex-sp-col2.flex-col4.flex-smpc-col3 > *:nth-child(4n+4):nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *, .flex-sp-col3.flex-col4 > *:nth-child(4n+4) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n+3) {
    margin-right: 0;
  }
  /* --- 水平方向揃え --- */
  .flex-sp-j-start {
    justify-content: flex-start;
  }
  .flex-sp-j-end {
    justify-content: flex-end;
  }
  .flex-sp-j-ctr {
    justify-content: center;
  }
  .flex-sp-j-between {
    justify-content: space-between;
  }
  .flex-sp-j-around {
    justify-content: space-around;
  }
}

/* wht_bloc
**************************************** */
.wht_bloc {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #eaeaeb;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 5px;
}

.wht_bloc-pdg_sm {
  padding-top: 16px;
  padding-bottom: 16px;
}

.wht_bloc.no_style {
  border: none;
}

@media screen and (max-width: 767px) {
  .wht_bloc {
    padding: 16px;
  }
}

/* ttl
**************************************** */
.heading-1 {
  font-size: 171%;
  color: #80878a;
}

.heading-2 {
  font-size: 128%;
  font-weight: bold;
}

.heading-1:not(:first-child), .heading-2:not(:first-child) {
  margin-top: 16px;
}

.heading-3 {
  font-size: 114%;
  font-weight: bold;
}

.heading-3 .bx {
  opacity: .25;
  margin-right: 2px;
}

.heading-4 {
  font-size: 108%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 150%;
  }
}

/* txt
**************************************** */
.txt-ctr {
  text-align: center;
}

.txt-rgt {
  text-align: right;
}

.txt-lft {
  text-align: left !important;
}

.txt-sm {
  font-size: 92%;
}

.bold {
  font-weight: bold;
}

.txt-red {
  color: #f73d5b;
}

/* filter
**************************************** */
.filter {
  display: flex;
  align-items: center;
  line-height: 1;
}

.filter:not(:last-child) {
  margin-right: 24px;
}

.filter dt {
  font-weight: bold;
  margin-right: 12px;
}

.filter dd {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 93%;
}

.filter input[type="radio"], .filter input[type="checkbox"] {
  display: none !important;
}

.filter label {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  line-height: 1em;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.toggle_switch {
  display: table;
  font-size: 60px;
}

.toggle_switch > input {
  display: none;
}

.toggle_switch > label {
  display: block;
  position: relative;
  width: 1em;
  height: 0.4em;
  border-radius: 1em;
  background-color: #a7abb1;
  cursor: pointer;
}

.toggle_switch > input:checked + label {
  background-color: #0fa8e0;
}

.toggle_switch > label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.06em;
  width: 0.3em;
  height: 0.3em;
  border-radius: calc(1em - 0.1em);
  background-color: #fff;
  transition: 0.5s;
}

.toggle_switch > input:checked + label::before {
  left: calc(100% - 0.37em);
}

.form-group:not(.flex) .filter label {
  margin-bottom: 0;
}

.filter input[type="radio"]:checked + label, .filter input[type="checkbox"]:checked + label {
  background-color: #0fa8e0;
  color: #fff;
  font-weight: bold;
}

.filter input[type="radio"][id="worst"]:checked + label {
  background-color: #ed6077;
}

@media screen and (min-width: 768px) {
  /* hover */
  .filter input[type="radio"]:checked + label:hover, .filter input[type="checkbox"]:checked + label:hover {
    color: #fff;
  }
}

/* label
**************************************** */
.label {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  line-height: 1em;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.label i {
  margin-right: 4px;
  transform: translateY(0);
}

.label-done {
  cursor: default;
  color: #177ca1;
  padding: 0;
}

.label-draft {
  background-color: #f3a715;
  cursor: default;
}

/* btn
**************************************** */
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 160px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #0fa8e0;
  border-radius: 3px;
  background: #0fa8e0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  outline: none;
  letter-spacing: .06em;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn#show_cost {
  min-width: auto;
}

#loading-download {
  display: none;
  margin-left: 8px;
}

/* --- btn-style --- */
.btn-line {
  background: #fff;
  border: 1px solid;
  color: #0fa8e0;
}

.btn-flat {
  background: #fff;
  border: 1px solid;
  color: #0fa8e0;
  border: none;
}

.btn-txt {
  text-decoration: underline;
  opacity: .7;
}

.btn-txt_default {
  color: #0fa8e0;
  cursor: pointer;
  opacity: 1;
}

.btn-txt_info {
  color: #a8afb9;
  cursor: pointer;
  opacity: 1;
}

/* --- btn-size --- */
.btn-xl {
  font-size: 123%;
  height: 50px;
  line-height: 48px;
  min-width: 240px;
  border-width: 2px;
}

.btn-lg {
  font-size: 116%;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
}

.btn-sm {
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 85%;
  min-width: 82px;
}

.btn-full {
  width: 100%;
}

/* --- btn-color --- */
.btn-info {
  background-color: #a7abb1;
  border-color: #a7abb1;
}

.btn-warning {
  background-color: #f3a715;
  border-color: #f3a715;
}

.btn-danger {
  background-color: #f14b65;
  border-color: #f14b65;
}

.btn-success {
  background-color: #15c179;
  border-color: #15c179;
}

.btn-thin {
  background-color: #bfe4ff;
  border-color: #e6f4fa;
  color: #177ca1;
}

.btn-info.btn-thin {
  background-color: #e8eaec;
  border-color: #e8eaec;
  color: #898e96;
}

.btn-warning.btn-thin {
  background-color: #fef8e5;
  border-color: #fef8e5;
  color: #efab2b;
}

.btn-danger.btn-thin {
  background-color: #fce8eb;
  border-color: #fce8eb;
  color: #ed6077;
}

.btn-info.btn-line, .btn-warning.btn-line, .btn-danger.btn-line, .btn-info.btn-flat, .btn-warning.btn-flat, .btn-danger.btn-flat {
  background: transparent;
}

.btn-info.btn-line, .btn-info.btn-flat {
  background-color: #fff;
  color: #a8afb9;
}

.btn-warning.btn-line, .btn-warning.btn-flat {
  color: #f7b73c;
}

.btn-danger.btn-line, .btn-danger.btn-flat {
  color: #ed6077;
}

.bx {
  font-size: 124%;
  margin-right: 4px;
  transform: translateY(-1px);
}

.bx.bx-no_mgn {
  margin-right: 0;
}

.bxs-user-plus {
  font-size: 149%;
}

.is_disabled {
  opacity: .5;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  /* --- hover --- */
  button:hover, button:focus {
    background: #fff;
    color: #0fa8e0;
  }
  .btn:hover {
    background: #fff;
    color: #0fa8e0;
  }
  .btn-line:hover {
    background: #f1f9ff;
  }
  .btn-flat:hover {
    opacity: .5;
  }
  .btn-thin:hover {
    color: #2374a7;
    background-color: #ffffff;
    border-color: #2374a7;
  }
  .btn-info:hover {
    color: #a8afb9;
  }
  .btn-warning:hover {
    color: #f7b73c;
  }
  .btn-danger:hover {
    color: #ed6077;
  }
  .btn-success:hover {
    color: #15c179;
  }
  .btn-info.btn-line:hover, .btn-info.btn-line:focus {
    color: #fff;
    border-color: rgba(191, 194, 194, 0.7);
    background: rgba(191, 194, 194, 0.7);
    box-shadow: 0 1px 2px rgba(191, 194, 194, 0.7);
  }
  .btn-warning.btn-line:hover, .btn-warning.btn-line:focus {
    background: rgba(247, 183, 60, 0.1);
  }
  .btn-danger.btn-line:hover, .btn-danger.btn-line:focus {
    background: rgba(237, 96, 119, 0.1);
  }
  .btn-info.btn-thin:hover, .btn-info.btn-thin:focus {
    color: #fff;
    border-color: #a8adb5;
    background-color: #a8adb5;
  }
  .btn-warning.btn-thin:hover {
    color: #fff;
    border-color: #efab2b;
    background-color: #efab2b;
  }
  .btn-danger.btn-thin:hover {
    color: #fff;
    border-color: #ed6077;
    background-color: #ed6077;
  }
  .btn-txt:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  /* --- btn-size --- */
  .btn-lg, .btn-xl {
    min-width: auto;
  }
  .btn_list {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .btn_list button {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn_list > *:only-child {
    flex: unset;
  }
}

/* ribbon
**************************************** */
.ribbon-wrapper {
  position: relative;
}

.ribbon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #15c179;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -7px;
  border: none;
  height: 36px;
  width: 7px;
  background: #15c179;
  border-radius: 5px 0 0 5px;
  transform: scale(-1, 1);
}

.ribbon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  right: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #0f9c61;
  border-radius: 5px 0 0 5px;
  transform: scale(-1, 1);
}

/* all_toggle_btn
**************************************** */
.all_toggle_btn {
  min-width: auto;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 0px;
  margin-left: -1px;
}

.all_toggle_btn .bx {
  font-size: 171%;
}

.all_toggle_btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.all_toggle_btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.all_toggle_btn-open .bx {
  transform: rotate(180deg);
}

/* --- btn_list --- */
.btn_list.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  pointer-events: none;
  /*周りのボタンを押せるように*/
}

.btn_list.fixed button {
  pointer-events: all;
}

.btn_list button:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  /* --- btn_list --- */
  .btn_list.fixed {
    display: block !important;
    position: relative;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }
  .btn_list.fixed button {
    width: 100% !important;
    margin: 0 0 8px !important;
  }
}

/* swal-button (sweat alert)
**************************************** */
.swal-button {
  height: 41px;
  color: #fff;
  line-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #0fa8e0;
  border-radius: 3px;
  background-color: #0fa8e0;
}

.swal-button:focus {
  height: 41px;
  color: #fff;
  line-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #0fa8e0;
  border-radius: 3px;
  background-color: #0fa8e0;
}

.swal-button--cancel {
  background-color: #f2f3f5;
  border-color: #f2f3f5;
  color: #a8adb5;
}

.swal-button--cancel:focus {
  background-color: #f2f3f5;
  border-color: #f2f3f5;
  color: #a8adb5;
}

.swal-footer {
  text-align: center;
  margin-bottom: 16px;
}

.swal-icon--success__ring {
  border: 4px solid rgba(84, 181, 110, 0.2);
}

.swal-icon--success__line {
  background-color: #54b56e;
}

.swal-icon--error {
  border-color: #ed6077;
}

.swal-icon--error__line {
  background-color: #ed6077;
}

.swal-overlay {
  background-color: rgba(1, 32, 43, 0.5);
}

.swal-text-custom {
  position: relative;
}

.swal-text-custom .success-send_mail {
  color: #54b56e;
}

@media screen and (min-width: 768px) {
  /* hover */
  .swal-button:not([disabled]):hover {
    background-color: #fff;
    color: #0fa8e0;
  }
  .swal-button--cancel:not([disabled]):hover {
    color: #fff;
    border-color: #a8adb5;
    background-color: #a8adb5;
  }
}

@media screen and (max-width: 767px) {
  .swal-button {
    padding: 0 10px;
  }
}

/* pager
**************************************** */
.pager {
  display: flex;
  flex-wrap: wrap;
}

.pager .disabled {
  display: none;
}

.pager .page-item {
  border: 1px solid #0fa8e0;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 85%;
  line-height: 1em;
  outline: none;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pager .page-item a {
  color: #fff;
}

.pager .page-item.active {
  pointer-events: none;
  background-color: #0fa8e0;
}

.pager .page-item:not(.active) {
  border: 1px solid #c0c5cc;
  background-color: #fff;
}

.pager .page-item:not(.active) a {
  color: #a8afb9;
}

.pager .page-item:not(:last-child) {
  margin-right: 3px;
}

.pager .bx {
  margin-right: 0;
  transform: translateY(0px);
}

@media screen and (min-width: 768px) {
  /* hover */
  .pager span:not(.current):hover {
    color: #0fa8e0;
    border-color: #0fa8e0;
  }
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 24px;
    text-align: center;
  }
  .pager > * {
    margin-bottom: 6px;
  }
}

/* form
**************************************** */
/* --- style --- */
.form-group:not(:last-child) {
  margin-bottom: 16px;
}

.flex > .form-group:not(:last-child) {
  margin-bottom: 0;
}

.form-group {
  position: relative;
  word-break: break-all;
}

.form-group label {
  display: block;
}

.form-group:not(.flex) label {
  margin-bottom: 4px;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="date"], .form-group input[type="password"] {
  max-width: 100%;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  vertical-align: middle;
  color: #525d5d;
  font-size: 108%;
  letter-spacing: .04em;
  background-color: #fff;
  border: none;
}

.form-group .textarea, .form-group select {
  max-width: 100%;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  vertical-align: middle;
  color: #525d5d;
  font-size: 108%;
  letter-spacing: .04em;
  background-color: #fff;
  border: none;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="date"], .form-group input[type="password"] {
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.form-group select {
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.select2-container--open {
  z-index: 2000;
  /*.swal2-containerのz-index(1060)より上にしておく*/
}

.form-group .select2 span, .form-group .select2-container--open {
  border-radius: 3px;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.form-group input[type="number"].form-count {
  width: 80px;
  min-width: 80px;
  text-align: right;
  margin-right: 8px;
}

.report .form-group input[type="text"] {
  width: 100%;
}

.report .form-group input[type="text"], .report .form-group input[type="number"] {
  border-bottom: 1px solid #eee;
}

.report .form-group select {
  border-bottom: 1px solid #eee;
}

.report .form-group .select2 span:focus, .report .form-group .select2-container--open {
  outline: none;
  border-bottom: 1px solid #32aad6;
  border-radius: 0;
}

.report .form-group input[type="text"]:focus, .report .form-group input[type="number"]:focus {
  outline: none;
  border-bottom: 1px solid #32aad6;
  border-radius: 0;
}

.report .form-group select:focus {
  outline: none;
  border-bottom: 1px solid #32aad6;
  border-radius: 0;
}

.report .form-group textarea:focus, .report .form-group button:focus {
  outline: none;
  border: 1px solid #32aad6;
  box-shadow: 0 1px 2px #32aad6;
}

.report-detail .form-group .select2 .select2-selection {
  border-bottom: 1px solid #eee;
}

.report-view .form-group textarea:focus, .report-view .form-group button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.report-view .form-group .select2-container .select2-search--inline .select2-search__field {
  height: 24px;
  padding-left: 7px;
  padding-top: 2px;
}

.member .form-group .select2-container .select2-search--inline .select2-search__field {
  height: 24px;
  padding-left: 7px;
  padding-top: 2px;
}

.btn_list #submit:focus {
  color: #0fa8e0;
  background: transparent;
}

.form-group {
  /* select2複数選択 */
  /* タグ */
  /* タグのxボタン */
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="date"], .form-group input[type="password"] {
  min-width: 400px;
  padding-right: 20px;
  border: 1px solid #d3d7d7;
}

.form-group .select2-selection--multiple {
  border: 1px solid #d3d7d7;
}

.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d3d7d7;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0fa8e0;
  border: 0px solid #aaa;
  color: white;
  padding-left: 26px;
  padding-right: 6px;
  border-radius: 13px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #0fa8e0;
  background: #fff;
  border-radius: 50%;
  padding: 0 3px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 5px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #0fa8e0;
  background-color: white;
  border-right: 1px solid white;
}

.form-group select {
  min-width: 400px;
  padding-right: 20px;
  border: 1px solid #d3d7d7;
}

.report .form-group input[type="text"], .report .form-group input[type="email"], .report .form-group input[type="tel"], .report .form-group input[type="number"], .report .form-group input[type="date"], .report .form-group input[type="password"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}

.report .form-group select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}

.form-group select {
  padding-right: 28px;
}

.select2-container {
  background-color: #fff;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d3d7d7;
  background-color: transparent;
  height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 20px;
  text-align: left;
  line-height: 37px;
  overflow: hidden;
}

.select-slim + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.select-xs + .select2-container--default .select2-selection--single {
  min-width: 100px;
}

.select-sm + .select2-container--default .select2-selection--single {
  min-width: 160px;
}

.select-lg + .select2-container--default .select2-selection--single {
  min-width: 400px;
}

.select2-dropdown {
  border-color: #d3d7d7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-color: #d3d7d7;
}

.select2-results__option {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.6em;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececf1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0fa8e0;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/common/icon-arrow.png);
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: left center;
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.form-group input.input-slim, .form-group select.select-slim {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 100%;
}

.form-group input.input-sm, .form-group select.select-sm {
  min-width: 160px;
}

.form-group input.input-xs, .form-group select.select-xs {
  min-width: 100px;
}

.form-group input.input-md {
  min-width: 320px;
}

.form-group input.input-lg {
  min-width: 420px;
}

.form-group input.input-full {
  min-width: 100%;
}

.form-group select.select-sm {
  height: 30px;
}

.form-group select.select-lg {
  min-width: 200px;
}

.form-group select.select-full {
  width: 100% !important;
}

.form-group select.select-full + .select2 {
  width: 100% !important;
}

/* --- select-sm --- */
.select-slim + .select2-container--default .select2-selection--single {
  line-height: 30px;
  height: 30px;
}

.select-slim + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  width: 18px;
}

.form-group .textarea {
  width: 100%;
  height: 8.4em;
  border: 1px solid #eef3f3;
  line-height: 1.8em;
}

.form-group .textarea-sm {
  height: 6.7em;
}

.form-group .textarea-lg {
  height: 13.8em;
}

.form-group select {
  height: 37px;
  line-height: 1em;
  background-image: url(../images/common/icon-arrow.png);
  background-size: 8px 5px;
}

.form-group .input-num {
  color: #d3d7d7;
}

.form-group .input-num input:not(:last-child) {
  margin-right: 4px;
}

.form-group .input-num input:not(:first-child) {
  margin-left: 4px;
}

.form-group .input-num input[type="text"] {
  min-width: 4.6em !important;
}

.form-group input.datepicker-here {
  background-image: url(../images/common/icon-calendar.png);
  background-size: 15px 17px;
  min-width: 140px;
  width: 140px;
}

.form-group select, .form-group input.datepicker-here {
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.form-group ul li input[type="radio"], .form-group ul li input[type="checkbox"] {
  display: none !important;
}

.check-list input[type="radio"], .check-list input[type="checkbox"] {
  display: none !important;
}

.form-group ul li label {
  position: relative;
  display: inline-block;
  height: 32px;
  padding: 0 8px 0 22px;
  vertical-align: top;
  line-height: 32px;
  cursor: pointer;
}

.form-group ul.flex li:not(:last-child) {
  margin-right: 16px;
}

.form-group:not(.flex) ul li label {
  margin-bottom: 0;
}

.form-group ul li label:hover {
  opacity: .7;
}

.form-group ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d7d7;
  background-color: #fff;
  left: 0;
  top: 8px;
}

.check-list label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d7d7;
  background-color: #fff;
  left: 0;
  top: 8px;
}

.form-group ul li input[type="radio"] + label::before, .check-list input[type="radio"] + label::before {
  border-radius: 10px;
}

.form-group ul li input[type="radio"]:checked + label, .form-group ul li input[type="checkbox"]:checked + label {
  color: #0fa8e0;
  font-weight: bold;
}

.check-list input[type="radio"]:checked + label, .check-list input[type="checkbox"]:checked + label {
  color: #0fa8e0;
  font-weight: bold;
}

.form-group ul li input[type="radio"]:checked + label::before, .form-group ul li input[type="checkbox"]:checked + label::before {
  border-color: #0fa8e0;
}

.check-list input[type="radio"]:checked + label::before, .check-list input[type="checkbox"]:checked + label::before {
  border-color: #0fa8e0;
}

.form-group ul li input[type="radio"]:checked + label::before, .check-list input[type="radio"]:checked + label::before {
  background-color: #0fa8e0;
}

.form-group ul li input[type="radio"]:checked + label::after, .form-group ul li input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}

.check-list input[type="radio"]:checked + label::after, .check-list input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}

.form-group ul li input[type="radio"]:checked + label::after {
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.check-list input[type="radio"]:checked + label::after {
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  top: 17px;
  left: 4px;
}

.form-group ul li input[type="checkbox"]:checked + label::after, .check-list input[type="checkbox"]:checked + label::after {
  top: 12px;
  left: 6px;
  width: 4px;
  height: 7px;
  border-right: 1px solid #0fa8e0;
  border-bottom: 1px solid #0fa8e0;
  transform: rotate(45deg);
}

/* --- search --- */
.input-search {
  position: relative;
}

.input-search input[type="text"] {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-search button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 12px;
  padding-right: 8px;
  min-width: 70px;
}

.input-search .bx {
  top: 50%;
  left: 8px;
  margin-left: 4px;
  margin-right: 0;
  font-size: 120%;
  pointer-events: none;
}

.form-group.input-search input[type="text"], .form-group .input-search input[type="text"] {
  width: 280px;
}

/* --- td_duration --- */
.table-horizon td.td_duration {
  width: 96px;
}

.table-horizon .form-group.td_duration input.input-sm, .table-horizon .form-group.td_duration select.select-sm {
  min-width: 80px;
}

.table-horizon .form-group button.delete {
  min-width: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

/* --- placeholder --- */
.form-group input:placeholder-shown, .form-group textarea:placeholder-shown, .form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: #b5b9b9;
}

.form-group input:-moz-placeholder, .form-group textarea:-moz-placeholder, .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #b5b9b9;
  opacity: 1;
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: #b5b9b9;
}

@media screen and (max-width: 768px) {
  /* --- style --- */
  .form-group input.datepicker-here {
    min-width: auto !important;
  }
  .form-group .textarea-lg {
    height: 6.7em;
  }
  .form-group input.input-sm, .form-group select.select-sm {
    width: 120px;
    min-width: 120px;
  }
  .form-group .select2, .form-group .input-full-sp {
    width: 100% !important;
    margin-bottom: 4px;
  }
  .form-group input.input-full-sp {
    min-width: 100%;
    margin-bottom: 4px;
  }
  .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="date"], .form-group input[type="password"] {
    min-width: auto !important;
  }
  .form-group select, .form-group input.input-lg {
    min-width: auto !important;
  }
  .select2-selection__rendered {
    min-width: auto !important;
  }
  .select-slim + .select2-container--default .select2-selection--single {
    line-height: 35px;
    height: 35px;
  }
  .select-slim + .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
  }
  /* --- search --- */
  .related_form--child {
    width: 100%;
  }
  .input-search {
    margin-bottom: 8px !important;
  }
}

/* table-horizon
**************************************** */
/* --- default --- */
.table-horizon {
  width: calc(100% + 48px);
  transform: translateX(-24px);
  color: #444;
}

.table-horizon > thead > tr {
  transition: .2s;
  width: 100%;
}

.table-horizon > thead > tr .th_detail {
  min-width: 200px;
}

.table-horizon > thead > tr .th_check, .table-horizon > thead > tr .td_check {
  min-width: 32px;
}

.table-horizon > thead > tr > th {
  padding-left: 24px;
  padding-right: 24px;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}

.table-horizon > tbody > tr > td {
  padding-left: 24px;
  padding-right: 24px;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}

.table-horizon > thead > tr > th.txt-rgt, .table-horizon > tbody > tr > td[data-view_filter="売上"] {
  text-align: right;
}

.table-horizon > thead > tr > th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  color: #0fa8e0;
  text-align: left;
}

.table-horizon > thead > tr > th::before, .table-horizon > thead > tr > th::after {
  content: '';
  position: absolute;
}

.table-horizon > thead > tr > th::before {
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
}

.table-horizon > thead > tr > th::after {
  bottom: -1px;
  left: 0;
  height: 1px;
}

.table-horizon > tbody > tr > td {
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.table-horizon > thead > tr > th.th_check, .table-horizon > tbody > tr > td.td_check {
  width: 32px;
  cursor: pointer;
  padding: 0 !important;
}

.table-horizon input[type="checkbox"] {
  display: none !important;
}

.check-list input[type="checkbox"] {
  display: none !important;
}

.table-horizon input[type="checkbox"] + label, .check-list input[type="checkbox"] + label {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: calc(50% - 16px / 2);
  left: calc(50% - 16px / 2);
  line-height: 16px;
  vertical-align: top;
  pointer-events: none;
}

.table-horizon.table-sm .th-sm {
  width: 100px;
}

@media all and (-ms-high-contrast: none) {
  .table-horizon input[type="checkbox"] + label, .check-list input[type="checkbox"] + label {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.check-list input[type="checkbox"] + label, .check-list input[type="radio"] + label {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  vertical-align: middle;
  transform: none;
  pointer-events: auto;
}

.table-horizon input[type="checkbox"] + label:hover, .check-list input[type="checkbox"] + label:hover {
  opacity: .7;
}

.table-horizon input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
}

.check-list input[type="checkbox"] + label::before, .check-list input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
}

.check-list input[type="checkbox"] + label::before, .check-list input[type="radio"] + label::before {
  top: 50%;
  transform: translateY(-50%);
}

.table-horizon input[type="checkbox"]:checked + label, .check-list input[type="checkbox"]:checked + label {
  color: #0fa8e0;
  font-weight: bold;
}

.table-horizon .th_check:hover label::before, .table-horizon .td_check:hover label::before {
  border-color: #0fa8e0;
  background-color: #fff;
}

.check-list input[type="checkbox"] label:hover::before, .table-horizon input[type="checkbox"]:checked + label::before, .check-list input[type="checkbox"]:checked + label::before {
  border-color: #0fa8e0;
  background-color: #fff;
}

.table-horizon input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 4px;
  width: 8px;
  height: 11px;
  border-right: 3px solid #0fa8e0;
  border-bottom: 3px solid #0fa8e0;
  transform: rotate(45deg);
}

.check-list input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 4px;
  width: 8px;
  height: 11px;
  border-right: 3px solid #0fa8e0;
  border-bottom: 3px solid #0fa8e0;
  transform: rotate(45deg);
  top: 9px;
}

.checkbox-list li {
  width: 20%;
}

.radio-list li:not(:last-child) {
  margin-right: 24px;
}

.table-horizon .is-hide {
  display: none;
}

.table-horizon > tbody > tr:hover > td {
  background-color: #fffedf;
}

.table-horizon th[data-view_filter="project_name"], .table-horizon td[data-view_filter="project_name"] span, .table-horizon th[data-view_filter="client_id"], .table-horizon td[data-view_filter="client_id"] span, .table-horizon th[data-view_filter="cost_name"], .table-horizon td[data-view_filter="cost_name"] span, .table-horizon th[data-view_filter="supplier_name"] {
  width: 160px;
  min-width: auto;
}

.table-horizon td[data-view_filter="supplier_name"] span {
  width: 160px;
  min-width: auto;
}

.table-horizon td[data-view_filter="project_name"] span, .table-horizon td[data-view_filter="client_id"] span, .table-horizon td[data-view_filter="cost_name"] span, .table-horizon td[data-view_filter="supplier_name"] span {
  word-break: break-all;
  display: block;
  white-space: normal;
}

/* --- table-striped --- */
.table-striped tr:nth-child(2n) td {
  background-color: #effaff;
}

/* --- table-sm --- */
.table-horizon.table-sm > thead > tr > th, .table-horizon.table-sm > tbody > tr > td {
  padding-left: 12px;
  padding-right: 12px;
}

.table-horizon.table-sm > thead > tr > th {
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-horizon.table-sm > tbody > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 36px;
  line-height: 1.3;
}

.table-horizon > thead > tr > th, .table-horizon > tbody > tr > td {
  border-bottom: 1px solid #eee;
}

.table-horizon > thead > tr > th:not(:last-child), .table-horizon > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #eee;
}

.table-horizon.style2 > thead > tr > th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-horizon.table-sm > thead > tr > th > small {
  padding: 4px 0px;
  font-size: 92%;
  line-height: 1.2;
}

.table-horizon.table-sm.txt-lg > thead > tr > th {
  font-size: 93%;
}

.table-horizon.table-sm.txt-lg > tbody > tr > td {
  font-size: 100%;
}

.table-horizon.no_hov > tbody > tr > td {
  background-color: #fff;
}

.table-horizon.no_style > thead > tr {
  border-top: none;
  border-bottom: none;
}

.table-horizon.no_style > thead > tr > th {
  border-left: none;
  border-right: none;
}

.table-horizon.no_style > tbody > tr > td {
  border-left: none;
  border-right: none;
  padding: 4px;
  border-bottom: none;
}

.table-horizon.no_style > thead > tr > th {
  top: -1px;
}

.table-horizon.no_style > thead > tr > th::before, .table-horizon.no_style > thead > tr > th::after {
  content: none;
}

/* --- table-sm & txt-lg --- */
/* --- no_hov --- */
/* --- no_style --- */
/* --- scroll_table --- */
.scroll_table {
  overflow-x: scroll;
  width: calc(100% + 48px);
  transform: translateX(-24px);
  max-height: 60vh;
}

.scroll_table-analytics {
  max-height: 80vh;
}

.scroll_table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll_table::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  /*スクロールバーの色*/
  border-radius: 5px;
  /* Rもつけれる*/
}

.scroll_table::-webkit-scrollbar-track-piece {
  background-color: #efefef;
  /* スクロールバーの背景色*/
}

.scroll_table-wrap .scroll_table {
  width: 100%;
  transform: none;
}

.scroll_table-sm {
  max-height: 35vh;
}

.scroll_table .table-horizon {
  width: 100%;
  transform: translateX(0);
}

.scroll_table .table-horizon tr::after {
  content: '';
  display: block;
}

.reloading {
  position: relative;
  transition: all 1s ease-out;
}

.reloading.chart_area::after, .reloading table::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

/* --- no_data --- */
.table-horizon.table-sm > tbody > tr.no_data > td {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: bold;
  opacity: .5;
}

.table-horizon .form-group input {
  min-width: 100%;
}

.table-horizon .form-group input.input-sm {
  min-width: 100%;
}

.table-horizon .form-group select {
  min-width: 100%;
}

.table-horizon .form-group select.select-sm {
  min-width: 100%;
}

.table-horizon .client_id + .select2-container--default .select2-selection--single .select2-selection__rendered, .table-horizon .select-sm + .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-width: 100%;
}

.table-horizon .client_id + .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 320px;
}

.table-horizon .select-sm + .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 320px;
}

.table-horizon .select-sm + .select2-container {
  display: block;
}

table .table-horizon {
  width: 100%;
  transform: none;
}

/* --- table-goal --- */
#table_goal {
  width: 500px;
}

@media screen and (min-width: 768px) {
  /* hover */
  .scroll_table-sp .scroll_table {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .scroll_table {
    max-height: none;
  }
  .checkbox-list li {
    width: 50%;
  }
  #table_goal {
    width: auto;
  }
}

/* table-vertical
**************************************** */
.table-vertical {
  width: 100%;
}

.table-vertical > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #ececf1;
}

.table-vertical > tbody > tr > th, .table-vertical > tbody > tr > td {
  height: 64px;
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: middle;
}

.table-vertical > tbody > tr > th {
  text-align: left;
  width: 160px;
  padding-right: 24px;
  white-space: nowrap;
}

.table-vertical .scroll_table {
  width: 100%;
  transform: none;
}

.table-vertical > tbody > tr > td .table-vertical {
  border: none;
}

.table-vertical.table-sm > tbody > tr > th, .table-vertical.table-sm > tbody > tr > td {
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-vertical.table-sm > tbody > tr > th {
  font-size: 86%;
}

@media screen and (max-width: 768px) {
  .table-vertical > tbody > tr > th, .table-vertical > tbody > tr > td {
    display: block;
    height: auto;
  }
  .table-vertical > tbody > tr > th {
    height: auto;
    padding-top: 10px;
    padding-bottom: 3px;
  }
  .table-vertical.table-sm > tbody > tr > th {
    height: auto;
    padding-top: 10px;
    padding-bottom: 3px;
  }
  .table-vertical.table-sm > tbody > tr > th, .table-vertical.table-sm > tbody > tr > td {
    height: auto;
  }
  .table-vertical > tbody > tr > td {
    padding-top: 3px;
  }
}

/* table-status
**************************************** */
.order_receive_status, .delivery_status, .order_send_status, .payment_status, .invoice_status {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.delivery_status span, .order_receive_status span, .order_send_status span, .payment_status span, .invoice_status span {
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 4px 6px;
  line-height: 1;
  font-size: 95%;
  font-weight: bold;
}

.delivery_status span, .payment_status span, .invoice_status span {
  color: #fff;
}

.未着手 span, .未請求 span, .未払い span, .filter input[value="未着手"]:checked + label {
  background-color: #f73d5b;
}

.着手中 span, .請求OK span, .filter input[value="着手中"]:checked + label {
  background-color: #f3a715;
}

.納品済 span, .請求済 span, .支払済 span, .filter input[value="納品済"]:checked + label {
  background-color: #15c179;
}

.受注予定 span, .発注予定 span, .入金済 span {
  color: #444 !important;
  background-color: #F9D493;
}

.filter input[value="受注予定"]:checked + label, .filter input[value="発注予定"]:checked + label {
  color: #444 !important;
  background-color: #F9D493;
}

.受注済 span, .発注済 span {
  color: #444 !important;
  background-color: #bfe4ff;
}

.filter input[value="受注済"]:checked + label, .filter input[value="発注済"]:checked + label {
  color: #444 !important;
  background-color: #bfe4ff;
}

.検収済 span, .失注 span, .回収不能 span {
  color: #fff;
  background-color: #A7ABB1;
}

.filter input[value="検収済"]:checked + label, .filter input[value="失注"]:checked + label {
  color: #fff;
  background-color: #A7ABB1;
}

.sync_success {
  display: block;
  color: #15c179;
  font-size: 90%;
  font-weight: bold;
}

.sync_failure {
  display: block;
  color: #f73d5b;
  font-size: 90%;
  font-weight: bold;
}

/* message
**************************************** */
/* --- erorr_list --- */
.error_list {
  background-color: rgba(239, 96, 119, 0.15);
  border: 2px solid rgba(238, 96, 119, 0.7);
  margin-bottom: 16px;
  border-radius: 5px;
}

.error_list li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  color: #d64d63;
}

.error_list li:first-child {
  padding-top: 8px;
}

.error_list li:last-child {
  padding-bottom: 8px;
}

.error_list li .bx {
  transform: translateY(-1px);
  margin-right: 4px;
}

.error_list li a {
  color: #177ca1;
  text-decoration: underline;
}

/* --- alert --- */
.alert {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.5;
  border-radius: 5px;
}

.alert .bx {
  margin-right: 8px;
  font-size: 130%;
}

.alert.alert-success {
  background-color: rgba(123, 204, 144, 0.15);
  border: 2px solid rgba(123, 204, 144, 0.7);
  color: #3a9c54;
}

.alert.alert-help {
  background-color: rgba(127, 191, 210, 0.15);
  border: 2px solid rgba(127, 191, 210, 0.7);
  color: #3c92ab;
}

.alert.alert-warning {
  background-color: rgba(246, 183, 60, 0.15);
  border: 2px solid rgba(246, 183, 60, 0.7);
  color: #d28d06;
}

.alert.alert-danger {
  background-color: rgba(239, 96, 119, 0.15);
  border: 2px solid rgba(238, 96, 119, 0.7);
  color: #d64d63;
}

/* --- bg --- */
.bg {
  padding: 8px 16px;
}

.bg-help {
  background-color: rgba(127, 191, 210, 0.15);
}

.bg-warning {
  background-color: rgba(246, 183, 60, 0.15);
}

.bg-danger {
  background-color: rgba(239, 96, 119, 0.15);
}

.required {
  color: #d64d63;
  font-size: 120%;
  font-weight: bold;
  margin-left: 2px;
}

/* iziModal
**************************************** */
.iziModal-inner {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .iziModal-inner {
    padding: 24px;
  }
}

/* icon
**************************************** */
.bx {
  vertical-align: middle;
}

.icon-issue {
  position: relative;
  margin-left: 14px;
}

.icon-issue small {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 47%;
  top: 6px;
  transform: translateX(-50%);
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}

.icon-issue .bx {
  margin-right: 0;
  font-size: 1.93rem;
  color: #FA788D;
  opacity: 1;
}

/* loading
**************************************** */
.loading .bx {
  -webkit-animation: loading_mov 1s linear 0s infinite normal;
  animation: loading_mov 1s linear 0s infinite normal;
  margin-right: 0;
}

#loading-first {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 1;
  width: calc(100% - 200px);
  height: 100%;
  pointer-events: none;
}

#loading-first .bx {
  font-size: 500%;
}

.loading-inner {
  position: absolute;
  top: calc(50% - 1em);
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.sb_loading {
  position: absolute;
  top: calc(50% - 9px);
  right: calc(50% - 8px);
  display: none;
  color: #08bac2;
  line-height: 1;
  -webkit-animation: 1s linear 0s infinite normal none running loading_mov;
  animation: 1s linear 0s infinite normal none running loading_mov;
}

.sb_loading .bx {
  margin: 0;
  transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  #loading-first {
    left: 0;
    width: 100%;
  }
}

/* search_box
**************************************** */
.search-label {
  margin-right: 8px;
}

.search-child:not(:last-child), .search-child + button {
  margin-right: 8px;
}

.filters li div:not(:last-child) {
  margin-right: 4px;
}

.search_btn {
  display: flex;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .search_box .form-group, .search-child {
    width: 100%;
  }
  .search-label {
    width: 100%;
    margin-right: 0;
  }
  .search-child + button, .search-child:not(:last-child) {
    margin-right: 0;
  }
  .search-label {
    margin-bottom: 4px;
  }
  .search-child {
    margin-bottom: 16px;
  }
  .search-child + button {
    margin-top: 16px;
  }
  .filters li div:not(:last-child) {
    margin-right: 0px;
  }
  .search_btn {
    margin: 0 0 8px;
  }
}

/* dummy
**************************************** */
.dummy-list {
  height: 917px;
  background-image: url(../images/common/dummy-list_ttl.png), url(../images/common/dummy-list.png);
  background-repeat: repeat-x, repeat;
  background-position: top left, top -8px left;
  width: calc(100% + 48px);
  transform: translateX(-24px);
}

.dummy-list-sm {
  height: 892px;
  background-image: url(../images/common/dummy-list_ttl-sm.png), url(../images/common/dummy-list-sm.png);
  background-position: top left, top 28px left;
}

.dummy-list-lg {
  height: 935px;
  background-image: url(../images/common/dummy-list_ttl-lg.png), url(../images/common/dummy-list-lg.png);
  background-position: top left, top 35px left;
}

.dummy-detail_list {
  height: 901px;
  border-top: 3px solid #ececf1;
  border-bottom: 3px solid #ececf1;
  background-image: url(../images/common/dummy-detail_list.png);
}

/* introJS
**************************************** */
.introjs-skipbutton {
  background-image: none !important;
  background-color: #15C17C !important;
  border-color: #15c179;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}

.introjs-skipbutton:not(.introjs-donebutton) {
  display: none;
}

.introjs-tooltip {
  padding: 16px;
}

.introjs-tooltiptext {
  line-height: 1.6;
}

/* other
**************************************** */
.manual_link {
  color: #80878a;
  font-size: 95%;
}

.manual_link a {
  color: #177ca1;
}

.manual_link a:hover {
  opacity: .7;
}

.help {
  color: #a7abb1;
  font-weight: bold;
}

.help_mark {
  color: #0fa8e0;
  margin-left: 4px;
}

.link-detail .bx {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .manual_link {
    margin-top: 24px;
  }
  .data_cooperation-board .manual_link {
    margin: 0 0 16px;
  }
}

.sort {
  padding: 0 32px !important;
}

.sort:hover {
  cursor: pointer;
}

.sort::before, .sort::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  opacity: 0;
}

.sort::before {
  top: -2px !important;
  left: auto !important;
  right: 13px !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid #177ca1;
  border-right: 2px solid #177ca1;
  transform: rotate(135deg);
}

.sort[data-sortorder="asc"]::before {
  top: 5px !important;
  transform: rotate(-45deg);
}

.sort:hover::before, .sort:hover::after {
  opacity: 1;
}

.active_col {
  background-color: #effaff !important;
  border-color: #effaff !important;
}

.active_col::before, .active_col::after {
  opacity: 1;
}

/* ##############################################################################

    HEADER

############################################################################## */
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #fff;
  z-index: 900;
  border-bottom: 1px solid #ececf1;
}

.header--rgt .header--btns {
  margin-right: 32px;
}

.header--rgt .header--btns li:not(:last-child) {
  margin-right: 8px;
}

.header--btns .current button {
  color: #fff;
  background-color: #0fa8e0;
}

.header--rgt .header--btns .current a {
  color: #a7abb1;
  background: transparent;
}

/* --- report_btn --- */
.report_btn {
  margin-right: 16px;
}

.report_btn a:not(#today_report) {
  display: inline-block;
  line-height: 48px;
  height: auto;
}

/* --- swicth_btn --- */
.swicth_btn {
  position: absolute;
  top: 12px;
  left: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 8px;
  font-size: 110%;
}

.swicth_btn a {
  position: relative;
  min-width: auto;
  padding: 0 4px 0px 4px;
  border-radius: 0;
  border: none;
  color: #555;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  font-size: 90%;
}

.swicth_btn a:not(:last-child) {
  margin-right: 12px;
}

.swicth_btn .bx {
  margin-right: 8px;
  font-size: 120%;
  line-height: 31px;
}

.swicth_btn .bx-chevron-down {
  margin-left: 4px;
  margin-right: 0;
}

.swicth_btn .current {
  color: #177ca1;
  font-weight: bold;
  border-color: #177ca1;
}

.swicth_btn .swicth_btn--subnav {
  position: absolute;
  opacity: 0;
  top: 100%;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  pointer-events: none;
  text-align: left;
}

.swicth_btn .swicth_btn--subnav li:not(:last-child) {
  border-bottom: 1px solid #ececf1;
}

.swicth_btn .swicth_btn--subnav a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.swicth_btn .swicth_btn--subnav a:hover {
  background-color: rgba(8, 186, 194, 0.1);
}

.swicth_btn .swicth_btn--subnav .bx {
  margin-right: 6px;
  color: #0fa8e0;
  opacity: .7;
  transform: translateY(-1px);
}

.swicth_btn .swicth_btn--each:hover .swicth_btn--subnav, .swicth_btn .swicth_btn--each.hovered .swicth_btn--subnav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

.fixed_spnav {
  display: none;
}

@media screen and (min-width: 768px) {
  .swicth_btn a.btn:hover {
    color: #177ca1;
    border-color: #177ca1;
  }
}

@media screen and (max-width: 768px) {
  .header .swicth_btn {
    display: none;
  }
  .swicth_btn a:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1040px) {
  header {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* --- swicth_btn --- */
  .swicth_btn {
    position: relative;
    top: 0;
    left: auto;
    margin-left: 24px;
  }
  /* --- fixed_spnav --- */
  .fixed_spnav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 10px;
    border-top: 1px solid #ececf1;
    background-color: #fff;
  }
  .fixed_spnav--child {
    flex: 1;
    margin-right: 8px;
  }
  .fixed_spnav--btn {
    min-width: 80px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fixed_spnav--btn:not(:last-child) {
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  /* --- swicth_btn --- */
  .swicth_btn {
    flex: 1;
    margin-left: 0;
    margin-right: 16px;
  }
  .swicth_btn .swicth_btn--each {
    width: 33.33%;
    flex: 1;
    padding: 0 8px;
  }
  .swicth_btn .swicth_btn--each:not(:last-child) {
    margin-right: 0;
  }
  .swicth_btn .bx {
    margin-right: 3px;
  }
  .swicth_btn .bx-chevron-down {
    display: none;
  }
}

/* account_info
*************************************************** */
.account_info, .category_set {
  height: 46px;
}

.account_info--user {
  display: block;
  cursor: pointer;
}

.account_info--user .name {
  opacity: .8;
}

.account_info--user .bx-chevron-down {
  margin-left: 16px;
}

.account_info--user_icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #F1F2F5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  color: #dedee0;
  vertical-align: middle;
}

.account_info--user_icon .bx {
  font-size: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
}

.header--subnav {
  position: absolute;
  right: -16px;
  top: 100%;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.header--subnav li:not(:last-child) {
  border-bottom: 1px solid #ececf1;
}

.header--subnav a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.header--subnav .bx {
  margin-right: 6px;
  color: #0fa8e0;
  opacity: .7;
  transform: translateY(-1px);
}

.category_set {
  margin-right: 24px;
}

.header--subnav.category_set--nav {
  width: 150px;
  right: calc(50% - 75px);
}

.category_set p {
  font-size: 77%;
  letter-spacing: -.05em;
  line-height: 1em;
  text-align: center;
}

.category_set p .bx {
  display: block;
  font-size: 150%;
  opacity: .5;
  margin-bottom: 2px;
}

.category_set--nav a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.account_info:hover .header--subnav, .account_info.hovered .header--subnav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

.category_set:hover .header--subnav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

@media screen and (min-width: 768px) {
  /* --- hover --- */
  .header--subnav a:hover {
    background-color: rgba(8, 186, 194, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .account_info--user .name {
    display: none;
  }
  .account_info--user_icon {
    margin-right: 0;
  }
  .account_info--user .bx-chevron-down {
    margin-left: 0;
    margin-right: 0;
  }
  .gnav_btn {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: 1px solid rgba(49, 169, 214, 0.5);
    border-radius: 4px;
  }
  .gnav_btn--lines {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 17px;
  }
  .gnav_btn--lines span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0fa8e0;
    border-radius: 4px;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 7px;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav_btn.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .gnav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav_btn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
}

/* auth_list
*************************************************** */
.auth_list li {
  opacity: .7;
}

.auth_list li:not(:last-child) {
  margin-right: 24px;
}

.auth_list li .bx {
  margin-right: 6px;
  font-size: 121%;
  transform: translateY(-1px);
}

@media screen and (min-width: 768px) {
  .auth_list li:hover {
    opacity: 1;
  }
}

/* table
**************************************** */
#emptybloc, #emptyrow {
  display: none;
}

/* dashboard
**************************************** */
.project_bloc.wht_bloc {
  padding: 36px 24px 24px;
}

.project_bloc.wht_bloc:not(:last-child) {
  margin-bottom: .66%;
}

.project_bloc .names {
  font-size: 115%;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px 16px;
  background-image: url("/images/emoji/emoji-smile@2x.png");
  padding-left: 44px;
  line-height: 1.4em;
  overflow: hidden;
}

.project_bloc .names span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project_bloc .names span.client_name {
  font-size: 81%;
}

.project_bloc .profits {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.project_bloc--num {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.project_bloc .profits {
  color: #4dbaff;
  background-color: #f0f9ff;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 4px;
  font-weight: bold;
}

.project_bloc .profits h5 {
  opacity: 1;
}

.project_bloc .profits .money, .project_bloc .profits small.remain {
  font-size: 200%;
  display: block;
  line-height: 1em;
}

.project_bloc .profits .money:first-letter {
  margin-right: 6px;
}

.project_bloc .profits .money small {
  font-size: 61%;
  margin-left: 4px;
}

.project_bloc .profits small.remain {
  font-size: 93%;
}

.project_bloc .profits small.remain .bx {
  transform: translateY(-1px);
  margin-right: 4px;
}

.project_bloc h5 {
  opacity: .5;
  font-size: 93%;
  line-height: 1em;
  margin-bottom: 8px;
}

.project_bloc--num {
  font-size: 123%;
  line-height: 1em;
}

.project_bloc--num .money small {
  margin-left: 2px;
  font-size: 75%;
}

.project_bloc--num .ttl {
  display: inline-block;
  margin-right: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 2px;
  background-color: #f1f9ff;
  color: #177ca1;
  font-weight: bold;
  font-size: 70%;
  vertical-align: middle;
  transform: translateY(-1px);
}

.project_bloc--num .time--my {
  margin-right: 8px;
  padding-right: 12px;
}

.project_bloc--order_receive_status {
  font-size: 90%;
  font-weight: bold;
  opacity: .9;
}

.project_bloc .受注予定 {
  background-color: #ff6a82;
}

.project_bloc .受注予定::before {
  background-color: #ff6a82;
}

.project_bloc .受注予定::after {
  background-color: #ff4664;
}

.project_bloc.minus .names {
  background-image: url("/images/emoji/emoji-sad@2x.png");
}

.project_bloc.minus .profits {
  color: #f6aa00;
  background-color: #ffffe6;
}

/* --- minus --- */
/* --- glossary --- */
.glossary_ttl {
  padding: 4px 16px;
  border-bottom: 1px solid #eaeaeb;
  cursor: pointer;
}

.glossary {
  margin-bottom: 16px !important;
  border: 1px solid #eaeaeb;
  border-radius: 4px;
  background-color: #fff;
}

.glossary_list {
  padding: 8px 16px;
}

.glossary_list dt {
  position: absolute;
  padding-top: 4px;
}

.glossary_list dd {
  padding-left: 88px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .project_bloc.wht_bloc:not(:last-child) {
    margin-bottom: 1.3%;
  }
}

/* data_cooperation
**************************************** */
.data_cooperation .datepicker-here {
  width: auto !important;
}

.board_data_save_container {
  margin-bottom: 40px;
}

.board_data_cooperation .inner {
  width: 90%;
}

.board_data_download {
  border-top: 1px solid #ececf1;
  padding-top: 40px;
}

.board_data_download--action h4 {
  margin-bottom: 16px !important;
}

.board_data_download--action ul {
  display: flex;
  margin-bottom: 24px;
}

.board_data_download--action ul li:not(:last-child) {
  margin-right: 24px;
}

.download_filter--ttl {
  margin-bottom: 16px;
}

.download_filter--section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ececf1;
}

.download_filter-period ul {
  display: flex;
}

.download_filter--contents h4 {
  margin-bottom: 8px;
  color: #177ca1;
}

.download_filter-data--list h4 {
  color: #80878a;
}

.download_filter .help_text {
  margin: 10px 0 0;
  color: #828282;
}

.check-list-sync {
  display: flex;
}

.check-list-sync li:hover {
  cursor: pointer;
}

.check-list-sync li:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .board_data_save_container {
    margin-bottom: 32px;
  }
  .board_data_save_container table input {
    width: 100%;
  }
  .board_data_download--action {
    margin-top: 32px;
  }
  .board_data_download--action ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .board_data_download--action ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  .board_data_download--action ul li:not(:last-child) {
    margin-right: 0;
  }
  .board_data_download--action ul button {
    min-width: auto;
  }
  .download_filter {
    margin-top: 16px;
  }
  .download_filter-period ul {
    flex-wrap: wrap;
  }
  .download_filter-period ul li:last-child {
    margin-top: 16px;
  }
  .download_filter .check-list {
    flex-wrap: wrap;
  }
  .check-list-sync {
    flex-wrap: wrap;
  }
}

/* data_cooperation/board
**************************************** */
.sync_filter {
  margin-bottom: 24px;
}

.sync_filter--ttl {
  font-size: 110%;
  margin-bottom: 12px;
  color: #177ca1;
}

.sync_filter-period {
  margin-bottom: 24px;
}

.sync_filter-data {
  padding-top: 24px;
  border-top: 1px solid #ececf1;
}

.sync_filter-data #save {
  float: right;
}

.sync_filter-data h4 {
  color: #80878a;
}

.sync_filter-data #toggle_filter {
  margin-bottom: 24px;
}

.sync_filter .help_text {
  margin-top: 8px;
  font-size: 90%;
  color: #989898;
}

.board_data_acquisition_res {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ececf1;
}

.board_data_content {
  margin-top: 24px;
}

.board_data_content h2 {
  font-size: 128%;
  margin-bottom: 8px;
}

.sync_result h3 {
  font-size: 118%;
  margin-bottom: 16px;
}

.sync_result--link {
  color: #187ca1;
  text-decoration: underline;
  cursor: pointer;
}

.sync_result-success h3 {
  color: #23ab72;
}

.sync_result-success ul {
  margin-bottom: 16px;
  font-size: 118%;
}

.sync_result-success ul li:first-child {
  margin-bottom: 4px;
}

.sync_result-error {
  padding-top: 24px;
  border-top: 1px solid #ececf1;
}

.sync_result-error h3 {
  color: #d64d63;
}

.sync_result-error p {
  margin-bottom: 16px;
}

.sync_result-error ul {
  padding: 20px 24px;
  background: #f1f1f1;
}

.sync_result-error ul li:not(:last-child) {
  margin-bottom: 8px;
}

.sync_result-error .link-board {
  color: #187ca1;
}

/* ##############################################################################

    SIDE

############################################################################## */
aside {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 890;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 100vh;
  padding-top: 56px;
  padding-bottom: 24px;
  border-right: 1px solid #ececf1;
}

@media screen and (max-width: 768px) {
  aside {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    border-right: none;
    background-color: #e6f4fa;
    pointer-events: none;
    transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(100%);
    overflow: auto;
  }
  aside.active {
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* badge */
.badge-main {
  color: #fff;
  background-color: #f3a715;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.8em 0.35em;
  font-size: 79%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

#report_working_count_badge {
  margin-left: 36px;
}

/* gnav
**************************************** */
.gnav {
  padding-top: 16px;
}

.gnav > li {
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.gnav--link {
  margin-bottom: 2px;
  display: block;
  padding: 10px;
  line-height: 1em;
  color: #3f464a;
}

.gnav--link svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(-2px);
  fill: #999;
}

.gnav--sub_menu a {
  display: block;
  padding: 10px;
  line-height: 1em;
  color: #3f464a;
}

.gnav--link .bx {
  margin-right: 6px;
  font-size: 160%;
  color: #a7abb1;
}

.gnav--link.current .bx {
  color: #fff;
}

.gnav--child.current .gnav--link .bx {
  color: #fff;
}

.gnav--child.current svg {
  fill: #fff;
}

.gnav--link img {
  margin-left: 1px;
  margin-right: 11px;
  vertical-align: middle;
}

.gnav--link .bx-chevron-down {
  font-size: 100%;
  margin-left: auto;
  margin-right: 0;
}

.gnav .btn-open {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  color: rgba(49, 169, 214, 0.5);
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

.btn-open .bx {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  transform: rotate(-90deg);
}

.current .btn-open {
  pointer-events: none;
  background-color: #fff;
  color: rgba(49, 169, 214, 0.9);
}

.current .btn-open .bx {
  transform: rotate(0);
}

.gnav--link:hover .btn-open {
  pointer-events: none;
  background-color: #fff;
  color: rgba(49, 169, 214, 0.9);
}

/* --- gnav--sub_menu --- */
.gnav--sub_menu {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.gnav--sub_menu::after {
  content: '';
  display: block;
}

.gnav--sub_menu a {
  margin-right: 10px;
  margin-bottom: 2px;
  padding-left: 40px;
  border-radius: 0 50px 50px 0;
}

/* --- gnav--child --- */
.gnav--child.current .gnav--sub_menu {
  display: block;
}

@media screen and (min-width: 1040px) {
  /* --- hover --- */
  /* --- PC以上は横に出るサブメニューを適用 --- */
  .gnav--child:not(.current) .gnav--sub_menu {
    opacity: 0;
    pointer-events: none;
  }
  .gnav--child:not(.current):hover .gnav--sub_menu {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav--child:not(.current) .gnav--sub_menu {
    position: absolute;
    top: 0;
    left: 199px;
    width: 160px;
  }
  .gnav--child:not(.current) .gnav--sub_menu a {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
    background-color: #bfe4ff;
  }
  .gnav--child:not(.current) .gnav--sub_menu li {
    transform: translate(-100%);
    transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .gnav--child:not(.current):hover .gnav--sub_menu li {
    transform: translate(0);
  }
}

/* --- hover, current --- */
.gnav--sub_menu a:hover, .gnav--child:not(.current):hover .gnav--link, .current .gnav--link, .gnav--link.current, .gnav--sub_menu .current, .gnav--common .gnav--link.current {
  font-weight: bold;
}

.gnav--child:not(.current):hover .gnav--link {
  background-color: #bfe4ff;
  color: #177ca1;
}

.gnav--sub_menu a:hover, .gnav--sub_menu .current {
  background-color: #bfe4ff;
  color: #177ca1;
}

.current .gnav--link, .gnav--link.current {
  color: #fff;
  background-color: #0fa8e0;
}

@media screen and (min-width: 768px) {
  /* --- hover --- */
  .gnav--child:not(.current) .gnav--sub_menu a:hover {
    color: #fff;
    background-color: #0fa8e0;
  }
  .gnav--child:not(.current):hover .btn-open {
    color: #fff;
    background-color: rgba(49, 169, 214, 0.9);
  }
}

@media screen and (max-width: 1040px) {
  /* --- gnav--child --- */
  .gnav--child:not(.current) .gnav--sub_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gnav:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */
.footer-link {
  padding-top: 16px;
  border-top: 1px solid #ececf1;
}

.footer-link a {
  display: block;
  padding: 2px 16px;
  font-size: 90%;
  opacity: .5;
}

/* ##############################################################################

    MAIN

############################################################################## */
main {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: 40px;
  margin-left: 240px;
}

main.main-col1 {
  padding-left: 16px;
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}

main.main-col1.main-col1-sm {
  max-width: 1232px;
}

@media screen and (max-width: 768px) {
  main {
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* ##############################################################################

    AUTH

############################################################################## */
.auth main {
  margin-bottom: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
  line-height: 2em;
}

.auth .inner {
  width: 400px;
}

.auth .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.auth .heading-1 .bx {
  display: block;
  margin-right: 0;
  font-size: 300%;
}

.auth .wht_bloc {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  padding-right: 56px;
}

.auth .form-group .help-block {
  display: block;
  font-size: 85%;
  margin-top: 4px;
  color: #ed6077;
}

.auth .bnr_area {
  text-align: center;
}

.form-other {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e1e2e2;
}

.register-info {
  padding: 16px 24px;
  border: 1px solid #0fa8e0;
}

.note {
  display: block;
  padding: 0 16px;
  color: #0fa8e0;
  font-size: 60%;
  font-weight: normal;
  line-height: 1.8;
}

.password-check input {
  display: none;
}

.password-check label {
  position: absolute;
  top: .5em;
  right: .5em;
}

.password-check .bx {
  color: #ccc;
  font-size: 160%;
}

.password-check input[type="checkbox"]:checked + label .bx {
  color: #0fa8e0;
}

@media screen and (max-width: 767px) {
  .auth main {
    padding: 0 8px;
  }
  .auth .logo {
    max-width: 200px;
  }
  .auth .inner {
    max-width: 86%;
  }
  .auth .bnr_area {
    max-width: 86%;
    margin: 0 auto;
  }
  .register-info {
    text-align: left;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */
/* 新規登録
*************************************************** */
body.register-iframe {
  padding-top: 0;
  background-color: transparent;
}

.register-iframe #email {
  width: calc(100% - 240px);
  max-width: 320px;
  height: 50px;
  margin-right: 16px;
  padding: 0;
  padding-left: 16px;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  background-color: #fff;
  border: 2px solid #e0e6e8;
  border-radius: 3px;
}

.register-iframe button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 108%;
  width: 220px;
  height: 48px;
  line-height: 47px;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  background: #F6B403;
  box-shadow: 0 -1px 4px 0 rgba(40, 63, 136, 0.1), 0 2px 6px 0 rgba(40, 63, 136, 0.2);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border: 1px solid #F6B403;
}

.register-iframe button:focus, .register-iframe button:hover {
  background: #fff;
  color: #F6B403;
}

.register-iframe .help-block {
  margin-top: 2px;
  color: #f35f4d;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .register-iframe .form--contents {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .register-iframe #email {
    width: 100%;
    margin: 0 0 16px;
  }
}

/* ホーム
*************************************************** */
.dashboard #datadiv-no_cont .heading-1 strong {
  color: #f3a715;
}

.dashboard #datadiv-no_cont .heading-1 small {
  font-size: 70%;
}

.dashboard .data_manual {
  font-size: 118%;
  font-weight: bold;
}

/* 日報一覧
*************************************************** */
.report_bloc {
  padding: 0;
  margin-bottom: 8px;
}

.report--ttl {
  margin-right: 12px;
}

.report--ttl_bloc {
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #effaff;
  border-color: #e6f4fa;
  color: #177ca1;
}

.wrapper-myreport .report--ttl_bloc .report_edit {
  opacity: 0;
}

.wrapper-myreport .report--ttl_bloc:hover .report_edit, .wrapper-myreport .report--ttl_bloc.hovered .report_edit {
  opacity: 1;
}

.report--ttl_bloc h3 {
  margin-right: 16px;
}

.report_toggle {
  font-size: 164%;
  margin-right: 8px;
  cursor: pointer;
  opacity: 1;
}

.close .report_toggle {
  transform: rotate(180deg);
}

.report--time {
  opacity: .5;
}

.report--time .bx {
  margin: 3px 6px 0px 6px;
}

.report--cont {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border-top: 1px dotted rgba(15, 168, 224, 0.5);
}

.report_bloc.myreport .report--cont {
  padding-top: 24px;
  padding-bottom: 24px;
}

.report_bloc:not(.myreport) .table-horizon > tbody > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.report_topics-other.flex-col2 > * {
  margin-bottom: 0;
}

.report_bloc .form-group textarea {
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  border-radius: 4px;
}

.report_bloc .form-group .topic_txt {
  padding: 8px 16px 16px 16px;
  background-color: #f7f7f7;
}

.report_bloc .form-group textarea {
  box-shadow: 0 1px 2px #ddd;
}

.report_bloc .table-horizon > thead > tr > th {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #a8afb9;
}

.topic_txt-sm {
  min-height: auto;
}

.topic_issue_bloc .heading-3 {
  color: #f73d5b;
}

.report_bloc .form-group.topic_issue_bloc .topic_txt {
  background-color: rgba(247, 61, 91, 0.05);
}

.report_status {
  color: #8b9098;
  font-weight: bold;
}

.is_detail .pager {
  display: none !important;
}

.is_detail .report_option {
  display: none !important;
}

/* --- datadiv-no_cont --- */
#datadiv-no_cont {
  border: 2px dashed rgba(192, 197, 205, 0.5);
  padding-top: 40px;
  padding-bottom: 48px;
  padding-left: 64px;
  padding-right: 64px;
  margin-top: 24px;
  margin-bottom: 32px;
  border-radius: 5px;
}

#datadiv-no_cont .heading-1 {
  font-size: 157%;
  margin-bottom: 24px;
  color: rgba(57, 64, 68, 0.6);
}

#datadiv-no_cont .heading-1 .bx {
  display: block;
  font-size: 5.5rem;
  margin-bottom: 8px;
  opacity: .25;
}

@media screen and (min-width: 768px) {
  /* --- hover --- */
  .report--ttl_bloc .heading-1 > .bx:hover {
    color: #a8adb5;
    background-color: #f2f3f5;
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .report--time, .report_dates--lft, .report--ttl {
    width: 100%;
  }
  .report--time {
    justify-content: flex-end;
  }
  .report_dates--calendar .heading-1 {
    font-size: 125%;
  }
  .report_dates--calendar .form-group {
    flex: 1;
  }
  .wrapper-myreport .report--ttl_bloc {
    align-items: flex-end;
  }
  .wrapper-myreport .report--ttl_bloc .report_edit {
    opacity: 1;
  }
  .wrapper-myreport .report--ttl_bloc .report_date {
    font-size: 1.0rem;
  }
  #set_report_tasks {
    width: 50%;
    min-width: 200px;
  }
  .report--cont {
    padding-top: 16px;
  }
  .report_tasks_action {
    align-items: flex-end;
  }
  .report_tasks_action .help {
    display: none;
  }
  /* --- list --- */
  .report--ttl {
    margin-bottom: 8px;
  }
  .report_bloc.myreport .report--ttl_bloc {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .report_bloc.myreport .report--cont {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* --- myreport --- */
  .report--ttl_bloc .heading-2 {
    margin-right: 8px;
  }
  .report--ttl {
    justify-content: space-between;
  }
  .report_edit {
    min-width: auto;
  }
  .report_edit .bx {
    margin-right: 0;
  }
  .report_edit span {
    display: none;
  }
  .report_status {
    font-size: 90%;
  }
  /* --- datadiv-no_cont --- */
  #datadiv-no_cont {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* 日報詳細
*************************************************** */
.report-detail .contents {
  max-width: 1300px;
}

.report_dates {
  border-bottom: 3px solid #ececf1;
}

.report_dates--calendar .bx {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  margin-right: 0;
  color: #fff;
  font-size: 1em;
  background-color: #32aad6;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.report_dates--calendar .form-group input {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 8px;
  min-width: 350px;
  font-size: 130% !important;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none !important;
  cursor: pointer;
}

.today_btn {
  margin-left: 24px;
  margin-right: 24px;
  min-width: auto;
}

.report_swal .alert {
  width: 300px;
  margin: 16px auto 4px;
  font-size: 90%;
}

.report_swal .sub_txt {
  color: #868686;
}

/* --- report_dates--arrow --- */
.report_dates--arrow {
  position: relative;
  cursor: pointer;
}

.report_dates--arrow:hover {
  color: #32aad6;
}

#report_dates--prev::before, #report_dates--next::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-color: #32aad6;
  border-width: 2px;
  transform: rotate(45deg);
}

#report_dates--prev::before {
  border-bottom-style: solid;
  border-left-style: solid;
}

#report_dates--next::after {
  border-top-style: solid;
  border-right-style: solid;
}

/* --- report_result --- */
.report_result {
  padding-bottom: 8px;
  font-size: 110%;
}

.report_result small {
  color: #a7abb1;
  font-weight: bold;
}

.report_result .bx {
  color: #a7abb1;
}

.report_sum {
  padding-right: 8px;
  margin-left: 16px;
  font-size: 120%;
}

/* --- report_table --- */
.report_table {
  position: relative;
  margin-bottom: 8px;
  padding: 24px 32px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
}

.report_table .link-detail {
  margin-left: 12px;
  font-size: 95%;
}

.report_table .link-detail .bx {
  margin-left: 4px;
}

.task {
  display: flex;
  justify-content: space-between;
}

.task > div {
  width: 48%;
}

.task .td_duration .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d64d63;
}

.task .client_id + .select2 .select2-selection__rendered,
.task .project_id + .select2 .select2-selection__rendered {
  font-size: 105%;
  font-weight: bold;
}

.task .form-group textarea {
  height: 6.5em;
}

.task .form-group label {
  min-width: 60px;
  font-size: 93%;
  text-align: left;
  font-weight: bold;
  color: #989898;
}

.project_profit {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fbfbfb;
  padding: 16px 24px;
  margin-top: 16px;
}

.project_profit--ttl {
  margin-bottom: 4px;
  color: #828282;
  font-size: 95%;
  font-weight: bold;
}

.project_profit--ttl .bx {
  margin-right: 6px;
  font-size: 130%;
}

.loader-project_profit {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f6fbff;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-project_profit .bx {
  display: block;
  font-size: 200%;
}

.report-detail .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}

.copy_btn {
  margin-top: 16px;
}

.delete_btn {
  position: absolute;
  right: 6px;
  top: 6px;
  line-height: 1;
}

.delete_btn i {
  margin-right: 0;
  color: #999;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.delete_btn i:hover, .delete_btn i:focus {
  color: #fff;
  cursor: pointer;
  background-color: #f14b65;
  border-color: #f14b65;
}

/* --- report_result --- */
.ds_tag {
  display: inline-block;
  margin-left: 8px;
  border-radius: 16px;
  color: #fff;
  padding: 0px 8px;
  font-size: 85%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .report-detail .report_dates, .report-view .report_dates {
    padding-bottom: 24px;
  }
  .report_result {
    padding-right: 0;
  }
  .report_table {
    padding: 16px 24px;
  }
  .copy_btn {
    margin-top: 16px;
  }
  .task {
    flex-wrap: wrap;
  }
  .task > div {
    width: 100%;
  }
  .task--project {
    margin-bottom: 16px;
  }
  .project_profit {
    flex-wrap: wrap;
  }
  .project_profit > div {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* 案件一覧
**************************************** */
.sum {
  font-size: 90%;
  color: #888;
  font-weight: bold;
}

.sum .price_number {
  margin: 0 4px;
  font-size: 170%;
}

.sum .bx {
  font-size: 170%;
}

.sum .btn {
  height: auto;
  line-height: 1.8;
  min-width: auto;
  pointer-events: none;
}

.sum li {
  position: relative;
  margin-right: 16px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.sum li::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3a715;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.sum li:hover::after {
  bottom: 1px;
  opacity: 1;
  visibility: visible;
}

.sum li .tooltip {
  font-size: 140%;
}

.in_house_memo {
  position: static !important;
}

.memo_wrap {
  position: relative;
  text-align: center;
}

.memo_wrap i {
  margin-right: 0;
  color: #0fa8e1;
}

.memo_wrap .hide {
  display: none;
  position: absolute;
  top: 0;
  right: 34px;
  z-index: 99;
  width: 320px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background-color: rgba(86, 86, 86, 0.9);
  white-space: pre-wrap;
}

.memo_wrap .hide::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -7px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(86, 86, 86, 0.9);
}

.memo_wrap i:hover + .hide {
  display: block;
}

.search-clear {
  margin-left: 8px;
}

.count_wrap {
  font-size: 90%;
  font-weight: bold;
  color: #347ead;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .sum {
    margin-bottom: 8px;
  }
  .search-clear {
    float: right;
    clear: both;
    margin-bottom: 40px;
  }
}

/* 案件詳細
**************************************** */
#tr-teiki_contract span {
  color: #a7abb1;
  font-weight: bold;
  font-size: 90%;
}

.panel_teiki label[for="renewal_unit_month"] {
  margin-right: 16px;
}

.teiki_amount_split-check dd {
  padding: 0 10px;
  color: #0fa8e0;
  border: 1px solid #0fa8e0;
}

.teiki_amount_split-check dd:not(:first-child) {
  margin-left: -1px;
}

.teiki_amount_split-check dd:hover {
  color: #FFF;
  background-color: #0fa8e0;
}

.changed_term {
  color: #0fa8e0;
}

.changed_term-year {
  color: #15c179;
}

#renewal_unit + .select2 {
  display: none;
}

.th_tax .btn {
  position: absolute;
  right: 14px;
  top: calc(50% - 12px);
}

/* --- 締め日機能 --- */
#tr-closing_date .bg {
  margin-top: 16px;
}

#tr-closing_date .filter {
  margin: 16px 0;
}

.closing_date_area {
  margin-top: 16px;
}

.closing_date_area dl {
  margin-top: 8px;
  font-size: 105%;
}

.closing_date_area dl dt {
  margin-right: 8px;
}

#closing_date {
  font-weight: bold;
  color: #f3a715;
}

/* CSV一括登録
**************************************** */
.drag-drop-inside {
  min-height: 50px;
  padding: 20px;
  color: #0fa8e0;
  font-size: 120%;
  background-color: #e6f4fa;
  border: dashed 4px rgba(49, 169, 214, 0.5);
}

.drag-drop-inside.dropover {
  background-color: #cff;
  color: #9cc;
}

.drag-drop-none {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .drag-drop-inside {
    min-height: auto;
    padding: 0;
    text-align: left;
    background-color: transparent;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .drag-drop-inside {
    padding: 10px;
  }
  .drag-drop-buttons input {
    font-size: 70% !important;
  }
}

/* 支払一覧
**************************************** */
#search_payment_date, .related_form > div {
  margin-right: 4px;
}

/* 原価詳細
**************************************** */
.related_project_area dt {
  color: #a7abb1;
}

.related_project dd {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .related_project dd {
    width: 100%;
  }
}

/* メンバー詳細
**************************************** */
#member_role {
  margin-bottom: 4px;
}

/* 所属
**************************************** */
.form-department .select2-container {
  margin-right: 10px;
  min-width: 300px;
  max-width: 300px;
}

.form-department .btn-txt_default {
  margin-right: 8px;
}

.form-department .form-department--btn {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .form-department .form-department--btn {
    display: block;
    margin-right: 0;
    margin-left: auto;
    max-width: 126px;
  }
  .member .form-department {
    margin-top: 30px;
  }
}

/* アカウント設定
**************************************** */
.account .btn-info.btn-thin {
  margin-left: 8px;
  margin-bottom: 4px;
}

#available_users {
  margin-bottom: 4px;
}

#available_users.cancel {
  color: #999;
  text-decoration: line-through;
}

#panel_available_users {
  max-width: 640px;
}

#panel_temp_available_users {
  font-weight: bold;
  margin-bottom: 4px;
}

/* 分析
**************************************** */
.tableexport-caption {
  display: none;
}

.datatable.analytics {
  border: 1px solid #c5e3f1;
  padding: 0 6px;
  min-width: 80px;
  height: 18px;
  line-height: 1.8;
}

.datatable.analytics .project_id, .datatable.analytics .client_id {
  display: none;
}

.datatable.analytics > thead > tr > th, .datatable.analytics > tbody > tr > td {
  border: 1px solid #c5e3f1;
  padding: 0 6px;
  min-width: 80px;
  height: 18px;
  line-height: 1.8;
}

.datatable.analytics > thead > tr > th {
  color: #177ca1;
  text-align: center;
}

.datatable.analytics > tbody > tr > td {
  text-align: right;
}

.datatable.analytics > tbody > tr > td.name {
  min-width: 100px;
  text-align: left;
}

.datatable.analytics > tbody > tr#sum > td {
  font-weight: bold;
  border-top: 2px solid #0ea8e0;
}

.datatable.analytics > tbody > tr > td.name::after {
  background-color: #c6e3f1;
}

.datatable.analytics .th_sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  left: 0;
  z-index: 9 !important;
  background-color: #fff;
}

.datatable.analytics .th_sticky-top {
  z-index: 11 !important;
}

.datatable.analytics #header_month th, .datatable.analytics #sum td {
  background-color: #effaff;
}

.datatable.analytics #header_month th {
  top: -1px;
  height: auto;
}

.datatable.analytics #header_columns th {
  background-color: #effaff;
}

.analytics-list #header_columns th {
  top: 1.55em;
}

.analytics-detail #header_columns th {
  top: 0;
}

.datatable.analytics .name.th_sticky::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px !important;
  height: 100% !important;
}

.datatable.analytics #header_columns th span::before, .datatable.analytics #header_columns th span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px !important;
  height: 100% !important;
}

.datatable.analytics .name.th_sticky::after {
  left: auto;
  right: -1px;
}

.datatable.analytics #header_columns th::before {
  left: -1px;
}

.datatable.analytics #header_columns th::after {
  right: -1px !important;
  left: auto !important;
}

#chart {
  margin-bottom: 40px;
}

/* 分析 全体集計
**************************************** */
.analytics-list .datarow:not(#sum) {
  cursor: pointer;
}

.datatable.analytics #header_columns th span::before {
  top: -1px;
  left: 0;
  width: 100% !important;
  height: 1px !important;
}

.datatable.analytics #header_columns th span::after {
  right: -2px !important;
  bottom: 0;
  z-index: 43;
}

@media all and (-ms-high-contrast: none) {
  .datatable.analytics #header_month th, .datatable.analytics #header_columns th {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* hover */
  .datatable.analytics tbody tr:hover td {
    background-color: #fffedf;
  }
}

/* ランキング */
.ranking_clone {
  display: none;
}

.ranking_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ranking {
  padding: 16px;
  border-radius: 0px 0px 5px 5px;
  border: none;
  box-shadow: 2px 2px #eee;
  margin: 0;
  background-color: #fff;
}

.ranking .worst {
  display: none;
}

.ranking--box {
  width: 24%;
}

.ranking--box h3 {
  background: #effaff;
  color: #177ca1;
  padding: 8px 16px;
  font-size: 125%;
}

.ranking--box h3 .bx-poll {
  transform: rotate(-90deg);
}

.ranking--rank {
  counter-reset: number;
}

.ranking--column li {
  padding-left: 16px;
  padding-right: 16px;
}

.ranking--column li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.ranking--name {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-weight: bold;
}

.ranking--name::before {
  counter-increment: number;
  content: counter(number) "位";
  margin-right: 16px;
  color: #177ca1;
  font-size: 115%;
  white-space: nowrap;
}

.ranking--price {
  text-align: right;
  font-size: 112.5%;
}

.ranking--price small {
  margin-left: 4px;
  font-size: 50%;
}

.ranking_area-worst .ranking--box h3 {
  color: #ed6077;
  background: #fff6f7;
}

.ranking_area-worst .ranking--name::before {
  color: #ed6077;
}

.ranking.wht_bloc {
  border-radius: 0px 0px 5px 5px;
  border: none;
  box-shadow: 2px 2px #eee;
}

@media screen and (max-width: 1280px) {
  .ranking--box {
    width: 49%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ranking_area {
    flex-direction: column;
  }
  .ranking--box {
    width: 100%;
  }
  .ranking--box:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* --- tab--ranking --- */
.tab--ranking {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden;
  text-align: center;
  font-size: 108%;
}

.tab--label {
  position: relative;
  min-width: auto;
  padding: 2px 32px;
  color: #555;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #bbb;
  cursor: pointer;
}

.tab--ranking .tab-best {
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.tab--ranking .tab-worst {
  border-radius: 0 3px 3px 0;
}

.tab--ranking .current {
  font-weight: bold;
  pointer-events: none;
}

.tab--ranking .tab-best.current {
  color: #177ca1;
  border: 1px solid #177ca1;
  background-color: #f0f9ff;
}

.tab--ranking .tab-worst.current {
  color: #ed6077;
  border: 1px solid #ed6077;
  background-color: #fff6f6;
}

.tab--ranking .current + .tab--label {
  border-left: none;
}

@media screen and (max-width: 767px) {
  /* --- tab--ranking --- */
  .tab--label {
    width: 50%;
    padding: 2px 20px;
  }
}

/* --- 案件区分：分析 --- */
.goal h3 {
  color: #8a8a8a;
}

.goal .form-group input[type="number"] {
  text-align: right;
  width: 80px;
  min-width: auto;
  margin-right: 4px;
  padding: 6px 12px;
}

.matrix, .box, .tunning-input, .matrix .btn-clear, .pvmq {
  display: flex;
  align-items: center;
}

.box {
  position: relative;
  justify-content: center;
  text-align: center;
  padding: 40px;
  border: 1px solid #eee;
  background-color: #fff;
}

.symbol {
  font-size: 320%;
  margin: 0px 2%;
}

.symbol .bx-plus {
  transform: rotate(45deg);
  font-size: 90%;
}

.matrix .none {
  display: none;
}

.matrix .value {
  margin-bottom: 4px;
  font-size: 180%;
  white-space: nowrap;
}

.matrix .value small {
  margin-left: 4px;
  font-size: 60%;
}

.matrix .diff {
  color: #15c178;
}

.matrix .diff.minus {
  color: #d64d63;
}

.diff-init {
  color: #8a8a8a;
}

.diff-rate {
  font-size: 115%;
  font-weight: bold;
}

.matrix .btn-clear {
  color: #a7abb1;
  margin-left: 8px;
  font-size: 130%;
  cursor: pointer;
}

.tunning {
  margin-top: 24px;
}

.set_goal--input input {
  width: 180px !important;
}

.tunning-input span {
  font-size: 120%;
}

.approach {
  display: flex;
}

#calc_approach {
  margin-left: 16px;
}

.set_goal--input {
  margin-bottom: 8px;
}

.value-rate {
  font-size: 270%;
}

.approach li {
  width: 25%;
}

.rate_by_sale {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 85%;
  font-weight: bold;
  color: #f7b73c;
  transition: all 0.3s;
  opacity: 0;
}

.box:hover .rate_by_sale {
  opacity: 1;
}

.set_goal {
  display: none;
}

/*デバック*/
@media screen and (max-width: 767px) {
  .matrix, .pvmq, .col2, #avg, #all {
    display: block;
  }
  .box {
    padding: 24px;
  }
  .symbol {
    text-align: center;
  }
  .equal {
    transform: rotate(90deg);
    pointer-events: none;
  }
  .rate_by_sale {
    opacity: 1;
  }
}

/* 作業一覧
**************************************** */
.chart_area .heading-2 {
  margin-bottom: 16px;
}

.project_info {
  width: 440px;
  margin-right: 8px;
}

.project_info + section {
  position: relative;
  width: calc(100% - 448px);
}

.project_info li {
  font-size: 108%;
  width: 50%;
}

.project_info li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #ececf1;
}

.project_info li h3 {
  color: #1a7da2;
}

.chart_area .chart_area--col2 {
  display: flex;
}

.chart_area .help {
  position: absolute;
  width: 25%;
  max-width: 232px;
  padding: 8px;
  border: 1px solid #ececf1;
  opacity: 0;
  transition: all 0.3s;
}

.chart_area .help.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .project_info {
    width: 100%;
  }
  .project_info + section {
    width: 100%;
  }
  .chart_area .chart_area--col2 {
    display: block;
  }
}

/* ##############################################################################

    LIBRARY

############################################################################## */
/* Airdatepicker
*************************************************** */
.datepicker--nav {
  padding-top: 2px;
  padding-bottom: 2px;
}

.datepicker--day-name, .datepicker--cell.-current- {
  color: #0fa8e0;
}

.datepicker--day-name.-weekend-:nth-child(7), .datepicker--day-name.-weekend-:nth-child(1) {
  color: #d3d7d7;
}

.datepicker--cell {
  height: 24px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #0fa8e0 !important;
}

/* SweetAlert2
*************************************************** */
.swal2-content .form-group label {
  font-size: 85%;
}

.swal2-container button {
  font-weight: bold;
  min-width: auto;
  height: auto;
  line-height: inherit;
  outline: auto;
  letter-spacing: inherit;
}

.swal-button--register {
  background-color: #15c179;
  border-color: #15c179;
}

.swal-button--register:hover {
  color: #15c179 !important;
  border-color: #15c179 !important;
}

/* Select2
*************************************************** */
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 150%;
  font-weight: normal;
  color: #a7abb1;
  transform: translate(-10px, 0px);
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #15c179;
  zoom: 1.07;
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__clear {
    transform: translate(-10px, 0px);
    height: 35px;
  }
}

/*# sourceMappingURL=../maps/style.css.map */
