@charset "UTF-8";
/*! normalize.css 2011-08-31T22:02 UTC · http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, F3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0; /* 1 */
  *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal; /* 1 */
  *overflow: visible; /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */
table button,
table input {
  *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes remove {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes remove {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes shake {
  2% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  }
  4% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  10% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  16% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  18% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  20% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  22% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }
  24% {
    transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  30% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  32% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  34% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  36% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  40% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  44% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  46% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  54% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }
  58% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  60% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  66% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  68% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  70% {
    transform: translate(0.5px, -0.5px) rotate(1.5deg);
  }
  72% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  76% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(2.5px, -0.5px) rotate(1.5deg);
  }
  80% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  90% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  94% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  96% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  98% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake {
  2% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  }
  4% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  10% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  16% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg);
  }
  18% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  20% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  22% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }
  24% {
    transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  30% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  32% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  34% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  36% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  40% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  44% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg);
  }
  46% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  54% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }
  58% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  60% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  66% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg);
  }
  68% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  70% {
    transform: translate(0.5px, -0.5px) rotate(1.5deg);
  }
  72% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  76% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(2.5px, -0.5px) rotate(1.5deg);
  }
  80% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  90% {
    transform: translate(1.5px, 2.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  94% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg);
  }
  96% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  98% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.material.field.text {
  position: relative;
  padding: 10px 0 0;
}
.material.field.text .input {
  position: relative;
  display: flex;
  align-items: center;
}
.material.field.text .input label {
  position: absolute;
  margin: 0;
  pointer-events: none;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.material.field.text .input label.active {
  font-size: 10px;
  transform: translateY(-20px);
}
.material.field.text .input input[type=text] {
  padding: 5px 0 0;
  border: none;
}
.material.field.text .input input[type=text]::-webkit-input-placeholder {
  color: transparent;
}
.material.field.text .input input[type=text]:focus::-webkit-input-placeholder {
  color: #ddd;
}
.material.field.text .input input:focus + label {
  font-size: 10px;
  transform: translateY(-20px);
}
.material.field.text .note {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  margin: 0;
}

input {
  width: auto;
  border: 1px solid #8F969C;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px;
}

select.ui.dropdown {
  height: auto;
  background-image: url(/data/common/images/icon/caret-down-solid.svg) !important;
  background-size: 8px !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
}
@media screen and (max-width: 640px) {
  select.ui.dropdown {
    font-size: 16px !important;
  }
}

.input label {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.input label .required {
  font-size: 12px;
  padding: 3px 6px;
  color: #FF0000;
  background: rgba(255, 0, 0, 0.2);
  margin-left: 15px;
}
.input label .any {
  font-size: 12px;
  padding: 3px 6px;
  background: #ddd;
  margin-left: 15px;
}
.input.text.search {
  border: 1px solid #8F969C;
  border-radius: 3px;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2px 12px;
}
.input.text.search:hover {
  border-color: #4f4f51;
  outline: none;
}
.input.text.search input {
  border: none;
  padding: 0;
  line-height: 34px;
  width: 100px;
}
.input.text.search .selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 12px;
}
.input.text.search .selected > * {
  margin: 2px;
}
.input.text.search .selected .label {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  border-radius: 30px;
  width: auto;
  color: #333;
  background: #EDEDED;
  padding: 0 7px 0 0;
}
.input.text.search .selected .label > *:not(:last-child) {
  margin-right: 5px;
}
.input.text.search .selected .label .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.input.text.search .selected .label .avatar img {
  width: 100%;
  height: auto;
}
.input.text.search .selected .label > i {
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.ui.input.basic {
  min-width: 70%;
}
.ui.input input {
  line-height: 20px;
  padding: 0.78571429em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 640px) {
  .ui.input input {
    font-size: 16px;
  }
}
.ui.input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 640px) {
  .field.woman_active_time .checkboxes {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .checkboxes > *:not([class*=col]) {
    margin: 0;
  }
}
.field.woman_active_time .start {
  width: 260px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .start {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.field.woman_active_time .start .date {
  width: 210px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .start .date {
    width: 250px;
  }
}
.field.woman_active_time .start .date .input {
  max-width: 90px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .start .date .input {
    max-width: 100px;
  }
}
.field.woman_active_time .end {
  width: 260px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .end {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.field.woman_active_time .end .date {
  width: 210px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .end .date {
    width: 250px;
  }
}
.field.woman_active_time .end .date .input {
  max-width: 90px;
}
@media screen and (max-width: 640px) {
  .field.woman_active_time .end .date .input {
    max-width: 100px;
  }
}

/* 共通 */
body {
  background-color: #f5f5f7;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.primary-color {
  color: #17AFCF;
}

a {
  cursor: pointer;
}

body,
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-width: 800px;
}

.nowrap:not(.frow) {
  white-space: nowrap;
}

.d-none {
  display: none !important;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0;
  }
}

.ribbon-wrapper {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.ribbon-wrapper > .inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.ribbon-wrapper > .inner .ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 0 0 -5px;
  width: calc(100% + 5px);
  font-size: 11px;
  line-height: 1;
  color: white;
  background: #CF173D;
}
.ribbon-wrapper > .inner .ribbon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #8a0f29;
}

img {
  max-width: 100%;
}

a {
  color: #0661C4;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.6;
  margin: 0 0 10px;
}
p:last-child {
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  margin: 0;
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #DDDDDD;
}
input[type=checkbox]:checked {
  background-color: #0661c4;
  border-color: #0661c4;
}
input[type=checkbox]:focus {
  transform: none;
}
input[type=checkbox]:hover {
  transform: none;
}

.error_message {
  color: #CF173D;
  font-size: 12px;
  margin-top: 5px;
}

/** Fomantic-UI override **/
.ui.input.text input {
  border: none;
  border-bottom: 1px solid #8F969C !important;
  border-radius: 0 !important;
}
.ui.button.white {
  color: #17AFCF;
  background: #fff;
}
.ui.button.white.border {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.ui.button.primary {
  color: #fff;
  background: #17AFCF;
}
.ui.button.primary:hover {
  background: #1288a1;
}
.ui.button.round {
  border-radius: 500rem;
}
.ui.button.border {
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.button.border.primary {
  background: none;
  color: #17AFCF;
  box-shadow: 0 0 0 1px #17AFCF inset;
}
.ui.button.text {
  background: none;
  outline: none;
  border: none;
}

/** frow override **/
.frow:not(.gutters).while-10 {
  margin: -5px;
}
.frow:not(.gutters).while-10 > * {
  margin: 5px;
}
.frow:not(.gutters).while-20 {
  margin: -10px;
}
.frow:not(.gutters).while-20 > * {
  margin: 10px;
}
.frow:not(.gutters).while-30 {
  margin: -15px;
}
.frow:not(.gutters).while-30 > * {
  margin: 15px;
}
.frow:not(.gutters).while-40 {
  margin: -20px;
}
.frow:not(.gutters).while-40 > * {
  margin: 20px;
}
.frow:not(.gutters).while-50 {
  margin: -25px;
}
.frow:not(.gutters).while-50 > * {
  margin: 25px;
}
.frow:not(.gutters).while-60 {
  margin: -30px;
}
.frow:not(.gutters).while-60 > * {
  margin: 30px;
}
.frow:not(.gutters).while-70 {
  margin: -35px;
}
.frow:not(.gutters).while-70 > * {
  margin: 35px;
}
.frow:not(.gutters).while-80 {
  margin: -40px;
}
.frow:not(.gutters).while-80 > * {
  margin: 40px;
}
.frow:not(.gutters).while-90 {
  margin: -45px;
}
.frow:not(.gutters).while-90 > * {
  margin: 45px;
}
.frow:not(.gutters).while-100 {
  margin: -50px;
}
.frow:not(.gutters).while-100 > * {
  margin: 50px;
}
.frow.gutters.while-10 {
  margin: -5px;
}
.frow.gutters.while-10 > * {
  padding: 5px;
}
.frow.gutters.while-20 {
  margin: -10px;
}
.frow.gutters.while-20 > * {
  padding: 10px;
}
.frow.gutters.while-30 {
  margin: -15px;
}
.frow.gutters.while-30 > * {
  padding: 15px;
}
.frow.gutters.while-40 {
  margin: -20px;
}
.frow.gutters.while-40 > * {
  padding: 20px;
}
.frow.gutters.while-50 {
  margin: -25px;
}
.frow.gutters.while-50 > * {
  padding: 25px;
}
.frow.gutters.while-60 {
  margin: -30px;
}
.frow.gutters.while-60 > * {
  padding: 30px;
}
.frow.gutters.while-70 {
  margin: -35px;
}
.frow.gutters.while-70 > * {
  padding: 35px;
}
.frow.gutters.while-80 {
  margin: -40px;
}
.frow.gutters.while-80 > * {
  padding: 40px;
}
.frow.gutters.while-90 {
  margin: -45px;
}
.frow.gutters.while-90 > * {
  padding: 45px;
}
.frow.gutters.while-100 {
  margin: -50px;
}
.frow.gutters.while-100 > * {
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-10 {
    margin: -5px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-10 > * {
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-20 {
    margin: -10px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-20 > * {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-30 {
    margin: -15px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-30 > * {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-40 {
    margin: -20px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-40 > * {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-50 {
    margin: -25px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-50 > * {
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-60 {
    margin: -30px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-60 > * {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-70 {
    margin: -35px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-70 > * {
    padding: 35px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-80 {
    margin: -40px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-80 > * {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-90 {
    margin: -45px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-90 > * {
    padding: 45px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-100 {
    margin: -50px;
  }
}
@media screen and (max-width: 640px) {
  .frow.gutters.while-xs-100 > * {
    padding: 50px;
  }
}

.gmap-info-window > img {
  position: absolute !important;
  width: 32px;
  height: 32px;
  z-index: 2;
  top: -18px;
  right: -18px;
  opacity: 0;
}
.gmap-info-window > .navi-top {
  position: absolute;
  top: -37px;
  display: flex;
}
.gmap-info-window > .navi-top > .navi {
  display: inline-block;
  padding: 0 15px;
  background: #23303b;
  height: 32px;
  border-radius: 500rem;
  color: #fff;
  line-height: 32px;
}
.gmap-info-window > .navi-top > .navi > .inner {
  display: flex;
  align-items: center;
}
.gmap-info-window > .navi-top > .navi .prev {
  height: 32px;
  cursor: pointer;
}
.gmap-info-window > .navi-top > .navi .next {
  height: 32px;
  margin-left: 5px;
  cursor: pointer;
}
.gmap-info-window > .navi-top > .navi .counter {
  margin-left: 10px;
}
.gmap-info-window > .navi-top > .button {
  background: #767676;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 12px;
  margin-left: 5px;
  display: flex;
}
.gmap-info-window > .navi-top > .button .plus {
  font-size: 18px;
  margin-right: 5px;
}

.card {
  display: block;
  background: #23303B;
  border-radius: 13px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.card.remove {
  -webkit-animation: remove 0.3s both;
          animation: remove 0.3s both;
}
.card > .inner {
  display: flex;
  color: #fff;
  cursor: default;
}
.card.selected .thumbs {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 10px 0 10px 10px;
}
.card.selected .thumbs .thumb {
  flex: 1;
  width: 57px;
  overflow: hidden;
  border-radius: 9px;
}
.card.selected .thumbs .thumb:not(:last-child) {
  margin-bottom: 10px;
}
.card.selected .thumbs .thumb .img-cover {
  width: 100%;
  height: 100%;
}
.card.selected .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.selected .content {
  width: calc(100% - 57px - 30px);
  padding: 10px;
}
.card.selected .content .downloads {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.card.selected .content .downloads button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  text-align: center;
  color: #CF173D;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 0 2px #CF173D inset;
  border-radius: 12px;
  width: 80px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  outline: none;
  border: none;
}
.card.selected .content .labels {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
.card.selected .content .labels > .inner {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 -2.5px;
}
.card.selected .content .labels > .inner .label {
  font-size: 10px;
  line-height: 1;
  padding: 6px;
  border-radius: 6px;
  margin: 0 2.5px;
  color: #fff;
  background: #CF173D;
}
.card.selected .content .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.card.selected .content .meta .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.card.selected .content .meta .label {
  font-size: 11px;
  font-weight: bold;
}
.card.selected .content .meta .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 14px);
}
.card.selected .content .meta .value .main {
  font-size: 9px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.card.selected .content .meta .value .sub {
  font-size: 9px;
  font-weight: bold;
}
.card.selected .content .meta.price {
  margin-bottom: 5px;
}
.card.selected .content .meta.price .icon {
  width: 18px;
  height: 18px;
}
.card.selected .content .meta.price .value {
  align-items: flex-end;
}
.card.selected .content .meta.price .value .main {
  font-size: 24px;
  line-height: 24px;
}
.card.selected .content .meta.price .value .sub {
  font-size: 11px;
  margin-left: 5px;
}
.card.selected .content .meta.land {
  margin-bottom: 5px;
}
.card.selected .content .meta.land .value {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
}
.card.selected .content .meta.land .value > div {
  display: flex;
}
.card.selected .content .meta.land .value > div .main {
  font-size: 13px;
}
.card.selected .content .meta.land .value > div .sub {
  margin-left: 3px;
}
.card.selected .delete-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 30px;
  height: auto;
  background: #CF173D;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.card.selected .delete-button:hover {
  background: #a1122f;
}
.card.selected .delete-button .icon {
  position: relative;
}
.card.history.dummy {
  position: relative;
}
.card.history.dummy::after {
  content: "公開終了";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #fff;
  pointer-events: none;
  border-radius: 13px;
}
.card.history.dummy .content {
  filter: blur(5px);
}
.card.history .thumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 10px 0 10px 10px;
}
.card.history .thumbs .thumb {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 9px;
}
.card.history .thumbs .thumb:not(:last-child) {
  margin-bottom: 10px;
}
.card.history .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.history .content {
  width: calc(100% - 57px - 30px);
  padding: 10px;
}
.card.history .content .download-pdf-button {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
  cursor: pointer;
}
.card.history .content .download-pdf-button > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
  border-radius: 12px;
  overflow: hidden;
}
.card.history .content .download-pdf-button > .inner .label {
  width: 48%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}
.card.history .content .download-pdf-button > .inner .label.orange {
  background: #CF173D;
}
.card.history .content .download-pdf-button > .inner .label.green {
  background: #0093BF;
}
.card.history .content .download-pdf-button > .inner .label.yellow {
  background: #e2a500;
}
.card.history .content .download-pdf-button > .inner .pdf {
  width: 48%;
  height: 28px;
  text-align: center;
  color: #CF173D;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 0 2px #CF173D inset;
}
.card.history .content .download-pdf-button > .inner .pdf.disabled {
  cursor: not-allowed;
  box-shadow: 0 0 0 2px #ccc inset;
  color: #ccc;
}
.card.history .content .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.card.history .content .meta .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.card.history .content .meta .label {
  font-size: 11px;
  font-weight: bold;
}
.card.history .content .meta .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 14px);
}
.card.history .content .meta .value .main {
  font-size: 9px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.card.history .content .meta .value .sub {
  font-size: 9px;
  font-weight: bold;
}
.card.history .content .meta.price {
  margin-bottom: 5px;
}
.card.history .content .meta.price .icon {
  width: 18px;
  height: 18px;
}
.card.history .content .meta.price .value {
  align-items: flex-end;
}
.card.history .content .meta.price .value .main {
  font-size: 24px;
  line-height: 24px;
}
.card.history .content .meta.price .value .sub {
  font-size: 11px;
  margin-left: 5px;
}
.card.history .content .meta.land {
  margin-bottom: 5px;
}
.card.history .content .meta.land .value {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
}
.card.history .content .meta.land .value > div {
  display: flex;
}
.card.history .content .meta.land .value > div .main {
  font-size: 13px;
}
.card.history .content .meta.land .value > div .sub {
  margin-left: 3px;
}
.card.history .delete-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 30px;
  height: auto;
  background: #CF173D;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.card.history .delete-button:hover {
  background: #a1122f;
}
.card.history .delete-button .icon {
  position: relative;
}
.card.infowindow {
  position: relative;
  width: 320px;
  z-index: 1;
  -webkit-animation: fadeIn 0.6s both;
          animation: fadeIn 0.6s both;
}
.card.infowindow.private .content {
  position: relative;
  width: 100%;
  padding: 0;
  border-radius: 13px;
  overflow: hidden;
}
.card.infowindow.private .content .text {
  position: absolute;
  z-index: 9;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.card.infowindow.private .content .text .main {
  font-size: 16px;
  font-weight: bold;
}
.card.infowindow.private .content .text .sub {
  font-size: 12px;
}
.card.infowindow.private .content .download-pdf-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 97px);
  padding: 20px 15px 15px 20px;
}
.card.infowindow::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #23303B transparent transparent transparent;
  left: 0;
  margin: auto;
}
.card.infowindow .card-top {
  position: absolute;
  top: -14px;
  left: 0;
  right: -14px;
  z-index: 1;
}
.card.infowindow .card-top .buttons {
  margin: 0 -2px;
}
.card.infowindow .card-top .buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 28px;
  height: 28px;
  border-radius: 500rem;
  color: #fff;
  background: #767676;
  margin: 0 2px;
  cursor: pointer;
}
.card.infowindow .card-top .buttons .button.mail {
  background: #DF7103;
  border-radius: 14px;
}
.card.infowindow .card-top .buttons .button.plus {
  font-size: 18px;
  background: #767676;
}
.card.infowindow .card-top .buttons .button.close {
  font-size: 18px;
  transform: rotate(45deg);
  background: #343434;
}
.card.infowindow .card-top .buttons .button.disabled {
  background-color: #ccc;
}
.card.infowindow .card-top .labels {
  margin: 0 -3px;
}
.card.infowindow .card-top .labels > .inner {
  display: flex;
  gap: 5px;
}
.card.infowindow .card-top .labels .label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  height: 32px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  background: #CF173D;
  border-radius: 14px;
  margin: 0 3px;
}
.card.infowindow .thumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 15px 0 15px 15px;
}
.card.infowindow .thumbs .thumb {
  width: 81px;
  height: 81px;
  overflow: hidden;
  border-radius: 9px;
}
.card.infowindow .thumbs .thumb:not(:last-child) {
  margin-bottom: 10px;
}
.card.infowindow .thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.infowindow .content {
  width: calc(100% - 57px);
  padding: 20px 15px 15px 20px;
}
.card.infowindow .content .download-pdf-button {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
.card.infowindow .content .download-pdf-button > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
  border-radius: 12px;
  overflow: hidden;
}
.card.infowindow .content .download-pdf-button > .inner .label {
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  width: 48%;
}
.card.infowindow .content .download-pdf-button > .inner .label.red {
  background: #CF173D;
}
.card.infowindow .content .download-pdf-button > .inner .label.blue {
  background: #0093BF;
}
.card.infowindow .content .download-pdf-button > .inner .label.yellow {
  background: #e2a500;
}
.card.infowindow .content .download-pdf-button > .inner .pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  text-align: center;
  color: #CF173D;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 0 2px #CF173D inset;
  border-radius: 12px;
  width: 48%;
  cursor: pointer;
  height: 28px;
  margin: 0;
}
.card.infowindow .content .download-pdf-button > .inner .pdf.disabled {
  cursor: not-allowed;
  color: #ccc;
  box-shadow: 0 0 0 2px #ccc inset;
}
.card.infowindow .content .download-pdf-button > .inner .pdf i {
  margin-right: 5px;
}
.card.infowindow .content .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.card.infowindow .content .meta:not(:last-child) {
  margin-bottom: 3px;
}
.card.infowindow .content .meta .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.card.infowindow .content .meta .label {
  font-size: 13px;
  font-weight: bold;
}
.card.infowindow .content .meta .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 14px);
}
.card.infowindow .content .meta .value .main {
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.card.infowindow .content .meta .value .sub {
  font-size: 11px;
  font-weight: bold;
}
.card.infowindow .content .meta.price {
  margin-bottom: 5px;
}
.card.infowindow .content .meta.price .icon {
  width: 18px;
  height: 18px;
}
.card.infowindow .content .meta.price .value {
  align-items: flex-end;
}
.card.infowindow .content .meta.price .value .main {
  font-size: 27px;
  line-height: 27px;
}
.card.infowindow .content .meta.price .value .sub {
  font-size: 13px;
  margin-left: 5px;
}
.card.infowindow .content .meta.land {
  margin-bottom: 5px;
}
.card.infowindow .content .meta.land .value {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
}
.card.infowindow .content .meta.land .value > div {
  display: flex;
}
.card.infowindow .content .meta.land .value > div .main {
  font-size: 15px;
}
.card.infowindow .content .meta.land .value > div .sub {
  margin-left: 3px;
}
.card.infowindow .delete-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 30px;
  height: auto;
  background: #CF173D;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.card.infowindow .delete-button:hover {
  background: #a1122f;
}
.card.infowindow .delete-button .icon {
  position: relative;
}

.primary-color {
  color: #17AFCF;
}

.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-y::-webkit-scrollbar {
  width: 20px;
}
.scroll-y::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* button */
[type=button]:active,
[type=reset]:active,
[type=submit]:active,
button:active {
  transform: none;
}

.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.checkbox.toggle {
  margin: auto;
}
.checkbox.toggle .label {
  font-size: 12px;
  font-weight: bold;
}
.checkbox.toggle input {
  opacity: 0;
  position: absolute;
}
.checkbox.toggle input + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
  height: 23px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 60px;
  margin: 0;
  margin-left: 10px;
}
.checkbox.toggle input + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 21px;
  width: 44px;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.checkbox.toggle input + label:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  height: 19px;
  width: 19px;
  top: 1px;
  left: 1px;
  border-radius: 60px;
  box-shadow: 0 0 0 1px hsla(0deg, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0deg, 0%, 0%, 0.04), 0 4px 9px hsla(0deg, 0%, 0%, 0.13), 0 3px 3px hsla(0deg, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.checkbox.toggle input:checked + label:before {
  background: #fff;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.checkbox.toggle input:checked + label:after {
  left: 24px;
  background: #17AFCF;
}

.errors {
  background: #FCF1F3;
  color: #CF173D;
  font-size: 14px;
  padding: 20px;
  border-radius: 9px;
}
.errors ul {
  margin: 0;
}
.errors ul li:not(:last-child) {
  margin-bottom: 5px;
}

.modal-menu > .inner > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.modal-menu > .inner > ul > li {
  display: block;
  margin: 50px;
}
.modal-menu > .inner > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  color: #fff;
}
.modal-menu > .inner > ul > li > a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
.modal-menu > .inner > ul > li > a .title {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .modal-menu > .inner > ul > li > a .title {
    font-size: 16px;
  }
}
.modal-menu > .inner .close {
  position: absolute;
  top: 0;
  right: 0;
}

.select-buttons {
  display: flex;
  flex-wrap: wrap;
}
.select-buttons .select-button {
  width: 33.3333333333%;
  padding: 5px;
}
.select-buttons .select-button input {
  display: none;
}
.select-buttons .select-button input:checked + label {
  color: #17AFCF;
  border-color: #17AFCF;
}
.select-buttons .select-button input:checked + label::before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  width: 16px;
  height: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  color: #fff;
  background-color: #17AFCF;
  border-color: #17AFCF;
}
.select-buttons .select-button label {
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  border: 2px solid #efefef;
  border-radius: 0.28571429rem;
  font-size: 14px;
  cursor: pointer;
}
.select-buttons .select-button label::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid #efefef;
  border-radius: 0.28571429rem;
}

.modal {
  transition: all 0.3s;
}
.modal.await {
  pointer-events: none;
  opacity: 0.9;
  filter: blur(3px);
}
.modal.modal-request, .modal.modal-contact {
  max-width: 600px;
  width: 100%;
}
.modal.modal-request > .close, .modal.modal-contact > .close {
  font-size: 30px;
  font-weight: bold;
  transform: rotate(45deg);
  background: #343434;
  border-radius: 50%;
  top: -20px !important;
  right: -20px !important;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  opacity: 1;
}
.modal.modal-request > .inner, .modal.modal-contact > .inner {
  position: relative;
  border-radius: 8px;
  color: #fff;
  background: #1A2C3C;
  overflow: hidden;
}
.modal.modal-request > .inner .header, .modal.modal-contact > .inner .header {
  position: relative;
  padding: 40px;
  background-image: url("/data/fdx/images/common/modal/request/icatch.jpg");
  background-size: cover;
  background-position: center;
}
.modal.modal-request > .inner .header .title, .modal.modal-contact > .inner .header .title {
  position: relative;
  font-weight: bold;
  text-align: center;
}
.modal.modal-request > .inner .header .title .main, .modal.modal-contact > .inner .header .title .main {
  font-size: 30px;
}
.modal.modal-request > .inner .header .title .sub, .modal.modal-contact > .inner .header .title .sub {
  font-size: 14px;
  margin-top: 10px;
}
.modal.modal-request > .inner .header::before, .modal.modal-contact > .inner .header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #17AFCF;
  opacity: 0.79;
}
.modal.modal-request > .inner .content .title, .modal.modal-contact > .inner .content .title {
  padding: 40px 40px 0;
}
.modal.modal-request > .inner .content .title h3, .modal.modal-contact > .inner .content .title h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.modal.modal-request > .inner .content .caption, .modal.modal-contact > .inner .content .caption {
  border: 1px solid;
  padding: 20px;
  border-radius: 9px;
  font-size: 12px;
}
.modal.modal-request > .inner .content .caption .title, .modal.modal-contact > .inner .content .caption .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
}
.modal.modal-request > .inner .content .caption ul, .modal.modal-contact > .inner .content .caption ul {
  padding: 0 0 0 20px;
}
.modal.modal-request > .inner .content .caption ul li:not(:last-child), .modal.modal-contact > .inner .content .caption ul li:not(:last-child) {
  margin-bottom: 5px;
}
.modal.modal-request > .inner .content .errors, .modal.modal-contact > .inner .content .errors {
  background: none;
  border: 1px solid;
}
.modal.modal-request > .inner .content .errors ul, .modal.modal-contact > .inner .content .errors ul {
  padding: 0 0 0 20px;
}
.modal.modal-request > .inner .content .list, .modal.modal-contact > .inner .content .list {
  padding: 40px;
}
.modal.modal-request > .inner .form .field:not(:last-child), .modal.modal-contact > .inner .form .field:not(:last-child) {
  margin-bottom: 30px;
}
.modal.modal-request > .inner .form .field .label, .modal.modal-contact > .inner .form .field .label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal.modal-request > .inner .form .field .inputs, .modal.modal-contact > .inner .form .field .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal.modal-request > .inner .form .field .inputs .input, .modal.modal-contact > .inner .form .field .inputs .input {
  display: flex;
  flex: 1;
  align-items: center;
}
.modal.modal-request > .inner .form .field .inputs .prefix, .modal.modal-contact > .inner .form .field .inputs .prefix {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: auto;
}
.modal.modal-request > .inner .form .field .input.check, .modal.modal-contact > .inner .form .field .input.check {
  border-radius: 9px;
  background: #2A3E4F;
  padding: 0.78571429em 1em;
  min-height: 42px;
}
.modal.modal-request > .inner .form .field .input input, .modal.modal-contact > .inner .form .field .input input {
  color: #fff;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BCC0C4;
  padding: 8px 0;
}
.modal.modal-request > .inner .form .field .input input::-moz-placeholder, .modal.modal-contact > .inner .form .field .input input::-moz-placeholder {
  font-size: 12px;
}
.modal.modal-request > .inner .form .field .input input::placeholder, .modal.modal-contact > .inner .form .field .input input::placeholder {
  font-size: 12px;
}
.modal.modal-request > .inner .form .field .input input::-moz-selection, .modal.modal-contact > .inner .form .field .input input::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.modal.modal-request > .inner .form .field .input input::selection, .modal.modal-contact > .inner .form .field .input input::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.modal.modal-request > .inner .form .field .input textarea, .modal.modal-contact > .inner .form .field .input textarea {
  min-height: 25vh;
  background: #2A3E4F;
  color: #fff;
  margin-top: 8px;
}
.modal.modal-request > .inner .form .buttons, .modal.modal-contact > .inner .form .buttons {
  text-align: center;
  padding: 0 40px 40px 40px;
}
.modal.modal-request > .inner .form .buttons .button, .modal.modal-contact > .inner .form .buttons .button {
  color: #1A2C3C;
}
.modal.modal-request > .inner .form .buttons .button.loading, .modal.modal-contact > .inner .form .buttons .button.loading {
  color: transparent;
}
.modal.modal-request > .inner .form .buttons .button.border, .modal.modal-contact > .inner .form .buttons .button.border {
  color: #fff;
}
.modal.modal-select > .inner {
  max-width: 800px;
  position: relative;
  border-radius: 12px !important;
  color: #1A2C3C;
  background: #fff;
  overflow: hidden;
  padding: 35px;
  margin: 0 auto;
}
.modal.modal-select > .inner .header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.modal.modal-select > .inner .contents {
  margin-bottom: 30px;
  max-height: 60vh;
  overflow-y: auto;
}
.modal.modal-select > .inner .buttons .button {
  font-size: 15px;
  width: 100%;
  margin: 0;
  height: 50px;
}
.modal.modal-select > .inner .buttons .button.cancel {
  color: #1A2C3C;
  background: none;
  border: 2px solid #1a2c3c;
}
.modal.modal-alert > .close {
  font-size: 30px;
  font-weight: bold;
  transform: rotate(45deg);
  background: #343434;
  border-radius: 50%;
  top: -20px !important;
  right: -20px !important;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  opacity: 1;
}
.modal.modal-alert > .inner {
  max-width: 540px;
  position: relative;
  border-radius: 12px !important;
  color: #1A2C3C;
  background: #fff;
  overflow: hidden;
  padding: 35px;
  margin: 0 auto;
}
.modal.modal-alert > .inner .header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.modal.modal-alert > .inner .buttons .button {
  font-size: 15px;
  width: 100%;
  margin: 0;
  height: 50px;
}
.modal.modal-alert > .inner .buttons .button.cancel {
  color: #1A2C3C;
  background: none;
  border: 2px solid #1a2c3c;
}

.fixed-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background: #17AFCF;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.fixed-button.hidden-fdx-lg {
  display: none;
}
@media screen and (max-width: 1100px) {
  .fixed-button.hidden-fdx-lg {
    display: flex;
  }
}
.fixed-button.search {
  right: 52px;
  color: #17AFCF;
  background: #fff;
}
.fixed-button.search.absolute {
  position: absolute;
}

.map-markers {
  position: absolute;
  right: 10px;
  bottom: 30px;
  color: #fff;
  background: #343434;
  border-radius: 8px;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.19);
  padding: 15px 30px;
}
@media screen and (max-width: 1100px) {
  .map-markers {
    bottom: 20px;
    padding: 14px 28px;
  }
}
.map-markers > div:not(:first-child) {
  margin-left: 15px;
}
.map-markers .icon {
  width: 32px;
  height: 32px;
}
.map-markers .label {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}

.fdx {
  padding-top: 64px;
}
.fdx.conds main {
  height: 100%;
}
.fdx.conds #content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fdx.conds .icatch {
  flex: 0;
}
.fdx.conds .icatch .title {
  text-align: center;
}
.fdx.conds .list {
  flex: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  position: relative;
}
.fdx.conds .list .main {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 150px - 64px);
  overflow-y: auto;
}
.fdx.conds .list .main ._header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 25px;
  background: #fff;
  z-index: 9;
}
.fdx.conds .list .main ._body {
  padding: 0 25px 25px 25px;
}
.fdx.conds .list .main h3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 auto 0 0;
}
.fdx.conds .list .main .buttons .button {
  font-size: 14px;
  color: #fff;
  padding: 15px 30px;
}
.fdx.conds .list .main .buttons .button.primary {
  background: #1A2C3C;
}
.fdx.conds .list .main .buttons .button.danger {
  background: #CF173D;
}
.fdx.conds .list .main .table {
  flex: 1;
  padding: 0 5px;
  margin: 0 -5px;
  overflow-x: auto;
}
.fdx.conds .list .main .table > .inner {
  min-width: 1200px;
}
.fdx.conds .list .main .table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.fdx.conds .list .main .table .cond_row {
  width: 100%;
  height: 74px;
  color: #1A2C3C;
  border-radius: 19px;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 800;
}
.fdx.conds .list .main .table .cond_row.danger td {
  background: #f44336;
}
.fdx.conds .list .main .table .cond_row:hover td {
  background: #e6e6e6;
}
.fdx.conds .list .main .table .cond_row td {
  transition: all 0.3s;
  background: #F3F3F3;
}
.fdx.conds .list .main .table .cond_row td:first-child {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.fdx.conds .list .main .table .cond_row td:last-child {
  border-bottom-right-radius: 19px;
  border-top-right-radius: 19px;
}
.fdx.conds .list .main .table .cond_row td .cell {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  max-width: 220px;
  overflow: hidden;
}
.fdx.conds .list .main .table .cond_row td .cell i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.fdx.conds .list .main .table .cond_row td .cell a {
  padding: 5px 10px;
  color: #fff;
  background: #0093BF;
  border-radius: 500rem;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.fdx.conds .list .main .table .cond_row td .cell .value {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.fdx.conds .list .main .table .cond_row td .cell .badge {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  padding: 0 5px;
  background: red;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 500rem;
  top: 5px;
  right: 0;
}
.fdx.conds .list .main .table .cond_row td .button.icon {
  color: #1A2C3C;
  border: none;
  background: transparent;
  border-radius: 500rem;
}
.fdx.conds .list .main .table .cond_row.selected {
  box-shadow: 0 0 0 2px #1A2C3C;
}
.fdx.conds .list .main .table .cond_row:not(:last-child) {
  margin-bottom: 15px;
}
.fdx.conds .side {
  position: relative;
  display: none;
  width: 370px;
  color: #fff;
  background: #1A2C3C;
  padding: 25px 25px 0;
  z-index: 11;
}
@media screen and (max-width: 1100px) {
  .fdx.conds .side {
    position: absolute;
    right: 0;
    height: 100%;
  }
}
.fdx.conds .side .close {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fdx.conds .side > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fdx.conds .side .title {
  font-size: 27px;
  font-weight: bold;
  line-height: 44px;
}
.fdx.conds .side .subtitle {
  font-size: 15px;
  font-weight: bold;
}
.fdx.conds .side .list ul {
  margin: 0;
  padding: 0;
}
.fdx.conds .side .list ul li {
  display: flex;
  align-items: center;
}
.fdx.conds .side .list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.fdx.conds .side .list ul li .label {
  display: flex;
  align-items: center;
  width: 130px;
  color: #C0C0C0;
  font-size: 13px;
}
.fdx.conds .side .list ul li .label i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.fdx.conds .side .list ul li .value {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.fdx.conds .side .bar {
  position: relative;
  display: flex;
  align-items: center;
}
.fdx.conds .side .bar::after {
  content: "";
  flex: 1;
  position: relative;
  height: 1px;
  background: #fff;
  margin-left: 20px;
}
.fdx.conds .side .buttons {
  padding: 40px;
}
.fdx.conds .side .buttons .button {
  font-size: 15px;
  height: 50px;
  color: #1A2C3C;
}
.fdx.conds.index {
  background: #fff;
}
.fdx.conds.index .search {
  display: flex;
  z-index: 10;
}
.fdx.conds.index .search .menu-button {
  position: relative;
}
.fdx.conds.index .search .menu-button:hover {
  background: #1A2C3C;
}
.fdx.conds.index .search .menu-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 55px;
  height: 100%;
  background: #1A2C3C;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.fdx.conds.index .search .menu-button .icon {
  position: relative;
  width: 28px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.fdx.conds.index .search .menu-list {
  position: relative;
  height: 100%;
  height: calc(100vh - 64px - 150px);
  height: calc(var(--vh, 1vh) * 100 - 64px - 150px);
  overflow: auto;
  position: relative;
  width: 370px;
  color: #fff;
  background: #1A2C3C;
  padding: 40px;
  z-index: 11;
}
.fdx.conds.index .search .menu-list .title {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 30px;
}
.fdx.conds.index .search .menu-list .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.fdx.conds.index .search .menu-list .title .icon {
  font-size: 18px;
  color: #fff;
  margin-left: auto;
}
.fdx.conds.index .search .menu-list .form .condForm {
  margin-bottom: 15px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 10px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormTitle .label {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: -24px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormTitle .label .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  margin-right: 5px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormTitle .desc {
  font-size: 11px;
  font-weight: bold;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .input {
  border-radius: 500rem;
  overflow: hidden;
  color: #fff;
  background: #2A3E4F;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .input input {
  height: 38px;
  padding: 5px 20px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select {
  width: 100%;
  border-radius: 500rem !important;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select select {
  border: none;
  outline: none;
  height: 38px;
  border-radius: 500rem !important;
  font-size: 0.85714286rem;
  padding: 0 3.2em 0 1em;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown {
  width: 100%;
  height: 38px;
  min-width: auto;
  border: none;
  border-radius: 500rem !important;
  color: #fff;
  background: #2A3E4F;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown > .text {
  color: #fff;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown.active {
  border-bottom-left-radius: 500rem !important;
  border-bottom-right-radius: 500rem !important;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown.active.upward {
  border-top-left-radius: 500rem !important;
  border-top-right-radius: 500rem !important;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown.active.upward .menu {
  margin-bottom: 5px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput .select .selection.dropdown .menu {
  border-radius: 0.28571429rem;
  margin-top: 5px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.between {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.between::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 6px;
  background: #2A3E4F;
  margin: auto;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.between .select {
  width: 45%;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.checkboxies {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: -10px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.checkboxies .checkbox {
  width: 50%;
  padding: 10px;
  margin: 0;
  justify-content: flex-end;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.checkboxies .checkbox .label {
  color: #fff;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.buttons .button {
  font-size: 15px;
  height: 50px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.buttons .button.submit {
  color: #1A2C3C;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.buttons .button:not(:last-child) {
  margin-bottom: 10px;
}
.fdx.conds.index .search .menu-list .form .condForm .condFormInput.buttons .button .icon {
  position: absolute;
  width: 18px;
}
.fdx.conds.list #content {
  margin-right: 32px;
  margin-left: 55px;
}
.fdx.conds.list.open #content {
  margin-left: 375px !important;
}
.fdx.conds.list.open .menu-button {
  display: flex;
}
.fdx.conds.list.open .side {
  display: block;
}
.fdx.conds.list .sidebar {
  position: fixed;
  display: flex;
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  z-index: 10;
}
.fdx.conds.list .sidebar .menu-button {
  display: none;
  position: relative;
}
.fdx.conds.list .sidebar .menu-button:hover {
  background: #1A2C3C;
}
.fdx.conds.list .sidebar .menu-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 55px;
  height: 100%;
  background: #1A2C3C;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.fdx.conds.list .sidebar .menu-button .icon {
  position: relative;
  width: 28px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.fdx.conds.list .sidebar .side {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.fdx.login {
  padding: 0;
}
.fdx.login #main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
@media screen and (max-width: 1100px) {
  .fdx.login #main {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 20px;
  }
}
.fdx.login #main .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: fixed;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background: #fff;
  z-index: -1;
}
.fdx.login #main .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, #00c3bf, #0093BF);
  opacity: 0.87;
}
.fdx.login #main .bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/data/fdx/images/login/00.jpg");
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.fdx.login #main .bg > div {
  width: 100%;
  height: calc(25% - 20px);
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin: auto;
}
.fdx.login #main .bg > div.bg-01 {
  background-image: url("/data/fdx/images/login/01.jpg");
}
.fdx.login #main .bg > div.bg-02 {
  background-image: url("/data/fdx/images/login/02.jpg");
}
.fdx.login #main .bg > div.bg-03 {
  background-image: url("/data/fdx/images/login/03.jpg");
}
.fdx.login #main .bg > div.bg-04 {
  background-image: url("/data/fdx/images/login/04.jpg");
}
.fdx.login #main .logo {
  flex: 1;
  text-align: center;
  margin-right: 5%;
}
@media screen and (max-width: 1100px) {
  .fdx.login #main .logo {
    flex: none;
    margin-right: auto;
  }
}
.fdx.login #main .logo img {
  display: block;
  width: 320px;
}
@media screen and (max-width: 1100px) {
  .fdx.login #main .logo img {
    width: 180px;
  }
}
.fdx.login #main .news {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .fdx.login #main .news {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .fdx.login #main .news.open {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
.fdx.login #main .news .title {
  font-size: 24px;
}
.fdx.login #main .news .text {
  max-width: 400px;
  font-weight: bold;
}
.fdx.login #content {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .fdx.login #content {
    margin: auto;
  }
}
.fdx.login #content .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  background: #fff;
  border-radius: 9px;
  padding: 40px 70px;
  max-width: 540px;
  min-height: 530px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .fdx.login #content .box {
    padding: 40px;
  }
}
.fdx.login #content .box.wide {
  max-width: 100%;
}
.fdx.login #content .box > .inner {
  width: 100%;
}
.fdx.login #content .box .back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.fdx.login #content .box .back a {
  color: #1A2C3C;
}
.fdx.login #content .box .title {
  margin-bottom: 30px;
}
.fdx.login #content .box .title h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.fdx.login #content .box .field .label {
  font-size: 12px;
  padding: 0 1em;
}
.fdx.login #content .box .icon {
  text-align: center;
  margin-bottom: 20px;
}
.fdx.login #content .box .desc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.fdx.login #content .box .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fdx.login #content .box .buttons .button {
  font-size: 14px;
  line-height: 20px;
  width: 48%;
  margin: 0;
}
.fdx.login #content .box .buttons .button.single {
  width: 300px;
  margin: auto;
}
.fdx.login #content .box .caption {
  font-size: 12px;
  color: #8F969C;
  text-align: center;
}
.fdx.login #content .box .accept {
  font-size: 11px;
  color: #8F969C;
}
.fdx.login #content .box .term-content {
  width: 100%;
  height: 240px;
  border: 1px solid #ddd;
  border-radius: 9px;
  overflow-y: auto;
}
.fdx.login #content .box .term-content > .inner {
  padding: 20px;
}
.fdx.login #content .box .term-content > .inner h2 {
  font-size: 18px;
}
.fdx.login #content .box .term-content > .inner h3 {
  font-size: 16px;
}
.fdx.login #content .box .term-content > .inner p {
  font-size: 12px;
}
.fdx.login #content .box .term-content > .inner li {
  font-size: 12px;
}
.fdx.login #footer {
  display: flex;
  margin-top: auto;
  width: 100%;
  height: 90px;
  background-image: url("/data/fdx/images/login/footer.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .fdx.login #footer {
    height: 60px;
  }
}
.fdx.login #footer > .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.fdx.login #footer > .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #23303b;
  width: 100%;
  height: 43px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .fdx.login #footer > .inner::before {
    height: 30px;
  }
}
.fdx.login #footer > .inner .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: bold;
  padding: 0 60px;
}
.fdx.login #footer > .inner .title .main {
  font-size: 27px;
}
@media screen and (max-width: 1100px) {
  .fdx.login #footer > .inner .title .main {
    font-size: 18px;
  }
}
.fdx.login #footer > .inner .title .sub {
  font-size: 21px;
}
@media screen and (max-width: 1100px) {
  .fdx.login #footer > .inner .title .sub {
    font-size: 14px;
  }
}
.fdx.login #footer > .inner .list {
  margin-left: auto;
  margin-top: auto;
  line-height: 43px;
  height: 43px;
  padding: 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .fdx.login #footer > .inner .list {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
}
.fdx.login #footer > .inner .list ul {
  margin: 0;
  padding: 0;
  transition: 0.6s;
}
.fdx.login #footer > .inner .list ul li {
  display: block;
}
.fdx.login #footer > .inner .list ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-weight: bold;
}
.fdx.login #footer > .inner .list ul li a .title {
  padding: 0;
  margin-left: 15px;
}
.fdx.open .menu-button .icon i::before {
  content: "\e919";
}
.fdx.open #side > .inner .search-box {
  display: block;
}
.fdx.open #content {
  margin-left: 425px !important;
}
@media screen and (max-width: 1100px) {
  .fdx.open #content {
    margin-left: 45px !important;
  }
}
.fdx.hasSelected #content {
  margin-right: 32px;
  margin-left: 55px;
}
@media screen and (max-width: 1100px) {
  .fdx.hasSelected #content {
    margin-left: 45px;
  }
}
.fdx .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #23303B;
  padding: 0 20px;
  z-index: 999;
  min-width: 800px;
}
.fdx .header .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fdx .header .logo {
  margin: 0;
}
.fdx .header .logo img {
  display: block;
}
.fdx .header .search-box {
  flex: 1;
  margin-left: 280px;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .fdx .header .search-box {
    margin-left: 20px;
  }
}
.fdx .header .search-box .search-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 800px;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 500rem;
  padding: 0 15px;
  flex: 1;
}
.fdx .header .search-box .search-input img {
  width: 16px;
}
.fdx .header .search-box .search-input input {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  border: none;
  outline: none;
}
.fdx .header .search-box .search-input input::-moz-placeholder {
  color: #8F969C;
}
.fdx .header .search-box .search-input input::placeholder {
  color: #8F969C;
}
.fdx .header .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fdx .header .menu .profile {
  position: relative;
  color: #fff;
  margin-left: 10px;
}
.fdx .header .menu .profile > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.fdx .header .menu .profile .avatar-box {
  position: relative;
  width: 50px;
}
.fdx .header .menu .profile .avatar-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: auto;
}
.fdx .header .menu .profile .avatar {
  position: relative;
  width: 36px;
  height: 36px;
}
.fdx .header .menu .profile .avatar img {
  border-radius: 50%;
  overflow: hidden;
  background: #efefef;
  width: 36px;
  height: 36px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.fdx .header .menu .profile .name {
  max-width: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.fdx .header .menu .icons > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -5px;
  padding: 0;
}
.fdx .header .menu .icons > ul > li {
  position: relative;
  display: block;
  margin: 0 5px;
}
.fdx .header .menu .icons > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  color: #fff;
}
.fdx .header .menu .icons > ul > li > a > img {
  max-width: 24px;
}
.fdx .popup-ballon {
  display: none;
  position: absolute;
  margin-top: 30px;
  right: -10px;
  z-index: 99;
  opacity: 0;
}
.fdx .popup-ballon.active {
  -webkit-animation: fadeInUp 0.6s both;
          animation: fadeInUp 0.6s both;
}
.fdx .popup-ballon .ui.dimmer {
  background-color: rgba(26, 44, 60, 0.85);
}
.fdx .popup-ballon > .inner {
  position: relative;
  color: #fff;
  background: #1A2C3C;
  border-radius: 8px;
  max-width: 100vw;
}
.fdx .popup-ballon > .inner::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #1A2C3C transparent;
}
.fdx .popup-ballon > .inner > .title {
  padding: 20px;
  text-align: center;
}
.fdx .popup-ballon > .inner > .title .main {
  font-size: 39px;
  line-height: 1;
  margin-bottom: 5px;
}
.fdx .popup-ballon > .inner > .title .sub {
  font-size: 15px;
}
.fdx .popup-ballon > .inner .list-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 400px;
  height: 100%;
  max-height: calc(100vh - 200px);
  max-height: calc(var(--vh, 1vh) * 100 - 200px);
}
.fdx .popup-ballon > .inner .list-box.fullheight {
  height: calc(100vh - 200px);
  height: calc(var(--vh, 1vh) * 100 - 200px);
}
.fdx .popup-ballon > .inner .list-box .form {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 200px);
  max-height: calc(var(--vh, 1vh) * 100 - 200px);
}
.fdx .popup-ballon > .inner .list-box .content {
  width: 100%;
  overflow: auto;
}
.fdx .popup-ballon > .inner .list-box .list {
  width: 100%;
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
}
.fdx .popup-ballon > .inner .list-box .list .caption {
  border: 1px solid;
  padding: 20px;
  border-radius: 9px;
  font-size: 12px;
}
.fdx .popup-ballon > .inner .list-box .list .caption .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fdx .popup-ballon > .inner .list-box .list .caption ul {
  padding: 0 0 0 20px;
}
.fdx .popup-ballon > .inner .list-box .list .errors {
  background: none;
  border: 1px solid;
}
.fdx .popup-ballon > .inner .list-box .list .errors ul {
  padding: 0 0 0 20px;
}
.fdx .popup-ballon > .inner .list-box .list ul {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
.fdx .popup-ballon > .inner .list-box .list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.nolist {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: auto;
}
.fdx .popup-ballon > .inner .list-box .list ul li.nolist img {
  width: 150px;
  margin: 0 auto 15px;
  display: block;
}
.fdx .popup-ballon > .inner .list-box .list ul li.news {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #BCC0C4;
}
.fdx .popup-ballon > .inner .list-box .list ul li.news:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.news a {
  color: #fff;
}
.fdx .popup-ballon > .inner .list-box .list ul li.news .date {
  font-size: 16px;
  margin-bottom: 5px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.news .title {
  font-size: 15px;
  font-weight: bold;
}
.fdx .popup-ballon > .inner .list-box .list ul li.download {
  display: block;
  border-bottom: 1px solid #BCC0C4;
}
.fdx .popup-ballon > .inner .list-box .list ul li.download:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.download a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.download .icon {
  font-size: 24px;
  margin-right: 10px;
}
.fdx .popup-ballon > .inner .list-box .list ul li.download .title {
  font-size: 15px;
  font-weight: bold;
}
.fdx .popup-ballon > .inner .list-box .buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  flex: 0 0 80px;
}
.fdx .popup-ballon > .inner .list-box .buttons .button {
  width: 240px;
  color: #1A2C3C;
}
.fdx .popup-ballon > .inner .form {
  padding: 0 20px;
  height: 100%;
}
.fdx .popup-ballon > .inner .form .field:not(:last-child) {
  margin-bottom: 15px;
}
.fdx .popup-ballon > .inner .form .field .label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fdx .popup-ballon > .inner .form .field .input.check {
  border-radius: 9px;
  background: #2A3E4F;
  padding: 0.78571429em 1em;
}
.fdx .popup-ballon > .inner .form .field .input.disabled {
  padding: 8px 0;
}
.fdx .popup-ballon > .inner .form .field .input input {
  color: #fff;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BCC0C4;
  padding: 8px 0;
}
.fdx .popup-ballon > .inner .form .field .input input::-moz-placeholder {
  font-size: 12px;
}
.fdx .popup-ballon > .inner .form .field .input input::placeholder {
  font-size: 12px;
}
.fdx .popup-ballon > .inner .form .field .input textarea {
  height: 25vh;
  background: #2A3E4F;
  color: #fff;
}
.fdx .popup-ballon > .inner .profile-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 20px;
}
.fdx .popup-ballon > .inner .profile-detail > *:not(:last-child) {
  margin-bottom: 15px;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box {
  width: 102px;
  height: 102px;
  margin: 0 auto 15px;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box::before {
  display: none;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box .avatar {
  width: 102px;
  height: 102px;
  overflow: hidden;
  border-radius: 50%;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box .avatar .file_name {
  display: none;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box .avatar .controlBox {
  display: none;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box .avatar .figure::before {
  display: none;
}
.fdx .popup-ballon > .inner .profile-detail .avatar-box .button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: 1;
}
.fdx .popup-ballon > .inner .profile-detail .email {
  font-size: 14px;
  font-weight: bold;
}
.fdx .popup-ballon > .inner .profile-detail .list ul {
  padding: 0;
  margin: 0;
}
.fdx .popup-ballon > .inner .profile-detail .list ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fdx .popup-ballon > .inner .profile-detail .list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .popup-ballon > .inner .profile-detail .list ul li .label {
  width: 52px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  color: #1A2C3C;
  background: #fff;
  border-radius: 10px;
}
.fdx .popup-ballon > .inner .profile-detail .list ul li .value {
  margin-left: 10px;
  font-size: 15px;
  width: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.fdx .popup-ballon > .inner .profile-detail .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #1A2C3C;
}
.fdx .popup-ballon > .inner .profile-detail .button.icon {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: #fff;
}
.fdx .popup-ballon > .inner .profile-detail .button.edit {
  font-size: 10px;
}
.fdx .popup-ballon > .inner .profile-detail .button.logout {
  width: 190px;
}
.fdx .popup-ballon > .inner .profile-detail .button .icon:not(:last-child) {
  margin-right: 10px;
}
.fdx #selected {
  position: fixed;
  top: 64px;
  right: 0;
  width: 332px;
  height: calc(var(--vh, 1vh) * 100 - 64px);
  transform: translateX(300px);
  z-index: 11;
  transition: 0.3s ease-in-out;
}
.fdx #selected.active {
  transform: translateX(0);
}
.fdx #selected.active .menu-button .icon {
  transform: rotateY(180deg);
}
.fdx #selected > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  background: #343434;
}
.fdx #selected > .inner .menu-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 32px;
  height: 100%;
  background: #8F969C;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.fdx #selected > .inner .menu-button:hover {
  background: #8F969C;
}
.fdx #selected > .inner .menu-button .icon {
  position: relative;
}
.fdx #selected > .inner .list-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: calc(100% - 32px);
  height: 100%;
}
.fdx #selected > .inner .list-box .list {
  width: 100%;
  height: calc(100% - 150px);
  overflow-y: auto;
}
.fdx #selected > .inner .list-box .list ul {
  margin: 0;
  padding: 10px;
}
.fdx #selected > .inner .list-box .list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.fdx #selected > .inner .list-box .list ul li.nolist {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: auto;
}
.fdx #selected > .inner .list-box .list ul li.nolist img {
  width: 150px;
  margin: 0 auto 15px;
  display: block;
}
.fdx #selected > .inner .list-box .buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  flex-direction: column;
  width: 100%;
  height: 150px;
  padding: 0 25px;
}
.fdx #selected > .inner .list-box .buttons .text {
  color: #CF173D;
  font-size: 12px;
}
.fdx #selected > .inner .buttons .reset {
  font-size: 12px;
  box-shadow: none;
}
.fdx #menu-button-bg {
  position: fixed;
  top: 64px;
  left: 0;
  width: 55px;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  background: linear-gradient(0, #00c3bf, #0093BF);
  z-index: 8;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .fdx #menu-button-bg {
    width: 45px;
  }
}
.fdx #menu-button-bg::before {
  content: "";
  position: fixed;
  top: 64px;
  left: 0;
  width: 55px;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  background: linear-gradient(0, #00c3bf, #0093BF);
  z-index: 8;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .fdx #menu-button-bg::before {
    width: 45px;
  }
}
.fdx #menu-button {
  position: fixed;
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  z-index: 9;
}
.fdx #menu-button .menu-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 55px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .fdx #menu-button .menu-button {
    width: 45px;
  }
}
.fdx #menu-button .menu-button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.fdx #menu-button .menu-button .icon {
  position: relative;
  width: 28px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .fdx #menu-button .menu-button .icon {
    font-size: 18px;
    width: 20px;
  }
}
.fdx #side {
  position: fixed;
  top: 64px;
  left: 55px;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .fdx #side {
    left: 45px;
  }
}
.fdx #side > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
}
.fdx #side > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, #00c3bf, #0093BF);
  opacity: 0.88;
}
.fdx #side > .inner .search-box {
  display: none;
  position: relative;
  max-width: 370px;
  width: 100%;
  height: 100%;
  padding: 40px;
  overflow-y: auto;
}
.fdx #side > .inner .search-box .title {
  display: flex;
  align-items: baseline;
  color: #fff;
  margin-bottom: 30px;
}
.fdx #side > .inner .search-box .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.fdx #side > .inner .search-box .title .condCount {
  font-size: 16px;
  text-align: right;
  margin-left: auto;
}
.fdx #side > .inner .search-box .title .condCount span {
  font-size: 24px;
  font-weight: bold;
}
.fdx #side > .inner .search-box .form .condForm {
  margin-bottom: 15px;
}
.fdx #side > .inner .search-box .form .condForm .condFormTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 10px;
}
.fdx #side > .inner .search-box .form .condForm .condFormTitle .label {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: -24px;
}
.fdx #side > .inner .search-box .form .condForm .condFormTitle .label .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  margin-right: 5px;
}
.fdx #side > .inner .search-box .form .condForm .condFormTitle .desc {
  font-size: 11px;
  font-weight: bold;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .input {
  border-radius: 500rem;
  overflow: hidden;
  background: #fff;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .input input {
  height: 38px;
  padding: 5px 20px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select {
  width: 100%;
  border-radius: 500rem !important;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select select {
  border: none;
  outline: none;
  height: 38px;
  border-radius: 500rem !important;
  font-size: 0.85714286rem;
  padding: 0 3.2em 0 1em;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select .selection.dropdown {
  width: 100%;
  height: 38px;
  min-width: auto;
  border: none;
  border-radius: 500rem !important;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select .selection.dropdown.active {
  border-bottom-left-radius: 500rem !important;
  border-bottom-right-radius: 500rem !important;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select .selection.dropdown.active.upward {
  border-top-left-radius: 500rem !important;
  border-top-right-radius: 500rem !important;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select .selection.dropdown.active.upward .menu {
  margin-bottom: 5px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput .select .selection.dropdown .menu {
  border-radius: 0.28571429rem;
  margin-top: 5px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.between {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.between::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 6px;
  background: #fff;
  margin: auto;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.between .select {
  width: 45%;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.checkboxies {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: -10px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.checkboxies .checkbox {
  width: 50%;
  padding: 10px;
  margin: 0;
  justify-content: flex-end;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.checkboxies .checkbox .label {
  color: #fff;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.buttons .button {
  font-size: 15px;
  height: 50px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.buttons .button:not(:last-child) {
  margin-bottom: 10px;
}
.fdx #side > .inner .search-box .form .condForm .condFormInput.buttons .button .icon {
  position: absolute;
  width: 18px;
}
.fdx #mapBox {
  position: relative;
  width: calc(100% - 32px);
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
}
.fdx #mapBox #map {
  width: 100%;
  height: 100%;
}
.fdx #mapBox #map .gm-svpc {
  top: -80px !important;
  border-radius: 8px !important;
}
.fdx #mapBox.streetview {
  z-index: 99;
  width: 100%;
}
.fdx #content .container {
  padding: 25px;
}
.fdx #content .container.profile .form {
  height: 100%;
}
.fdx #content .container.profile .form .field:not(:last-child) {
  margin-bottom: 15px;
}
.fdx #content .container.profile .form .field .label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fdx #content .container.profile .form .field .input.check {
  padding: 8px 0;
}
.fdx #content .container.profile .form .field .input.disabled {
  border-radius: 0;
  padding: 8px 0;
}
.fdx #content .container.profile .form .field .input input {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BCC0C4;
  padding: 8px 0;
}
.fdx #content .container.profile .form .field .input input::-moz-placeholder {
  font-size: 12px;
}
.fdx #content .container.profile .form .field .input input::placeholder {
  font-size: 12px;
}
.fdx #content .container.profile .form .field .input textarea {
  height: 27vh;
  background: #2A3E4F;
  color: #fff;
}
.fdx #content .icatch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  min-height: 150px;
  background-image: url("/data/fdx/images/common/icatch.jpg");
  background-size: cover;
  background-position: center;
}
.fdx #content .icatch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #343434;
  opacity: 0.87;
}
.fdx #content .icatch .title {
  position: relative;
  color: #fff;
}
.fdx #content .icatch .title > h2 {
  font-size: 27px;
  font-weight: bold;
}
.fdx #content .article {
  max-width: 1400px;
  background: #fff;
  padding: 35px;
  border-radius: 25px;
  margin: 0 auto;
}
.fdx #content .article:not(:last-child) {
  margin-bottom: 35px;
}
.fdx #content .article > .inner {
  max-width: 920px;
  margin: 0 auto;
}
.fdx #content .article .title {
  padding: 8px;
  padding-left: 25px;
  border-left: 9px solid #17AFCF;
  margin-bottom: 25px;
}
.fdx #content .article .title .main {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
}
.fdx #content .article .title .sub {
  font-size: 16px;
  font-weight: bold;
}
.fdx #content .article .body {
  line-height: 1.6s;
}
.fdx .tableScroller {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin: 0px 0 10px 0;
  padding: 0;
  position: relative;
}
.fdx .itemTable {
  border-right: none;
  background: none;
}
.fdx .itemTable thead tr th {
  color: #fff;
  background: #343434;
  font-size: 14px;
  will-change: top;
  z-index: 8;
  position: -webkit-sticky;
  position: sticky;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable thead tr th {
    font-size: 10px;
  }
}
.fdx .itemTable thead tr th::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  left: -1px;
  height: 25px;
  background: #f5f5f7;
}
.fdx .itemTable thead tr th.sticky {
  top: 85px !important;
}
.fdx .itemTable thead tr th.th_p12 .th_p16 {
  display: none;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable thead tr th.th_p12 .th_p16 {
    display: flex;
  }
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable thead tr th.th_p16 {
    display: none;
  }
}
.fdx .itemTable thead tr th > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.fdx .itemTable thead tr th > .inner a {
  display: block;
  color: #fff;
}
.fdx .itemTable thead tr th > .inner a.down:hover {
  color: #00baf2;
}
.fdx .itemTable thead tr th > .inner a.down.active {
  color: #0093BF;
}
.fdx .itemTable thead tr th > .inner a.up:hover {
  color: #e83157;
}
.fdx .itemTable thead tr th > .inner a.up.active {
  color: #CF173D;
}
.fdx .itemTable tbody tr {
  position: relative;
  cursor: pointer;
}
.fdx .itemTable tbody tr.private td.dummy > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fdx .itemTable tbody tr.private td.dummy > .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/data/fdx/images/login/00.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  pointer-events: none;
}
.fdx .itemTable tbody tr.private td.dummy > .inner .main {
  font-size: 14px;
  font-weight: bold;
}
.fdx .itemTable tbody tr.private td.dummy > .inner .sub {
  font-size: 12px;
}
.fdx .itemTable tbody tr.private td.td_p38 {
  position: relative;
}
.fdx .itemTable tbody tr.private td.td_buttons {
  position: relative;
}
.fdx .itemTable tbody tr.private td.sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr.private td.sp {
    display: table-cell;
  }
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr.private td.pc {
    display: none;
  }
}
.fdx .itemTable tbody tr.private td.td_buttons button {
  font-size: 11px;
}
.fdx .itemTable tbody tr.disabled::after {
  content: "公開終了";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  height: 108px;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr.disabled::after {
    height: 81px;
  }
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr.disabled:first-child::after {
    height: 80px;
  }
}
.fdx .itemTable tbody tr.disabled td {
  color: inherit !important;
}
.fdx .itemTable tbody tr.disabled td > .inner {
  filter: blur(5px);
}
.fdx .itemTable tbody tr.disabled td.right_lt_img > .inner, .fdx .itemTable tbody tr.disabled td.left_img > .inner {
  filter: none;
}
.fdx .itemTable tbody tr:nth-child(2n) td {
  background: #F3F3F3;
}
.fdx .itemTable tbody tr:hover td {
  background: rgba(0, 0, 0, 0.05);
}
.fdx .itemTable tbody tr.positive td {
  background: none;
}
.fdx .itemTable tbody tr td {
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.right_lt_img {
    padding: 0;
  }
}
.fdx .itemTable tbody tr td.right_lt_img > .inner {
  position: relative;
  width: 115px;
  height: 85px;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.right_lt_img > .inner {
    width: 60px;
    height: 80px;
  }
}
.fdx .itemTable tbody tr td.right_lt_img > .inner img {
  width: 115px;
  height: 85px;
  border-radius: 9px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.right_lt_img > .inner img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.fdx .itemTable tbody tr td.right_lt_img > .inner .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 6px;
  overflow: hidden;
  border-radius: 3px;
  color: #fff;
  background: #CF173D;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.right_lt_img > .inner .label {
    font-size: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.left_img {
    padding: 0;
  }
}
.fdx .itemTable tbody tr td.left_img > .inner {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.left_img > .inner {
    width: 60px;
    height: 80px;
  }
}
.fdx .itemTable tbody tr td.left_img > .inner img {
  width: 85px;
  height: 85px;
  border-radius: 9px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.left_img > .inner img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.fdx .itemTable tbody tr td.td_p3 > .inner > div:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .itemTable tbody tr td.td_p3 > .inner .price {
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fdx .itemTable tbody tr td.td_p3 > .inner .price .main {
  font-size: 21px;
  font-weight: bold;
  margin-right: 2px;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p3 > .inner .price .main {
    font-size: 16px;
  }
}
.fdx .itemTable tbody tr td.td_p3 > .inner .price .sub {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p3 > .inner .price .sub {
    font-size: 12px;
  }
}
.fdx .itemTable tbody tr td.td_p3 > .inner .p6 {
  font-size: 12px;
  font-weight: bold;
  color: #7A7A7A;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_p3 > .inner .mT2 {
    margin-top: 5px;
  }
  .fdx .itemTable tbody tr td.td_p3 > .inner .mT2 .label {
    font-size: 10px;
  }
}
.fdx .itemTable tbody tr td.td_p12 .td_p16 {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_p12 .td_p16 {
    display: flex !important;
  }
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p12 .text {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_p16 {
    display: none;
  }
}
.fdx .itemTable tbody tr td.td_p66 > .inner > div {
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fdx .itemTable tbody tr td.td_p66 > .inner > div:not(:last-child) {
  margin-bottom: 10px;
}
.fdx .itemTable tbody tr td.td_p66 > .inner .main {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p66 > .inner .main {
    font-size: 14px;
  }
}
.fdx .itemTable tbody tr td.td_p66 > .inner .sub {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p66 > .inner .sub {
    font-size: 11px;
  }
}
.fdx .itemTable tbody tr td.td_p12 > .inner > div {
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.fdx .itemTable tbody tr td.td_p12 > .inner > div:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_p12 > .inner > div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.fdx .itemTable tbody tr td.td_p12 > .inner .main {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p12 > .inner .main {
    font-size: 12px;
  }
}
.fdx .itemTable tbody tr td.td_p12 > .inner .sub {
  font-size: 12px;
  font-weight: bold;
  color: #7A7A7A;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p12 > .inner .sub {
    font-size: 10px;
  }
}
.fdx .itemTable tbody tr td.td_p16 > .inner .main {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p16 > .inner .main {
    font-size: 12px;
  }
}
.fdx .itemTable tbody tr td.td_p19 > .inner .main {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p19 > .inner .main {
    font-size: 12px;
  }
}
.fdx .itemTable tbody tr td.td_p38 {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  background: #efefef;
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_p38 {
    font-size: 10px;
  }
}
.fdx .itemTable tbody tr td.td_p38.red {
  background: #CF173D !important;
}
.fdx .itemTable tbody tr td.td_p38.blue {
  background: #0093BF !important;
}
.fdx .itemTable tbody tr td.td_p38.yellow {
  background: #e2a500 !important;
}
.fdx .itemTable tbody tr td.td_p38 > .inner {
  width: 55px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_p38 > .inner {
    width: 40px;
  }
}
.fdx .itemTable tbody tr td.td_buttons {
  padding: 0;
  border: none !important;
  background: none !important;
}
.fdx .itemTable tbody tr td.td_buttons > .inner {
  display: flex;
}
.fdx .itemTable tbody tr td.td_buttons > .inner button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: none;
  color: #CF173D;
  border-color: #CF173D;
  background: #fff;
  width: 60px;
  min-height: 108px;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .fdx .itemTable tbody tr td.td_buttons > .inner button {
    min-height: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .fdx .itemTable tbody tr td.td_buttons > .inner button {
    font-size: 10px;
  }
}
.fdx .itemTable tbody tr td.td_buttons > .inner button:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fdx .itemTable tbody tr td.td_buttons > .inner button.disabled {
  pointer-events: none;
  color: #ccc;
  border-color: #ccc;
}
.fdx .itemTable tbody tr td.td_buttons > .inner button i {
  font-size: 14px;
  margin-right: 2px;
}
.fdx .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fdx .pagination .pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  z-index: 9;
}
.fdx .pagination .pager > * {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #8F969C;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border-radius: 500rem;
  margin: 0 2px;
}
@media screen and (max-width: 1100px) {
  .fdx .pagination .pager > * {
    font-size: 12px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.fdx .pagination .pager > *:hover {
  background: rgba(26, 44, 60, 0.1);
}
.fdx .pagination .pager > *.number {
  font-size: 18px;
}
.fdx .pagination .pager > *.active {
  color: #fff;
  background: #1A2C3C;
}
.fdx .pagination .pager > *.first {
  margin-right: 10px;
  padding: 0 10px;
}
.fdx .pagination .pager > *.last {
  margin-left: 10px;
  padding: 0 10px;
}
.fdx .pagination .pager > *.disabled {
  opacity: 0.3;
}
.fdx .pagination .counter {
  margin-left: auto;
  font-weight: bold;
}
.outlined-text {
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px 0px 2px white;
}

._ascend.file.upload {
  position: relative;
  background: #ddd;
}
._ascend.file.upload.dragenter .fileBefore .cover {
  opacity: 1;
  visibility: visible;
}
._ascend.file.upload.dragenter .fileBefore .upload-title .icon {
  color: #fff;
}
._ascend.file.upload.dragenter .fileBefore .upload-title .text {
  color: #fff;
}
._ascend.file.upload .fileBefore {
  padding-top: 60%;
}
._ascend.file.upload .fileBefore .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
._ascend.file.upload .fileBefore .fileBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
._ascend.file.upload .fileBefore .fileBox.simple {
  cursor: pointer;
}
._ascend.file.upload .fileBefore .fileBox .upload-title {
  display: flex;
  align-items: center;
}
._ascend.file.upload .fileBefore .fileBox .upload-title .icon {
  font-size: 21px;
}
._ascend.file.upload .fileBefore .fileBox .upload-title .text {
  font-size: 14px;
  font-weight: bold;
}
._ascend.file.upload .fileBefore .fileBox .upload-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
._ascend.file.upload .fileBefore .fileBox .upload-subtitle .text {
  font-size: 12px;
}
._ascend.file.upload .fileBefore .fileBox .upload-subtitle .button {
  outline: none;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: #333;
}
._ascend.file.upload .fileBefore .fileBox .upload-subtitle .button:hover {
  border-color: #595959;
  background: #595959;
}
._ascend.file.upload .fileAfter {
  width: 100%;
  height: 100%;
}
._ascend.file.upload .fileAfter .file_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
._ascend.file.upload .fileAfter .file_list li {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
._ascend.file.upload .fileAfter .file_list li.placeholder > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
._ascend.file.upload .fileAfter .file_list li.placeholder > .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px;
  width: 18px;
  height: 18px;
  -webkit-animation: load8 0.6s infinite linear;
  animation: load8 0.6s infinite linear;
  border-radius: 500rem;
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0 0 0 1px transparent;
  z-index: 2;
}
._ascend.file.upload .fileAfter .file_list li > .inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  min-height: 100px;
}
._ascend.file.upload .fileAfter .file_list li > .inner > .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
._ascend.file.upload .fileAfter .file_list li > .inner > .figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
._ascend.file.upload .fileAfter .file_list li > .inner > .figure .file_name {
  position: relative;
  padding: 10px 10px 30px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%);
  line-height: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
._ascend.file.upload .fileAfter .file_list li > .inner > .figure .controlBox {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: opacity 0.3s;
  opacity: 0;
}
._ascend.file.upload .fileAfter .file_list li > .inner > .figure .controlBox .button {
  display: block;
  margin: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
  cursor: pointer;
}
._ascend.file.upload .fileAfter .file_list li:not(.placeholder):hover > .inner > .figure::before {
  opacity: 1;
}
._ascend.file.upload .fileAfter .file_list li:not(.placeholder):hover > .inner > .figure .file_name,
._ascend.file.upload .fileAfter .file_list li:not(.placeholder):hover > .inner > .figure .controlBox {
  opacity: 1;
}
._ascend.file.upload .fileAfter .file_list.single:not(.simple) {
  padding: 10px;
}
._ascend.file.upload .fileAfter .file_list.multiple {
  padding: 5px;
}
._ascend.file.upload .fileAfter .file_list.multiple > li {
  position: relative;
  width: 33.33333%;
  width: 33.3333333333%;
  padding: 5px;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
._ascend.file.upload .fileAfter .form_note {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0 10px 10px 10px;
}
._ascend.file.upload .fileAfter .form_note .title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
._ascend.file.upload .fileAfter .form_note .title .or {
  margin: 0 5px;
}
._ascend.file.upload .fileAfter .form_note .title .button {
  display: block;
  outline: none;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: #333;
}

.cropper-container {
  width: 100%;
}

.cropper.modal > .content {
  position: relative;
  overflow: hidden;
}

.cropper .cropper_canvas {
  position: relative;
  padding: 100% 20px 0 20px;
}

.cropper .cropper_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cropper .cropper-view-box {
  position: relative;
}

.cropper .cropper-view-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
