@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.none {
  display: none !important;
}

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-bottom-auto {
  margin-bottom: auto !important;
}

.flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.list-style-disc {
  list-style-type: disc;
  padding-left: 1.5em;
  line-height: 1.2em;
}
.list-style-disc li {
  margin-bottom: 0.1em;
}

.w32 {
  width: 32px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w48 {
  width: 48px !important;
}

.w50 {
  width: 50px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w60 {
  width: 60px !important;
}

.w64 {
  width: 64px !important;
}

.w66 {
  width: 66px !important;
}

.w68 {
  width: 68px !important;
}

.w70 {
  width: 70px !important;
}

.w72 {
  width: 72px !important;
}

.w75 {
  width: 75px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w87 {
  width: 87px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w102 {
  width: 102px !important;
}

.w104 {
  width: 104px !important;
}

.w106 {
  width: 106px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w120 {
  width: 120px !important;
}

.w122 {
  width: 122px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w136 {
  width: 136px !important;
}

.w149 {
  width: 149px !important;
}

.w152 {
  width: 152px !important;
}

.w153 {
  width: 153px !important;
}

.w154 {
  width: 154px !important;
}

.w160 {
  width: 160px !important;
}

.w163 {
  width: 163px !important;
}

.w164 {
  width: 164px !important;
}

.w165 {
  width: 165px !important;
}

.w166 {
  width: 166px !important;
}

.w167 {
  width: 167px !important;
}

.w169 {
  width: 169px !important;
}

.w176 {
  width: 176px !important;
}

.w177 {
  width: 177px !important;
}

.w182 {
  width: 182px !important;
}

.w187 {
  width: 187px !important;
}

.w188 {
  width: 188px !important;
}

.w200 {
  width: 200px !important;
}

.w202 {
  width: 202px !important;
}

.w210 {
  width: 210px !important;
}

.w212 {
  width: 212px !important;
}

.w213 {
  width: 213px !important;
}

.w217 {
  width: 217px !important;
}

.w227 {
  width: 227px !important;
}

.w228 {
  width: 228px !important;
}

.w230 {
  width: 230px !important;
}

.w232 {
  width: 232px !important;
}

.w233 {
  width: 233px !important;
}

.w234 {
  width: 234px !important;
}

.w236 {
  width: 236px !important;
}

.w238 {
  width: 238px !important;
}

.w248 {
  width: 248px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w263 {
  width: 263px !important;
}

.w268 {
  width: 268px !important;
}

.w296 {
  width: 296px !important;
}

.w297 {
  width: 297px !important;
}

.w300 {
  width: 300px !important;
}

.w306 {
  width: 306px !important;
}

.w310 {
  width: 310px !important;
}

.w329 {
  width: 329px !important;
}

.w337 {
  width: 337px !important;
}

.w347 {
  width: 347px !important;
}

.w348 {
  width: 348px !important;
}

.w350 {
  width: 350px !important;
}

.w355 {
  width: 355px !important;
}

.w362 {
  width: 362px !important;
}

.w374 {
  width: 374px !important;
}

.w378 {
  width: 378px !important;
}

.w379 {
  width: 379px !important;
}

.w382 {
  width: 382px !important;
}

.w398 {
  width: 398px !important;
}

.w427 {
  width: 427px !important;
}

.w439 {
  width: 439px !important;
}

.w430 {
  width: 430px !important;
}

.w445 {
  width: 445px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w464 {
  width: 464px !important;
}

.w474 {
  width: 474px !important;
}

.w480 {
  width: 480px !important;
}

.w489 {
  width: 489px !important;
}

.w509 {
  width: 509px !important;
}

.w539 {
  width: 539px !important;
}

.w580 {
  width: 580px !important;
}

.w608 {
  width: 608px !important;
}

.w620 {
  width: 620px !important;
}

.w645 {
  width: 645px !important;
}

.w680 {
  width: 680px !important;
}

.w706 {
  width: 706px !important;
}

.w732 {
  width: 732px !important;
}

.w740 {
  width: 740px !important;
}

.w776 {
  width: 776px !important;
}

.w796 {
  width: 796px !important;
}

.w797 {
  width: 797px !important;
}

.w816 {
  width: 816px !important;
}

.w852 {
  width: 852px !important;
}

.w923 {
  width: 923px !important;
}

.w966 {
  width: 966px !important;
}

.w1194 {
  width: 1194px !important;
}

.w1248 {
  width: 1248px !important;
}

.w1274 {
  width: 1274px !important;
}

.w-auto {
  width: auto !important;
}

.mw-none {
  max-width: none !important;
}

.w100p {
  width: 100% !important;
}

.w50p {
  width: 50% !important;
}

.w33p {
  width: 33.333% !important;
}

.w25p {
  width: 25% !important;
}

.w20p {
  width: 20% !important;
}

.h173 {
  height: 173px !important;
}

.h180 {
  height: 180px !important;
}

.h340 {
  height: 340px !important;
}

.h395 {
  height: 395px !important;
}

.color-red {
  color: #EB0A1E !important;
}

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

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.fsz-9 {
  font-size: 0.9rem;
}

.fsz-10 {
  font-size: 1rem;
}

.fsz-11 {
  font-size: 1.1rem;
}

.fsz-12 {
  font-size: 1.2rem;
}

.fsz-13 {
  font-size: 1.3rem;
}

.fsz-14 {
  font-size: 1.4rem;
}

.fsz-15 {
  font-size: 1.5rem;
}

.fsz-16 {
  font-size: 1.6rem;
}

.fsz-17 {
  font-size: 1.7rem;
}

.fsz-18 {
  font-size: 1.8rem;
}

.fsz-19 {
  font-size: 1.9rem;
}

.fsz-20 {
  font-size: 2rem;
}

.fsz-21 {
  font-size: 2.1rem;
}

.fsz-22 {
  font-size: 2.2rem;
}

.fsz-23 {
  font-size: 2.3rem;
}

.fsz-24 {
  font-size: 2.4rem;
}

.fsz-25 {
  font-size: 2.5rem;
}

.fsz-26 {
  font-size: 2.6rem;
}

.fsz-27 {
  font-size: 2.7rem;
}

.fsz-28 {
  font-size: 2.8rem;
}

.fsz-29 {
  font-size: 2.9rem;
}

.fsz-30 {
  font-size: 3rem;
}

.fsz-31 {
  font-size: 3.1rem;
}

.fsz-32 {
  font-size: 3.2rem;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mb2 {
  margin-bottom: 2px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-right */
.mr-auto {
  margin-right: auto !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* margin-left */
.ml-auto {
  margin-left: auto !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml120 {
  margin-left: 120px !important;
}

/* padding-top */
.pt0 {
  padding-top: 0 !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-right */
.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* padding-left */
.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.data-change {
  background: #FFF3D9 !important;
  color: #EB0A1E !important;
}

input[type=text],
textarea {
  background: #fff;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e2e3e4;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  padding: 5px 6px;
}
input[type=text][disabled], input[type=text].disabled,
textarea[disabled],
textarea.disabled {
  background-color: #E2E3E4;
  border-color: #E2E3E4;
  color: #C3C3C3;
  pointer-events: none;
}

button:focus {
  outline: 2px solid #222;
}

input[type=checkbox] {
  width: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
}
input[type=checkbox]:focus + .checkbox::before {
  border-color: #222;
}

.checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px 7px 0px 35px;
  position: relative;
  width: auto;
}
.checkbox::before {
  background: #fff;
  border-radius: 2px;
  border: 2px solid #c3c3c3;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 5px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}
.checkbox::after {
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.checkbox.single-checkbox {
  width: 24px;
  height: 24px;
  padding: 0;
}
.checkbox.single-checkbox::before {
  left: 0;
  margin-top: -12px;
}
.checkbox.single-checkbox::after {
  left: 7px;
  margin-top: -10px;
}
.checkbox.small {
  padding: 0px 0 0px 30px;
}
.checkbox.small::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 2px;
}
.checkbox.small::after {
  margin-top: -7px;
  width: 7px;
  height: 12px;
}
input[disabled] + .checkbox, input.disabled + .checkbox {
  pointer-events: none;
}
input[disabled] + .checkbox::before, input.disabled + .checkbox::before {
  background-color: #E2E3E4;
  border-color: #C3C3C3;
}
input[disabled] + .checkbox::after, input.disabled + .checkbox::after {
  display: none;
}
input.disabled-2 + .checkbox {
  pointer-events: none;
  color: #C3C3C3;
}
input.disabled-2 + .checkbox::before {
  background-color: #E2E3E4;
  border-color: #C3C3C3;
}
input.disabled-2 + .checkbox::after {
  display: none;
}
input[disabled]:checked + .checkbox::after, input.disabled:checked + .checkbox::after {
  border-right-color: #C3C3C3;
  border-bottom-color: #C3C3C3;
  display: block;
  opacity: 1;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

select {
  border-radius: 4px;
  border: 1px solid #e2e3e4;
  background: #fff url("../images/icon-select-arrow.svg") no-repeat right 3px top 50%;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  padding: 6px 20px 6px 6px;
  position: relative;
}
select[disabled], select.disabled {
  background-image: url("../images/icon-select-arrow-disabled.svg");
  background-color: #E2E3E4;
  border-color: #E2E3E4;
  color: #C3C3C3;
  pointer-events: none;
}
select[disabled].disabled-color-none, select.disabled.disabled-color-none {
  color: transparent;
}

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

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.radio:last-of-type {
  margin-right: 8px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.radio input[type=radio] + .radio-label:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #c3c3c3;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type=radio] + .radio-label.top-pos {
  line-height: 1.15;
}
.radio input[type=radio] + .radio-label.top-pos::before {
  top: 0.55em;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #4d66d8;
  -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
          box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #4d66d8;
}
.radio input[type=radio].disabled + .radio-label:before, .radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.radio input[type=radio].disabled-2 {
  pointer-events: none;
}
.radio input[type=radio].disabled-2 + .radio-label {
  pointer-events: none;
  color: #C3C3C3;
}
.radio input[type=radio].disabled-2 + .radio-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #C3C3C3;
  background: #E2E3E4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.radio2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.radio2:last-of-type {
  margin-right: 8px;
}
.radio2 input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio2 input[type=radio] + .radio-label {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.radio2 input[type=radio] + .radio-label:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #c3c3c3;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio2 input[type=radio] + .radio-label.top-pos {
  line-height: 1.15;
}
.radio2 input[type=radio] + .radio-label.top-pos::before {
  top: 0.55em;
}
.radio2 input[type=radio]:checked + .radio-label:before {
  background-color: #005371;
  -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
          box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio2 input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #005371;
}
.radio2 input[type=radio].disabled + .radio-label:before, .radio2 input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.radio2 input[type=radio].disabled-2 {
  pointer-events: none;
}
.radio2 input[type=radio].disabled-2 + .radio-label {
  pointer-events: none;
  color: #C3C3C3;
}
.radio2 input[type=radio].disabled-2 + .radio-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #C3C3C3;
  background: #E2E3E4;
}
.radio2 input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.radio3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.radio3:last-of-type {
  margin-right: 8px;
}
.radio3 input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio3 input[type=radio] + .radio-label {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.radio3 input[type=radio] + .radio-label:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #c3c3c3;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  margin-right: 1em;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio3 input[type=radio] + .radio-label.top-pos {
  line-height: 1.15;
}
.radio3 input[type=radio] + .radio-label.top-pos::before {
  top: 0.55em;
}
.radio3 input[type=radio]:checked + .radio-label:before {
  background-color: #005371;
  -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
          box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio3 input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #005371;
}
.radio3 input[type=radio].disabled + .radio-label:before, .radio3 input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.radio3 input[type=radio].disabled-2 {
  pointer-events: none;
}
.radio3 input[type=radio].disabled-2 + .radio-label {
  pointer-events: none;
  color: #C3C3C3;
}
.radio3 input[type=radio].disabled-2 + .radio-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #C3C3C3;
  background: #E2E3E4;
}
.radio3 input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.form-caption {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 12px;
}
.form-caption:first-child {
  margin-top: 0;
}
.form-caption.color-red {
  color: #EB0A1E;
}

.form-cassette {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
}
.form-cassette:last-child {
  margin-bottom: 0;
}
.form-cassette > * {
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 6px;
  padding-right: 6px;
}
.form-cassette-head {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-cassette-body {
  border-top: 1px solid #E2E3E4;
  padding-top: 6px;
  padding-bottom: 6px;
}

.checkbox-list .checkbox, .input-group .checkbox {
  padding: 3px 16px 3px 32px;
}
.checkbox-list .checkbox::before, .input-group .checkbox::before {
  top: 2px;
  left: 0;
  margin-top: 0;
}
.checkbox-list .checkbox::after, .input-group .checkbox::after {
  top: 4px;
  left: 7px;
  margin-top: 0;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group.input-group-single-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-group.input-group-single-column .radio {
  margin-right: 0;
}
.input-group.input-group-single-column .radio + .radio {
  margin-top: 10px;
}
.input-group.input-group-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-cassette > .input-group {
  padding-top: 12px;
  padding-bottom: 12px;
}
.input-group .checkbox {
  font-size: 1.6rem;
}
.input-group .checkbox.checkbox-r {
  padding: 3px 32px 3px 16px;
}
.input-group .checkbox.checkbox-r::before {
  left: auto;
  right: 0;
}
.input-group .checkbox.checkbox-r::after {
  left: auto;
  right: 7px;
}
.input-group .unit {
  display: inline-block;
  margin-left: 6px;
  margin-right: 12px;
  font-size: 1.6rem;
}
.input-group .unit:last-child {
  margin-right: 0;
}

.input-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
}
.input-column.input-3column {
  grid-template-columns: repeat(3, 1fr);
}

.checkbox-list-scroll {
  position: relative;
}
.checkbox-list-scroll.scroll01 {
  height: 480px;
}
.checkbox-list-scroll.scroll02 {
  height: 180px;
}

.checkbox-list-wrap {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  min-height: 100%;
}

.checkbox + .checkbox-list {
  margin-top: 9px;
}
.checkbox-list-label {
  background-color: #EEF0F0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  padding: 3px;
}
.checkbox-list li {
  background-color: #ffffff;
  border-top: 1px solid #E2E3E4;
  padding: 9px 7px;
  font-size: 1.6rem;
}
.checkbox-list li:nth-child(even) {
  background-color: #F4F5F5;
}
.checkbox-list li:nth-child(even) > .checkbox-list li {
  background-color: #F4F5F5;
}
.checkbox-list li:nth-child(even) > .checkbox-list li.checked {
  background-color: #B6E7FA;
}
.checkbox-list li.checked {
  background-color: #B6E7FA;
}
.checkbox-list li:first-child {
  border-top: none;
}
.checkbox-list li > span {
  display: inline-block;
  margin-bottom: 8px;
}
.checkbox-list li > .checkbox-list {
  margin-right: -7px;
  margin-bottom: -10px;
  border-top: 1px solid #E2E3E4;
  border-left: 1px solid #E2E3E4;
}
.checkbox-list input[type=checkbox] {
  position: absolute;
}
.checkbox-list .checkbox {
  font-size: 1.6rem;
}
.checkbox-list .checkbox-2 {
  display: block;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 6px 11px;
  margin: -9px -7px;
  line-height: 1.3334;
  word-break: break-word;
}
.checkbox-list input[type=checkbox]:focus + .checkbox-2 {
  outline: 2px solid #000;
}

.radio-list-scroll {
  position: relative;
}
.radio-list-scroll.scroll01 {
  height: 480px;
}
.radio-list-scroll.scroll02 {
  height: 180px;
}

.radio-list-wrap {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  min-height: 100%;
}

.radio-list li {
  background-color: #ffffff;
  border-top: 1px solid #E2E3E4;
  padding: 15px 7px;
  font-size: 1.6rem;
}
.radio-list li:nth-child(even) {
  background-color: #F4F5F5;
}
.radio-list li:nth-child(even) > .checkbox-list li {
  background-color: #F4F5F5;
}
.radio-list li:nth-child(even) > .checkbox-list li.checked {
  background-color: #B6E7FA;
}
.radio-list li.checked {
  background-color: #B6E7FA;
}
.radio-list li:first-child {
  border-top: none;
}

.datalist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  min-height: 32px;
}
.datalist-wrap:not([class*=" w"]) {
  width: 100%;
}

.datalist-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.datalist {
  position: relative;
}
.datalist::before, .datalist::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: default;
  pointer-events: none;
}
.datalist::before {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
  right: 4px;
  width: 24px;
  height: 24px;
}
.datalist::after {
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  right: 10px;
  width: 0;
  height: 0;
}
.datalist input {
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.datalist input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}
.datalist.disabled::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#C1C1C1));
  background: linear-gradient(#D1D1D1 0%, #C1C1C1 100%);
}
.datalist.disabled input {
  background-color: #E2E3E4;
  border-color: #E2E3E4;
  color: #C3C3C3;
  pointer-events: none;
}

.input-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-file .none {
  display: none;
}
.input-file-drop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #EEF0F0;
  border-radius: 4px;
  padding: 10px;
  margin-right: 12px;
  width: 200px;
  min-height: 136px;
}
.input-file-drop-area > * {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2857;
  padding-top: 38px;
}
.input-file-drop-area > *::before {
  content: "";
  background: url("../images/icon_upload.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 30px;
}
.input-file-ctl-area {
  width: calc(100% - 200px);
}
.input-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  pointer-events: none;
}
.input-file-upload.disabled > span {
  display: none;
}
.input-file-upload input[type=file] {
  display: none;
}
.input-file-upload input[type=file].disabled {
  pointer-events: none;
}
.input-file-upload-btn {
  cursor: pointer;
  border: 1px solid #C3C3C3;
  background: #ffffff;
  color: #222222;
  position: relative;
  z-index: 0;
  padding: 6px 11px 4px;
  margin-right: 8px;
  pointer-events: all;
}
.input-file-upload-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.input-file-upload-btn.disabled, .input-file-upload-btn[disabled] {
  border-color: rgb(209, 209, 209);
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  color: #ffffff;
  pointer-events: none;
}
.input-file-upload-btn.disabled::before, .input-file-upload-btn[disabled]::before {
  display: none;
}
.input-file-deletebtn {
  cursor: pointer;
  background: #525A60;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  display: inline-block;
  border-radius: 4px;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.input-file-deletebtn::before, .input-file-deletebtn::after {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
}
.input-file-deletebtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.input-file-deletebtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.input-file-deletebtn:hover {
  opacity: 0.7;
}
.input-file-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-file-preview.none {
  display: none;
}
.input-file-preview.none .input-file-deletebtn {
  display: none;
}
.input-file-preview-image {
  position: relative;
  margin-top: 12px;
}
.input-file-preview-image img {
  width: 124px;
  height: auto;
}
.input-file-preview-image > button {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
}
.input-file-preview-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.input-file-preview-text .text {
  text-decoration: underline;
  display: inline-block;
  color: #4D66D8;
  font-size: 1.6rem;
}
.input-file-preview-text button {
  margin-left: 8px;
}

body ::-webkit-scrollbar {
  width: 3px;
}
body ::-webkit-scrollbar-track {
  background-color: #e2e3e4;
}
body ::-webkit-scrollbar-thumb {
  background-color: #666666;
}

.flexcroll {
  position: relative;
}

/* 本体？ */
.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
  width: 3px;
  background-color: #c8c8c8;
}

/* 縦スクロールバー */
.vscrollerbar {
  width: 10px;
  background-color: #000;
}

/* 横スクロール範囲 */
.hscrollerbase {
  height: 10px;
  background-color: #eee;
}

/* 横スクロールバー */
.hscrollerbar {
  height: 10px;
  background-color: #900;
}

/* 縦横スクロールバー */
.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #c8c8c8;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0.6;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 6px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0.6;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #E2E3E4;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #666666;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.performance-btn, .calc-answer-popup-confirm-btn, .calc-answer-submit-btn, .calc-answer-subtotal .btn, .calc-answer-block-header .btn, .calc-info-btn, .fix-history-btn, .transition-graph-btn, .calc-base .re-calc-btn, .carinfo-view .other-info-btn, .carinfo-view .fault-image-net.truck .fault-image-net-btn, .carinfo-view .fault-image-net-btn, .carinfo-view-summary-box-btn, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn, .price-view-summary .last-time-pricing-info-btn, .price-view-summary-header-btn, .price-input .auto-complete-btn, .gray-box-round-btn, .result-grade-compare-btn, .result-list-header-allbtn, .result-list-header-btn3, .result-list-header-btn2, .result-list-header-btn, .car-info-button, .index-nav-sub li .sub-menu-item-btn, .index-nav-main-btn, .block-button, .footer-large-btn, .footer-medium-btn, .page-header-btn, .search-form-modal-btn, .search-form-cancel, .search-form-submit, .search-form-sample, .modal-history-btn, .modal-calc-confirm-btn, .kaisou-group-btn, .price-link-btn, .modal-btn, .crossmark-btn, .search-btn, .gray-btn02, .camera-btn, .set-btn, .gray-btn, .toggle-box-btn, .input-file-upload-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
}
.performance-btn:hover, .calc-answer-popup-confirm-btn:hover, .calc-answer-submit-btn:hover, .calc-answer-subtotal .btn:hover, .calc-answer-block-header .btn:hover, .calc-info-btn:hover, .fix-history-btn:hover, .transition-graph-btn:hover, .calc-base .re-calc-btn:hover, .carinfo-view .other-info-btn:hover, .carinfo-view .fault-image-net.truck .fault-image-net-btn:hover, .carinfo-view .fault-image-net-btn:hover, .carinfo-view-summary-box-btn:hover, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn:hover, .price-view-summary .last-time-pricing-info-btn:hover, .price-view-summary-header-btn:hover, .price-input .auto-complete-btn:hover, .gray-box-round-btn:hover, .result-grade-compare-btn:hover, .result-list-header-allbtn:hover, .result-list-header-btn3:hover, .result-list-header-btn2:hover, .result-list-header-btn:hover, .car-info-button:hover, .index-nav-sub li .sub-menu-item-btn:hover, .index-nav-main-btn:hover, .block-button:hover, .footer-large-btn:hover, .footer-medium-btn:hover, .page-header-btn:hover, .search-form-modal-btn:hover, .search-form-cancel:hover, .search-form-submit:hover, .search-form-sample:hover, .modal-history-btn:hover, .modal-calc-confirm-btn:hover, .kaisou-group-btn:hover, .price-link-btn:hover, .modal-btn:hover, .crossmark-btn:hover, .search-btn:hover, .gray-btn02:hover, .camera-btn:hover, .set-btn:hover, .gray-btn:hover, .toggle-box-btn:hover, .input-file-upload-btn:hover {
  opacity: 0.7;
}
.performance-btn:active, .calc-answer-popup-confirm-btn:active, .calc-answer-submit-btn:active, .calc-answer-subtotal .btn:active, .calc-answer-block-header .btn:active, .calc-info-btn:active, .fix-history-btn:active, .transition-graph-btn:active, .calc-base .re-calc-btn:active, .carinfo-view .other-info-btn:active, .carinfo-view .fault-image-net.truck .fault-image-net-btn:active, .carinfo-view .fault-image-net-btn:active, .carinfo-view-summary-box-btn:active, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn:active, .price-view-summary .last-time-pricing-info-btn:active, .price-view-summary-header-btn:active, .price-input .auto-complete-btn:active, .gray-box-round-btn:active, .result-grade-compare-btn:active, .result-list-header-allbtn:active, .result-list-header-btn3:active, .result-list-header-btn2:active, .result-list-header-btn:active, .car-info-button:active, .index-nav-sub li .sub-menu-item-btn:active, .index-nav-main-btn:active, .block-button:active, .footer-large-btn:active, .footer-medium-btn:active, .page-header-btn:active, .search-form-modal-btn:active, .search-form-cancel:active, .search-form-submit:active, .search-form-sample:active, .modal-history-btn:active, .modal-calc-confirm-btn:active, .kaisou-group-btn:active, .price-link-btn:active, .modal-btn:active, .crossmark-btn:active, .search-btn:active, .gray-btn02:active, .camera-btn:active, .set-btn:active, .gray-btn:active, .toggle-box-btn:active, .input-file-upload-btn:active {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.price-input .auto-complete-btn.disabled, .price-input .auto-complete-btn:disabled {
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  pointer-events: none;
}

.toggle-order {
  width: 12px;
  height: 14px;
  display: block;
  position: relative;
}
.toggle-order .icon-asc {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-order_asc.svg");
}
.toggle-order .icon-desc {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-order_desc.svg");
}
.toggle-order[class*=icon-order-] ::after {
  content: "1";
  display: block;
  position: absolute;
  width: 16.67px;
  height: 16.67px;
  background: #eb0a1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.toggle-order.icon-order-2 ::after {
  content: "2";
}
.toggle-order.icon-order-3 ::after {
  content: "3";
}
.toggle-order.icon-order-4 ::after {
  content: "4";
}
.toggle-order.icon-order-5 ::after {
  content: "5";
}

.text-order {
  cursor: pointer;
  text-decoration: underline;
  color: #4D66D8;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-order .icon-asc {
  display: block;
  background: #eb0a1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -0.5em;
  right: -12px;
  width: 16.67px;
  height: 16.67px;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.text-order .icon-asc::after {
  content: attr(data-icon-order);
  display: block;
  font-size: 14px;
}
.text-order:hover {
  opacity: 0.7;
}

.toggle-box-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0;
}
.toggle-box-btn::before, .toggle-box-btn::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
}
.toggle-box-btn::before, .toggle-box-btn::after {
  top: 40%;
}
.toggle-box-btn::before {
  left: 9px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-box-btn::after {
  right: 8px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-box-btn.open::before, .toggle-box-btn.open::after {
  top: 60%;
}
.toggle-box-btn.open::before {
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-box-btn.open::after {
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-box-btn.toggle-box-btn-s {
  width: 20px;
  height: 20px;
}
.toggle-box-btn.toggle-box-btn-s::before, .toggle-box-btn.toggle-box-btn-s::after {
  width: 8px;
  height: 2px;
  background: #fff;
}
.toggle-box-btn.toggle-box-btn-s::before, .toggle-box-btn.toggle-box-btn-s::after {
  top: calc(40% - 1px);
}
.toggle-box-btn.toggle-box-btn-s::before {
  left: 6px;
}
.toggle-box-btn.toggle-box-btn-s::after {
  right: 6px;
}
.toggle-box-btn.toggle-box-btn-s.open::before, .toggle-box-btn.toggle-box-btn-s.open::after {
  top: 60%;
}
.toggle-box-btn.toggle-box-btn-s.open::before {
  left: 5px;
}
.toggle-box-btn.toggle-box-btn-s.open::after {
  right: 4px;
}

.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 48px;
  height: 24px;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #c3c3c3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}

.toggle-input:checked + .toggle-label:after {
  left: 24px;
}

.toggle-view {
  margin-right: 20px;
  position: relative;
}

.toggle-view-switch-label {
  color: #666666;
}
.toggle-view-switch-label.active {
  color: #222222;
  font-weight: bold;
}

.filter-btn {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}
.filter-btn .icon-filter {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-filter-base.svg") no-repeat center;
  background-size: contain;
}
.filter-btn.filter-on .icon-filter {
  background-image: url("../images/icon-filter.svg");
}

.gray-btn {
  background: #AAAAAA;
  background: -webkit-gradient(linear, left top, left bottom, from(#AAAAAA), to(#888888));
  background: linear-gradient(to bottom, #AAAAAA 0%, #888888 100%);
  color: #ffffff;
  padding: 6px 12px;
}

.set-btn {
  background: #525A60;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  color: #ffffff;
  padding: 7px 8px 5px;
}
.set-btn.set-blue-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
}
.set-btn.set-white-btn {
  border: 1px solid #C3C3C3;
  background: #ffffff;
  color: #222222;
  position: relative;
  z-index: 0;
}
.set-btn.set-white-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.set-btn.disabled, .set-btn[disabled] {
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  pointer-events: none;
}
* + .set-btn {
  margin-left: 12px;
}

.set-btn2 {
  background: #005371;
  color: #ffffff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.429;
  padding: 7px 10px 6px;
}
.set-btn2:hover {
  opacity: 0.7;
}
* + .set-btn2 {
  margin-left: 12px;
}

.btn-single-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-single-column > * + * {
  margin-top: 20px;
}

.camera-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  color: #ffffff;
  width: 32px;
  height: 32px;
}
.camera-btn.camera-btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#4D66D8), to(#2D47C2));
  background: linear-gradient(to bottom, #4D66D8 0%, #2D47C2 100%);
}

.sort-btn {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #525A60;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sort-btn + .sort-btn {
  margin-left: 8px;
}
.sort-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  width: 14px;
  height: 11px;
}
.sort-btn.desc::before {
  border-width: 11px 7px 0 7px;
  border-color: #FFFFFF transparent transparent transparent;
}
.sort-btn.asc::before {
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #FFFFFF transparent;
}
.sort-btn:hover {
  opacity: 0.7;
}

.gray-btn02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  padding: 6px 12px;
}

.search-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: url(../images/icon-search-btn.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-btn span {
  visibility: hidden;
}

.search-btn2 {
  border-radius: 24px;
  color: #fff;
  background: #D07800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-btn2.clear {
  background: #788187;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.search-btn2:hover {
  opacity: 0.7;
}

.crossmark-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: url(../images/icon-close-btn.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.crossmark-btn span {
  visibility: hidden;
}

.output-btn {
  width: 256px;
  height: 48px;
  color: #fff;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.priority-mark-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_priority_star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
}
.priority-mark-btn.on {
  background-image: url(../images/icon_priority_star_on.svg);
}

[data-accordion-id].close {
  display: none;
}

[data-tab-id],
[data-taball-id] {
  display: none;
}
[data-tab-id].open,
[data-taball-id].open {
  display: block;
}

[data-taball-id] {
  margin-top: 20px;
}
[data-taball-id]:first-child {
  margin-top: 0;
}

html.modal-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
}

[data-modal-target] {
  cursor: pointer;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}

.modal {
  pointer-events: none;
  opacity: 0;
  position: relative;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}

.modal-inner {
  background: #fff;
  border-radius: 8px;
  min-width: 400px;
  position: fixed;
  z-index: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-close {
  position: absolute;
  z-index: 200;
  width: 40px;
  height: 40px;
  bottom: calc(100% + 20px);
  right: 0;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #fff;
}
.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-header {
  background: #f4f5f5;
  font-size: 2rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 400;
  padding: 9px 20px 10px;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.ap-modal-overlay {
  background: rgba(31, 45, 55, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ap-modal {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ap-modal.open {
  opacity: 1;
  pointer-events: all;
}

.ap-modal-inner {
  background: #fff;
  border-radius: 8px;
  min-width: 400px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ap-modal-close {
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 22px;
  bottom: calc(100% + 10px);
  right: 0;
}
.ap-modal-close::before, .ap-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
}
.ap-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ap-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.ap-modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(100% - 40px);
}
.ap-modal-body .search-form-modal-table tbody th {
  max-width: 19.8458574181%;
  width: auto;
}
.ap-modal-body .search-form-modal-table tbody td {
  width: auto;
}

.modal-message {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.modal-main {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 680px;
}
.modal-main.modal-main-width-l {
  width: 940px;
}
.modal-main.padding-top-none {
  padding-top: 0;
}
.modal-main.padding-bottom-none {
  padding-bottom: 0;
}
.modal-main.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-base-block {
  margin-top: 20px;
  padding: 0;
}
.modal-base-block:first-child {
  margin-top: 0;
}
.modal-base-block > * + * {
  margin-top: 6px;
}

.modal-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.modal-main + .modal-btn-container {
  margin-top: 0;
}
.modal-btn-container.margin-small {
  margin-top: 20px;
  margin-bottom: 0;
}

.modal-btn {
  color: #fff;
  width: 256px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-size: 1.6rem;
  font-weight: 500;
}
.modal-btn.btn-large {
  height: 56px;
}
.modal-btn.btn-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.modal-btn.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}

.modal-btn02 {
  background: #005371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 256px;
  height: 56px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #005371;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.modal-btn02:hover {
  opacity: 0.7;
}
.modal-btn02.btn-white {
  background: #fff;
  color: #788187;
  border-color: #788187;
}
.modal-btn02.btn-red {
  background: #EB0A1E;
  border-color: #EB0A1E;
}

.modal-tab-nav {
  display: table;
  margin-bottom: 20px;
  margin-right: auto;
  border-bottom: 2px solid #788187;
}
.modal-tab-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.modal-tab-nav ul li {
  width: 136px;
}
.modal-tab-nav-btn {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 8px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin: 0;
}
.modal-tab-nav-btn:hover, .modal-tab-nav-btn.open {
  border: 1px solid #788187;
  background: #788187;
  color: #fff;
}
.modal-tab-nav-btn.open {
  pointer-events: none;
}

/* 個別モーダルスタイル
-------------------------------- */
.price-link {
  padding: 80px 96px 60px;
  text-align: center;
}
.price-link-title {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.price-link-description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
.price-link-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-link-btn {
  width: 256px;
  height: 56px;
  margin: 0 7px;
  font-size: 1.6rem;
  font-weight: 500;
}
.price-link-btn.yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb3b), to(#ffe125));
  background: linear-gradient(#ffeb3b 0%, #ffe125 100%);
}
.price-link-btn.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#29d167), to(#18be49));
  background: linear-gradient(#29d167 0%, #18be49 100%);
}

.kaisou-group {
  width: 256px;
  margin: 0 auto;
  padding: 20px 0;
}
.kaisou-group-list {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.kaisou-group-list li {
  margin-bottom: 15px;
}
.kaisou-group-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 56px;
}

.document-table {
  width: 680px;
}
.document-table th {
  width: 148px;
}
.document-table td {
  width: 192px;
}

.fault-slider {
  margin: 0 60px;
  width: 1200px;
}
.fault-slider-item {
  width: 1200px;
  margin: 0 auto;
}
.fault-slider-item-image {
  margin-bottom: 12px;
  text-align: center;
}
.fault-slider-item-image img {
  width: 100%;
  max-width: 100%;
}
.fault-slider-item-description {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.fault-slider-item-description th {
  font-weight: 500;
}
.fault-slider .slick-prev {
  height: 28px;
  width: 28px;
  left: -35px;
  top: calc(50% - 40px);
}
@media (max-height: 780px) {
  .fault-slider .slick-prev {
    top: 210px;
  }
}
.fault-slider .slick-next {
  height: 28px;
  width: 28px;
  right: -35px;
  top: calc(50% - 40px);
}
@media (max-height: 780px) {
  .fault-slider .slick-next {
    top: 210px;
  }
}

.catalog-table {
  width: 940px;
  table-layout: fixed;
  margin-bottom: 12px;
}
.catalog-table tr th {
  height: 24px;
  padding: 2px;
  text-align: center;
}
.catalog-table tr td {
  padding: 7px;
  text-align: center;
}

.catalog-table-striped {
  width: 940px;
  table-layout: fixed;
  margin-bottom: 12px;
}
.catalog-table-striped:last-child {
  margin-bottom: 0;
}

.no-modal-catalog-table-striped-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-modal-catalog-table-striped-wrap .no-modal-catalog-table-striped-wrap__item {
  width: calc(50% - 27px);
}
.no-modal-catalog-table-striped-wrap .no-modal-catalog-table-striped-wrap__item + .no-modal-catalog-table-striped-wrap__item {
  margin-left: 54px;
}
.no-modal-catalog-table-striped-wrap .catalog-table-striped {
  width: 100%;
  border-radius: 4px;
}
.no-modal-catalog-table-striped-wrap .catalog-table-striped th + td, .no-modal-catalog-table-striped-wrap .catalog-table-striped td + td {
  border-left: none;
}

.history-table {
  width: 720px;
  margin-bottom: 12px;
}
.history-table:last-child {
  margin-bottom: 0;
}
.history-table thead th:nth-child(1) {
  width: 90px;
}
.history-table thead th:nth-child(2) {
  width: 104px;
}

.no-modal-history-table-wrap .history-table {
  width: 100%;
}
.no-modal-history-table-wrap .history-table thead th {
  text-align: center;
  font-size: 1.2rem;
}
.no-modal-history-table-wrap .history-table thead th:nth-child(1) {
  width: 100px;
}
.no-modal-history-table-wrap .history-table thead th:nth-child(2) {
  width: 200px;
}

.nak-result {
  width: 940px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nak-result-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.nak-result > .nak-result-title:first-child {
  margin-top: 0;
}
.nak-result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.nak-result-title + .nak-result-block {
  margin-top: 0;
}
.nak-result-block-col {
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #E2E3E4;
  width: 20%;
}
.nak-result-block-col:last-child {
  border-right: 1px solid #E2E3E4;
}
.nak-result-block.border {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
}
.nak-result-block.border .nak-result-block-col {
  border-top: none;
  border-bottom: none;
}
.nak-result-block.border .nak-result-block-col:first-child {
  border-left: none;
}
.nak-result-block.border .nak-result-block-col:last-child {
  border-right: none;
}
.nak-result-block.contact .nak-result-block-col:nth-child(1) {
  width: 237px;
}
.nak-result-block.contact .nak-result-block-col:nth-child(2) {
  width: 404px;
}
.nak-result-block.contact .nak-result-block-col:nth-child(3) {
  width: 147px;
}
.nak-result-block.contact .nak-result-block-col:nth-child(4) {
  width: 148px;
}
.nak-result-block-header, .nak-result-block-body {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.1428;
}
.nak-result-block-header {
  background-color: #EEF0F0;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 3px;
}
.nak-result-block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.nak-result-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B6E7FA;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 4px;
}
.nak-result-message > span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
}
.nak-result-message.alert {
  background-color: #EB0A1E;
  color: #ffffff;
}
.nak-result-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.143;
}
.nak-result-text + .nak-result-text {
  margin-top: 10px;
}
.nak-result-table {
  width: 100%;
  margin-bottom: 20px;
}
.nak-result-table:last-child {
  margin-bottom: 0;
}
.nak-result-table.alert {
  position: relative;
}
.nak-result-table.alert::before {
  content: "";
  border: 2px solid #EB0A1E;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  pointer-events: none;
}
.nak-result-table thead th {
  text-align: center;
  padding: 10px 5px;
  font-size: 1.2rem;
  line-height: 1.1667;
}
.nak-result-table thead th:nth-child(1) {
  width: 85px;
}
.nak-result-table thead th:nth-child(2) {
  width: 60px;
}
.nak-result-table thead th:nth-child(3) {
  width: 36px;
}
.nak-result-table thead th:nth-child(4) {
  width: 84px;
}
.nak-result-table thead th:nth-child(5) {
  width: 85px;
}
.nak-result-table thead th:nth-child(6) {
  width: 79px;
}
.nak-result-table thead th:nth-child(7) {
  width: 127px;
}
.nak-result-table thead th:nth-child(8) {
  width: 91px;
}
.nak-result-table thead th:nth-child(9) {
  width: 166px;
}
.nak-result-table thead th:nth-child(10) {
  width: 79px;
}
.nak-result-table thead th:nth-child(11) {
  width: 38px;
}
.nak-result-table tbody td {
  padding-left: 6px;
  padding-right: 6px;
}
.nak-result-table tbody td:nth-child(6) {
  text-align: right;
}
.nak-result .ellipsis {
  position: relative;
}
.nak-result .ellipsis-view {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nak-result .ellipsis-full {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: attr(data-tooltip);
  z-index: 10;
  left: 50%;
  bottom: calc(100% + 13px);
  position: absolute;
  white-space: nowrap;
  width: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 4px;
}
.nak-result .ellipsis-full.show {
  visibility: visible;
  opacity: 1;
}
.nak-result .ellipsis-full::after {
  position: absolute;
  display: block;
  left: 15px;
  top: 100%;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% - 1px));
          transform: rotate(-45deg) translateY(calc(-50% - 1px));
}

.no-modal-nak-result {
  width: 100%;
  padding-bottom: 30px;
}
.no-modal-nak-result .nak-result-block-col {
  width: 14.285%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(1) {
  width: 5.4020100503%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(2) {
  width: 3.8316582915%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(3) {
  width: 2.324120603%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(4) {
  width: 9.6733668342%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(5) {
  width: 10.6155778894%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(6) {
  width: 5.3391959799%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(7) {
  width: 9.0452261307%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(8) {
  width: 11.5577889447%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(9) {
  width: 20.7286432161%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(10) {
  width: 4.7738693467%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(11) {
  width: 2.5125628141%;
}
.no-modal-nak-result .nak-result-table thead th:nth-child(12) {
  width: 14.1959798995%;
}
.no-modal-nak-result .nak-result-table tbody td:nth-child(6) {
  text-align: right;
}
.no-modal-nak-result .nak-result-table tbody td:nth-child(10) {
  text-align: right;
}
.no-modal-nak-result .nak-result-block.contact .nak-result-block-col:nth-child(1) {
  width: 37.3743718593%;
}
.no-modal-nak-result .nak-result-block.contact .nak-result-block-col:nth-child(2) {
  width: 37.3743718593%;
}
.no-modal-nak-result .nak-result-block.contact .nak-result-block-col:nth-child(3) {
  width: 12.6256281407%;
}
.no-modal-nak-result .nak-result-block.contact .nak-result-block-col:nth-child(4) {
  width: 12.6256281407%;
}

.fault-image-net-modal {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #788187;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 16px;
  max-width: 320px;
  min-width: initial;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fault-image-net-modal-title {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
.fault-image-net-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fault-image-net-modal-list li {
  margin-left: 4px;
  margin-bottom: 4px;
  background: #b6e7fa;
  width: 54px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fault-image-net-modal-list li:first-child {
  margin-left: 0;
}
.fault-image-net-modal .modal-close {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #1f2d37;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.fault-image-net-modal .modal-close::before, .fault-image-net-modal .modal-close::after {
  height: 15px;
}

.factory-data-modal .page-header-warning {
  margin-left: 0;
}
.factory-data-modal .factory-data-table-01 {
  width: 29.8826040555%;
}
.factory-data-modal .factory-data-table-02 {
  width: 69.5837780149%;
}
.factory-data-modal .factory-data-table-02 tbody td span {
  display: inline-block;
  margin-right: 10px;
}
.factory-data-modal .factory-data-table-02 tbody td span:last-child {
  margin-right: 0;
}
.factory-data-modal .factory-data-table-spec thead th {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.factory-data-modal-content {
  border-radius: 8px;
  padding: 20px;
  overflow: auto;
  height: 100%;
  max-height: calc(100vh - 140px);
  width: 980px;
}
.factory-data-modal-ttl {
  background-color: #F4F5F5;
  margin: -20px -20px 0;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
}

.calc-answer-mutable {
  position: relative;
  width: 940px;
}
.calc-answer-mutable-item {
  width: calc(50% - 6px);
}

.calc-answer-mutable-panel {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  padding: 0 6px;
  margin-bottom: 8px;
}
.calc-answer-mutable-panel.checklist {
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% + 6px);
  width: calc(50% - 6px);
}
.calc-answer-mutable-panel.caret > .calc-answer-mutable-panel-head {
  position: relative;
}
.calc-answer-mutable-panel.caret > .calc-answer-mutable-panel-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #EB0A1E;
  pointer-events: none;
}
.calc-answer-mutable-panel:last-child {
  margin-bottom: 0;
}
.calc-answer-mutable-panel-head {
  border-radius: 2px 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EEF0F0;
  margin-left: -6px;
  margin-right: -6px;
  padding: 5px 6px;
  min-height: 32px;
}
.calc-answer-mutable-panel-head-title {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 4px;
}
.calc-answer-mutable-panel-body {
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  margin-left: -6px;
  margin-right: -6px;
  padding: 8px 6px 6px;
  min-height: 62px;
}
.calc-answer-mutable-panel-body > textarea,
.calc-answer-mutable-panel-body > p {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 100%;
  min-width: 100%;
  min-height: 2em;
  font-size: 1.2rem;
  resize: vertical;
}
.calc-answer-mutable-panel-scrollarea1 {
  position: relative;
  max-height: 294px;
}
.calc-answer-mutable-panel-checkbox {
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 500;
  font-size: 1.2rem;
  max-width: calc(100% - 100px);
}
.calc-answer-mutable-panel-checkbox .checkbox {
  padding-left: 26px;
}
.calc-answer-mutable-panel-checkbox .checkbox::before {
  top: 8px;
  left: 0;
}
.calc-answer-mutable-panel-checkbox .checkbox::after {
  top: 8px;
  left: 7px;
}
.calc-answer-mutable-panel-checkbox .after {
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
}
.calc-answer-mutable-panel-checkbox .after > span + span::before {
  content: ", ";
}
.calc-answer-mutable-panel-input {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.calc-answer-mutable-panel-input input {
  width: 53px;
  height: 22px;
  text-align: right;
}
.calc-answer-mutable-panel-input .unit {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: baseline;
}
.calc-answer-mutable-panel-list {
  margin: -9px -6px -6px;
}
.calc-answer-mutable-panel-list li {
  background-color: #fff;
  border-bottom: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px;
  -webkit-transition: background-color 0.12s;
  transition: background-color 0.12s;
}
.calc-answer-mutable-panel-list li:nth-child(even) {
  background-color: #F4F5F5;
}
.calc-answer-mutable-panel-list li:last-child {
  border-bottom: none;
}
.calc-answer-mutable-panel-list li.checked {
  background-color: #B6E7FA;
}

.calc-answer-mutable-subtotal {
  border-radius: 4px;
  background-color: #FDE6E8;
  margin-top: 12px;
  padding: 4px;
}
.calc-answer-mutable-subtotal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 48px;
}
.calc-answer-mutable-subtotal .price {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 6px;
  font-weight: 500;
}

.modal-calc-table {
  border: 1px solid #c3c3c3;
  width: 680px;
}
.modal-calc-table th {
  font-weight: 500;
}
.modal-calc-table th,
.modal-calc-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 4px 3px;
  line-height: 1.2;
}
.modal-calc-table thead th {
  padding: 4px;
  background: #E2E3E4;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 22.7941176471%;
}
.modal-calc-table tbody th {
  background: #EEF0F0;
  padding: 2px 9px;
  vertical-align: middle;
  width: 25.7289879931%;
}
.modal-calc-table tbody td {
  text-align: right;
  font-size: 1.2rem;
}
.modal-calc-table tbody input {
  text-align: right;
  margin: 0 3px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 53px;
  height: 22px;
  padding: 2px 6px;
}
.modal-calc-table tbody .border-bottom-color-none {
  border-bottom-color: transparent;
}
.modal-calc-table tbody .border-right-color-none {
  border-right-color: transparent;
}
.modal-calc-table tbody .offset {
  padding: 0;
  border: 0;
  border-left: 1px solid #c3c3c3;
}
.modal-calc-table tbody .offset-inner {
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  margin: -1px 0 0 9px;
  padding-top: 2px;
  padding-left: 6px;
}
.modal-calc-table tbody .offset-inner .required {
  margin-right: 0.5em;
}

.modal-calc-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.modal-calc-confirm-btn {
  color: #fff;
  min-width: 256px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
}

.search-form-modal-table {
  border: 1px solid #c3c3c3;
  width: 520px;
}
.search-form-modal-table th {
  font-weight: 500;
}
.search-form-modal-table th,
.search-form-modal-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.2;
}
.search-form-modal-table thead th {
  padding: 6px 4px;
  background: #e2e3e4;
  text-align: center;
}
.search-form-modal-table tbody th,
.search-form-modal-table tbody td {
  padding: 5px 8px;
}
.search-form-modal-table tbody th {
  background: #eef0f0;
}

.modal-filter {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
}

.result-list-modal {
  width: 940px;
}
.result-list-modal.result-list {
  margin-bottom: 0;
}
.result-list-modal .result-list-header {
  position: relative;
  z-index: 20;
}
.result-list-modal .result-list-table-header {
  overflow: visible;
}
.result-list-modal .result-list-table-header::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
  z-index: -1;
}
.result-list-modal .result-list-table-header .result-list-table {
  border-radius: 4px;
  overflow: hidden;
}
.result-list-modal .result-list-table-cell:nth-child(1) {
  width: 10.2127659574%;
}
.result-list-modal .result-list-table-cell:nth-child(2) {
  width: 26.4893617021%;
}
.result-list-modal .result-list-table-cell:nth-child(3), .result-list-modal .result-list-table-cell:nth-child(4), .result-list-modal .result-list-table-cell:nth-child(5), .result-list-modal .result-list-table-cell:nth-child(6), .result-list-modal .result-list-table-cell:nth-child(7), .result-list-modal .result-list-table-cell:nth-child(8), .result-list-modal .result-list-table-cell:nth-child(9), .result-list-modal .result-list-table-cell:nth-child(10) {
  width: 4.6808510638%;
}
.result-list-modal .result-list-table-cell:nth-child(11) {
  width: 6.4893617021%;
}
.result-list-modal .result-list-table-cell:nth-child(12) {
  width: 19.3617021277%;
}

.modal-history {
  width: 940px;
}
.modal-history .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-history-after, .modal-history-btns {
  display: none;
}
.modal-history-after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-history-btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.modal-history-btn {
  width: 136px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-left: 8px;
}
.modal-history-back {
  border-right: 1px solid #E2E3E4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  position: relative;
  padding-left: 40px;
  margin: -9px 20px -10px -20px;
  width: 87px;
  height: calc(100% + 19px);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.modal-history-back::before {
  content: "";
  background: url("../images/icon-chevron-left.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 19px;
}
.modal-history-back:hover {
  opacity: 0.7;
}
.modal-history .modal-maintenance-history {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.modal-history .modal-maintenance-history.show {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.modal-history.mainte-mode .modal-header > span:first-child {
  display: none;
}
.modal-history.mainte-mode .modal-history-after,
.modal-history.mainte-mode .modal-history-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-history.mainte-mode .modal-history-list {
  display: none;
}

.modal-sitemap {
  position: relative;
  z-index: 0;
  width: 940px;
}
.modal-sitemap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 328px;
  width: 304px;
  height: 302px;
  background: url("../images/map.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.modal-sitemap .checkbox-list-wrap {
  min-height: auto;
}
.modal-sitemap .checkbox-list-scroll {
  height: 135px;
}
.modal-sitemap .input-column {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 8px;
}
.modal-sitemap .input-column-item:not(.group) .checkbox-list-label {
  color: #ffffff;
}
.modal-sitemap .input-column-item.group {
  grid-row: span 2;
}
.modal-sitemap .input-column-item.group .checkbox-list-scroll {
  height: 304px;
}
.modal-sitemap .input-column-item.hokkaido {
  grid-column: 4/5;
}
.modal-sitemap .input-column-item.hokkaido .checkbox-list-label {
  background-color: #387F9E;
}
.modal-sitemap .input-column-item.tohoku {
  grid-row: 2/3;
  grid-column: 4/5;
}
.modal-sitemap .input-column-item.tohoku .checkbox-list-label {
  background-color: #65AF47;
}
.modal-sitemap .input-column-item.kanto {
  grid-row: 3/4;
  grid-column: 4/5;
}
.modal-sitemap .input-column-item.kanto .checkbox-list-label {
  background-color: #DEA332;
}
.modal-sitemap .input-column-item.chubu {
  grid-row: 3/4;
  grid-column: 3/4;
}
.modal-sitemap .input-column-item.chubu .checkbox-list-label {
  background-color: #A62249;
}
.modal-sitemap .input-column-item.kinki {
  grid-row: 1/2;
  grid-column: 2/3;
}
.modal-sitemap .input-column-item.kinki .checkbox-list-label {
  background-color: #E2BF00;
}
.modal-sitemap .input-column-item.chugoku-shikoku {
  grid-row: 3/4;
  grid-column: 2/3;
}
.modal-sitemap .input-column-item.chugoku-shikoku .checkbox-list-label {
  background-color: #DB732C;
}
.modal-sitemap .input-column-item.kyushu-okinawa {
  grid-row: 3/4;
  grid-column: 1/2;
}
.modal-sitemap .input-column-item.kyushu-okinawa .checkbox-list-label {
  background-color: #3C76BD;
}

.mc-image {
  width: 940px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mc-image-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.mc-image-note:last-child {
  margin-bottom: 0;
}
.mc-image-block {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.mc-image-block:last-child {
  margin-bottom: 0;
}
.mc-image-block-col {
  border-left: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mc-image-block-col:first-child {
  border-left: none;
}
.mc-image-block.info .mc-image-block-col {
  width: 25%;
}
.mc-image-block.compare .mc-image-block-col {
  width: 50%;
}
.mc-image-block.detail .mc-image-block-col:nth-child(1) {
  width: 25%;
}
.mc-image-block.detail .mc-image-block-col:nth-child(2) {
  width: 75%;
}
.mc-image-block.detail .mc-image-block-col:nth-child(2) .mc-image-block-body {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
}
.mc-image-block-header, .mc-image-block-body {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.1428;
}
.mc-image-block-header {
  background-color: #EEF0F0;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 3px;
}
.mc-image-block-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 10px;
}
.mc-image-table {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  margin-bottom: 20px;
}
.mc-image-table:last-child {
  margin-bottom: 0;
}
.mc-image-table-cell {
  border-left: 1px solid #E2E3E4;
  padding: 6px;
}
.mc-image-table-cell:first-child {
  border-left: none;
}
.mc-image-table-header {
  text-align: center;
}
.mc-image-table-header .mc-image-table-cell {
  background-color: #EEF0F0;
  font-size: 1.4rem;
  line-height: 1.1428;
  font-weight: 500;
  padding-bottom: 3px;
}
.mc-image-table-body .mc-image-table-cell {
  padding-top: 7px;
}
.mc-image-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-image-table-row + .mc-image-table-row .mc-image-table-cell {
  border-top: 1px solid #E2E3E4;
}
.mc-image-table.compare .mc-image-table-cell {
  width: 50%;
}
.mc-image-table.compare .mc-image-table-body.p-scrollbar {
  position: relative;
  max-height: 535px;
}
.mc-image-cassette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-image-cassette-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 147px;
}
.mc-image-cassette-image + .mc-image-cassette-main {
  margin-left: 6px;
}
.mc-image-cassette-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1428;
  margin-top: 2px;
  margin-bottom: 6px;
}
.mc-image-cassette-list li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.1428;
  position: relative;
}
.mc-image-cassette-list li::before {
  content: "・";
  font-size: 1.4rem;
  line-height: 1.1428;
}

.modal-setting {
  width: 940px;
}
.modal-setting.modal-setting-wm {
  width: 680px;
}
.modal-setting .layaut-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  min-height: 308px;
}
.modal-setting .layaut-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal-setting .layaut-box .modal-btn-container {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.modal-setting-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.modal-setting-dl.mb-s {
  margin-bottom: 12px;
}
.modal-setting-dl:not(:first-child):last-child {
  margin-bottom: 0;
}
.modal-setting-dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-setting-dl dt:not(:first-child) {
  margin-left: 20px;
}
.modal-setting-dl dt::after {
  content: "：";
  display: inline-block;
}
.modal-setting-dl dd {
  font-size: 1.4rem;
  margin-left: 4px;
}
.modal-setting-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.modal-setting-main > * {
  width: 50%;
}
.modal-setting-main .checkbox {
  vertical-align: middle;
}
.modal-setting-main .checkbox.checkbox-r {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 7px 28px 5px 0;
}
.modal-setting-table-wrap {
  border-bottom: 1px solid #E2E3E4;
}
.modal-setting-table-scroll {
  position: relative;
  height: 350px;
}
.modal-setting-table-cap {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.modal-setting-table01 {
  width: 100%;
  word-break: break-word;
}
.modal-setting-table01-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
}
.modal-setting-table01-row:last-child .modal-setting-table01-cell {
  border-bottom: none;
}
.modal-setting-table01-cell {
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  padding: 10px 12px 9px;
  font-size: 1.4rem;
}
.modal-setting-table01-cell:last-child {
  border-right: none;
}
.modal-setting-table01-cell:nth-child(1) {
  width: 88px;
}
.modal-setting-table01-cell:nth-child(2) {
  width: 184px;
}
.modal-setting-table01-cell:nth-child(3) {
  width: 186px;
}
.modal-setting-table01-head .modal-setting-table01-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EEF0F0;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1667;
}
.modal-setting-table01-head .modal-setting-table01-cell:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-setting-table01-head .modal-setting-table01-cell:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal-setting-table01-body .modal-setting-table01-cell:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-setting-table02 {
  width: 100%;
  word-break: break-word;
}
.modal-setting-table02-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
}
.modal-setting-table02-row:nth-child(even) {
  background-color: #F4F5F5;
}
.modal-setting-table02-cell {
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  padding: 6px 12px;
  font-size: 1.4rem;
}
.modal-setting-table02-cell:last-child {
  border-right: none;
}
.modal-setting-table02-cell:nth-child(1) {
  font-size: 1.2rem;
  width: 302px;
}
.modal-setting-table02-cell:nth-child(2) {
  width: 101px;
}
.modal-setting-table02-cell:nth-child(3) {
  width: 56px;
}
.modal-setting-table02-head .modal-setting-table02-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EEF0F0;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1667;
}
.modal-setting-table02-head .modal-setting-table02-cell:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-setting-table02-head .modal-setting-table02-cell:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal-setting-table02-body .modal-setting-table02-cell:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-setting-table02-body .modal-setting-table02-cell .crossmark-btn {
  margin: 0 auto;
}
.modal-setting-table02-main {
  position: relative;
}
.modal-setting-table02-main::before {
  content: "";
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ADC5E6;
  z-index: 1;
  pointer-events: none;
}
.jimukyoku .modal-setting-table02-main .modal-setting-table02-cell:nth-child(1) {
  font-size: 1.2rem;
  width: 572px;
}
.jimukyoku .modal-setting-table02-main .modal-setting-table02-cell:nth-child(2) {
  width: 108px;
}
.modal-setting-table03 {
  width: 100%;
  word-break: break-word;
}
.modal-setting-table03-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-setting-table03-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  padding: 12px 8px;
  font-size: 1.4rem;
}
.modal-setting-table03-cell .data-input-text-neduke.disabled {
  opacity: 0;
}
.modal-setting-table03-cell .data-input-text-kanri.disabled {
  opacity: 0;
}
.modal-setting-table03-cell:last-child {
  border-right: none;
}
.modal-setting-table03-cell:nth-child(1) {
  width: 77px;
}
.modal-setting-table03-cell:nth-child(2), .modal-setting-table03-cell:nth-child(3) {
  width: 61px;
}
.modal-setting-table03-cell:nth-child(4) {
  width: 101px;
}
.modal-setting-table03-cell:nth-child(5) {
  width: 61px;
}
.modal-setting-table03-cell:nth-child(6) {
  width: 166px;
}
.modal-setting-table03-cell:nth-child(7), .modal-setting-table03-cell:nth-child(8) {
  width: 57px;
}
.modal-setting-table03-cell:nth-child(9) {
  width: 61px;
}
.modal-setting-table03-cell:nth-child(10) {
  width: 101px;
}
.modal-setting-table03-cell:nth-child(11) {
  width: 77px;
}
.modal-setting-table03-cell:nth-child(12) {
  width: 60px;
}
.modal-setting-table03-cell:nth-child(13) {
  width: 65px;
}
.modal-setting-table03-head .modal-setting-table03-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EEF0F0;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1667;
}
.modal-setting-table03-head .modal-setting-table03-cell:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-setting-table03-head .modal-setting-table03-cell:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(1) {
  width: 105px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(2) {
  width: 61px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(3) {
  width: 49px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(4) {
  width: 109px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(5) {
  width: 49px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(6) {
  width: 142px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(7) {
  width: 61px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(7) {
  width: 61px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(8) {
  width: 61px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(9) {
  width: 61px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(10) {
  width: 109px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(11) {
  width: 85px;
}
.jimukyoku .modal-setting-table03-main .modal-setting-table03-cell:nth-child(12) {
  width: 48px;
}
.modal-setting-table03-body .modal-setting-table03-cell.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.modal-setting-table03-body .modal-setting-table03-cell.date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  height: 50%;
  width: 100%;
}
.modal-setting-table03-body .modal-setting-table03-cell.date > div + div {
  border-top: 1px solid #E2E3E4;
}

.modal-price {
  width: 940px;
}
.modal-price.modal-setting-wm {
  width: 680px;
}
.modal-price.modal-setting-lg {
  width: 1188px;
}
.modal-price-text {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.modal-price-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-price-image-wrap.sales-staff {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-price-image-wrap.sales-staff > * {
  width: 197px;
}
.modal-price-image-wrap.col-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.modal-price-image-wrap.col-3 > * {
  width: auto;
}
.modal-price-image-wrap.col-3 .modal-price-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.modal-price-image-wrap.expand {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-price-image-wrap.expand > * {
  width: 100%;
}
.modal-price-image-wrap.expand .modal-price-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.modal-price-image-wrap.kinkyu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.modal-price-image-wrap.kinkyu > * {
  width: auto;
}
.modal-price-image-wrap.kinkyu .modal-price-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.modal-price-image-wrap.shisaku {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.modal-price-image-wrap.shisaku > * {
  width: 50%;
}
.modal-price-image-wrap.shisaku .modal-price-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin-bottom: 12px;
}
.modal-price-image-wrap.shisaku p + .modal-price-image-cap {
  margin-top: 20px;
}
.modal-price-image-wrap > * {
  width: 50%;
}
.modal-price-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}
.modal-price-image img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-price-image-cap {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal-price-image-text {
  font-size: 1.2rem;
  line-height: 1.3333333333;
}

.sobi-table-01 {
  width: 940px;
  margin-bottom: 12px;
}
.sobi-table-01:last-child {
  margin-bottom: 0;
}
.sobi-table-01 th {
  font-weight: 500;
}
.sobi-table-01 th,
.sobi-table-01 td {
  border-right: 1px solid #E2E3E4;
  vertical-align: middle;
}
.sobi-table-01 th:last-child,
.sobi-table-01 td:last-child {
  border-right: none;
}
.sobi-table-01 thead th {
  background-color: #EEF0F0;
  text-align: center;
  padding: 15px 8px;
  font-size: 1.2rem;
}
.sobi-table-01 thead th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sobi-table-01 thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sobi-table-01 thead th:nth-child(1) {
  width: 377px;
}
.sobi-table-01 thead th:nth-child(2) {
  width: 84px;
}
.sobi-table-01 thead th:nth-child(3) {
  width: 388px;
}
.sobi-table-01 thead th:nth-child(4) {
  width: 88px;
}
.sobi-table-01 tbody td {
  border-bottom: 1px solid #C3C3C3;
  padding: 8px 12px;
  font-size: 1.4rem;
}
.sobi-table-01 tbody .input-group {
  gap: 8px 8px;
}
.sobi-table-01 tbody .input-group .input {
  width: 100%;
}
.sobi-table-01 tbody .input-group .input input {
  width: 100%;
}
.sobi-table-01 tbody .input-group .input input + * {
  margin-top: 8px;
}
.sobi-table-01 tbody .input-group.input-group-single-column {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sobi-table-01 tbody .input-group.input-group-single-column .radio + .radio {
  margin-top: 4px;
}

.modal-preview {
  width: 680px;
}
.modal-preview-main {
  border-radius: 4px;
  border: 2px solid #E2E3E4;
  margin-left: auto;
  margin-right: auto;
  width: 304px;
}
.modal-preview-inner {
  position: relative;
}
.modal-preview-inner.p-scrollbar {
  position: relative;
  height: 612px;
  z-index: 0;
}
.modal-preview-inner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.modal-preview-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 15px 10px;
  margin-top: 475px;
}
.modal-preview-info {
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-word;
}
.modal-preview-info .icon {
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12px;
  width: 30px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-right: 5px;
}
.modal-preview-info .icon.new {
  background-color: #FDE6E8;
  color: #EB0A1E;
}
.modal-preview-info .icon.important {
  background-color: #EB0A1E;
  color: #ffffff;
}
.modal-preview-info .icon > span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.modal-preview-info .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-preview-info .head .date {
  margin-right: 5px;
  font-size: 10px;
  font-weight: 400;
}
.modal-preview-info .text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 3px;
}
.modal-preview-info .title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 3px;
}
.modal-preview [class*=modal-preview-link] {
  text-decoration: underline;
  color: #4D66D8;
  font-size: 10px;
  margin-top: 4px;
  padding-left: 17px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.modal-preview [class*=modal-preview-link]::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 15px;
}
.modal-preview [class*=modal-preview-link].on {
  display: inline-block;
}
.modal-preview [class*=modal-preview-link]:hover {
  opacity: 0.7;
}
.modal-preview-link::before {
  background-image: url("../images/icon-link-02.svg");
}
.modal-preview-link-pdf::before {
  background-image: url("../images/icon-pdf-02.svg");
}
.modal-preview-photo {
  width: 93px;
  margin-top: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-preview-photo img {
  width: 100%;
  height: auto;
}

.modal-smart-ai-explain-inner,
.modal-trade-in-explain-inner {
  width: 720px;
  padding-top: 20px;
  font-size: 1.6rem;
}
.modal-smart-ai-explain-inner p,
.modal-trade-in-explain-inner p {
  text-align: center;
  margin-bottom: 20px;
}
.modal-smart-ai-explain-inner table,
.modal-trade-in-explain-inner table {
  margin: 0 auto 20px;
}
.modal-smart-ai-explain-inner table td,
.modal-trade-in-explain-inner table td {
  text-align: left;
  padding: 0 20px;
}

.modal-timelag-explain-inner {
  width: 680px;
  padding-top: 20px;
  font-size: 1.6rem;
}
.modal-timelag-explain-inner p {
  margin-bottom: 20px;
}
.modal-timelag-explain-inner figure {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}
.modal-timelag-explain-inner figure img {
  vertical-align: inherit;
}

.explanation-modal .modal-body {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 980px;
}
.explanation-modal-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}

.modal-history-search-inner {
  width: 980px;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 2.4rem;
}
.modal-history-search-inner p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
.modal-history-search-inner .modal-btn-container {
  margin-bottom: 20px;
}

.modal-fax-image .modal-body {
  padding: 20px;
  overflow-y: hidden;
  overflow: hidden;
  max-height: inherit;
}
.modal-fax-image-inner {
  width: 1188px;
}
.modal-fax-image-image {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.modal-fax-image-image img {
  max-width: 100%;
  height: auto;
}

.modal-send-fax .modal-body {
  padding: 0px;
  overflow-y: hidden;
  overflow: hidden;
  max-height: inherit;
  max-width: 1504px;
}
.modal-send-fax-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-send-fax .modal-send-fax-r {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 280px;
  background: #F4F5F5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 8px 8px 0;
}
.modal-send-fax .modal-send-fax-r dl {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E2E3E4;
}
.modal-send-fax .modal-send-fax-r dl dt {
  background: #E5F1F8;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  border-bottom: 1px solid #E2E3E4;
}
.modal-send-fax .modal-send-fax-r dl dd {
  background: #fff;
  border-bottom: 1px solid #E2E3E4;
  text-align: left;
  font-size: 1.6rem;
  padding: 8px 5px;
  line-height: 1.3;
}
.modal-send-fax .modal-send-fax-r dl dd:last-child {
  border-bottom: none;
}
.modal-send-fax .modal-send-fax-l {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 1225px;
  padding: 20px 17px 20px 20px;
}
.modal-send-fax .modal-send-fax-l .modal-btn-container {
  margin-bottom: 10px;
}
.modal-send-fax .modal-send-fax-r + .modal-send-fax-l {
  min-width: 1225px;
}
.modal-send-fax-image {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
.modal-send-fax-image img {
  max-width: 100%;
  height: auto;
}

.modal-setting-02-alert__main {
  padding-top: 100px;
  padding-bottom: 0px;
  width: 680px;
  background: url("../images/icon-warning.svg") 50% 20px no-repeat;
  background-size: 60px 60px;
}
.modal-setting-02-alert__main .modal-message {
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-setting-02-alert__main p {
  margin-bottom: 20px;
}
.modal-setting-02-alert__main .modal-message-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.modal-setting-02-alert__main .modal-message-attention dt {
  font-size: 1.4rem;
  font-weight: 400;
  width: 50px;
}
.modal-setting-02-alert__main .modal-message-attention dd {
  font-size: 1.4rem;
  width: calc(100% - 50px);
}

.modal-entry-01-alert__main {
  padding-top: 100px;
  padding-bottom: 0px;
  width: 680px;
  background: url("../images/icon-warning.svg") 50% 20px no-repeat;
  background-size: 60px 60px;
}
.modal-entry-01-alert__main .modal-message {
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-entry-01-alert__main p {
  margin-bottom: 20px;
}

.modal.modal-type01 .modal-inner {
  background: none;
  width: 100vw;
  max-width: 2560px;
}
.modal.modal-type01 .modal-close {
  bottom: inherit;
  top: 0;
  right: 60px;
}
.modal.modal-type01 .modal-header {
  background: none;
  color: #fff;
  padding-bottom: 15px;
}
.modal.modal-type01 .modal-header span {
  display: block;
  padding: 0 40px;
}
.modal.modal-type01 .modal-body {
  padding: 0px 20px;
  max-height: calc(100vh - 100px);
}
.modal.modal-type01 .fault-slider {
  margin: 0 40px;
  width: calc(100% - 80px);
  min-width: 600px;
}
.modal.modal-type01 .fault-slider .fault-slider-item {
  position: relative;
}
.modal.modal-type01 .fault-slider .fault-slider-item-image {
  margin-bottom: 0;
}
.modal.modal-type01 .fault-slider .fault-slider-item-image img {
  max-width: 100%;
  max-height: calc(100vh - 100px);
  width: auto;
  height: auto;
  margin: auto;
}
.modal.modal-type01 .fault-slider .js-fault-slider-item-description-btn {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: none;
  background: url(../images/icon-arrow-up.svg) no-repeat center;
  background: url(../images/icon-arrow-down.svg) no-repeat center;
  background-size: 100% 100% !important;
}
.modal.modal-type01 .fault-slider .fault-slider-item-description {
  width: 100%;
  color: #fff;
  line-height: 1.9;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 60px 15px 20px;
}
.modal.modal-type01 .fault-slider .fault-slider-item-description-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal.modal-type01 .fault-slider .fault-slider-item-description-wrap.is-close .fault-slider-item-description {
  opacity: 0;
}
.modal.modal-type01 .fault-slider .fault-slider-item-description-wrap.is-close .js-fault-slider-item-description-btn {
  background: url(../images/icon-arrow-up.svg) no-repeat center;
}
.modal.modal-type01 .fault-slider .slick-prev {
  left: -40px;
  height: 40px;
  width: 40px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.modal.modal-type01 .fault-slider .slick-next {
  right: -40px;
  height: 40px;
  width: 40px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.search-form {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.main > .search-form:first-child, .main > .container:first-child > .search-form:first-child {
  padding-top: 20px;
}
.search-form.search-form-layout2 .search-form-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  color: #ffffff;
  background-color: #699CAF;
}
.search-form.search-form-layout2 .search-form-body {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.search-form.search-form-layout2 .search-form-toggle::before, .search-form.search-form-layout2 .search-form-toggle::after {
  background: #ffffff;
}
.search-form-header {
  background: #e2e3e4;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-title {
  font-size: 1.6rem;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
}
.search-form-title + .toggle-view {
  margin: 0 20px 0 20px;
  font-size: 1.2rem;
}
.search-form-title + .toggle-view .toggle-label {
  top: -1px;
  margin: 0 5px;
}
.search-form-labels {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px 16px;
}
* + .search-form-labels {
  margin-left: 20px;
}
.search-form-labels .item {
  border-right: 1px solid #C3C3C3;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-right: 16px;
  padding-right: 17px;
  font-size: 1.4rem;
  font-weight: 500;
}
.search-form-labels .item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.search-form .search-form-toggle.open::after {
  opacity: 0;
  visibility: hidden;
}
.search-form .accordion-body {
  display: block;
}
.search-form-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.search-form-toggle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
.search-form-toggle::after {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
}
.search-form-body {
  background: #f4f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
}
.search-form-body-2column {
  position: relative;
  width: 100%;
  gap: 20px;
}
.search-form-body-2column-item {
  width: 50%;
}
.search-form-body.search-form-body-type01 .performance-input-panel {
  width: 580px;
}
.search-form-body.search-form-body-type01 .performance-input-panel .performance-classifier {
  max-width: 100%;
  grid-template-columns: 188px 1fr;
}
.search-form-body.search-form-body-type01 .performance-input-panel .checkbox-list-wrap {
  min-width: 188px;
}
.search-form-body.search-form-body-type01 .performance-input-panel .checkbox-list-scroll {
  height: 215px;
}
.search-form-body.search-form-body-type01 .performance-input:nth-child(2) {
  width: 540px;
}
.search-form-body.search-form-body-type01 .performance-input:nth-child(3) {
  width: 286px;
}
.search-form-body.search-form-body-type01 .performance-input:nth-child(3).performance-input-other-size {
  width: 520px;
}
.search-form-body.search-form-body-type01 .performance-input:nth-child(4) {
  width: 228px;
}
.search-form-body.search-form-body-type01 .performance-input:last-child {
  width: 122px !important;
}
.search-form-body.search-form-body-type01 .performance-input-row-inner {
  width: 100%;
}
.search-form-body.search-form-body-type01 .performance-input .checkbox-list-scroll.scroll-m {
  height: 271px;
}
.search-form-input {
  width: 76.2931034483%;
  border-right: 1px solid #c3c3c3;
}
.search-form-input.search-form-size-l {
  width: 86.2068965517%;
}
.search-form-input.search-form-size-l2 {
  width: 84.9149753154%;
}
.search-form-btns {
  width: 23.7068965517%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-btns.search-form-size-s {
  width: 13.7931034483%;
}
.search-form-btns.search-form-size-s2 {
  width: 15.0850246846%;
}
.search-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-row:last-child {
  margin-bottom: 0;
}
.search-form-row.mb-m {
  margin-bottom: 8px;
}
.search-form-row.mb-none {
  margin-bottom: 0;
}
.search-form-row.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-form-row.align-items-start > .search-form-label {
  margin-top: 8px;
}
.search-form-row .search-form-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.search-form-row .note-pos1 {
  position: relative;
  top: -7px;
}
.search-form-col1 {
  width: 55.3672316384%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-col1 .search-form-label:first-child {
  width: 29.387755102%;
  padding-left: 5.306122449%;
}
.search-form-col2 {
  width: 44.6327683616%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-column {
  border-right: 1px solid #C3C3C3;
  margin-right: 16px;
  padding-right: 16px;
}
.search-form-column:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.search-form-column .checkbox-list-wrap {
  min-width: 164px;
}
.search-form-column .checkbox-list-scroll {
  position: relative;
}
.search-form-column .checkbox-list-scroll.scroll-m {
  height: 173px;
}
.search-form-label {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
.search-form-label::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 4px;
}
.search-form-label .required {
  position: absolute;
  left: 0;
}
.search-form select,
.search-form input {
  margin-right: 6px;
}
.search-form .unit,
.search-form .hyphen {
  font-size: 1.6rem;
  margin: 0 6px 0 0px;
}
.search-form .hyphen {
  min-width: 16px;
}
.search-form .delimiter {
  display: block;
  height: 100%;
  min-height: 32px;
  width: 1px;
  background: #c3c3c3;
  margin: 0 16px 0 10px;
}
.search-form .delimiter:last-child {
  margin-right: 0;
}
.search-form .delimiter-long {
  display: block;
  height: 100%;
  min-height: 74px;
  width: 1px;
  background: #c3c3c3;
  margin: 0 16px 0 10px;
}
.search-form .delimiter-long:last-child {
  margin-right: 0;
}
.search-form-calendar-text {
  font-size: 1.4rem;
  line-height: 1.14;
}
.search-form-calendar-text > small {
  font-size: 1.2rem;
}
.search-form-sample {
  color: #fff;
  width: 64px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
}
.search-form-calendar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  position: relative;
}
.search-form-calendar.size-s {
  width: 26px;
  height: 26px;
}
.search-form-calendar.black > button {
  background: url("../images/icon-calendar-btn-black.svg") no-repeat center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form-calendar .datepicker {
  display: none;
}
.search-form-calendar .datepicker:focus + button {
  outline: 2px solid #222;
}
.search-form-calendar .datepicker.disabled + button, .search-form-calendar .datepicker[disabled] + button, .black .search-form-calendar .datepicker.disabled + button, .black .search-form-calendar .datepicker[disabled] + button {
  background-image: url("../images/icon-calendar-btn-disabled.svg");
  pointer-events: none;
}
.search-form-calendar > button {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: url("../images/icon-calendar-btn.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-form-calendar > button:hover {
  opacity: 0.7;
}
.search-form-submit {
  font-size: 1.6rem;
  color: #fff;
  width: 93.0909090909%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
  margin-bottom: 16px;
}
.search-form-submit.small {
  font-size: 1.4rem;
  height: 32px;
}
.search-form-cancel {
  font-size: 1.6rem;
  color: #fff;
  width: 93.0909090909%;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.search-form-cancel.small {
  font-size: 1.4rem;
  height: 32px;
}
.search-form .note {
  font-size: 1.4rem;
  font-weight: 400;
}
.search-form-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
.search-form-2column-item {
  padding-left: 20px;
  width: 50%;
}
.search-form-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.search-form-panel .note {
  display: inline-block;
  line-height: 1.14;
}
.search-form-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  min-height: 24px;
}
.search-form-panel-head .search-form-title {
  margin-right: 0;
}
.search-form-panel-head .search-form-title + .note {
  margin-top: -9px;
  margin-left: 20px;
}
.search-form-panel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 16px 20px;
}
.search-form-panel-dl {
  display: grid;
  grid-template-columns: 144px 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
  width: 73.2075471698%;
}
.search-form-panel-dl.child-dt-medium {
  grid-template-columns: 112px 1fr;
}
.search-form-panel-dl.child-dt-small {
  grid-template-columns: 80px 1fr;
  width: auto;
}
.search-form-panel-dl dt {
  padding-top: 10px;
  font-weight: 500;
}
.search-form-panel-dl dt .search-form-label {
  display: block;
  padding-right: 10px;
}
.search-form-panel-dl dt .search-form-label.icon {
  padding-left: 28px;
}
.search-form-panel-dl dt .search-form-label::after {
  right: 0;
}
.search-form-panel-dl dd > * {
  margin-top: 6px;
}
.search-form-panel-dl dd > *:first-child {
  margin-top: 0;
}
.search-form-panel-dl-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-panel-dl-inline > *:last-child {
  margin-right: 0;
}
.search-form-panel-btns {
  width: 23.0188679245%;
}
.search-form-panel-btns > * {
  margin-bottom: 16px;
}
.search-form-panel-btns > *:last-child {
  margin-bottom: 0;
}
.search-form-panel-btns .search-form-submit,
.search-form-panel-btns .search-form-cancel {
  width: 100%;
}
.search-form-modal {
  width: 50%;
}
.search-form-modal.right {
  left: auto;
  right: 0;
}
.search-form-modal .ap-modal-inner {
  margin-top: 15px;
}
.search-form-modal-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.search-form-modal-btn {
  width: 136px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
}
.search-form-modal-table tbody th {
  width: 19.8458574181%;
}
.search-form-modal-table tbody td {
  width: 29.8651252408%;
}
.search-form .input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .input-search-btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  color: #ffffff;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-form .input-search-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url("../images/icon-magnifying-glass.svg") no-repeat center;
  background-size: contain;
}
.search-form .input-search-btn:hover {
  opacity: 0.7;
}

.performance-btn, .calc-answer-popup-confirm-btn, .calc-answer-submit-btn, .calc-answer-subtotal .btn, .calc-answer-block-header .btn, .calc-info-btn, .fix-history-btn, .transition-graph-btn, .calc-base .re-calc-btn, .carinfo-view .other-info-btn, .carinfo-view .fault-image-net.truck .fault-image-net-btn, .carinfo-view .fault-image-net-btn, .carinfo-view-summary-box-btn, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn, .price-view-summary .last-time-pricing-info-btn, .price-view-summary-header-btn, .price-input .auto-complete-btn, .gray-box-round-btn, .result-grade-compare-btn, .result-list-header-allbtn, .result-list-header-btn3, .result-list-header-btn2, .result-list-header-btn, .car-info-button, .index-nav-sub li .sub-menu-item-btn, .index-nav-main-btn, .block-button, .footer-large-btn, .footer-medium-btn, .page-header-btn, .input-file-upload-btn, .toggle-box-btn, .gray-btn, .set-btn, .camera-btn, .gray-btn02, .search-btn, .crossmark-btn, .modal-btn, .price-link-btn, .kaisou-group-btn, .modal-calc-confirm-btn, .modal-history-btn, .search-form-sample, .search-form-submit, .search-form-cancel, .search-form-modal-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
}
.performance-btn:hover, .calc-answer-popup-confirm-btn:hover, .calc-answer-submit-btn:hover, .calc-answer-subtotal .btn:hover, .calc-answer-block-header .btn:hover, .calc-info-btn:hover, .fix-history-btn:hover, .transition-graph-btn:hover, .calc-base .re-calc-btn:hover, .carinfo-view .other-info-btn:hover, .carinfo-view .fault-image-net.truck .fault-image-net-btn:hover, .carinfo-view .fault-image-net-btn:hover, .carinfo-view-summary-box-btn:hover, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn:hover, .price-view-summary .last-time-pricing-info-btn:hover, .price-view-summary-header-btn:hover, .price-input .auto-complete-btn:hover, .gray-box-round-btn:hover, .result-grade-compare-btn:hover, .result-list-header-allbtn:hover, .result-list-header-btn3:hover, .result-list-header-btn2:hover, .result-list-header-btn:hover, .car-info-button:hover, .index-nav-sub li .sub-menu-item-btn:hover, .index-nav-main-btn:hover, .block-button:hover, .footer-large-btn:hover, .footer-medium-btn:hover, .page-header-btn:hover, .input-file-upload-btn:hover, .toggle-box-btn:hover, .gray-btn:hover, .set-btn:hover, .camera-btn:hover, .gray-btn02:hover, .search-btn:hover, .crossmark-btn:hover, .modal-btn:hover, .price-link-btn:hover, .kaisou-group-btn:hover, .modal-calc-confirm-btn:hover, .modal-history-btn:hover, .search-form-sample:hover, .search-form-submit:hover, .search-form-cancel:hover, .search-form-modal-btn:hover {
  opacity: 0.7;
}
.performance-btn:active, .calc-answer-popup-confirm-btn:active, .calc-answer-submit-btn:active, .calc-answer-subtotal .btn:active, .calc-answer-block-header .btn:active, .calc-info-btn:active, .fix-history-btn:active, .transition-graph-btn:active, .calc-base .re-calc-btn:active, .carinfo-view .other-info-btn:active, .carinfo-view .fault-image-net.truck .fault-image-net-btn:active, .carinfo-view .fault-image-net-btn:active, .carinfo-view-summary-box-btn:active, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn:active, .price-view-summary .last-time-pricing-info-btn:active, .price-view-summary-header-btn:active, .price-input .auto-complete-btn:active, .gray-box-round-btn:active, .result-grade-compare-btn:active, .result-list-header-allbtn:active, .result-list-header-btn3:active, .result-list-header-btn2:active, .result-list-header-btn:active, .car-info-button:active, .index-nav-sub li .sub-menu-item-btn:active, .index-nav-main-btn:active, .block-button:active, .footer-large-btn:active, .footer-medium-btn:active, .page-header-btn:active, .input-file-upload-btn:active, .toggle-box-btn:active, .gray-btn:active, .set-btn:active, .camera-btn:active, .gray-btn02:active, .search-btn:active, .crossmark-btn:active, .modal-btn:active, .price-link-btn:active, .kaisou-group-btn:active, .modal-calc-confirm-btn:active, .modal-history-btn:active, .search-form-sample:active, .search-form-submit:active, .search-form-cancel:active, .search-form-modal-btn:active {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.price-input .auto-complete-btn.disabled, .price-input .auto-complete-btn:disabled {
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  pointer-events: none;
}

.toggle-order {
  width: 12px;
  height: 14px;
  display: block;
  position: relative;
}
.toggle-order .icon-asc {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-order_asc.svg");
}
.toggle-order .icon-desc {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-order_desc.svg");
}
.toggle-order[class*=icon-order-] ::after {
  content: "1";
  display: block;
  position: absolute;
  width: 16.67px;
  height: 16.67px;
  background: #eb0a1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.toggle-order.icon-order-2 ::after {
  content: "2";
}
.toggle-order.icon-order-3 ::after {
  content: "3";
}
.toggle-order.icon-order-4 ::after {
  content: "4";
}
.toggle-order.icon-order-5 ::after {
  content: "5";
}

.text-order {
  cursor: pointer;
  text-decoration: underline;
  color: #4D66D8;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-order .icon-asc {
  display: block;
  background: #eb0a1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -0.5em;
  right: -12px;
  width: 16.67px;
  height: 16.67px;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.text-order .icon-asc::after {
  content: attr(data-icon-order);
  display: block;
  font-size: 14px;
}
.text-order:hover {
  opacity: 0.7;
}

.toggle-box-btn {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0;
}
.toggle-box-btn::before, .toggle-box-btn::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
}
.toggle-box-btn::before, .toggle-box-btn::after {
  top: 40%;
}
.toggle-box-btn::before {
  left: 9px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-box-btn::after {
  right: 8px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-box-btn.open::before, .toggle-box-btn.open::after {
  top: 60%;
}
.toggle-box-btn.open::before {
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-box-btn.open::after {
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle-box-btn.toggle-box-btn-s {
  width: 20px;
  height: 20px;
}
.toggle-box-btn.toggle-box-btn-s::before, .toggle-box-btn.toggle-box-btn-s::after {
  width: 8px;
  height: 2px;
  background: #fff;
}
.toggle-box-btn.toggle-box-btn-s::before, .toggle-box-btn.toggle-box-btn-s::after {
  top: calc(40% - 1px);
}
.toggle-box-btn.toggle-box-btn-s::before {
  left: 6px;
}
.toggle-box-btn.toggle-box-btn-s::after {
  right: 6px;
}
.toggle-box-btn.toggle-box-btn-s.open::before, .toggle-box-btn.toggle-box-btn-s.open::after {
  top: 60%;
}
.toggle-box-btn.toggle-box-btn-s.open::before {
  left: 5px;
}
.toggle-box-btn.toggle-box-btn-s.open::after {
  right: 4px;
}

.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 48px;
  height: 24px;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #c3c3c3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}

.toggle-input:checked + .toggle-label:after {
  left: 24px;
}

.toggle-view {
  margin-right: 20px;
  position: relative;
}

.toggle-view-switch-label {
  color: #666666;
}
.toggle-view-switch-label.active {
  color: #222222;
  font-weight: bold;
}

.filter-btn {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}
.filter-btn .icon-filter {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon-filter-base.svg") no-repeat center;
  background-size: contain;
}
.filter-btn.filter-on .icon-filter {
  background-image: url("../images/icon-filter.svg");
}

.gray-btn {
  background: #AAAAAA;
  background: -webkit-gradient(linear, left top, left bottom, from(#AAAAAA), to(#888888));
  background: linear-gradient(to bottom, #AAAAAA 0%, #888888 100%);
  color: #ffffff;
  padding: 6px 12px;
}

.set-btn {
  background: #525A60;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  color: #ffffff;
  padding: 7px 8px 5px;
}
.set-btn.set-blue-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
}
.set-btn.set-white-btn {
  border: 1px solid #C3C3C3;
  background: #ffffff;
  color: #222222;
  position: relative;
  z-index: 0;
}
.set-btn.set-white-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.set-btn.disabled, .set-btn[disabled] {
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  pointer-events: none;
}
* + .set-btn {
  margin-left: 12px;
}

.set-btn2 {
  background: #005371;
  color: #ffffff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.429;
  padding: 7px 10px 6px;
}
.set-btn2:hover {
  opacity: 0.7;
}
* + .set-btn2 {
  margin-left: 12px;
}

.btn-single-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-single-column > * + * {
  margin-top: 20px;
}

.camera-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  color: #ffffff;
  width: 32px;
  height: 32px;
}
.camera-btn.camera-btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#4D66D8), to(#2D47C2));
  background: linear-gradient(to bottom, #4D66D8 0%, #2D47C2 100%);
}

.sort-btn {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #525A60;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sort-btn + .sort-btn {
  margin-left: 8px;
}
.sort-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  width: 14px;
  height: 11px;
}
.sort-btn.desc::before {
  border-width: 11px 7px 0 7px;
  border-color: #FFFFFF transparent transparent transparent;
}
.sort-btn.asc::before {
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #FFFFFF transparent;
}
.sort-btn:hover {
  opacity: 0.7;
}

.gray-btn02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  padding: 6px 12px;
}

.search-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: url(../images/icon-search-btn.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-btn span {
  visibility: hidden;
}

.search-btn2 {
  border-radius: 24px;
  color: #fff;
  background: #D07800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-btn2.clear {
  background: #788187;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.search-btn2:hover {
  opacity: 0.7;
}

.crossmark-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: url(../images/icon-close-btn.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.crossmark-btn span {
  visibility: hidden;
}

.output-btn {
  width: 256px;
  height: 48px;
  color: #fff;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.priority-mark-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_priority_star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
}
.priority-mark-btn.on {
  background-image: url(../images/icon_priority_star_on.svg);
}

.tab-menu {
  width: 75%;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-menu.tab-menu-medium {
  width: 100%;
}
.tab-menu.tab-menu-medium .tab-menu-item {
  width: 360px;
}
.tab-menu.tab-menu-expand {
  width: 100%;
}
.tab-menu.tab-menu-child-01 .tab-menu-item {
  text-align: center;
  line-height: 1.125;
  height: 52px;
}
.tab-menu.tab-menu-child-01 .tab-menu-item:first-child {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.tab-menu.tab-menu-child-01 .tab-menu-item:last-child {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.tab-menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4d66d8;
  margin-right: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  height: 40px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #4d66d8;
}
.tab-menu-item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tab-menu-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tab-menu-item svg {
  stroke: #4d66d8;
  fill: #4d66d8;
  margin-right: 0.5em;
}
.tab-menu-item:hover, .tab-menu-item.active {
  background: #4d66d8;
  color: #fff;
  position: relative;
}
.tab-menu-item:hover svg, .tab-menu-item.active svg {
  stroke: #fff;
  fill: #fff;
  margin-right: 0.5em;
}
.tab-menu-item.active::after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid #4d66d8;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.tab-menu-item.disabled {
  color: rgba(77, 102, 216, 0.2);
}
.tab-menu .hide {
  display: none;
}

.tab-menu2-wrapper {
  margin-top: 10px;
}
.tab-menu2-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-bottom: 20px;
}
.tab-menu2-list::before {
  content: "";
  background-color: #788187;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  pointer-events: none;
}
.tab-menu2-btn {
  border: 1px solid #C3C3C3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  padding: 6px;
  height: 34px;
  min-width: 136px;
}
.tab-menu2-btn.size-m {
  min-width: 184px;
}
.tab-menu2-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.tab-menu2-btn.open, .tab-menu2-btn:hover {
  background-color: #788187;
  color: #ffffff;
}

.tab-submenu-wrapper {
  margin-top: 20px;
}
.tab-submenu-wrapper:first-child {
  margin-top: 0;
}
.tab-submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 20px;
}
.tab-submenu-btn {
  color: #4D66D8;
  text-decoration: underline;
  font-size: 1.4rem;
}
.tab-submenu-btn.open {
  color: #222222;
  font-weight: 500;
}
.tab-submenu-btn:hover {
  opacity: 0.7;
}

.tab-menu3 {
  width: 100%;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-menu3-inner {
  width: 19.4095477387%;
  margin-right: 16px;
}
.tab-menu3-inner .tab-menu-item {
  width: 100%;
}
.tab-menu3-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.756281407%;
}
.tab-menu3-inner2 .tab-menu-item {
  width: 50%;
}

.tab-menu-item-mark {
  pointer-events: none;
  position: absolute;
  top: -9px;
  right: 0;
  background: #EB0A1E;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
}

.tab-menu4-wrapper {
  margin-top: 10px;
}
.tab-menu4-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-bottom: 20px;
}
.tab-menu4-list::before {
  content: "";
  background-color: #788187;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  pointer-events: none;
}
.tab-menu4-btn {
  border: 1px solid #C3C3C3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  padding: 6px;
  height: 34px;
  min-width: 178px;
}
.tab-menu4-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.tab-menu4-btn.open, .tab-menu4-btn.active, .tab-menu4-btn:hover {
  background-color: #788187;
  color: #ffffff;
}
.tab-menu4-btn.checked span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.tab-menu4-btn.checked span::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url("../images/icon-check.svg") 100% 50% no-repeat;
  background-size: 20px 20px;
}

.tab-menu5-wrapper {
  margin-top: 20px;
}
.tab-menu5-list {
  overflow: hidden;
  border-radius: 17px;
  border: 1px solid #005371;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.tab-menu5-list > * + * {
  border-left: 1px solid #005371;
}
.tab-menu5-btn {
  color: #005371;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  padding: 6px;
  height: 34px;
  min-width: 206px;
}
.tab-menu5-btn.open, .tab-menu5-btn:hover {
  background-color: #699CAF;
  color: #ffffff;
}

.global-header {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#004ea2), to(#1a70cd));
  background: linear-gradient(90deg, #004ea2 0%, #1a70cd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #fff;
}
.global-header.bg-indigo {
  background: -webkit-gradient(linear, left top, right top, from(#005371), to(#0F6B8D));
  background: linear-gradient(90deg, #005371 0%, #0F6B8D 100%);
}
.global-header-logo {
  margin-right: auto;
}
.global-header .user-info {
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #fff;
  margin-right: 20px;
}
.global-header .user-info:last-child {
  margin-right: 0;
}
.global-header .notice {
  width: 28px;
  position: relative;
  margin-right: 18px;
}
.global-header .notice-count {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #eb0a1e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  border-radius: 50%;
  top: -3px;
  right: 5px;
}
.global-header .info-mark {
  margin-right: 20px;
  width: 24px;
}
.global-header .info-mark a {
  display: block;
}
.global-header .info-mark img {
  width: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
body.nav-open .nav {
  opacity: 1;
  pointer-events: all;
}
.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 45, 55, 0.9);
}
.nav-content {
  overflow: auto;
  background-color: #180C24;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 100px;
  height: 100%;
  width: 720px;
}
.nav-content a {
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.nav-content a:hover {
  opacity: 0.7;
}
.nav-close-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 12px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.nav-close-trigger::before, .nav-close-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
}
.nav-close-trigger::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.nav-close-trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
}
.nav-menu-title {
  margin-bottom: 15px;
}
.nav-menu-title a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  padding-right: 20px;
}
.nav-menu-title a::before {
  content: "";
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 8px;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding-left: 12px;
}
.nav-menu-list li {
  width: calc(33.3333333333% - 8px);
}
.nav-menu-list a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
}
.nav-menu.nav-menu-highlight {
  background-color: #3E0C19;
}

.page-header {
  padding: 12px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header.page-header-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-header.page-header-column > p {
  margin-top: 8px;
}
.page-header-title {
  font-size: 2rem;
  font-weight: bold;
}
.page-header-title .date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 6px;
}
.page-header-title-box {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80px;
}
.page-header-title-box.red {
  background: #d81b60;
  color: #fff;
}
.page-header-title-box.green {
  background: #29d167;
  color: #222;
}
.page-header-title-box.yellow {
  background: #ffeb3b;
  color: #222;
}
.page-header-charge {
  margin-right: auto;
  margin-left: 20px;
}
.page-header-car-label {
  font-size: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header-car-label-box {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px;
  margin-right: 20px;
  font-size: 1.8rem;
}
.page-header-car-label-box.red {
  background: #d81b60;
  color: #fff;
}
.page-header-car-name {
  font-size: 2.8rem;
  margin-right: 10px;
}
.page-header-note {
  margin-right: 40px;
  padding-top: 10px;
}
.page-header-note-item {
  padding-left: 25px;
  position: relative;
  margin-left: 16px;
}
.page-header-note-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
}
.page-header-note .required::before {
  background: #eb0a1e;
}
.page-header-note .optional::before {
  background: #e3eef2;
}
.page-header-warning {
  color: #eb0a1e;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-top: 5px;
  padding-left: 25px;
  margin-left: 40px;
}
.page-header-warning::before {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/icon-warning.svg") no-repeat;
}
.page-header-right-col {
  margin-left: auto;
  padding-top: 10px;
}
.page-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.page-header-btn {
  width: 136px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-left: 8px;
}
.page-header-btn.w150 {
  width: 150px;
}
.page-header-btn.w160 {
  width: 160px;
}
.page-header .toggle-box-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header .vertical-bar {
  display: inline-block;
  background: #E2E3E4;
  min-height: 32px;
  width: 1px;
  margin-left: 12px;
  margin-right: 12px;
}
.page-header .vertical-bar + .page-header-btn {
  margin-left: 0;
}
.page-header .vertical-bar:first-child {
  margin-left: 0;
}
.page-header .vertical-bar:last-child {
  margin-right: 0;
}
.page-header-sateino {
  border: 1px solid #C3C3C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-sateino dt,
.page-header-sateino dd {
  font-size: 1.4rem;
}
.page-header-sateino dt {
  background-color: #EEF0F0;
  border-right: 1px solid #C3C3C3;
  font-weight: 500;
  padding: 5px 10px;
}
.page-header-sateino dd {
  background-color: #fff;
  padding: 5px 12px;
}

.search-option-summary {
  background: #f4f5f5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 32px;
  padding: 12px 20px;
}

.search-option-item {
  font-size: 1.6rem;
  margin-right: 40px;
  font-weight: 500;
}

.footer {
  position: fixed;
  z-index: 500;
  min-width: 1240px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(31, 45, 55, 0.9);
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  color: #fff;
  padding-left: 115px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .prev-link {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  padding-left: 59px;
  font-size: 1.6rem;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .prev-link::before {
  position: absolute;
  left: 31px;
  top: 50%;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.footer .prev-link::after {
  position: absolute;
  left: 31px;
  top: 50%;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.footer-register {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-register-button {
  margin-left: 10px;
  width: 136px;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-register-button.w256 {
  width: 256px;
}
.footer-register-button.btn-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.footer-register-button.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}

.footer-register2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.footer-register2-button {
  width: 136px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  background: #D07800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 5px;
}
.footer-register2-button.temp {
  background: #00DDDD;
}
.footer-register2-button.cancel {
  background: #C3C3C3;
}
.footer-register2-button.imperfect {
  background: #B0BEC5;
}
.footer-register2-button.send-fax {
  background: #EB0A1E;
}
.footer-register2-button.csv {
  background: #EB0A1E;
}

.footer-medium-btn {
  min-width: 136px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
  margin: 0 4px;
}
.footer-medium-btn.proceed {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.footer-medium-btn.link {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  color: #222222;
}
.footer-medium-btn.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.footer-medium-btn.color-disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}

.footer-large-btn {
  width: 256px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-large-btn.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.footer-large-btn.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.footer-large-btn.color-disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}

.block-row-group {
  margin-bottom: 8px;
}

.block-wrapper {
  border-radius: 4px;
  border: 2px solid #e2e3e4;
  overflow: hidden;
}

.block-wrapper + .block-wrapper {
  margin-left: auto;
}

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

.block {
  border-top: 1px solid #e2e3e4;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-header {
  background: #eef0f0;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-header .required {
  background: #eb0a1e;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  line-height: 1;
}
.block-header.block-in-col-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2px;
}
.block-header.block-in-col-wrap .block-in-col {
  border-top: 1px solid #E2E3E4;
  margin-top: 4px;
}
.block-body {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  background: #fff;
}
.block-body.no-padding {
  padding: 0;
}
.block-body.block-body-default {
  display: block;
}
.block-body.block-body-empty {
  background-color: #EEF0F0;
}
.block + .block .block-header, .block + .block .block-body {
  border-left: 1px solid #e2e3e4;
}
.block .block-wrapper + .block-wrapper.last-time-result-price {
  margin-left: 8px;
}
.block-buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -8px;
}
.block-buttonList > * {
  padding-left: 8px;
  padding-bottom: 8px;
  width: 18.25%;
}
.block-button {
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.block-button.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.block.block-checked .block-body {
  background-color: #B6E7FA;
}
.block-in-col-wrap {
  padding: 0;
}
.block-in-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.block-in-col-item {
  border-right: 1px solid #E2E3E4;
}
.block-in-col-item:last-child {
  border-right: none;
}
.block-in-col-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.block-in-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.166667;
  padding: 2px 6px;
  height: 100%;
}
.block-in-col.block-in-6col .block-in-col-item {
  width: 16.6666666667%;
}
.block-in-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.block-in-option > * {
  border-left: 1px solid #e2e3e4;
  color: #C3C3C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-in-option > *:first-child {
  border-left: none;
}
.block-in-option > *.active {
  color: #000;
  background-color: #B6E7FA;
}
.block-in-option > *.empty {
  background-color: #EEF0F0;
}
.block-in-option.col-3 > * {
  width: 33.3333333333%;
}
.block-in-option.col-5 > * {
  width: 20%;
}

.factory-data-table-spec, .fix-history-table, .tab-history-table02, .tab-history-table, .tab-toyota-table, .tab-aa-table, .calc-table {
  border: 1px solid #c3c3c3;
}
.factory-data-table-spec th, .fix-history-table th, .tab-history-table02 th, .tab-history-table th, .tab-toyota-table th, .tab-aa-table th, .calc-table th {
  font-weight: 500;
}
.factory-data-table-spec th, .fix-history-table th, .tab-history-table02 th, .tab-history-table th, .tab-toyota-table th, .tab-aa-table th, .calc-table th,
.factory-data-table-spec td,
.fix-history-table td,
.tab-history-table02 td,
.tab-history-table td,
.tab-toyota-table td,
.tab-aa-table td,
.calc-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 3px;
  line-height: 1.2;
}
.factory-data-table-spec thead th, .fix-history-table thead th, .tab-history-table02 thead th, .tab-history-table thead th, .tab-toyota-table thead th, .tab-aa-table thead th, .calc-table thead th {
  padding: 4px;
  background: #e2e3e4;
  text-align: center;
  vertical-align: center;
  font-size: 1.6rem;
}
.factory-data-table-spec tbody th, .fix-history-table tbody th, .tab-history-table02 tbody th, .tab-history-table tbody th, .tab-toyota-table tbody th, .tab-aa-table tbody th, .calc-table tbody th {
  background: #eef0f0;
  padding: 2px 9px;
  vertical-align: middle;
}
.factory-data-table-spec tbody td, .fix-history-table tbody td, .tab-history-table02 tbody td, .tab-history-table tbody td, .tab-toyota-table tbody td, .tab-aa-table tbody td, .calc-table tbody td {
  font-size: 1.2rem;
}

.tab-history-table02 tbody tr:nth-child(4n+3), .tab-history-table tbody tr:nth-child(4n+3), .tab-toyota-table tbody tr:nth-child(4n+3), .tab-aa-table tbody tr:nth-child(4n+3), .tab-history-table02 tbody tr:nth-child(4n+4), .tab-history-table tbody tr:nth-child(4n+4), .tab-toyota-table tbody tr:nth-child(4n+4), .tab-aa-table tbody tr:nth-child(4n+4) {
  background: #f4f5f5;
}

.factory-data-table-02, .factory-data-table-01, .last-time-calc-car-info {
  border-radius: 4px;
  overflow: hidden;
}
.factory-data-table-02 th, .factory-data-table-01 th, .last-time-calc-car-info th,
.factory-data-table-02 td,
.factory-data-table-01 td,
.last-time-calc-car-info td {
  vertical-align: middle;
  border: 1px solid #e2e3e4;
}
.factory-data-table-02 th, .factory-data-table-01 th, .last-time-calc-car-info th {
  padding: 10px 3px;
  background: #eef0f0;
  text-align: center;
  font-weight: 500;
}
.factory-data-table-02 td, .factory-data-table-01 td, .last-time-calc-car-info td {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 10px 8px;
}

.document-table th, .catalog-table th {
  font-weight: 500;
}
.document-table th, .catalog-table th,
.document-table td,
.catalog-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 14px 8px;
  line-height: 1.2;
  font-size: 1.4rem;
}
.document-table tr th:first-child, .catalog-table tr th:first-child,
.document-table tr td:first-child,
.catalog-table tr td:first-child {
  border-left: none;
}
.document-table tr th:last-child, .catalog-table tr th:last-child,
.document-table tr td:last-child,
.catalog-table tr td:last-child {
  border-right: none;
}
.document-table tbody th, .catalog-table tbody th {
  background: #eef0f0;
  vertical-align: middle;
}
.document-table tbody td.td-empty, .catalog-table tbody td.td-empty {
  background-color: #EEF0F0;
}

.catalog-table-striped {
  overflow: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
}
.catalog-table-striped th {
  font-weight: 500;
}
.catalog-table-striped th,
.catalog-table-striped td {
  border-bottom: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 14px 8px;
  line-height: 1.2;
  font-size: 1.4rem;
}
.catalog-table-striped th + td,
.catalog-table-striped td + td {
  border-left: 1px solid #c3c3c3;
}
.catalog-table-striped tr:first-child th {
  border-top-left-radius: 8px;
}
.catalog-table-striped tr:first-child td {
  border-top-right-radius: 8px;
}
.catalog-table-striped tr:last-child th {
  border-bottom-left-radius: 8px;
}
.catalog-table-striped tr:last-child td {
  border-bottom-right-radius: 8px;
}
.catalog-table-striped tr:last-child th,
.catalog-table-striped tr:last-child td {
  border-bottom: none;
}
.catalog-table-striped tr:nth-child(even) th,
.catalog-table-striped tr:nth-child(even) td {
  background: #eef0f0;
}
.catalog-table-striped tbody th {
  vertical-align: middle;
}

.history-table th, .nak-result-table th {
  font-weight: 500;
}
.history-table th, .nak-result-table th,
.history-table td,
.nak-result-table td {
  border-right: 1px solid #E2E3E4;
  vertical-align: middle;
  padding: 14px 8px;
  line-height: 1.2;
  font-size: 1.4rem;
}
.history-table th:last-child, .nak-result-table th:last-child,
.history-table td:last-child,
.nak-result-table td:last-child {
  border-right: none;
}
.history-table thead th, .nak-result-table thead th {
  background-color: #EEF0F0;
}
.history-table thead th:first-child, .nak-result-table thead th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.history-table thead th:last-child, .nak-result-table thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.history-table thead th .toggle-order, .nak-result-table thead th .toggle-order {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.history-table tbody tr td, .nak-result-table tbody tr td {
  border-bottom: 1px solid #C3C3C3;
}

.management-table-cap {
  font-size: 1.4rem;
  line-height: 1.4286;
  margin-bottom: 8px;
}

.management-table-01 {
  width: 100%;
}
.management-table-01 th,
.management-table-01 td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 6px 12px;
  height: 44px;
}
.management-table-01 tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 166px;
  padding-left: 10px;
  padding-right: 10px;
}
.management-table-01 tbody td .unit {
  margin-right: 8px;
}
.management-table-01 tbody td .unit.mr-s {
  margin-right: 6px;
}
.management-table-01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + input,
.management-table-01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + select {
  margin-left: 8px;
}
.management-table-01 tbody td .input-group .search-form-calendar {
  margin-right: 0;
}
.management-table-01 tbody td .input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.management-table-01 tbody td .input-search .search-btn {
  margin-left: 5px;
}
.management-table-01 tbody td .checkbox-list-scroll.scroll-m {
  height: 173px;
}

.table-type01 th,
.table-type01 td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 10px 12px;
  height: 44px;
}
.table-type01 tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
}
.table-type01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + input,
.table-type01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + select {
  margin-left: 8px;
}

#ui-datepicker-div.ui-datepicker {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  padding: 3px;
  width: 340px;
  z-index: 100 !important;
}
#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
  color: #222222;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin: 0 7px;
  padding-right: 35px;
  width: auto;
  font-size: 1.4rem;
}
#ui-datepicker-div.ui-datepicker select.ui-datepicker-month option,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year option {
  color: #222222;
}
#ui-datepicker-div .ui-datepicker-header {
  border: none;
  border-radius: 4px 4px 0 0;
  background-color: #4D66D8;
  color: #ffffff;
  position: relative;
  padding: 10px 0;
  margin: -4px -4px 0;
}
#ui-datepicker-div .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-next::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 100%;
  height: 100%;
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover, #ui-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-next.ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
  border: none;
  background-color: transparent;
  font-weight: normal;
  color: transparent;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 12px;
}
#ui-datepicker-div .ui-datepicker-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#ui-datepicker-div .ui-datepicker-next {
  right: 12px;
}
#ui-datepicker-div .ui-datepicker-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 1.4rem;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  padding: 10px 0;
}
#ui-datepicker-div .ui-datepicker-calendar th.ui-datepicker-week-end:first-child {
  color: #D32F2F;
}
#ui-datepicker-div .ui-datepicker-calendar th.ui-datepicker-week-end:last-child {
  color: #0D7A92;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 1px;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-default {
  color: #222222;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 7px 0;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default::after,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-default::after {
  content: "";
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight,
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-default.ui-state-highlight {
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default {
  background-color: #ffffff;
  color: #D32F2F;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default::after,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default::after {
  border-color: #D32F2F;
  border-width: 2px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-days-cell-over a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-days-cell-over span.ui-state-default {
  background-color: #ffffff;
  color: #D32F2F;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-days-cell-over a.ui-state-default::after,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-days-cell-over span.ui-state-default::after {
  border-color: #D32F2F;
  border-width: 2px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default {
  background-color: #D3D3D3;
  color: rgba(0, 0, 0, 0.4);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default::after,
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default::after {
  display: none;
}

.ui-tooltip {
  padding: 0;
  border-radius: 4px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.ui-tooltip.ui-widget-shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

.ui-tooltip.ui-tooltip-data-change {
  position: absolute !important;
  max-width: 350px;
}

.ui-tooltip-content {
  position: relative;
  padding: 6px 7px;
  background: #fff;
  border: none;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 0 1px #B0BEC5);
          filter: drop-shadow(0 0 1px #B0BEC5);
  font-size: 14px;
}

.ui-tooltip-content__change-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
  font-size: 14px;
}

.ui-tooltip.disp-top .ui-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 10px solid #fff;
  -webkit-filter: drop-shadow(0 1px 0px #B0BEC5);
          filter: drop-shadow(0 1px 0px #B0BEC5);
  z-index: 10;
}

.ui-tooltip.disp-btm .ui-tooltip-content::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0 -1px 0px #B0BEC5);
          filter: drop-shadow(0 -1px 0px #B0BEC5);
  z-index: 10;
}

.wrapper {
  padding-bottom: 0;
}

.index-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1903px;
  margin: 0 auto 15px;
}
.index-nav-main {
  height: 112px;
  background: #b6e7fa;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 15px;
}
.index-nav-main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 8px;
  text-align: center;
}
.index-nav-main-item:last-child {
  margin-right: 0;
}
.index-nav-main-item-desc {
  margin-bottom: 8px;
}
.index-nav-main-item.disabled {
  opacity: 0.4;
}
.index-nav-main-btn {
  width: 286px;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  position: relative;
}
.index-nav-main-btn .start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  width: 80px;
  height: 20px;
  margin: 5px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  color: #4d66d8;
}
.index-nav-main-btn .btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-130px, -50%);
          transform: translate(-130px, -50%);
}
.index-nav-sub {
  width: 608px;
}
.index-nav-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-nav-sub li {
  border-right: 1px solid #e2e3e4;
  width: 20%;
  height: 104px;
}
.index-nav-sub li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-nav-sub li .btn-icon {
  display: block;
  margin-bottom: 10px;
}
.index-nav-sub li .btn-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  height: 3.5rem;
}
.index-nav-sub li.sub-menu-container {
  margin-bottom: 8px;
}
.index-nav-sub li.sub-menu-container a {
  position: relative;
}
.index-nav-sub li.sub-menu-container a::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid rgba(31, 45, 55, 0.9);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: 10;
  top: calc(100% - 8px);
  left: 50%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}
.index-nav-sub li.sub-menu-container .sub-menu {
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.index-nav-sub li.sub-menu-container .sub-menu a::after {
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.index-nav-sub li.sub-menu-container.open > a {
  opacity: 1;
}
.index-nav-sub li.sub-menu-container.open > a::after {
  visibility: visible;
  opacity: 1;
}
.index-nav-sub li.sub-menu-container.open .sub-menu {
  visibility: visible;
  opacity: 1;
}
.index-nav-sub li .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(31, 45, 55, 0.9);
  z-index: 100;
  color: #fff;
}
.index-nav-sub li .sub-menu-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2.08333%;
  padding: 45px 20px 30px;
}
.index-nav-sub li .sub-menu-inner.sub-menu-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-nav-sub li .sub-menu-item {
  width: 18.3333333333%;
}
.index-nav-sub li .sub-menu-item-btn {
  margin-bottom: 12px;
  width: 100%;
  height: 56px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #222;
}
.index-nav-sub li .sub-menu-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
}

.result-list {
  margin-bottom: 20px;
}
.result-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.result-list-header-title {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 18px;
}
.result-list-header-title + .toggle-view {
  margin: 0 30px 0 7px;
  font-size: 2rem;
}
.result-list-header-title + .toggle-view .toggle-label {
  top: 4px;
}
.result-list-header-count {
  padding: 0 8px;
  height: 36px;
  border-radius: 4px;
  background: #fde6e8;
  margin-right: 8px;
}
.result-list-header-count .number {
  font-weight: bold;
  font-size: 2.6rem;
  color: #eb0a1e;
}
.result-list-header-parameters {
  padding: 0 10px;
  height: 36px;
  border-radius: 4px;
  background: #fde6e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result-list-header-parameters .text {
  font-weight: bold;
  font-size: 1.4rem;
  color: #222222;
}
.result-list-header-parameters .number {
  font-weight: bold;
  font-size: 1.4rem;
  color: #eb0a1e;
}
.result-list-header-parameters .number.number0 {
  color: #222222;
}
.result-list-header-parameters .number + .text {
  padding-left: 0.7em;
}

.not-user {
  background: url("../images/bg-not-user-top.png") no-repeat;
  background-size: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-user .guidance {
  background: rgba(31, 45, 55, 0.9);
  padding: 36px 55px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 8px;
}
.not-user .guidance a {
  text-decoration: underline;
}

.information {
  background: #f4f5f5;
  padding: 20px 0;
  min-width: 1903px;
}
.information-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: auto;
}
.information-link {
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
}
.information-link::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.information-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(40deg) translateY(-50%);
          transform: rotate(40deg) translateY(-50%);
}
.information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.information-item {
  background: #fff;
  width: 32.8333333333%;
  padding: 10px 16px;
  border-radius: 4px;
}
.information-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information-item-pubdate {
  font-size: 1.4rem;
  margin-right: 20px;
}
.information-item-category {
  padding: 2px 12px 1px;
  border-radius: 2px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  min-width: 72px;
}
.information-item-category.info {
  background: #f4f5f5;
}
.information-item-category.important {
  background: #eb0a1e;
  color: #fff;
}
.information-item-category.new {
  background: #FDE6E8;
  color: #EB0A1E;
}
.information-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 12px;
}
.information-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
}
.information-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.information-item-img {
  margin-left: 12px;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.information-item-img img {
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.information-links {
  border-top: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  padding-top: 12px;
}

.index-nav .information {
  background: #f4f5f5;
  padding: 12px 20px;
  min-width: inherit;
  width: 700px;
  margin-bottom: 5px;
}
.index-nav .information-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-nav .information-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: auto;
}
.index-nav .information-link {
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
}
.index-nav .information-link::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.index-nav .information-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(40deg) translateY(-50%);
          transform: rotate(40deg) translateY(-50%);
}
.index-nav .information-list {
  display: block;
  border-radius: 4px;
  background: #fff;
  padding: 4px 0px;
  height: 62px;
  overflow: auto;
}
.index-nav .information-item {
  background: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 5px 4px 12px;
  order-radius: 0px;
}
.index-nav .information-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 176px;
  margin-right: 12px;
  margin-bottom: 0px;
}
.index-nav .information-item-pubdate {
  font-size: 1.2rem;
  width: 70px;
  text-align: left;
  margin-right: 0;
}
.index-nav .information-item-time {
  font-size: 1.2rem;
  width: 32px;
  text-align: right;
}
.index-nav .information-item-category {
  padding: 2px 5px 1px;
  border-radius: 2px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  margin-right: 0px;
  margin-left: 10px;
  min-width: 64px;
}
.index-nav .information-item-category.info {
  background: #f4f5f5;
}
.index-nav .information-item-category.important {
  background: #eb0a1e;
  color: #fff;
}
.index-nav .information-item-category.new {
  background: #FDE6E8;
  color: #EB0A1E;
}
.index-nav .information-item-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 188px);
  margin-bottom: 0px;
}

.information-single {
  background-color: #F4F5F5;
  min-height: calc(100vh - 40px);
  padding: 20px 0;
}
.information-single .result-pager {
  margin-bottom: 0;
}
.information-single-block {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.information-single-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}
.information-single-hr {
  margin: 12px 0;
  border-top: 1px solid #E2E3E4;
}
.information-single-panel {
  border-radius: 4px;
  background-color: #fff;
  padding: 14px 16px 16px;
  margin-top: 16px;
}
.information-single-panel:first-child {
  margin-top: 0;
}
.information-single-panel-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.information-single-panel-labels-time {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.4rem;
}
.information-single-panel-labels-cat {
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px;
  margin-right: 6px;
  min-width: 72px;
}
.information-single-panel-labels-cat.info {
  background: #f4f5f5;
}
.information-single-panel-labels-cat.important {
  background: #eb0a1e;
  color: #fff;
}
.information-single-panel-labels-cat.new {
  background: #FDE6E8;
  color: #EB0A1E;
}
.information-single-panel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-single-panel-text {
  font-size: 1.4rem;
  line-height: 1.429;
}
.information-single-panel-text + .information-single-panel-text {
  margin-top: 12px;
}
.information-single-panel-img {
  margin-left: 12px;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.information-single-panel-img img {
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.information-single-panel-title {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
}
.information-single-panel-title + * {
  margin-top: 12px;
}

.car-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.car-info-inner {
  background-color: #FDE6E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 8px 20px;
  width: 87%;
}
.car-info-head {
  -ms-flex-item-align: center;
      align-self: center;
  width: 210px;
}
.car-info-head dl {
  display: grid;
  grid-template-columns: 75px 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 7px;
}
.car-info-head dl dt,
.car-info-head dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}
.car-info-head dl dt {
  position: relative;
  margin-top: 6px;
  padding-right: 12px;
}
.car-info-head dl dt::after {
  content: "：";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.car-info-head dl dd {
  font-size: 2.2rem;
  font-weight: 400;
}
.car-info-body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.car-info-body dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 7px;
  word-break: break-word;
}
.car-info-body dl.child-small {
  grid-template-columns: 88px 1fr;
}
.car-info-body dl dt,
.car-info-body dl dd {
  font-size: 1.4rem;
  font-weight: 400;
}
.car-info-body dl dt {
  position: relative;
  padding-right: 12px;
}
.car-info-body dl dt::after {
  content: "：";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.car-info-body dl dd {
  max-width: 160px;
}
.car-info-table-title {
  border-right: 1px solid #C3C3C3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 21px;
  margin-right: 20px;
}
.car-info-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
* + .car-info-link {
  margin-left: 20px;
}
.car-info-button {
  width: 136px;
  height: 48px;
  border: 1px solid #c3c3c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
}
.car-info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.result-no-match {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  margin: 40px auto;
}

.result-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result-list-header.margin-medium {
  margin-bottom: 12px;
}
.result-list-header-last-update {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.result-list-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result-list-header-btn {
  width: 122px;
  height: 32px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
  margin-left: 8px;
}
.result-list-header-btn.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.result-list-header-btn2 {
  width: 122px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-left: 8px;
}
.result-list-header-btn3 {
  width: 122px;
  height: 32px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(to bottom, #525A60 0%, #1F2D37 100%);
  border: 1px solid transparent;
  margin-left: 8px;
}
.result-list-header-allbtn {
  width: 122px;
  height: 32px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#525A60), to(#1F2D37));
  background: linear-gradient(#525A60 0%, #1F2D37 100%);
  margin-left: 8px;
}
.result-list-header .result-pager {
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.result-list-header-title-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  margin-right: auto;
}
.result-list-header-title-2.medium {
  font-weight: 500;
}
.result-list-header-title-2 .sub {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.142;
  margin-left: 20px;
}
.result-list-header-title-2 .sub.sub-red {
  color: #EB0A1E;
  font-weight: 700;
}
.result-list-count {
  margin-right: auto;
  font-size: 2rem;
}
.result-list-count .number {
  font-size: 2.6rem;
  font-weight: bold;
}
.result-list-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.result-list-table-header {
  border-radius: 4px;
  overflow: hidden;
}
.result-list-table-header.cover {
  overflow: visible;
}
.result-list-table-header.cover::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
  z-index: -1;
}
.result-list-table-header .result-list-table-cell {
  font-size: 1.2rem;
  background: #eef0f0;
  font-weight: 500;
}
.result-list-table-header .result-list-table-cell.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px;
}
.result-list-table-header .result-list-table-cell.inline .toggle-order {
  display: block;
  margin: 0 0 0 auto;
}
.result-list-table-header .result-list-table .toggle-order {
  display: block;
  margin: 3px auto 0;
}
.result-list-table-header .result-list-table .flex18,
.result-list-table-header .result-list-table .flex19,
.result-list-table-header .result-list-table .flex20,
.result-list-table-header .result-list-table .flex21,
.result-list-table-header .result-list-table .flex22,
.result-list-table-header .result-list-table .flex24,
.result-list-table-header .result-list-table .flex25,
.result-list-table-header .result-list-table .flex30,
.result-list-table-header .result-list-table .flex32,
.result-list-table-header .result-list-table .flex33,
.result-list-table-header .result-list-table .flex38,
.result-list-table-header .result-list-table .flex40,
.result-list-table-header .result-list-table .flex45,
.result-list-table-header .result-list-table .flex50,
.result-list-table-header .result-list-table .flex55,
.result-list-table-header .result-list-table .flex60,
.result-list-table-header .result-list-table .flex70 {
  height: 50%;
}
.result-list-table-header .result-list-table .unit {
  font-size: 1rem;
}
.result-list-table-header .result-list-table .filter-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.result-list-table-header .result-list-table .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 2px;
}
.result-list-table-header .result-list-table .option .toggle-order {
  margin-left: 0;
  margin-right: 0;
}
.result-list-table-body {
  position: relative;
  z-index: 2;
}
.result-list-table-body .result-list-table-row {
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}
.result-list-table-body .result-list-table-row:not(.not-table-hover):hover {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 2px #4d66d8, 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0 2px #4d66d8, 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.result-list-table-body .result-list-table-row.not-table-hover {
  cursor: default;
}
.result-list-table-body .result-list-table-row .result-list-table-row-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.result-list-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.result-list-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e3e4;
}
.result-list-table-row.highlight {
  background: #fde6e8;
}
.result-list-table-row.highlight .time {
  color: #eb0a1e;
}
.result-list-table-row.checked {
  background-color: #B6E7FA;
}
.result-list-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #e2e3e4;
}
.result-list-table-cell.justify-flex-start {
  padding: 4px 6px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.result-list-table-cell.justify-flex-end {
  padding: 4px 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.result-list-table-cell.align-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.result-list-table-cell:last-child {
  border-right: 0;
}
.result-list-table-cell.default {
  display: inline-block;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 14px;
}
.result-list-table-cell[data-table-order] .icon-asc, .result-list-table-cell > [data-table-order] .icon-asc {
  opacity: 0;
  pointer-events: none;
}
.result-list-table-cell[data-table-order].order-on, .result-list-table-cell > [data-table-order].order-on {
  position: relative;
  background-color: #FDE6E8;
}
.result-list-table-cell[data-table-order].order-on:before, .result-list-table-cell > [data-table-order].order-on:before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-sort-r.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}
.result-list-table-cell[data-table-order].order-on.order-under::before, .result-list-table-cell > [data-table-order].order-on.order-under::before {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.result-list-table-cell[data-table-order].order-on.order-child::before, .result-list-table-cell > [data-table-order].order-on.order-child::before {
  display: none;
}
.result-list-table-cell[data-table-order].order-on.order-child .order-child-sync, .result-list-table-cell > [data-table-order].order-on.order-child .order-child-sync {
  position: relative;
  background-color: #FDE6E8;
}
.result-list-table-cell[data-table-order].order-on.order-child .order-child-sync:before, .result-list-table-cell > [data-table-order].order-on.order-child .order-child-sync:before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-sort-r.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}
.result-list-table-cell[data-table-order].order-on.order-child.order-under .order-child-sync::before, .result-list-table-cell > [data-table-order].order-on.order-child.order-under .order-child-sync::before {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.result-list-table-cell[data-table-order].order-on .icon-asc, .result-list-table-cell > [data-table-order].order-on .icon-asc {
  opacity: 1;
  pointer-events: all;
}
.result-list-table-cell .break-word {
  word-break: break-all;
  padding: 3px;
}
.result-list-table-cell .border-top {
  border-top: 1px solid #e2e3e4;
}
.result-list-table-cell .border-bottom {
  border-bottom: 1px solid #e2e3e4;
}
.result-list-table-cell .border-bottom-extra {
  position: relative;
}
.result-list-table-cell .border-bottom-extra::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.6666%;
  height: 1px;
  background: #e2e3e4;
}
.result-list-table-cell .border-left {
  border-left: 1px solid #e2e3e4;
}
.result-list-table-cell .border-right {
  border-right: 1px solid #e2e3e4;
}
.result-list-table-cell .txt-center {
  text-align: center;
}
.result-list-table-cell .flex18,
.result-list-table-cell .flex19,
.result-list-table-cell .flex20,
.result-list-table-cell .flex21,
.result-list-table-cell .flex22,
.result-list-table-cell .flex24,
.result-list-table-cell .flex25,
.result-list-table-cell .flex30,
.result-list-table-cell .flex32,
.result-list-table-cell .flex33,
.result-list-table-cell .flex38,
.result-list-table-cell .flex40,
.result-list-table-cell .flex45,
.result-list-table-cell .flex50,
.result-list-table-cell .flex55,
.result-list-table-cell .flex60,
.result-list-table-cell .flex70 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
  height: 100%;
}
.result-list-table-cell .flex18 {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}
.result-list-table-cell .flex19 {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}
.result-list-table-cell .flex20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.result-list-table-cell .flex21 {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
}
.result-list-table-cell .flex22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
.result-list-table-cell .flex24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
.result-list-table-cell .flex25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.result-list-table-cell .flex32 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
.result-list-table-cell .flex30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.result-list-table-cell .flex33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.result-list-table-cell .flex38 {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}
.result-list-table-cell .flex40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.result-list-table-cell .flex45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.result-list-table-cell .flex50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.result-list-table-cell .flex55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.result-list-table-cell .flex60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.result-list-table-cell .flex70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.result-list-table-cell .flex50 {
  height: 50%;
  width: 50%;
}
.result-list-table-cell .flex100 {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
  width: 100%;
}
.result-list-table-cell .flex100.txt-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}
.result-list-table-cell .flex100.txt-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}
.result-list-table-cell .flex-clear {
  overflow: hidden;
  display: inline-block;
}
.result-list-table-cell .align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px;
}
.result-list-table-cell .ellipsis {
  position: relative;
  max-width: 100%;
}
.result-list-table-cell .ellipsis-view {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list-table-cell .ellipsis-full {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: attr(data-tooltip);
  z-index: 10;
  left: 50%;
  bottom: calc(100% + 13px);
  position: absolute;
  white-space: nowrap;
  width: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 4px;
}
.result-list-table-cell .ellipsis-full.show {
  visibility: visible;
  opacity: 1;
}
.result-list-table-cell .ellipsis-full::after {
  position: absolute;
  display: block;
  left: 15px;
  top: 100%;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% - 1px));
          transform: rotate(-45deg) translateY(calc(-50% - 1px));
}
.result-list-table-cell .time {
  font-weight: 500;
}
.result-list-table-cell .time .number {
  font-size: 1.8rem;
}
.result-list-table-cell .label {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.result-list-table-cell .label.blue {
  background-color: #4D66D8;
  color: #ffffff;
}
.result-list-table-cell .unit {
  display: inline;
  margin-left: 5px;
  font-size: 11px;
}
.result-list-table-cell.cell-lock {
  color: #C3C3C3;
  pointer-events: none;
}

.result-list02-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result-list02-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
.result-list02-header-btns > * {
  margin-left: 4px;
}
.result-list02-header-btns > *:first-child {
  margin-left: 0;
}
.result-list02-header-btn {
  background-color: #ffffff;
  border: 1px solid #788187;
  border-radius: 16px;
  color: #788187;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px;
  width: 122px;
  height: 30px;
}
.result-list02-header-btn:hover {
  opacity: 0.7;
}
.result-list02-header-btn:active {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.result-list02-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.result-list02-header-right > .input-group {
  margin-bottom: 0;
}
.result-list02-header-text {
  color: #666666;
  font-size: 1.4rem;
}
.result-list02-header .result-pager {
  margin-top: 0;
  margin-bottom: 0;
}
.result-list02-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.result-list02-table-header {
  border: 1px solid #E2E3E4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.result-list02-table-header.cover {
  overflow: visible;
}
.result-list02-table-header.cover::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
  z-index: -1;
}
.result-list02-table-header .result-list02-table .result-list02-table-cell {
  font-size: 1.2rem;
  background: #E5F1F8;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result-list02-table-header .result-list02-table .toggle-order {
  display: block;
  margin: 3px auto 0;
}
.result-list02-table-header .result-list02-table .filter-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.result-list02-table-header .result-list02-table .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 2px;
}
.result-list02-table-header .result-list02-table .option .toggle-order {
  margin-left: 0;
  margin-right: 0;
}
.result-list02-table-body {
  border: 1px solid #E2E3E4;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  z-index: 2;
}
.result-list02-table-header + .result-list02-table-body {
  border-top: none;
}
.result-list02-table-body .result-list02-table-row {
  cursor: pointer;
}
.result-list02-table-body .result-list02-table-row.not-table-hover {
  cursor: default;
}
.result-list02-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.result-list02-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e3e4;
}
.result-list02-table-row:last-child {
  border-bottom: none;
}
.result-list02-table-row:nth-child(even) .result-list02-table-cell {
  background-color: #F7FAFC;
}
.result-list02-table-row.selected .result-list02-table-cell {
  background-color: #C4E1EB;
}
.result-list02-table-cell {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.1429;
  border-right: 1px solid #e2e3e4;
  word-break: break-all;
  padding: 5px;
  min-height: 48px;
}
.result-list02-table-cell:last-child {
  border-right: 0;
}
.result-list02-table-cell.justify-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.result-list02-table-cell.justify-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.result-list02-table-cell.justify-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result-list02-table-cell.align-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.result-list02-table-cell.no-padding {
  padding: 0;
}
.result-list02-table-cell .cell-inner {
  padding: 5px !important;
}
.result-list02-table-cell .status {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  width: 58px;
  height: 36px;
}
.result-list02-table-cell .status.started {
  background-color: #FF1225;
}
.result-list02-table-cell .status.not-started {
  background-color: #B0BEC5;
}
.result-list02-table-cell .status.pending {
  background-color: #15ABAB;
}
.result-list02-table-cell .status.error {
  background-color: #424242;
}
.result-list02-table-cell .status.answered {
  background-color: #7b7b7b;
}
.result-list02-table-cell .status02 {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  width: 66px;
  max-width: 100%;
  height: 36px;
}
.result-list02-table-cell .status02.neduke-prepare {
  background-color: #F9A825;
}
.result-list02-table-cell .status02.neduke-entry {
  background-color: #00AC78;
}
.result-list02-table-cell .status02.yomiai-enforce {
  background-color: #D32F2F;
}
.result-list02-table-cell .status02.car-entry {
  background-color: #E9ABAB;
}
.result-list02-table-cell .status02.finished {
  background-color: #1538AB;
}
.result-list02-table-cell .option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.result-list02-table-cell[data-table-order] .icon-asc, .result-list02-table-cell > [data-table-order] .icon-asc {
  opacity: 0;
  pointer-events: none;
}
.result-list02-table-cell[data-table-order].order-on, .result-list02-table-cell > [data-table-order].order-on {
  position: relative;
}
.result-list02-table-cell[data-table-order].order-on:before, .result-list02-table-cell > [data-table-order].order-on:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(216, 135, 77)), to(rgb(222, 93, 0)));
  background: linear-gradient(to bottom, rgb(216, 135, 77) 0%, rgb(222, 93, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.result-list02-table-cell[data-table-order].order-on.order-under::before, .result-list02-table-cell > [data-table-order].order-on.order-under::before {
  top: auto;
  bottom: 0;
}
.result-list02-table-cell[data-table-order].order-on.order-child::before, .result-list02-table-cell > [data-table-order].order-on.order-child::before {
  display: none;
}
.result-list02-table-cell[data-table-order].order-on.order-child .order-child-sync, .result-list02-table-cell > [data-table-order].order-on.order-child .order-child-sync {
  position: relative;
  background-color: #FDE6E8;
}
.result-list02-table-cell[data-table-order].order-on.order-child .order-child-sync:before, .result-list02-table-cell > [data-table-order].order-on.order-child .order-child-sync:before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-sort-r.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}
.result-list02-table-cell[data-table-order].order-on.order-child.order-under .order-child-sync::before, .result-list02-table-cell > [data-table-order].order-on.order-child.order-under .order-child-sync::before {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.result-list02-table-cell[data-table-order].order-on .icon-asc, .result-list02-table-cell > [data-table-order].order-on .icon-asc {
  opacity: 1;
  pointer-events: all;
}
.result-list02-table-cell .ellipsis {
  position: relative;
  max-width: 100%;
}
.result-list02-table-cell .ellipsis-view {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list02-table-cell .ellipsis-full {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  content: attr(data-tooltip);
  z-index: 10;
  left: 50%;
  bottom: calc(100% + 13px);
  position: absolute;
  white-space: nowrap;
  width: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 4px;
}
.result-list02-table-cell .ellipsis-full.show {
  visibility: visible;
  opacity: 1;
}
.result-list02-table-cell .ellipsis-full::after {
  position: absolute;
  display: block;
  left: 15px;
  top: 100%;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% - 1px));
          transform: rotate(-45deg) translateY(calc(-50% - 1px));
}
.result-list02-table-cell .border-top {
  border-top: 1px solid #e2e3e4;
}
.result-list02-table-cell .border-bottom {
  border-bottom: 1px solid #e2e3e4;
}
.result-list02-table-cell .flex100 {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
  width: 100%;
}
.result-list02-table-cell .flex100.txt-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}
.result-list02-table-cell .flex100.txt-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
}
.result-list02-table-cell .flex100.flex-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.result-list02-table-cell .flex100.flex-side .filter-btn {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
}

.average-price {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.average-price:last-child {
  margin-right: 0;
}
.average-price.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.average-price-labels {
  background-color: #FDE6E8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 20px 6px;
}
.average-price-labels dt,
.average-price-labels dd {
  display: inline-block;
}
.average-price-labels dt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.166667;
}
.average-price-labels dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3125;
  margin-left: 6px;
}

.result-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 18px;
}
.result-pager-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.result-pager-numbers > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.result-pager-numbers > * + * {
  margin-left: 0.5em;
}
.result-pager-numbers-total {
  font-weight: 500;
}
.result-pager-numbers-count > i {
  position: relative;
  height: 1px;
  width: 7px;
  margin-left: 3px;
  margin-right: 3px;
}
.result-pager-numbers-count > i::before {
  content: "";
  background-color: #222222;
  display: block;
  height: 1px;
  width: 100%;
}
.result-pager-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
}
.result-pager-nav-item {
  padding-left: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.result-pager-nav-link {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #4D66D8;
  color: #4D66D8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1428571429;
  width: 32px;
  height: 32px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.result-pager-nav-link.first::before, .result-pager-nav-link.last::before, .result-pager-nav-link.prev::before, .result-pager-nav-link.next::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.result-pager-nav-link.first::before, .result-pager-nav-link.last::before {
  width: 9px;
  height: 10px;
}
.result-pager-nav-link.prev::before, .result-pager-nav-link.next::before {
  width: 12px;
  height: 9px;
}
.result-pager-nav-link.first::before {
  background-image: url("../images/icon-chevrons-left-line.svg");
}
.result-pager-nav-link.first.current::before, .result-pager-nav-link.first:hover::before {
  background-image: url("../images/icon-chevrons-left-line_w.svg");
}
.result-pager-nav-link.last::before {
  background-image: url("../images/icon-chevrons-right-line.svg");
}
.result-pager-nav-link.last.current::before, .result-pager-nav-link.last:hover::before {
  background-image: url("../images/icon-chevrons-right-line_w.svg");
}
.result-pager-nav-link.prev::before {
  background-image: url("../images/icon-chevrons-left.svg");
}
.result-pager-nav-link.prev.current::before, .result-pager-nav-link.prev:hover::before {
  background-image: url("../images/icon-chevrons-left_w.svg");
}
.result-pager-nav-link.next::before {
  background-image: url("../images/icon-chevrons-right.svg");
}
.result-pager-nav-link.next.current::before, .result-pager-nav-link.next:hover::before {
  background-image: url("../images/icon-chevrons-right_w.svg");
}
.result-pager-nav-link.current, .result-pager-nav-link:hover {
  background-color: #4D66D8;
  color: #ffffff;
}
.result-pager-nav-link.current {
  pointer-events: none;
}
.result-pager.result-pager-color2 .result-pager-nav-link {
  color: #005371;
  border-color: #005371;
}
.result-pager.result-pager-color2 .result-pager-nav-link.first:not(:hover)::before {
  background-image: url("../images/icon-chevrons-left-line_ai.svg");
}
.result-pager.result-pager-color2 .result-pager-nav-link.last:not(:hover)::before {
  background-image: url("../images/icon-chevrons-right-line_ai.svg");
}
.result-pager.result-pager-color2 .result-pager-nav-link.prev:not(:hover)::before {
  background-image: url("../images/icon-chevrons-left_ai.svg");
}
.result-pager.result-pager-color2 .result-pager-nav-link.next:not(:hover)::before {
  background-image: url("../images/icon-chevrons-right_ai.svg");
}
.result-pager.result-pager-color2 .result-pager-nav-link.current, .result-pager.result-pager-color2 .result-pager-nav-link:hover {
  color: #ffffff;
  background-color: #699CAF;
}

.order-list-base .result-list-table-body.p-scrollbar {
  position: relative;
  max-height: 530px;
}
.order-list-base .result-list-table .status {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 44px;
  height: 34px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 4px;
  padding: 3px 4px 2px;
  line-height: 1.1666666667;
}
.order-list-base .result-list-table .status.in-progress {
  background: #00ac78;
}
.order-list-base .result-list-table .status.requesting {
  background: #f9a825;
}
.order-list-base .result-list-table .status.answered {
  background: #d32f2f;
}
.order-list-base .result-list-table .status.pending {
  background: #15ABAB;
  width: 44px;
}
.order-list-base .result-list-table .status.suspend {
  background: #00DDDD;
  width: 44px;
}
.order-list-base .result-list-table .status.pricing-impossible {
  background: #B0BEC5;
}
.order-list-base .result-list-table .status.confirm {
  background: #FF1225;
}
.order-list-base .result-list-table .status.answered2 {
  background: #F5A6A8;
}
.order-list-base .result-list-table .status.not-started {
  background: #C3C3C3;
}
.order-list-base .result-list-table .status.out-service {
  background: #62AD4C;
}
.order-list-base .result-list-table-header .result-list-table-cell {
  min-height: 58px;
}
.order-list-base .result-list-table-cell {
  padding: 6px;
}
.order-list-base .result-list-table-cell.justify-flex-start {
  text-align: left;
}
.order-list-base .result-list-table-cell:nth-child(1) {
  width: 3.4574468085%;
}
.order-list-base .result-list-table-cell:nth-child(2) {
  width: 2.1276595745%;
}
.order-list-base .result-list-table-cell:nth-child(3) {
  width: 2.8191489362%;
}
.order-list-base .result-list-table-cell:nth-child(4) {
  width: 4.3085106383%;
  word-break: break-all;
  text-align: left;
}
.order-list-base .result-list-table-cell:nth-child(5) {
  width: 4.3085106383%;
}
.order-list-base .result-list-table-cell:nth-child(6) {
  width: 6.329787234%;
}
.order-list-base .result-list-table-cell:nth-child(7) {
  width: 8.9361702128%;
}
.order-list-base .result-list-table-cell:nth-child(8) {
  width: 4.4680851064%;
}
.order-list-base .result-list-table-cell:nth-child(9) {
  width: 8.4042553191%;
  text-align: left;
}
.order-list-base .result-list-table-cell:nth-child(10) {
  width: 5.8510638298%;
}
.order-list-base .result-list-table-cell:nth-child(11) {
  width: 5.0531914894%;
}
.order-list-base .result-list-table-cell:nth-child(12) {
  width: 8.6170212766%;
}
.order-list-base .result-list-table-cell:nth-child(13) {
  width: 9.4680851064%;
}
.order-list-base .result-list-table-cell:nth-child(14) {
  width: 6.1170212766%;
}
.order-list-base .result-list-table-cell:nth-child(15) {
  width: 5.1063829787%;
}
.order-list-base .result-list-table-cell:nth-child(16) {
  width: 5.0531914894%;
}
.order-list-base .result-list-table-cell:nth-child(17) {
  width: 4.5744680851%;
}
.order-list-base .result-list-table-cell:nth-child(18) {
  width: 5%;
}

.order-list .result-list-table .status {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 44px;
  height: 34px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 4px;
  padding: 3px 4px 2px;
  line-height: 1.1666666667;
}
.order-list .result-list-table .status.in-progress {
  background: #00ac78;
}
.order-list .result-list-table .status.requesting {
  background: #f9a825;
}
.order-list .result-list-table .status.requesting2 {
  background: #00AC78;
}
.order-list .result-list-table .status.answered {
  background: #d32f2f;
}
.order-list .result-list-table .status.pending {
  background: #15ABAB;
  width: 44px;
}
.order-list .result-list-table .status.suspend {
  background: #00DDDD;
  width: 44px;
}
.order-list .result-list-table .status.pricing-impossible {
  background: #B0BEC5;
}
.order-list .result-list-table .status.confirm {
  background: #FF1225;
}
.order-list .result-list-table .status.answered2 {
  background: #F5A6A8;
}
.order-list .result-list-table .status.not-started {
  background: #C3C3C3;
}
.order-list .result-list-table .status.out-service {
  background: #62AD4C;
}
.order-list .result-list-table-header .result-list-table-cell {
  min-height: 58px;
}
.order-list .result-list-table-cell {
  padding: 6px;
}
.order-list .result-list-table-cell.justify-flex-start {
  text-align: left;
}
.order-list .result-list-table-cell:nth-child(1) {
  width: 3.4574468085%;
}
.order-list .result-list-table-cell:nth-child(2) {
  width: 2.1276595745%;
}
.order-list .result-list-table-cell:nth-child(3) {
  width: 2.8191489362%;
}
.order-list .result-list-table-cell:nth-child(4) {
  width: 4.3085106383%;
  word-break: break-all;
  text-align: left;
}
.order-list .result-list-table-cell:nth-child(5) {
  width: 4.3085106383%;
}
.order-list .result-list-table-cell:nth-child(6) {
  width: 6.329787234%;
}
.order-list .result-list-table-cell:nth-child(7) {
  width: 8.9361702128%;
}
.order-list .result-list-table-cell:nth-child(8) {
  width: 4.4680851064%;
}
.order-list .result-list-table-cell:nth-child(9) {
  width: 8.4042553191%;
  text-align: left;
}
.order-list .result-list-table-cell:nth-child(10) {
  width: 5.8510638298%;
}
.order-list .result-list-table-cell:nth-child(11) {
  width: 5.0531914894%;
}
.order-list .result-list-table-cell:nth-child(12) {
  width: 8.6170212766%;
}
.order-list .result-list-table-cell:nth-child(13) {
  width: 9.4680851064%;
}
.order-list .result-list-table-cell:nth-child(14) {
  width: 6.1170212766%;
}
.order-list .result-list-table-cell:nth-child(15) {
  width: 5.1063829787%;
}
.order-list .result-list-table-cell:nth-child(16) {
  width: 5.0531914894%;
}
.order-list .result-list-table-cell:nth-child(17) {
  width: 4.5744680851%;
}
.order-list .result-list-table-cell:nth-child(18) {
  width: 5%;
}

.purasen-order-list .result-list-table .status {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 42px;
  height: 53px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 4px;
  line-height: 1.1666666667;
}
.purasen-order-list .result-list-table .status.requesting {
  background: #f9a825;
}
.purasen-order-list .result-list-table .status.requesting2 {
  background: #00AC78;
}
.purasen-order-list .result-list-table .status.answered {
  background: #d32f2f;
}
.purasen-order-list .result-list-table .status.pending {
  background: #15ABAB;
  width: 44px;
}
.purasen-order-list .result-list-table .status.suspend {
  background: #00DDDD;
  width: 44px;
}
.purasen-order-list .result-list-table .status.pricing-impossible {
  background: #B0BEC5;
}
.purasen-order-list .result-list-table .status.confirm {
  background: #FF1225;
}
.purasen-order-list .result-list-table .status.answered2 {
  background: #F5A6A8;
}
.purasen-order-list .result-list-table .status.answered3 {
  background: #D32F2F;
}
.purasen-order-list .result-list-table .status.not-started {
  background: #C3C3C3;
}
.purasen-order-list .result-list-table .status.out-service {
  background: #62AD4C;
}
.purasen-order-list .result-list-table-cell {
  word-break: break-all;
}
.purasen-order-list .result-list-table-cell:nth-child(1) {
  width: 2.9255319149%;
}
.purasen-order-list .result-list-table-cell:nth-child(2) {
  width: 9.6276595745%;
}
.purasen-order-list .result-list-table-cell:nth-child(3) {
  width: 9.6276595745%;
}
.purasen-order-list .result-list-table-cell:nth-child(4) {
  width: 9.6276595745%;
}
.purasen-order-list .result-list-table-cell:nth-child(5) {
  width: 12.2872340426%;
}
.purasen-order-list .result-list-table-cell:nth-child(6) {
  width: 19.1489361702%;
}
.purasen-order-list .result-list-table-cell:nth-child(7) {
  width: 12.2872340426%;
}
.purasen-order-list .result-list-table-cell:nth-child(8) {
  width: 9.6276595745%;
}
.purasen-order-list .result-list-table-cell:nth-child(9) {
  width: 5.2659574468%;
}
.purasen-order-list .result-list-table-cell:nth-child(10) {
  width: 9.5744680851%;
}
.purasen-order-list .result-list-table-body .result-list-table-cell:first-child {
  padding: 6px;
}
.purasen-order-list .result-list-table-body .result-list-table-cell > div {
  padding: 4px 5px;
}

.priced-car .result-list-table-cell:nth-child(1) {
  width: 8.5833333333%;
}
.priced-car .result-list-table-cell:nth-child(2) {
  width: 4.9166666667%;
}
.priced-car .result-list-table-cell:nth-child(3) {
  width: 32.5%;
}
.priced-car .result-list-table-cell:nth-child(4) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(5) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(6) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(7) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(8) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(9) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(10) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(11) {
  width: 3.6666666667%;
}
.priced-car .result-list-table-cell:nth-child(12) {
  width: 6.0833333333%;
}
.priced-car .result-list-table-cell:nth-child(13) {
  width: 18.5%;
}

.compare-car .result-list-table-cell:nth-child(1) {
  width: 3.75%;
}
.compare-car .result-list-table-cell:nth-child(2) {
  width: 8.5%;
}
.compare-car .result-list-table-cell:nth-child(3) {
  width: 4.9166666667%;
}
.compare-car .result-list-table-cell:nth-child(4) {
  width: 14.4166666667%;
}
.compare-car .result-list-table-cell:nth-child(5) {
  width: 14.5%;
}
.compare-car .result-list-table-cell:nth-child(6) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(7) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(8) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(9) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(10) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(11) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(12) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(13) {
  width: 3.6666666667%;
}
.compare-car .result-list-table-cell:nth-child(14) {
  width: 6.1666666667%;
}
.compare-car .result-list-table-cell:nth-child(15) {
  width: 18.5%;
}
.compare-car .ellipsis .ellipsis-view {
  width: 123px;
}

.performance-list .result-list-table-header .result-list-table-cell {
  min-height: 72px;
}
.performance-list .result-list-table-header .result-list-table-cell .cell-in-col {
  border-top: 1px solid #E2E3E4;
}
.performance-list .result-list-table-body.p-scrollbar {
  position: relative;
  max-height: 400px;
}
.performance-list .result-list-table-cell {
  line-height: 1.1666666667;
  min-height: 49px;
}
.performance-list .result-list-table-cell > div > .fsz-16 {
  font-weight: 500;
}
.performance-list .result-list-table-cell .seri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  height: 100%;
  width: 100%;
  position: relative;
}
.performance-list .result-list-table-cell .seri > span:first-child {
  -ms-flex-item-align: center;
      align-self: center;
}
.performance-list .result-list-table-cell .seri .fsz-16 {
  font-weight: 500;
}
.performance-list .result-list-table-cell .seri .tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 24px;
  height: 100%;
  margin-left: 6px;
}
.performance-list .result-list-table-cell .seri .tag.successful {
  background-color: #FF5722;
}
.performance-list .result-list-table-cell .seri .tag.outflow {
  background-color: #0097A7;
}
.performance-list .result-list-table-cell .cell-in-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.performance-list .result-list-table-cell .cell-in-order-main {
  padding-top: 12px;
  padding-bottom: 6px;
  width: 100%;
  height: 100%;
}
.performance-list .result-list-table-cell .cell-in-order .cell-in-col {
  height: auto;
}
.performance-list .result-list-table-cell .cell-in-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.performance-list .result-list-table-cell .cell-in-col-item {
  border-right: 1px solid #E2E3E4;
}
.performance-list .result-list-table-cell .cell-in-col-item:last-child {
  border-right: none;
}
.performance-list .result-list-table-cell .cell-in-col-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.performance-list .result-list-table-cell .cell-in-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EEF0F0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.166667;
  padding: 7px 6px;
}
.performance-list .result-list-table-cell .cell-in-col.cell-in-6col .cell-in-col-item {
  width: 16.6666666667%;
}
.performance-list .word-wrap {
  word-break: break-word;
}

.performance-list.auction .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.auction .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.auction .result-list-table-cell:nth-child(3) {
  width: 9.5833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(3) .ellipsis-view {
  width: 105px;
}
.performance-list.auction .result-list-table-cell:nth-child(4), .performance-list.auction .result-list-table-cell:nth-child(6), .performance-list.auction .result-list-table-cell:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.auction .result-list-table-cell:nth-child(8), .performance-list.auction .result-list-table-cell:nth-child(9), .performance-list.auction .result-list-table-cell:nth-child(10), .performance-list.auction .result-list-table-cell:nth-child(11), .performance-list.auction .result-list-table-cell:nth-child(12), .performance-list.auction .result-list-table-cell:nth-child(13) {
  width: 2.75%;
}
.performance-list.auction .result-list-table-cell:nth-child(14) {
  width: 3.5833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(15) {
  width: 5.0833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(16) {
  width: 3.4166666667%;
}
.performance-list.auction .result-list-table-cell:nth-child(17) {
  width: 4.1666666667%;
}
.performance-list.auction .result-list-table-cell:nth-child(18) {
  width: 4.1666666667%;
}
.performance-list.auction .result-list-table-cell:nth-child(19) {
  width: 3.75%;
}
.performance-list.auction .result-list-table-cell:nth-child(20) {
  width: 4.75%;
}
.performance-list.auction .result-list-table-cell:nth-child(21) {
  width: 3.0833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(22) {
  width: 7.1666666667%;
}
.performance-list.auction .result-list-table-cell:nth-child(23) {
  width: 4.5833333333%;
}
.performance-list.auction .result-list-table-cell:nth-child(24) {
  width: 4.25%;
}

.container-large4 .performance-list.auction .result-list-table-cell:nth-child(1) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(2) {
  width: 11.8085106383%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(3) {
  width: 11.8085106383%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(3) .ellipsis-view {
  width: 200px;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(4) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(5) {
  width: 4.0957446809%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(6) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(7) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(8) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(9) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(10) {
  width: 2.0744680851%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(11) {
  width: 1.9680851064%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(12) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(13) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(14) {
  width: 2.9255319149%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(15) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(16) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(17) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(18) {
  width: 3.1382978723%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(19) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(20) {
  width: 5.585106383%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(21) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(22) {
  width: 5.585106383%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(23) {
  width: 11.8085106383%;
}
.container-large4 .performance-list.auction .result-list-table-cell:nth-child(24) {
  width: 3.2978723404%;
}

.performance-list.auction-world .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(2) {
  width: 9.5833333333%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(3) {
  width: 12.75%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(3) .ellipsis-view {
  width: 105px;
}
.performance-list.auction-world .result-list-table-cell:nth-child(4), .performance-list.auction-world .result-list-table-cell:nth-child(6), .performance-list.auction-world .result-list-table-cell:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(8), .performance-list.auction-world .result-list-table-cell:nth-child(9), .performance-list.auction-world .result-list-table-cell:nth-child(10), .performance-list.auction-world .result-list-table-cell:nth-child(11), .performance-list.auction-world .result-list-table-cell:nth-child(12), .performance-list.auction-world .result-list-table-cell:nth-child(13) {
  width: 2.75%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(14) {
  width: 4.1666666667%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(16) {
  width: 3.75%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(17) {
  width: 4.75%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(18) {
  width: 3.0833333333%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(19), .performance-list.auction-world .result-list-table-cell:nth-child(20) {
  width: 3.5833333333%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(21) {
  width: 7.1666666667%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(22) {
  width: 4.5833333333%;
}
.performance-list.auction-world .result-list-table-cell:nth-child(23) {
  width: 4.25%;
}

.performance-list.toyota-kouri .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(3) {
  width: 12.4166666667%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(4) {
  width: 3.4166666667%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(5), .performance-list.toyota-kouri .result-list-table-cell:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(7), .performance-list.toyota-kouri .result-list-table-cell:nth-child(8), .performance-list.toyota-kouri .result-list-table-cell:nth-child(9), .performance-list.toyota-kouri .result-list-table-cell:nth-child(10), .performance-list.toyota-kouri .result-list-table-cell:nth-child(11) {
  width: 2.75%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(12) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(13) {
  width: 8.25%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(14), .performance-list.toyota-kouri .result-list-table-cell:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(16) {
  width: 3.75%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(17) {
  width: 7.3333333333%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(18) {
  width: 6.5%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(19) {
  width: 3.25%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(20) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri .result-list-table-cell:nth-child(21) {
  width: 4.25%;
}

.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(1) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(2) {
  width: 18.829787234%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(3) {
  width: 18.829787234%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(4) {
  width: 4.0957446809%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(5) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(6) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(7) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(8) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(9) {
  width: 1.9680851064%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(10) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(11) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(12) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(13) {
  width: 4.7340425532%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(14) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(15) {
  width: 3.1382978723%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(16) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(17) {
  width: 5.585106383%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(18) {
  width: 5.585106383%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(19) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(20) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.toyota-kouri .result-list-table-cell:nth-child(21) {
  width: 3.2978723404%;
}

.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(3) {
  width: 9.6666666667%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(4) {
  width: 3.4166666667%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(5), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(7), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(8), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(9), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(10), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(11) {
  width: 2.75%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(12) {
  width: 8.25%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(13), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(14) {
  width: 4.1666666667%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(15) {
  width: 3.75%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(16) {
  width: 7.4166666667%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(17), .performance-list.toyota-kouri-world .result-list-table-cell:nth-child(18) {
  width: 3.6666666667%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(19) {
  width: 6.5%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(20) {
  width: 3.25%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(21) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri-world .result-list-table-cell:nth-child(22) {
  width: 4.25%;
}

.performance-list.customized-car .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(3) {
  width: 7.6666666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(4) {
  width: 7.6666666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(7), .performance-list.customized-car .result-list-table-cell:nth-child(8), .performance-list.customized-car .result-list-table-cell:nth-child(9), .performance-list.customized-car .result-list-table-cell:nth-child(10) {
  width: 2.75%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(11) {
  width: 2.8333333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(12) {
  width: 4%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(13) {
  width: 5.0833333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(14), .performance-list.customized-car .result-list-table-cell:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(16) {
  width: 5.4166666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(17) {
  width: 4.75%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(18) {
  width: 4.5833333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(19) {
  width: 3.0833333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(20) {
  width: 7.1666666667%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(21) {
  width: 4.5833333333%;
}
.performance-list.customized-car .result-list-table-cell:nth-child(22) {
  width: 4.25%;
}

.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(1) {
  width: 3.7765957447%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(2) {
  width: 9.5744680851%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(3) {
  width: 10.1063829787%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(4) {
  width: 9.5744680851%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(5) {
  width: 4.0957446809%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(6) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(7) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(8) {
  width: 2.0744680851%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(9) {
  width: 1.9680851064%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(10) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(11) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(12) {
  width: 2.9255319149%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(13) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(14) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(15) {
  width: 3.1382978723%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(16) {
  width: 4.2553191489%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(17) {
  width: 5.585106383%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(18) {
  width: 3.5638297872%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(19) {
  width: 3.1914893617%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(20) {
  width: 5.585106383%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(21) {
  width: 9.5744680851%;
}
.container-large4 .performance-list.customized-car .result-list-table-cell:nth-child(22) {
  width: 4.8404255319%;
}

.performance-list.welfare-vehicle .result-list-table-header .result-list-table-cell {
  min-height: 92px;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(2) {
  width: 7.8333333333%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(3) {
  width: 10.9166666667%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(4) {
  width: 10.8333333333%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(6) {
  width: 5.9166666667%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(8) {
  width: 4.1666666667%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(9) {
  width: 3.75%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(10) {
  width: 4.75%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(11) {
  width: 19%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(12) {
  width: 3.0833333333%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.welfare-vehicle .result-list-table-cell:nth-child(15) {
  width: 4.25%;
}

.performance-list.truck-fork .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(3) {
  width: 18.9166666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(4) {
  width: 18.9166666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(7) {
  width: 3.4166666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(8) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(9) {
  width: 4.1666666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(10) {
  width: 3.75%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(11) {
  width: 6.9166666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(12) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.truck-fork .result-list-table-cell:nth-child(15) {
  width: 4.25%;
}

.performance-list.truck-fork-2 .result-list-table-cell:nth-child(1) {
  width: 5.0833333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(3) {
  width: 23.8333333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(4) {
  width: 3.75%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(6) {
  width: 4.75%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(7) {
  width: 4.25%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(8) {
  width: 4.9166666667%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(9) {
  width: 7.0833333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(10) {
  width: 6.0833333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(11) {
  width: 6.25%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(12) {
  width: 4.5833333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.truck-fork-2 .result-list-table-cell:nth-child(15) {
  width: 4.25%;
}

[data-height] {
  display: inline-block;
}

.in-house-priced #toggle-view:not(.simple) .result-list-table-cell:nth-child(7) .ellipsis [data-height] {
  display: inline;
}
.in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(7) {
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(7) .ellipsis {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}
.in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(7) .ellipsis-view {
  white-space: normal;
  height: 100%;
}
.in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(7) .flex100 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(8), .in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(9), .in-house-priced #toggle-view.simple .result-list-table-cell:nth-child(10) {
  width: 0;
  overflow: hidden;
  border: none;
  height: 0;
}
.in-house-priced #toggle-view.simple .result-list-table-cell .ellipsis-view {
  width: 100%;
}
.in-house-priced .result-list-table .status {
  border-radius: 4px;
  width: 44px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.in-house-priced .result-list-table .status.fixed {
  background: #eb0a1e;
}
.in-house-priced .result-list-table .status.done {
  background: #e9abab;
}
.in-house-priced .result-list-table-cell:nth-child(1) {
  width: 4.1666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(2) {
  width: 5.1666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(3) {
  width: 6%;
}
.in-house-priced .result-list-table-cell:nth-child(4) {
  width: 5.3333333333%;
}
.in-house-priced .result-list-table-cell:nth-child(5) {
  width: 3.5833333333%;
}
.in-house-priced .result-list-table-cell:nth-child(6) {
  width: 6.6666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(7) {
  width: 8.3333333333%;
}
.in-house-priced .result-list-table-cell:nth-child(8) {
  width: 7.1666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(9) {
  width: 4%;
}
.in-house-priced .result-list-table-cell:nth-child(10) {
  width: 4.1666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(11) {
  width: 6.9166666667%;
}
.in-house-priced .result-list-table-cell:nth-child(12) {
  width: 4.3333333333%;
}
.in-house-priced .result-list-table-cell:nth-child(13) {
  width: 4%;
}
.in-house-priced .result-list-table-cell:nth-child(14) {
  width: 4.4166666667%;
}
.in-house-priced .result-list-table-cell:nth-child(15) {
  width: 6.9166666667%;
}
.in-house-priced .result-list-table-cell:nth-child(16) {
  width: 6.6666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(17) {
  width: 5.6666666667%;
}
.in-house-priced .result-list-table-cell:nth-child(18) {
  width: 6.4166666667%;
}
.in-house-priced .result-list-table-cell:first-child > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.in-house-price-history {
  position: relative;
}
.in-house-price-history .result-list-header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  padding-top: 10px;
  min-height: 58px;
}
.in-house-price-history .sticky {
  top: 57px;
}
.in-house-price-history .result-list-table .status {
  border-radius: 4px;
  width: 44px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.in-house-price-history .result-list-table .status.fixed {
  background: #eb0a1e;
}
.in-house-price-history .result-list-table .status.done {
  background: #e9abab;
}
.in-house-price-history .result-list-table .status.done-assessment {
  background: #125F00;
  padding-bottom: 1px;
}
.in-house-price-history .result-list-table-cell .ellipsis-view {
  width: 130px;
}
.in-house-price-history .result-list-table-cell .ellipsis-view [data-height] {
  display: inline;
}
.in-house-price-history .result-list-table-cell.bgcolor-green {
  background-color: #D6E3DC;
}
.in-house-price-history .result-list-table-cell .flex100.bgcolor-green {
  background-color: #D6E3DC;
}
.in-house-price-history .result-list-table-cell[data-table-order].order-on {
  background-color: #FDE6E8 !important;
}
.in-house-price-history .result-list-table-cell [data-table-order].order-on {
  background-color: #FDE6E8 !important;
}
.in-house-price-history .result-list-table-cell:nth-child(1) {
  width: 2.8191489362%;
}
.in-house-price-history .result-list-table-cell:nth-child(2) {
  width: 4.6276595745%;
}
.in-house-price-history .result-list-table-cell:nth-child(3) {
  width: 4.0957446809%;
}
.in-house-price-history .result-list-table-cell:nth-child(4) {
  width: 4.3085106383%;
}
.in-house-price-history .result-list-table-cell:nth-child(5) {
  width: 4.3617021277%;
}
.in-house-price-history .result-list-table-cell:nth-child(6) {
  width: 5.3723404255%;
}
.in-house-price-history .result-list-table-cell:nth-child(7) {
  width: 7.6063829787%;
}
.in-house-price-history .result-list-table-cell:nth-child(8) {
  width: 5.0531914894%;
}
.in-house-price-history .result-list-table-cell:nth-child(9) {
  width: 2.7127659574%;
}
.in-house-price-history .result-list-table-cell:nth-child(10) {
  width: 3.4574468085%;
}
.in-house-price-history .result-list-table-cell:nth-child(11) {
  width: 5.7978723404%;
}
.in-house-price-history .result-list-table-cell:nth-child(12) {
  width: 5.1595744681%;
}
.in-house-price-history .result-list-table-cell:nth-child(13) {
  width: 5.7978723404%;
}
.in-house-price-history .result-list-table-cell:nth-child(14) {
  width: 5.7978723404%;
}
.in-house-price-history .result-list-table-cell:nth-child(15) {
  width: 4.9468085106%;
}
.in-house-price-history .result-list-table-cell:nth-child(16) {
  width: 4.9468085106%;
}
.in-house-price-history .result-list-table-cell:nth-child(17) {
  width: 4.9468085106%;
}
.in-house-price-history .result-list-table-cell:nth-child(18) {
  width: 5.1595744681%;
}
.in-house-price-history .result-list-table-cell:nth-child(19) {
  width: 6.4361702128%;
}
.in-house-price-history .result-list-table-cell:nth-child(20) {
  width: 6.3829787234%;
}
.in-house-price-history .result-list-table-cell:first-child > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.warehousing-history {
  margin-bottom: 0;
}
.warehousing-history .result-list-table-cell.row1-col1 {
  width: 16.7085427136%;
}
.warehousing-history .result-list-table-cell.row1-col2 {
  width: 29.0829145729%;
}
.warehousing-history .result-list-table-cell.row1-col3 {
  width: 29.1457286432%;
}
.warehousing-history .result-list-table-cell.row1-col4 {
  width: 8.3542713568%;
}
.warehousing-history .result-list-table-cell.row1-col5 {
  width: 8.3542713568%;
}
.warehousing-history .result-list-table-cell.row1-col6 {
  width: 8.3542713568%;
}
.warehousing-history .result-list-table-header .result-list-table-cell {
  padding: 12px 6px;
}
.warehousing-history .result-list-table-body .result-list-table-cell {
  padding: 11px 6px 10px;
}
.warehousing-history .result-list-table-body .result-list-table-cell.row1-col2, .warehousing-history .result-list-table-body .result-list-table-cell.row1-col3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.warehousing-history .result-list-table-body .result-list-table-cell.row1-col4, .warehousing-history .result-list-table-body .result-list-table-cell.row1-col5, .warehousing-history .result-list-table-body .result-list-table-cell.row1-col6 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
}

.result-grade-compare-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result-grade-compare-btn {
  width: 288px;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.result-grade-compare {
  background-color: #F4F5F5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.result-grade-compare.hide {
  display: none;
}
.result-grade-compare-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.result-grade-compare-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
}
.result-grade-compare-header .toggle-view {
  margin-left: 40px;
}
.result-grade-compare-header .toggle-view:first-child {
  margin-left: 0;
}

.result-grade-compare-table {
  position: relative;
  z-index: 0;
}
.result-grade-compare-table::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 229px);
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border: 1px solid #C3C3C3;
}
.result-grade-compare-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-grade-compare-table .tr > *:first-child {
  border-left: 1px solid #C3C3C3;
}
.result-grade-compare-table .tr:nth-child(even) .td {
  background-color: #EEF0F0;
}
.result-grade-compare-table .tr.tr-break {
  margin-top: 2px;
}
.result-grade-compare-table .tr.tr-break .th,
.result-grade-compare-table .tr.tr-break .td {
  border-top: 1px solid #C3C3C3;
}
.result-grade-compare-table .tr.tr-break .th::before, .result-grade-compare-table .tr.tr-break .th::after,
.result-grade-compare-table .tr.tr-break .td::before,
.result-grade-compare-table .tr.tr-break .td::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: calc(100% + 1px);
  height: 100%;
}
.result-grade-compare-table .tr.tr-break .th::before,
.result-grade-compare-table .tr.tr-break .td::before {
  width: 1px;
  left: -1px;
  background-color: #C3C3C3;
}
.result-grade-compare-table .tr.tr-break .th::after,
.result-grade-compare-table .tr.tr-break .td::after {
  display: none;
}
.result-grade-compare-table .tr.tr-break .td {
  position: relative;
}
.result-grade-compare-table .tr.tr-error .th,
.result-grade-compare-table .tr.tr-error .td {
  background-color: #FDE6E8;
}
.result-grade-compare-table .th,
.result-grade-compare-table .td {
  border-bottom: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  font-size: 1.4rem;
  padding: 4px 10px 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.result-grade-compare-table .th {
  font-weight: 500;
}
.result-grade-compare-table .th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 230px;
}
.result-grade-compare-table .td {
  background-color: #fff;
  min-height: 28px;
  width: 289px;
}
.result-grade-compare-table-head {
  display: grid;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.result-grade-compare-table-head .tr:first-child .th:not(.empty) {
  border-top: 1px solid #C3C3C3;
}
.result-grade-compare-table-head::-webkit-scrollbar {
  display: none;
}
.result-grade-compare-table-head .th {
  text-align: center;
  background-color: #E2E3E4;
  padding-top: 5px;
  padding-bottom: 4px;
  width: 289px;
  min-height: 30px;
}
.result-grade-compare-table-head .th.bg-color-white {
  background-color: #fff;
}
.result-grade-compare-table-head .th.empty {
  background: #F4F5F5;
  border-top-color: transparent;
  border-left-color: transparent;
}
.result-grade-compare-table-body-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  max-height: 655px;
  max-width: 100%;
}
.result-grade-compare-table-body .th {
  background-color: #EEF0F0;
}
.result-grade-compare-table-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-grade-compare-table-control-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  width: 100%;
  max-width: 223px;
}
.result-grade-compare-table-control-menu > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.result-grade-compare-table-control-btn {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #C3C3C3;
  cursor: pointer;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 6px 0;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.result-grade-compare-table-control-btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgb(254, 254, 254);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(254, 254, 254) 0%, rgb(226, 227, 228) 100%);
}
.result-grade-compare-table-control-btn.open {
  background-color: #788187;
  border-color: #788187;
  color: #fff;
}
.result-grade-compare-table-control-btn.open::before {
  opacity: 0;
}
.result-grade-compare-table-control-btn:hover {
  background-color: #788187;
  border-color: #788187;
  color: #fff;
}
.result-grade-compare-table-control-btn:hover::before {
  opacity: 0;
}
.result-grade-compare-table-control-delete {
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgb(82, 90, 96);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 90, 96)), to(rgb(31, 45, 55)));
  background: linear-gradient(to bottom, rgb(82, 90, 96) 0%, rgb(31, 45, 55) 100%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.result-grade-compare-table-control-delete::before, .result-grade-compare-table-control-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
}
.result-grade-compare-table-control-delete::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.result-grade-compare-table-control-delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.result-grade-compare-table-control-delete:first-child {
  margin-left: 0;
}
.result-grade-compare-table-control-delete:hover {
  opacity: 0.7;
}
.result-grade-compare-table .ps__thumb-x {
  clip-path: inset(0 0 0 230px);
}

.authority-list .result-list-table {
  word-break: break-word;
}
.authority-list .result-list-table-header .result-list-table-cell {
  min-height: 57px;
}
.authority-list .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.authority-list .result-list-table-body.p-scrollbar {
  position: relative;
  height: 460px;
}
.authority-list .result-list-table-body .result-list-table-cell .flex33 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.authority-list .result-list-table-cell {
  min-height: 45px;
  line-height: 1.16667;
}
.authority-list .result-list-table-cell > div {
  padding: 4px 7px;
}
.authority-list .result-list-table-cell > button {
  position: relative;
  z-index: 1;
}
.authority-list .result-list-table-cell .flex67 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  height: 50%;
}
.authority-list .result-list-table-cell .grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  width: 100%;
  height: 100%;
}
.authority-list .result-list-table-cell .grid-3col > div {
  padding-top: 7px;
  padding-bottom: 7px;
}
.authority-list .result-list-table-cell .grid-3col .col-empty {
  grid-column: 1/2;
  grid-row: span 3;
}
.authority-list .result-list-table-cell .grid-3col .expand {
  grid-column: 2/4;
}
.authority-list .result-list-table-cell .set-btn {
  padding-top: 8px;
  padding-bottom: 7px;
}
.authority-list .result-list-table-cell:nth-child(1) {
  width: 6.4361702128%;
}
.authority-list .result-list-table-cell:nth-child(2) {
  width: 8.670212766%;
}
.authority-list .result-list-table-cell:nth-child(3) {
  width: 14.1489361702%;
}
.authority-list .result-list-table-cell:nth-child(4) {
  width: 5.0531914894%;
}
.authority-list .result-list-table-cell:nth-child(5) {
  width: 5.9042553191%;
}
.authority-list .result-list-table-cell:nth-child(6) {
  width: 17.5531914894%;
}
.authority-list .result-list-table-cell:nth-child(7) {
  width: 6.0638297872%;
}
.authority-list .result-list-table-cell:nth-child(8) {
  width: 5%;
}
.authority-list .result-list-table-cell:nth-child(9) {
  width: 5%;
}
.authority-list .result-list-table-cell:nth-child(10) {
  width: 5%;
}
.authority-list .result-list-table-cell:nth-child(11) {
  width: 5.0531914894%;
}
.authority-list .result-list-table-cell:nth-child(12) {
  width: 5%;
}
.authority-list .result-list-table-cell:nth-child(13) {
  width: 5.585106383%;
}
.authority-list .result-list-table-cell:nth-child(14) {
  width: 5.5319148936%;
}
.authority-list.authority-group, .authority-list.authority-mail {
  width: 640px;
}
.authority-list.authority-group .result-list-table-cell input {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 6px;
}
.authority-list.authority-group .result-list-table-cell:nth-child(1) {
  width: 70.78125%;
}
.authority-list.authority-group .result-list-table-cell:nth-child(2) {
  width: 13.90625%;
}
.authority-list.authority-group .result-list-table-cell:nth-child(3) {
  width: 15.3125%;
}
.authority-list.authority-group.jimukyoku .result-list-table-cell:nth-child(1) {
  width: 83.3898305085%;
}
.authority-list.authority-group.jimukyoku .result-list-table-cell:nth-child(2) {
  width: 16.6101694915%;
}
.authority-list.authority-mail .result-list-table-cell > div {
  padding: 10px 5px;
}
.authority-list.authority-mail .result-list-table-cell input {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 6px;
}
.authority-list.authority-mail .result-list-table-cell:nth-child(1) {
  width: 7.6271186441%;
}
.authority-list.authority-mail .result-list-table-cell:nth-child(2) {
  width: 75.7627118644%;
}
.authority-list.authority-mail .result-list-table-cell:nth-child(3) {
  width: 16.6101694915%;
}
.authority-list.authority-mail .result-list-table-body .result-list-table-cell:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.authority-list.authority-mail .result-list-table-body .input-group .checkbox {
  line-height: 1.4285714286;
}
.authority-list.authority-mail.jimukyoku .result-list-table-cell:nth-child(1) {
  width: 83.3898305085%;
}
.authority-list.authority-mail.jimukyoku .result-list-table-cell:nth-child(2) {
  width: 16.6101694915%;
}
.authority-list.authority-mail.jimukyoku .result-list-table-body .result-list-table-cell:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.authority-list.authority-mail.jimukyoku .result-list-table-body .result-list-table-cell:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.authority-list.authority-group-neduke .result-list-table-header .result-list-table-cell .required {
  margin-right: 4px;
}
.authority-list.authority-group-neduke .result-list-table-body .result-list-table-cell {
  padding-left: 12px;
  padding-right: 12px;
}
.authority-list.authority-group-neduke .result-list-table-body .result-list-table-cell:nth-child(2), .authority-list.authority-group-neduke .result-list-table-body .result-list-table-cell:nth-child(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.authority-list.authority-group-neduke .result-list-table-cell input {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 6px;
}
.authority-list.authority-group-neduke .result-list-table-cell:nth-child(1) {
  width: 7.0833333333%;
}
.authority-list.authority-group-neduke .result-list-table-cell:nth-child(2) {
  width: 42.8333333333%;
}
.authority-list.authority-group-neduke .result-list-table-cell:nth-child(3) {
  width: 42.75%;
}
.authority-list.authority-group-neduke .result-list-table-cell:nth-child(4) {
  width: 7.3333333333%;
}

.authority-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}
.authority-header .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
}
.authority-header .title.align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.authority-header .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.authority-footer {
  margin-top: 10px;
}

.price-setting .result-list-table {
  word-break: break-word;
}
.price-setting .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.price-setting .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px;
}
.price-setting .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-setting .result-list-table-cell:nth-child(1) {
  width: 44.3467336683%;
}
.price-setting .result-list-table-cell:nth-child(2) {
  width: 31.783919598%;
}
.price-setting .result-list-table-cell:nth-child(3) {
  width: 23.8693467337%;
}
.price-setting.tyousei .result-list-table-cell:nth-child(1) {
  width: 18.7185929648%;
}
.price-setting.tyousei .result-list-table-cell:nth-child(2) {
  width: 53.1407035176%;
}
.price-setting.tyousei .result-list-table-cell:nth-child(3) {
  width: 28.1407035176%;
}
.price-setting.shisaku {
  width: 1196px;
}
.price-setting.shisaku .result-list-table-body .result-list-table-cell:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 12px;
}
.price-setting.shisaku .result-list-table-cell:nth-child(1) {
  width: 31.3545150502%;
}
.price-setting.shisaku .result-list-table-cell:nth-child(2) {
  width: 31.27090301%;
}
.price-setting.shisaku .result-list-table-cell:nth-child(3) {
  width: 8.9464882943%;
}
.price-setting.shisaku .result-list-table-cell:nth-child(4) {
  width: 13.4615384615%;
}
.price-setting.shisaku .result-list-table-cell:nth-child(5) {
  width: 7.4414715719%;
}
.price-setting.shisaku .result-list-table-cell:nth-child(6) {
  width: 7.3578595318%;
}

.satei-setting .result-list-table {
  word-break: break-word;
}
.satei-setting .result-list-table-cell {
  min-height: 45px;
  line-height: 1.16667;
}
.satei-setting .result-list-table-cell > div {
  padding-left: 20px;
  padding-right: 20px;
}
.satei-setting .result-list-table-cell:nth-child(1) {
  width: 23.1783919598%;
}
.satei-setting .result-list-table-cell:nth-child(2) {
  width: 32.4120603015%;
}
.satei-setting .result-list-table-cell:nth-child(3) {
  width: 32.4120603015%;
}
.satei-setting .result-list-table-cell:nth-child(4) {
  width: 11.9974874372%;
}
.satei-setting .result-list-table-header .result-list-table-cell {
  padding: 0;
  min-height: 28px;
}
.satei-setting .result-list-table-body .result-list-table-cell {
  font-size: 1.6rem;
}
.satei-setting .result-list-table-body .result-list-table-cell:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.satei-setting .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.satei-setting .result-list-table-body .result-list-table-cell .input-group .radio:last-child {
  margin-right: 0;
}

.nezuke-setting-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.nezuke-setting-2column > * {
  width: calc(50% - 10px);
}
.nezuke-setting .result-list-table {
  word-break: break-word;
}
.nezuke-setting .result-list-table.table-even-bg-gray .result-list-table-row:nth-child(even) {
  background-color: #F4F5F5;
}
.nezuke-setting .result-list-table.table-even-bg-gray .result-list-table-row:nth-child(even).checked {
  background-color: #B6E7FA;
}
.nezuke-setting .result-list-table-cell:nth-child(1) {
  width: 83.9694656489%;
}
.nezuke-setting .result-list-table-cell:nth-child(2) {
  width: 16.0305343511%;
}
.nezuke-setting .result-list-table-header .result-list-table-cell {
  padding: 0;
  min-height: 48px;
}
.nezuke-setting .result-list-table-body {
  counter-reset: number 0;
}
.nezuke-setting .result-list-table-body .result-list-table-cell {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px 10px;
  font-size: 1.6rem;
  min-height: 45px;
}
.nezuke-setting .result-list-table-body .result-list-table-cell .number {
  border-right: 1px solid #E2E3E4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -6px 12px -6px -10px;
  height: calc(100% + 12px);
  width: 50px;
}
.nezuke-setting .result-list-table-body .result-list-table-cell .number::before {
  counter-increment: number 1;
  content: counter(number);
}

.rikushi-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.rikushi-setting-left {
  width: 291px;
  margin-right: 12px;
  position: relative;
}
.rikushi-setting-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #EB0A1E;
}
.rikushi-setting-right {
  width: calc(100% - 303px);
}
.rikushi-setting .checkbox-list-scroll.p-scrollbar {
  position: relative;
  height: 449px;
}
.rikushi-setting .checkbox-list li {
  padding: 0;
}
.rikushi-setting .checkbox-list-label {
  padding: 12px 10px;
  line-height: 1.5;
}
.rikushi-setting .checkbox-list .checkbox-2 {
  margin: 0;
  padding: 12px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
}
.rikushi-setting-group {
  border-bottom: 1px solid #E2E3E4;
  padding: 9px 12px 8px;
}
.rikushi-setting-group:nth-child(even) {
  background-color: #F4F5F5;
}
.rikushi-setting-group .checkbox {
  font-size: 1.6rem;
  padding: 0px 16px 0px 32px;
}
.rikushi-setting-group .checkbox::before {
  top: 0;
  left: 0;
  margin-top: 0;
}
.rikushi-setting-group .checkbox::after {
  top: 2px;
  left: 7px;
  margin-top: 0;
}
.rikushi-setting-group-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.rikushi-setting-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
.rikushi-setting-table-wrapper {
  position: relative;
}
.rikushi-setting-table-wrapper::before {
  content: "";
  border-radius: 4px;
  border: 2px solid #ADC5E6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.rikushi-setting-table {
  width: 100%;
}
.rikushi-setting-table-scroll.p-scrollbar {
  position: relative;
  height: 75px;
}
.rikushi-setting-table th,
.rikushi-setting-table td {
  vertical-align: middle;
  font-weight: 500;
}
.rikushi-setting-table thead th {
  text-align: center;
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  background-color: #EEF0F0;
  font-size: 1.4rem;
  padding: 5px;
}
.rikushi-setting-table thead th:first-child {
  border-top-left-radius: 4px;
  width: 157px;
}
.rikushi-setting-table thead th:last-child {
  border-top-right-radius: 4px;
  border-right: none;
}
.rikushi-setting-table tbody th,
.rikushi-setting-table tbody td {
  border-bottom: 1px solid #E2E3E4;
  text-align: left;
  font-size: 1.2rem;
  padding: 6px 12px;
}
.rikushi-setting-table tbody tr:nth-child(even) th,
.rikushi-setting-table tbody tr:nth-child(even) td {
  background-color: #F4F5F5;
}
.rikushi-setting-table tbody th {
  border-right: 1px solid #E2E3E4;
  width: 302px;
}
.rikushi-setting-table tbody td {
  line-height: 1.333;
}

.head-office-setting {
  margin-top: 12px;
}
.head-office-setting .result-list-table {
  word-break: break-word;
}
.head-office-setting .result-list-table-cell {
  padding: 6px 12px;
  min-height: 45px;
}
.head-office-setting .result-list-table-cell:nth-child(1) {
  width: 7%;
}
.head-office-setting .result-list-table-cell:nth-child(2) {
  width: 4.3333333333%;
}
.head-office-setting .result-list-table-cell:nth-child(3) {
  width: 4.3333333333%;
}
.head-office-setting .result-list-table-cell:nth-child(4) {
  width: 68.75%;
}
.head-office-setting .result-list-table-cell:nth-child(5) {
  width: 7.5833333333%;
}
.head-office-setting .result-list-table-cell:nth-child(6) {
  width: 8%;
}
.head-office-setting .result-list-table-header .result-list-table-cell {
  padding: 5px;
  min-height: 48px;
}
.head-office-setting .result-list-table-body.p-scrollbar {
  position: relative;
  height: 610px;
}
.head-office-setting .result-list-table-body .result-list-table-cell:nth-child(4) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.head-office-setting .result-list-table-body .result-list-table-cell .checkbox {
  vertical-align: middle;
}

.head-office-registration-table {
  width: 100%;
}
.head-office-registration-table .input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.head-office-registration-table .input-label dt,
.head-office-registration-table .input-label dd {
  font-size: 1.6rem;
}
.head-office-registration-table .input-label dt {
  font-weight: 400;
  padding-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head-office-registration-table .input-label dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.head-office-registration-table .input-label .note1 {
  display: inline-block;
  color: #EB0A1E;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.5;
}
.head-office-registration-table th,
.head-office-registration-table td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 6px 12px;
  height: 44px;
}
.head-office-registration-table tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 166px;
  padding-left: 10px;
  padding-right: 10px;
}
.head-office-registration-table tbody th .required {
  margin-right: 4px;
}
.head-office-registration-table tbody td .unit {
  margin-top: 10px;
  margin-right: 8px;
}
.head-office-registration-table tbody td .unit.mr-s {
  margin-right: 6px;
}
.head-office-registration-table tbody td .input-group > :not(.unit):not(.search-form-calendar) + input,
.head-office-registration-table tbody td .input-group > :not(.unit):not(.search-form-calendar) + select {
  margin-left: 8px;
}
.head-office-registration-table tbody td .input-group .search-form-calendar {
  margin-right: 0;
}

.user-setting .mt16 {
  margin-top: 16px;
}
.user-setting .mb16 {
  margin-bottom: 16px;
}
.user-setting-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 580px;
}
.user-setting-block01-l {
  width: 124px;
}
.user-setting-block01-r {
  width: 436px;
}

.user-setting-list .result-list-table {
  word-break: break-word;
}
.user-setting-list .result-list-table-cell {
  min-height: 45px;
}
.user-setting-list .result-list-table-cell:nth-child(1) {
  width: 20.4128440367%;
}
.user-setting-list .result-list-table-cell:nth-child(2) {
  width: 24.5412844037%;
}
.user-setting-list .result-list-table-cell:nth-child(3) {
  width: 55.0458715596%;
}
.user-setting-list .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.user-setting-list .result-list-table-cell .input-group {
  width: 100%;
}
.user-setting-list .result-list-table-cell .input-group .radio {
  width: 50%;
}
.user-setting-list .result-list-table-cell .input-group .radio:last-of-type {
  margin-right: 0;
}
.user-setting-list .result-list-table-header .result-list-table-cell {
  padding: 0;
  min-height: 48px;
}
.user-setting-block01-l .user-setting-list .result-list-table-cell {
  width: 100%;
}

.user-setting-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 12px;
}
.user-setting-header .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.user-setting-header > .icon-group {
  margin-left: auto;
}

.user-setting-table {
  margin-bottom: 20px;
  width: 100%;
}
.user-setting-table.w595 {
  width: 595px;
}
.user-setting-table th,
.user-setting-table td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 6px 12px;
  height: 44px;
}
.user-setting-table thead th {
  text-align: center;
  background: #E2E3E4;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2px 10px;
  height: 30px;
}
.user-setting-table thead th.empty:first-child {
  border-right: none;
}
.user-setting-table thead th.empty + th {
  border-left: none;
}
.user-setting-table thead th:nth-of-type(1) {
  width: 166px;
}
.user-setting-table thead th:nth-of-type(2) {
  width: 245px;
}
.user-setting-table tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 166px;
  padding-left: 10px;
  padding-right: 7px;
}
.user-setting-table tbody th:nth-of-type(1) {
  width: 166px;
}
.user-setting-table tbody th:nth-of-type(2) {
  width: 216px;
}
.user-setting-table tbody td .input-group.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-setting-table tbody td .input-group.input-group-single-column {
  padding-top: 4px;
  padding-bottom: 4px;
}
.user-setting-table tbody td .input-group .unit {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.user-setting-table tbody td .input-group .unit:first-child {
  margin-left: 0;
}
.user-setting-table tbody td .input-group .unit:last-child {
  margin-right: 0;
}
.user-setting-table tbody td .input-group .icon-group {
  margin-left: auto;
}

.group-deduction .result-list-table {
  word-break: break-word;
}
.group-deduction .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.group-deduction .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px 10px;
}
.group-deduction .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-deduction .result-list-table-cell:nth-child(1) {
  width: 58.7939698492%;
}
.group-deduction .result-list-table-cell:nth-child(2) {
  width: 10.7202680067%;
}
.group-deduction .result-list-table-cell:nth-child(3) {
  width: 30.4857621441%;
}
.group-deduction .result-list-table-cell.td-other-width1 {
  width: 63.986599665%;
}
.group-deduction .result-list-table-cell.td-other-width2 {
  width: 6.8676716918%;
}
.group-deduction .result-list-table-cell.td-other-width3 {
  width: 18.4254606365%;
}
.group-deduction .result-list-table-cell .icon-deduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  background: #C3C3C3;
  margin: 0 3px;
}
.group-deduction .result-list-table-cell .icon-deduction.active {
  background: #4D66D8;
}

.designate-car .result-list-table {
  word-break: break-word;
}
.designate-car .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car .result-list-table-row.row-bg {
  background: #FDE6E8;
}
.designate-car .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px 10px;
}
.designate-car .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designate-car .result-list-table-cell > div.d-block {
  display: block;
  width: 100%;
  text-align: center;
}
.designate-car .result-list-table-cell:nth-child(1) {
  width: 6.3442211055%;
}
.designate-car .result-list-table-cell:nth-child(2) {
  width: 4.5854271357%;
}
.designate-car .result-list-table-cell:nth-child(3) {
  width: 41.2688442211%;
}
.designate-car .result-list-table-cell:nth-child(4) {
  width: 41.2688442211%;
}
.designate-car .result-list-table-cell:nth-child(5) {
  width: 6.5326633166%;
}

.designate-car-gross-profit .result-list-table {
  word-break: break-word;
}
.designate-car-gross-profit .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-gross-profit .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-gross-profit .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-gross-profit .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-gross-profit .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-gross-profit .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-gross-profit .result-list-table-cell input {
  text-align: right;
}
.designate-car-gross-profit .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-gross-profit .result-list-table-cell:nth-child(1) {
  width: 23.6180904523%;
}
.designate-car-gross-profit .result-list-table-cell:nth-child(2) {
  width: 47.2361809045%;
}
.designate-car-gross-profit .result-list-table-cell:nth-child(3) {
  width: 23.6180904523%;
}
.designate-car-gross-profit .result-list-table-cell:nth-child(4) {
  width: 5.527638191%;
}

.performance-list.sengyo-kouri .result-list-table-cell .cell-season {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.performance-list.sengyo-kouri .result-list-table-cell .cell-season div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.performance-list.sengyo-kouri .result-list-table-cell .cell-season div:nth-child(1) {
  width: 37px;
}
.performance-list.sengyo-kouri .result-list-table-cell .cell-season div:nth-child(2) {
  width: 27px;
  border-left: 1px solid #E2E3E4;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  height: 100%;
  width: 100%;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo > span:first-child {
  -ms-flex-item-align: center;
      align-self: center;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo .fsz-16 {
  font-weight: 500;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo .tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 24px;
  height: 100%;
  margin-left: 6px;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo .tag.publish {
  background-color: #29B6F6;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo .tag.contract {
  background-color: #F06292;
}
.performance-list.sengyo-kouri .result-list-table-cell .seri-sengyo .tag.finish {
  background-color: #757575;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(1) {
  width: 5.25%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(2) {
  width: 8%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(3) {
  width: 14.5%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(4) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(6), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(8), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(9), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(10), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(11), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(12), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(13) {
  width: 2.75%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(14) {
  width: 4.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(15) {
  width: 3.75%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(16) {
  width: 4.75%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(17), .performance-list.sengyo-kouri .result-list-table-cell:nth-child(18) {
  width: 4.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(19) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(20) {
  width: 7.1666666667%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(21) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(22) {
  width: 4.5833333333%;
}
.performance-list.sengyo-kouri .result-list-table-cell:nth-child(23) {
  width: 4.25%;
}

.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(1) {
  width: 4.6808510638%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(2) {
  width: 16.7553191489%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(3) {
  width: 16.7553191489%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(4) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(5) {
  width: 4.0957446809%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(6) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(7) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(8) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(9) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(10) {
  width: 2.0744680851%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(11) {
  width: 1.9680851064%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(12) {
  width: 2.1808510638%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(13) {
  width: 2.2872340426%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(14) {
  width: 3.2446808511%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(15) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(16) {
  width: 5.585106383%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(17) {
  width: 3.9893617021%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(18) {
  width: 2.9255319149%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(19) {
  width: 2.6063829787%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(20) {
  width: 5.585106383%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(21) {
  width: 3.8829787234%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(22) {
  width: 3.5638297872%;
}
.container-large4 .performance-list.sengyo-kouri .result-list-table-cell:nth-child(23) {
  width: 3.2446808511%;
}

.group-deduction02 .result-list-table {
  word-break: break-word;
}
.group-deduction02 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.group-deduction02 .result-list-table-body .result-list-table-row.draggable-source--is-dragging .js-drag-handle {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.group-deduction02 .result-list-table-body .result-list-table-row.draggable-mirror {
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  background: #fff;
  opacity: 0.85;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.group-deduction02 .result-list-table-body .result-list-table-row.draggable-mirror .js-drag-handle {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.group-deduction02 .result-list-table-body .result-list-table .result-list-table-row:first-child .js-row-up {
  pointer-events: none !important;
  cursor: default;
}
.group-deduction02 .result-list-table-body .result-list-table .result-list-table-row:last-child .js-row-down {
  pointer-events: none !important;
  cursor: default;
}
.group-deduction02 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px 10px;
}
.group-deduction02 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-deduction02 .result-list-table-cell:nth-child(1) {
  width: 62.2487437186%;
}
.group-deduction02 .result-list-table-cell:nth-child(2) {
  width: 8.040201005%;
}
.group-deduction02 .result-list-table-cell:nth-child(3) {
  width: 22.9271356784%;
}
.group-deduction02 .result-list-table-cell:nth-child(4) {
  width: 6.783919598%;
}
.group-deduction02 .result-list-table-cell.js-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.group-deduction02 .result-list-table-cell .icon-deduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  background: #C3C3C3;
  margin: 0 3px;
}
.group-deduction02 .result-list-table-cell .icon-deduction.active {
  background: #4D66D8;
}
.group-deduction02 .result-list-table-cell .icon-arrow-w-up {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_w_up.svg") 50% 50% no-repeat;
  background-size: 14px 14px;
}
.group-deduction02 .result-list-table-cell .icon-arrow-w-down {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_arrow_w_down.svg") 50% 50% no-repeat;
  background-size: 14px 14px;
}
.group-deduction02 .result-list-table-cell * + .set-btn {
  margin-left: 8px;
}

.photo-required-setting .result-list-table-body .result-list-table-cell {
  padding: 6px 10px;
}
.photo-required-setting .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.photo-required-setting .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-required-setting .result-list-table-cell:nth-child(1) {
  width: 20.8281053952%;
}
.photo-required-setting .result-list-table-cell:nth-child(2) {
  width: 31.7440401506%;
}
.photo-required-setting .result-list-table-cell:nth-child(3) {
  width: 31.7440401506%;
}
.photo-required-setting .result-list-table-cell:nth-child(4) {
  width: 15.6838143036%;
}

.kakinjogai-list {
  padding-top: 10px;
  width: 796px;
}
.kakinjogai-list .result-list-table {
  word-break: break-word;
}
.kakinjogai-list .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.kakinjogai-list .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px 10px;
}
.kakinjogai-list .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kakinjogai-list .result-list-table-cell:nth-child(1) {
  width: 11.432160804%;
}
.kakinjogai-list .result-list-table-cell:nth-child(2) {
  width: 77.5125628141%;
}
.kakinjogai-list .result-list-table-cell:nth-child(3) {
  width: 11.0552763819%;
}

.memo-fixed-list {
  width: 1194px;
}
.memo-fixed-list .result-list-table {
  word-break: break-word;
}
.memo-fixed-list .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.memo-fixed-list .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
  padding: 6px 10px;
}
.memo-fixed-list .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.memo-fixed-list .result-list-table-cell:nth-child(1) {
  width: 93.2998324958%;
  text-align: left;
  padding: 6px 25px;
}
.memo-fixed-list .result-list-table-cell:nth-child(2) {
  width: 6.7001675042%;
}

.h50p {
  height: 50%;
}

.h100p {
  height: 100%;
}

.w25p {
  width: 25%;
}

.w100p {
  width: 100%;
}

.container-pricing {
  width: 1903px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-title-box {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 11px 24px;
}
.page-title-box.re-pricing {
  background: #29d167;
  color: #222;
}
.page-title-box.fix {
  background: #ffeb3b;
  color: #222;
}
.page-title-box.small {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.page-title-btn {
  margin-right: 8px;
}
.block-row > .page-title-btn {
  -ms-flex-item-align: center;
      align-self: center;
}

.gray-box-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #f4f5f5;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  line-height: 1;
}
.gray-box-round span {
  margin: 0 0.1em;
}
.gray-box-round-btns {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gray-box-round-btn {
  padding: 0 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-right: 8px;
  min-height: 34px;
}

.price-input select,
.price-input input {
  margin-right: 6px;
}
.price-input select:last-child,
.price-input input:last-child {
  margin-right: 0;
}
.price-input select + .unit,
.price-input input + .unit {
  margin-left: 0;
}
.price-input textarea {
  margin-top: 8px;
  resize: vertical;
  height: 48px;
  min-height: 48px;
}
.price-input .block-header {
  background: #eef0f0;
}
.price-input .block-body:not(.not-start) {
  font-size: 1.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.price-input .unit,
.price-input .hyphen {
  font-size: 1.6rem;
  margin-right: 6px;
}
.price-input .delimiter {
  margin: 0 6px;
}
.price-input .auto-complete-btn-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #e2e3e4;
}
.price-input .auto-complete-btn {
  text-align: center;
  width: 165px;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
}
.price-input .row1-col1,
.price-input .row2-col1 {
  width: 24.0802675585%;
}
.price-input .row1-col2,
.price-input .row2-col2 {
  width: 37.2909698997%;
}
.price-input .row1-col3,
.price-input .row2-col3 {
  width: 17.7257525084%;
}
.price-input .row1-col4 {
  width: 20.9030100334%;
}
.price-input .row2-col4 {
  width: 5.6856187291%;
}
.price-input .row2-col5 {
  width: 15.1337792642%;
}
.price-input .row3-col1 {
  width: 24.9163879599%;
}
.price-input .row3-col2 {
  width: 41.3879598662%;
}
.price-input .row3-col3 {
  width: 10.7023411371%;
}
.price-input .row3-col4 {
  width: 22.9933110368%;
}
.price-input .row4-col1 {
  width: 16.8060200669%;
}
.price-input .row4-col2 {
  width: 25%;
}
.price-input .row4-col3 {
  width: 11.3712374582%;
}
.price-input .row4-col4,
.price-input .row4-col6 {
  width: 6.5217391304%;
}
.price-input .row4-col7 {
  width: 17.0568561873%;
}
.price-input .row4-col5 {
  width: 16.7224080268%;
}
.price-input .row5-col1 {
  width: 14.0468227425%;
}
.price-input .row5-col2 {
  width: 50.9197324415%;
}
.price-input .row5-col3 {
  width: 14.381270903%;
}
.price-input .row5-col4 {
  width: 6.0200668896%;
}
.price-input .row5-col5 {
  width: 14.6321070234%;
}
.price-input .row6-col1 {
  width: 11.2040133779%;
}
.price-input .row6-col2 {
  width: 20.0668896321%;
}
.price-input .row6-col3 {
  width: 67.7257525084%;
}
.price-input .row7-col1 {
  width: 28.762541806%;
}
.price-input .row7-col2,
.price-input .row7-col3 {
  width: 26.6722408027%;
}
.price-input .row7-col4 {
  width: 17.8929765886%;
}
.price-input .row7-col2-2,
.price-input .row7-col3-2 {
  width: 13.3779264214%;
}
.price-input .row8-col1 {
  width: 17.8093645485%;
}
.price-input .row8-col2 {
  width: 46.5719063545%;
}
.price-input .row8-col3 {
  width: 35.7023411371%;
}

.price-view-summary {
  background: #f4f5f5;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
}
.price-view-summary .block-header {
  background: #e2e3e4;
  padding: 6px;
}
.price-view-summary .block-header.highlight {
  background: #4dc3d8;
}
.price-view-summary .block + .block .block-header {
  border-left: 1px solid #fff;
}
.price-view-summary .block.col {
  width: 130px;
  text-align: center;
}
.price-view-summary .block.col-large1 {
  width: 282px;
}
.price-view-summary .block.col-large1 .block-body {
  display: block;
}
.price-view-summary .block.col-large2 {
  width: 483px;
}
.price-view-summary .block.col-large2 .block-body {
  display: block;
  word-break: break-all;
}
.price-view-summary .block-body {
  min-height: 80px;
}
.price-view-summary .block-body .number {
  font-size: 3.2rem;
  vertical-align: bottom;
  line-height: 1;
  font-weight: 500;
}
.price-view-summary-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.price-view-summary-header-btn {
  width: 191px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  margin-left: 8px;
}
.price-view-summary .block-wrapper {
  border: 0px;
  border-radius: 4px;
}
.price-view-summary .block-wrapper + .block-wrapper.last-time-result-price {
  margin-left: 8px;
}
.price-view-summary .block-wrapper + .block-wrapper.last-time-result-price .block-header {
  background: #eb0a1e;
  color: #fff;
}
.price-view-summary .block-wrapper + .block-wrapper.last-time-result-price .block-body .number {
  color: #eb0a1e;
}
.price-view-summary .note-to-staff {
  margin-top: 8px;
  width: 390px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-view-summary .note-to-staff-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.price-view-summary .note-to-staff textarea {
  width: 100%;
  height: 100%;
}
.price-view-summary .last-time-result {
  width: 387px;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.price-view-summary .last-time-result.highlight {
  overflow: hidden;
  width: 260px;
  margin-right: 0;
}
.price-view-summary .last-time-result.highlight.highlight-pink .label {
  background-color: #D81B60;
  color: #fff;
}
.price-view-summary .last-time-result.highlight.highlight-pink .number {
  color: #D81B60;
  margin-left: auto;
  position: relative;
  top: -2px;
}
.price-view-summary .last-time-result.highlight .label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px 9px -8px -8px;
  padding: 10px 12px;
}
.price-view-summary .last-time-result .number {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 4px;
  line-height: 1.3;
}
.price-view-summary .last-time-log {
  margin-left: 20px;
}
.price-view-summary .last-time-log th,
.price-view-summary .last-time-log td {
  font-weight: normal;
}
.price-view-summary .last-time-pricing-info-btn {
  margin-left: 8px;
  width: 108px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  font-weight: normal;
  padding: 0 1em;
  min-height: 34px;
}
.price-view-summary .last-time-pricing-info-btn.btn-large {
  width: auto;
}
.price-view-detail .block-body {
  font-size: 1.6rem;
}
.price-view .row1-col1 {
  width: 24.0802675585%;
}
.price-view .row1-col2 {
  width: 37.2909698997%;
}
.price-view .row1-col3 {
  width: 17.7257525084%;
}
.price-view .row1-col4 {
  width: 20.9030100334%;
}
.price-view .row2-col1 {
  width: 15.0501672241%;
}
.price-view .row2-col2 {
  width: 21.4046822742%;
}
.price-view .row2-col3 {
  width: 9.1137123746%;
}
.price-view .row2-col4,
.price-view .row2-col5 {
  width: 11.7056856187%;
}
.price-view .row2-col6 {
  width: 23.6622073579%;
}
.price-view .row2-col7 {
  width: 7.3578595318%;
}
.price-view .row3-col1 {
  width: 9.0301003344%;
}
.price-view .row3-col2,
.price-view .row3-col3,
.price-view .row3-col4,
.price-view .row3-col5 {
  width: 9.1973244147%;
}
.price-view .row3-col6 {
  width: 8.8628762542%;
}
.price-view .row3-col7 {
  width: 23.5785953177%;
}
.price-view .row3-col8 {
  width: 12.7090301003%;
}
.price-view .row3-col9 {
  width: 5.602006689%;
}
.price-view .row3-col10 {
  width: 12.7090301003%;
}
.price-view .row4-col1 {
  width: 10.4515050167%;
}
.price-view .row4-col2 {
  width: 19.7324414716%;
}
.price-view .row4-col3 {
  width: 67.9765886288%;
}
.price-view .row5-col1,
.price-view .row5-col2 {
  width: 13.7123745819%;
}
.price-view .row5-col3,
.price-view .row5-col4 {
  width: 12.7090301003%;
}
.price-view .row5-col5 {
  width: 16.7224080268%;
}
.price-view .row5-col6 {
  width: 9.9498327759%;
}
.price-view .row5-col7 {
  width: 19.2307692308%;
}
.price-view .row5-col8 {
  width: 14.9665551839%;
}
.price-view .equipment-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: left;
  width: 100%;
}
.price-view .equipment-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-word;
}
.price-view .equipment-option {
  height: auto;
}
.price-view .equipment-option:not(:last-child) {
  border-bottom: 1px solid #e2e3e4;
}
.price-view .equipment-option > * {
  padding-top: 17px;
  padding-bottom: 17px;
}
.price-view .equipment-scroll {
  height: 85px;
  position: relative;
  padding: 5px 7px;
}

.price-input .in-house-setting {
  padding: 12px 10px 8px 10px;
}
.price-input .in-house-setting-title {
  padding-left: 14px;
}

.price-view .in-house-setting {
  padding: 12px 10px 8px 24px;
}

.price-input .in-house-setting,
.price-view .in-house-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 25%;
  height: 100%;
  font-size: 1.2rem;
  word-break: break-word;
}
.price-input .in-house-setting + .in-house-setting,
.price-view .in-house-setting + .in-house-setting {
  border-left: 1px solid #e2e3e4;
}
.price-input .in-house-setting-label,
.price-view .in-house-setting-label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
.price-input .in-house-setting .required,
.price-view .in-house-setting .required {
  position: relative;
  top: -3px;
}
.price-input .in-house-setting .required:not(.hide) + .in-house-setting-label,
.price-view .in-house-setting .required:not(.hide) + .in-house-setting-label {
  left: 35px;
}
.price-input .in-house-setting .required:not(.hide) + .in-house-setting-label + .in-house-setting-title,
.price-view .in-house-setting .required:not(.hide) + .in-house-setting-label + .in-house-setting-title {
  padding-left: 18px;
}
.price-input .in-house-setting .required.hide,
.price-view .in-house-setting .required.hide {
  display: none;
}
.price-input .in-house-setting .required.hide + .in-house-setting-label,
.price-view .in-house-setting .required.hide + .in-house-setting-label {
  left: 10px;
}
.price-input .in-house-setting .required.hide + .in-house-setting-label + .in-house-setting-title,
.price-view .in-house-setting .required.hide + .in-house-setting-label + .in-house-setting-title {
  padding-left: 14px;
}
.price-input .in-house-setting-top,
.price-view .in-house-setting-top {
  height: 50%;
  padding-bottom: 6px;
}
.price-input .in-house-setting-top:not(:last-child),
.price-view .in-house-setting-top:not(:last-child) {
  border-bottom: 1px solid #e2e3e4;
}
.price-input .in-house-setting-bottom,
.price-view .in-house-setting-bottom {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 50%;
}
.price-input .in-house-setting-bottom.p-scrollbar,
.price-view .in-house-setting-bottom.p-scrollbar {
  position: relative;
  height: 60px;
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 0;
}

.price-used-vehicle {
  padding-top: 16px;
  padding-bottom: 20px;
}
.price-used-vehicle.bg-color-red {
  background-color: #FDE6E8;
}
.price-used-vehicle-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.45;
}
.price-used-vehicle-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-used-vehicle-table {
  border-radius: 4px;
  border: 2px solid #E2E3E4;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-used-vehicle-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.price-used-vehicle-table .th,
.price-used-vehicle-table .td {
  border-right: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.price-used-vehicle-table .th:last-child,
.price-used-vehicle-table .td:last-child {
  border-right: none;
}
.price-used-vehicle-table.vehicle-data {
  width: 905px;
}
.price-used-vehicle-table.vehicle-data .th.year,
.price-used-vehicle-table.vehicle-data .td.year {
  width: 7.5138121547%;
}
.price-used-vehicle-table.vehicle-data .th.type,
.price-used-vehicle-table.vehicle-data .td.type {
  width: 16.9060773481%;
}
.price-used-vehicle-table.vehicle-data .th.name,
.price-used-vehicle-table.vehicle-data .td.name {
  width: 23.9779005525%;
}
.price-used-vehicle-table.vehicle-data .th.system,
.price-used-vehicle-table.vehicle-data .td.system {
  width: 3.6464088398%;
}
.price-used-vehicle-table.vehicle-data .th.drive,
.price-used-vehicle-table.vehicle-data .td.drive {
  width: 5.1933701657%;
}
.price-used-vehicle-table.vehicle-data .th.color,
.price-used-vehicle-table.vehicle-data .td.color {
  width: 6.0773480663%;
}
.price-used-vehicle-table.vehicle-data .th.mileage,
.price-used-vehicle-table.vehicle-data .td.mileage {
  width: 7.955801105%;
}
.price-used-vehicle-table.vehicle-data .th.month,
.price-used-vehicle-table.vehicle-data .td.month {
  width: 6.0773480663%;
}
.price-used-vehicle-table.vehicle-data .th.evaluation,
.price-used-vehicle-table.vehicle-data .td.evaluation {
  width: 6.0773480663%;
}
.price-used-vehicle-table.vehicle-data .th.option,
.price-used-vehicle-table.vehicle-data .td.option {
  width: 16.9060773481%;
}
.price-used-vehicle-table.vehicle-data .th.option-custom,
.price-used-vehicle-table.vehicle-data .td.option-custom {
  width: 16.9060773481%;
  padding: 0;
  font-size: 1.4rem;
}
.price-used-vehicle-table.vehicle-data .th.option-custom .option-inner-flex,
.price-used-vehicle-table.vehicle-data .td.option-custom .option-inner-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.price-used-vehicle-table.vehicle-data .th.option-custom .option-inner-flex span,
.price-used-vehicle-table.vehicle-data .td.option-custom .option-inner-flex span {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-right: 1px solid #E2E3E4;
  color: #C3C3C3;
}
.price-used-vehicle-table.vehicle-data .th.option-custom .option-inner-flex span:last-child,
.price-used-vehicle-table.vehicle-data .td.option-custom .option-inner-flex span:last-child {
  border-right: none;
}
.price-used-vehicle-table.vehicle-data .th.option-custom .option-inner-flex span.active,
.price-used-vehicle-table.vehicle-data .td.option-custom .option-inner-flex span.active {
  background: #B6E7FA;
  color: #222222;
}
.price-used-vehicle-table.vehicle-data .th.option-custom,
.price-used-vehicle-table.vehicle-data .td.option-custom {
  width: 16.9060773481%;
}
.price-used-vehicle-table.vehicle-data .td.type, .price-used-vehicle-table.vehicle-data .td.name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.price-used-vehicle-table.vehicle-price {
  width: 281px;
}
.price-used-vehicle-table.vehicle-price .th.aa,
.price-used-vehicle-table.vehicle-price .td.aa {
  width: 33.8078291815%;
}
.price-used-vehicle-table.vehicle-price .th.toyota,
.price-used-vehicle-table.vehicle-price .td.toyota {
  width: 33.8078291815%;
}
.price-used-vehicle-table.vehicle-price .th.goo,
.price-used-vehicle-table.vehicle-price .td.goo {
  width: 33.4519572954%;
}
.price-used-vehicle-table.vehicle-price .th.speciality,
.price-used-vehicle-table.vehicle-price .td.speciality {
  width: 33.4519572954%;
}
.price-used-vehicle-table.vehicle-price .tr.col2 > .th,
.price-used-vehicle-table.vehicle-price .tr.col2 > .td {
  width: 50.5338078292%;
}
.price-used-vehicle-table.vehicle-price .td {
  font-size: 2rem;
  font-weight: 500;
}
.price-used-vehicle-table.vehicle-price .td > .unit {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 4px;
  margin-top: 0.3em;
}
.price-used-vehicle-table.vehicle-ai21 {
  margin-top: -4px;
  width: 100%;
}
.price-used-vehicle-table.vehicle-ai21 .th.year,
.price-used-vehicle-table.vehicle-ai21 .td.year {
  width: 9.0618336887%;
}
.price-used-vehicle-table.vehicle-ai21 .th.type,
.price-used-vehicle-table.vehicle-ai21 .td.type {
  width: 18.1769722814%;
}
.price-used-vehicle-table.vehicle-ai21 .th.name,
.price-used-vehicle-table.vehicle-ai21 .td.name {
  width: 18.2302771855%;
}
.price-used-vehicle-table.vehicle-ai21 .th.system,
.price-used-vehicle-table.vehicle-ai21 .td.system {
  width: 9.1151385928%;
}
.price-used-vehicle-table.vehicle-ai21 .th.color,
.price-used-vehicle-table.vehicle-ai21 .td.color {
  width: 9.1151385928%;
}
.price-used-vehicle-table.vehicle-ai21 .th.mileage,
.price-used-vehicle-table.vehicle-ai21 .td.mileage {
  width: 9.1151385928%;
}
.price-used-vehicle-table.vehicle-ai21 .th.evaluation,
.price-used-vehicle-table.vehicle-ai21 .td.evaluation {
  width: 9.0618336887%;
}
.price-used-vehicle-table.vehicle-ai21 .th.option,
.price-used-vehicle-table.vehicle-ai21 .td.option {
  width: 18.1236673774%;
}
.price-used-vehicle-table.vehicle-ai21 .th.option-custom,
.price-used-vehicle-table.vehicle-ai21 .td.option-custom {
  width: 18.1236673774%;
  padding: 0;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.price-used-vehicle-table.vehicle-ai21 .th.option-custom span,
.price-used-vehicle-table.vehicle-ai21 .td.option-custom span {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-right: 1px solid #E2E3E4;
  margin: 0;
  color: #C3C3C3;
}
.price-used-vehicle-table.vehicle-ai21 .th.option-custom span:last-child,
.price-used-vehicle-table.vehicle-ai21 .td.option-custom span:last-child {
  border-right: none;
}
.price-used-vehicle-table.vehicle-ai21 .th.option-custom span.active,
.price-used-vehicle-table.vehicle-ai21 .td.option-custom span.active {
  background: #B6E7FA;
  color: #222222;
}
.price-used-vehicle-table.vehicle-ai21 .td.type, .price-used-vehicle-table.vehicle-ai21 .td.name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.price-used-vehicle-table-head .th {
  background-color: #EEF0F0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2px;
}
.price-used-vehicle-table-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.price-used-vehicle-table-body .td {
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  padding: 12px 6px;
}
.price-used-vehicle-table-body .td > span {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.4rem;
}
.price-used-vehicle-table-body .td > span:last-child {
  margin-right: 0;
}

.price-setting {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
}
.price-setting.price-setting-left {
  margin-left: 0;
  margin-right: 0;
}
.price-setting input[type=text] {
  text-align: left;
  line-height: 1.429;
}
.price-setting .set-btn {
  line-height: 1.429;
}
.price-setting .checkbox.single-checkbox {
  vertical-align: middle;
}
.price-setting-header > p + p, .price-setting-footer > p + p {
  margin-top: 12px;
}
.price-setting-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.price-setting-header.baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price-setting-header.mt10 {
  margin-top: 10px;
}
.price-setting-header > .btn {
  margin-left: auto;
}
.price-setting-header > p {
  margin-right: 10px;
}
.price-setting-header > p + p {
  margin-top: 0;
}
.price-setting-footer {
  margin-top: 12px;
}
.price-setting .input-group .unit {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.price-setting .input-group .unit:first-child {
  margin-left: 0;
}
.price-setting .input-group .unit:last-child {
  margin-right: 0;
}
.price-setting .input-group .search-form-calendar + .unit {
  margin-left: 0;
}
.price-setting .input-group .search-form-calendar > button {
  top: 0;
  left: 0;
}
.price-setting.tyousei .price-setting-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.price-setting.shisaku .price-setting-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pricing-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pricing-slider.mw439 {
  max-width: 439px;
}
.pricing-slider.mw427 {
  max-width: 427px;
}
.pricing-slider.mw1322 {
  max-width: 1322px;
}
.pricing-slider .slick-list {
  width: 100%;
}
.pricing-slider.slide-less .pricing-slider-item {
  width: 80px;
}
.pricing-slider.pricing-fault-slider {
  padding-left: 20px;
  padding-right: 20px;
}
.pricing-slider.pricing-fault-slider .pricing-slider-item {
  margin-left: 1px;
  margin-right: 1px;
}
.pricing-slider.pricing-fault-slider.slide-less .pricing-slider-item {
  width: 127px;
}
.pricing-slider.js-pricing-slider01 {
  margin-top: 15px;
}
.pricing-slider.js-pricing-slider01 .pricing-slider-item {
  border-top: 1px solid #E2E3E4;
  width: 106px;
}
.pricing-slider.js-pricing-slider01.slide-less {
  padding-left: 0px;
  padding-right: 0px;
}
.pricing-slider.js-pricing-slider01.slide-less .pricing-slider-item:first-child .pricing-slider-head,
.pricing-slider.js-pricing-slider01.slide-less .pricing-slider-item:first-child .pricing-slider-body {
  border-left: none;
}
.pricing-slider .pricing-slider-item:first-child .pricing-slider-head,
.pricing-slider .pricing-slider-item:first-child .pricing-slider-body {
  border-left: 1px solid #E2E3E4;
}
.pricing-slider-head {
  border-bottom: 1px solid #E2E3E4;
  border-right: 1px solid #E2E3E4;
  background-color: #E5F1F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 2px;
  height: 32px;
}
.pricing-slider-body {
  border-bottom: 1px solid #E2E3E4;
  border-right: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.333;
  padding: 0px 10px;
  height: 32px;
  background-color: #fff;
}
.pricing-slider-body:nth-of-type(2n+1) {
  background-color: #F7FAFC;
}
.pricing-slider-card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing-slider-card .img {
  margin-bottom: 4px;
  width: 127px;
  overflow: hidden;
  position: relative;
}
.pricing-slider-card .img::before {
  content: "";
  display: block;
  padding-top: 62.2047244094%;
}
.pricing-slider-card .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pricing-slider-card .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  width: 127px;
}
.pricing-slider-card .title {
  font-size: 1.4rem;
}
.pricing-slider .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #005371;
  position: absolute;
  top: 0;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  width: 18px;
}
.pricing-slider .slick-arrow::before {
  content: "";
  border-top: 1px solid #005371;
  border-right: 1px solid #005371;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
}
.pricing-slider .slick-arrow.slick-prev {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 0;
}
.pricing-slider .slick-arrow.slick-prev::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.pricing-slider .slick-arrow.slick-next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 0;
}
.pricing-slider .slick-arrow.slick-next::before {
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pricing-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  border-color: #C3C3C3;
  background: #C3C3C3;
}
.pricing-slider .slick-arrow.slick-disabled::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  opacity: 1;
}

.pricing-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-index-main {
  background-color: #E5F1F8;
  border-radius: 4px 0 0 4px;
  border: 1px solid #E2E3E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 77px;
  min-width: 77px;
  height: 97px;
  margin-top: 15px;
  /*
  .state {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    &-item {
      border-right: 1px solid #E2E3E4;
      width: 80px;
      &:last-child {
        border-right: none;
      }
      &.not-started {
        .state-head {
          background-color: #C3C3C3;
        }
      }
      &.pending {
        .state-head {
          background-color: #15ABAB;
        }
      }
      &.done {
        .state-head {
          background-color: #FF1225;
        }
      }
    }
    &-head {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: 700;
      padding: 4px 2px;
      height: 30px;
    }
    &-body {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.333;
      padding: 10px 5px;
      min-height: 48px;
    }
  }
  */
}
.pricing-index-main .head .head-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid #E2E3E4;
}
.pricing-index-main .head .head-title:last-child {
  border-bottom: none;
}

.pricing-nav {
  margin-left: auto;
}
.pricing-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-nav-item {
  border-right: 1px solid #E2E3E4;
  width: 120px;
}
.pricing-nav-item:first-child {
  border-left: 1px solid #E2E3E4;
}
.pricing-nav-main {
  color: #005371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 104px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pricing-nav-main .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  min-height: 35px;
}
.pricing-nav-main .cap {
  color: #005371;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
.pricing-nav-main:hover {
  opacity: 0.7;
}

.pricing-modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 720px;
}
.pricing-modal-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 32px;
}
.pricing-modal-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 32px;
  margin-bottom: 40px;
}
.pricing-modal-btn {
  border-radius: 28px;
  border: 1px solid #005371;
  background-color: #005371;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 256px;
  height: 56px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pricing-modal-btn.cancel {
  border-color: #788187;
  background-color: #ffffff;
  color: #788187;
}
.pricing-modal-btn:hover {
  opacity: 0.7;
}

.result-list02.pricing-top .result-list02-table-header .result-list02-table-cell {
  min-height: 58px;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(1) {
  width: 4.6276595745%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(2) {
  width: 3.2446808511%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(3) {
  width: 2.6063829787%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(4) {
  width: 4.3085106383%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(5) {
  width: 3.8829787234%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(6) {
  width: 5.3191489362%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(7) {
  width: 4.2021276596%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(8) {
  width: 6.4361702128%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(9) {
  width: 3.4042553191%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(10) {
  width: 8.1382978723%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(11) {
  width: 6.4361702128%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(12) {
  width: 6.4361702128%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(13) {
  width: 6.4361702128%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(14) {
  width: 6.4361702128%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(15) {
  width: 5.3723404255%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(16) {
  width: 5.3723404255%;
}
.result-list02.pricing-top .result-list02-table-cell:nth-child(17) {
  width: 17.2340425532%;
}
.result-list02.pricing-top .result-list02-table-cell.bg-col01 {
  background: #FFEBD0;
}
.result-list02.pricing-top .result-list02-table-cell .status02 {
  height: 50px;
}

.result-list02-narrow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.result-list02-narrow-nav li {
  margin-right: 4px;
}

.result-list02-narrow-checkbox-wrap {
  position: relative;
  cursor: pointer;
}
.result-list02-narrow-checkbox-wrap span {
  border: 1px solid #788187;
  background: #fff;
  color: #788187;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 7px 22px;
  border-radius: 20px;
}
.result-list02-narrow-checkbox-wrap input:checked ~ span {
  border: 1px solid #005371;
  background: #699CAF;
  color: #fff;
}

.result-list02[class*=pricing-set] .result-list02-table-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result-list02[class*=pricing-set] .result-list02-table-row:nth-child(even) .result-list02-table-cell {
  background-color: #ffffff;
}
.result-list02[class*=pricing-set] .result-list02-table-header .result-list02-table-cell {
  min-height: 34px;
}

.result-list02.pricing-set-01 {
  width: 100%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(1) {
  width: 22.6063829787%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(2) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(3) {
  width: 6.1170212766%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(4) {
  width: 6.1170212766%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(5) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(6) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(7) {
  width: 6.1170212766%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(8) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(9) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(10) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(11) {
  width: 6.1170212766%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(12) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(13) {
  width: 6.0638297872%;
}
.result-list02.pricing-set-01 .result-list02-table-cell:nth-child(14) {
  width: 4.4680851064%;
}

.result-list02.pricing-set-02 {
  width: 932px;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(1) {
  width: 21.6129032258%;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(2) {
  width: 21.6129032258%;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(3) {
  width: 21.6129032258%;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(4) {
  width: 13.0107526882%;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(5) {
  width: 13.4408602151%;
}
.result-list02.pricing-set-02 .result-list02-table-cell:nth-child(6) {
  width: 8.9247311828%;
}

.result-list02.pricing-neduke {
  margin-bottom: 12px;
}
.result-list02.pricing-neduke .result-list02-table-header .result-list02-table-cell {
  min-height: 61px;
}
.result-list02.pricing-neduke .result-list02-table-body.p-scrollbar {
  position: relative;
  max-height: 196px;
}
.result-list02.pricing-neduke .result-list02-table-body .result-list02-table-cell {
  min-height: 65px;
}
.result-list02.pricing-neduke .result-list02-table-body .result-list02-table-cell .status02 {
  height: 24px;
  min-height: 24px;
}
.result-list02.pricing-neduke .result-list02-table-cell {
  padding: 0px;
}
.result-list02.pricing-neduke .result-list02-table-cell.bg-col01,
.result-list02.pricing-neduke .result-list02-table-cell .bg-col01 {
  background: #FFEBD0;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(1) {
  width: 4.6808510638%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(2) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(3) {
  width: 3.8829787234%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(4) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(5) {
  width: 3.670212766%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(6) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(7) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(8) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(9) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(10) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(11) {
  width: 7.9255319149%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(12) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(13) {
  width: 3.4042553191%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(14) {
  width: 4.0957446809%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(15) {
  width: 2.6063829787%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(16) {
  width: 4.6808510638%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(17) {
  width: 3.9361702128%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(18) {
  width: 5%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(19) {
  width: 1.9680851064%;
}
.result-list02.pricing-neduke .result-list02-table-cell:nth-child(20) {
  width: 15.5319148936%;
}

.pricing-label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pricing-label {
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 9px 12px;
  min-width: 120px;
}
.pricing-label.red {
  background-color: #EB0A1E;
}

.pricing-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background-color: #F4F5F5;
  padding: 20px;
  width: 1430px;
}

.pricing-side {
  width: 430px;
}

.pricing-fault-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing-fault-image-wrap {
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 12px;
  width: 450px;
}
.pricing-fault-image-item {
  border-top: 1px solid #E2E3E4;
  margin-top: 24px;
  padding-top: 12px;
}
.pricing-fault-image-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.pricing-fault-image-title {
  font-size: 1.4rem;
  font-weight: 500;
}

.pricing-fault-table {
  width: 920px;
}

.pricing-table-01 {
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #E2E3E4;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
}
.pricing-table-01 thead th {
  background-color: #699CAF;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 12px;
}
.pricing-table-01 thead th.bg-color-red {
  background-color: #EB0A1E;
}
.pricing-table-01 thead th.th-type01 {
  padding: 6px 12px;
}
.pricing-table-01 tbody tr:nth-child(even) td:not(.empty):not([class*=status]) {
  background-color: #F7FAFC;
}
.pricing-table-01 tbody tr:last-child th, .pricing-table-01 tbody tr:last-child td {
  border-bottom: none;
}
.pricing-table-01 tbody th,
.pricing-table-01 tbody td {
  border-bottom: 1px solid #E2E3E4;
  border-right: 1px solid #E2E3E4;
  vertical-align: middle;
  padding: 6px 5px;
}
.pricing-table-01 tbody th:last-child,
.pricing-table-01 tbody td:last-child {
  border-right: none;
}
.pricing-table-01 tbody th:nth-child(4),
.pricing-table-01 tbody td:nth-child(4) {
  border-right: 1px solid #E2E3E4 !important;
}
.pricing-table-01 tbody th.status-01,
.pricing-table-01 tbody td.status-01 {
  background-color: #D0EEFF;
}
.pricing-table-01 tbody th.status-02,
.pricing-table-01 tbody td.status-02 {
  background-color: #FFEBD0;
}
.pricing-table-01 tbody th.empty,
.pricing-table-01 tbody td.empty {
  background-color: #ffffff;
}
.pricing-table-01 tbody th {
  background-color: #E5F1F8;
  font-size: 1.2rem;
  font-weight: 700;
  width: 108px;
}
.pricing-table-01 tbody th:first-child {
  border-right: none;
}
.pricing-table-01 tbody th:nth-child(3) {
  width: 98px;
}
.pricing-table-01 tbody th:nth-child(5) {
  width: 98px;
}
.pricing-table-01 tbody th.sub-th {
  width: 73px;
  max-width: 73px;
}
.pricing-table-01 tbody th.required-wrap {
  position: relative;
  padding-right: 30px;
}
.pricing-table-01 tbody th.required-wrap .required {
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
}
.pricing-table-01 tbody td {
  background-color: #ffffff;
  font-size: 1.4rem;
}
.pricing-table-01 tbody td:not(.empty):not([class*=status]).bg-color-blue {
  background-color: #F7FAFC;
}
.pricing-table-01 tbody td:nth-child(7) {
  width: 136px;
  max-width: 136px;
}
.pricing-table-01 tbody td.bg-color-same {
  background-color: #E5F1F8;
}
.pricing-table-01 tbody td textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 122px;
  min-width: 100%;
  resize: vertical;
}
.pricing-table-01 tbody td textarea.textarea01 {
  min-height: 52px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pricing-table-01 tbody td textarea.textarea02 {
  min-height: 317px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pricing-table-01 tbody td textarea.textarea03 {
  min-height: 225px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pricing-table-01 tbody td .comment01.p-scrollbar {
  position: relative;
  height: 160px;
}
.pricing-table-01 tbody td .comment02 {
  background: #fff;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e2e3e4;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  padding: 5px 6px;
  margin: 5px 0;
}
.pricing-table-01 tbody td .comment02[disabled], .pricing-table-01 tbody td .comment02.disabled {
  background-color: #E2E3E4;
  border-color: #E2E3E4;
  color: #C3C3C3;
  pointer-events: none;
}
.pricing-table-01 tbody td .comment02 > .p-scrollbar {
  position: relative;
  height: 120px;
}
.pricing-table-01 tbody td .comment02-view {
  padding: 5px 0;
  height: 130px;
}
.pricing-table-01 tbody td .comment03.p-scrollbar {
  position: relative;
  height: 320px;
}
.pricing-table-01.welfare {
  table-layout: fixed;
}
.pricing-table-01.welfare tbody th:nth-of-type(1) {
  width: 156px;
}
.pricing-table-01.welfare tbody th:nth-of-type(2) {
  width: 95px;
}

.pricing-base {
  margin-top: 0px;
}
.pricing-base .pricing-table-01 {
  margin-top: 0px;
}
.pricing-base .pricing-table-01 tbody td {
  padding: 3px 12px;
}
.pricing-base .pricing-table-01 tbody td .input-group input,
.pricing-base .pricing-table-01 tbody td .input-group select {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pricing-base .pricing-table-01 tbody td .input-group input {
  text-align: right;
}
.pricing-base .pricing-table-01 tbody td .input-group .unit {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing-base .pricing-table-01 tbody td .input-group .search-form-calendar {
  margin-left: 8px;
}

[data-modal-id=fault-image] .modal-body {
  max-height: calc(100vh - 160px);
}

.fault-image-slider-wrap {
  width: 1119px;
}

.fault-image-slider {
  width: 1079px;
  margin-left: auto;
  margin-right: auto;
}
.fault-image-slider img {
  width: 100%;
}
.fault-image-slider-image {
  display: block;
  width: 100%;
}
.fault-image-slider .fault-image-slider-image {
  display: block;
  margin: 0 auto;
  max-width: 1079px;
  width: 100%;
}
.fault-image-slider .fault-image-slider-image .text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 6px;
}
.fault-image-slider .fault-image-slider-image .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 12px;
}
.fault-image-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fault-image-slider .slick-slide {
  outline: 0;
  height: auto;
}

.fault-image-slider-thumb {
  margin: 20px auto 0;
  padding: 0 25px;
  width: 900px;
}
.fault-image-slider-thumb .fault-image-slider-item img {
  width: 100%;
}
.fault-image-slider-thumb .fault-image-slider-item.slick-current {
  position: relative;
  pointer-events: none;
}
.fault-image-slider-thumb .fault-image-slider-item.slick-current::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 231, 255, 0.7);
}
.fault-image-slider-thumb .fault-image-slider-item.slick-current .fault-image-slider-image {
  pointer-events: none;
}
.fault-image-slider-thumb .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #005371;
  position: absolute;
  top: 0;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  width: 18px;
}
.fault-image-slider-thumb .slick-arrow::before {
  content: "";
  border-top: 1px solid #005371;
  border-right: 1px solid #005371;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
}
.fault-image-slider-thumb .slick-arrow.slick-prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0;
}
.fault-image-slider-thumb .slick-arrow.slick-prev::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.fault-image-slider-thumb .slick-arrow.slick-next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 0;
}
.fault-image-slider-thumb .slick-arrow.slick-next::before {
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fault-image-slider-thumb .slick-arrow.slick-disabled {
  pointer-events: none;
  border-color: #C3C3C3;
  background: #C3C3C3;
}
.fault-image-slider-thumb .slick-arrow.slick-disabled::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  opacity: 1;
}
.fault-image-slider-thumb .thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 5px;
}
.fault-image-slider-thumb .thumb-list .item {
  width: 78px;
}
.fault-image-slider-thumb .thumb-list .item img {
  width: 100%;
}
.fault-image-slider-thumb .thumb-list .item.current {
  position: relative;
  pointer-events: none;
}
.fault-image-slider-thumb .thumb-list .item.current::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 231, 255, 0.7);
}

.pricing-search {
  width: 100%;
}
.pricing-search-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-search-col {
  border-left: 1px solid #C3C3C3;
  padding-left: 12px;
  margin-left: 12px;
  width: 25%;
}
.pricing-search-col.col-w31p {
  width: 30.7%;
}
.pricing-search-col.col-w19p {
  width: 19.3%;
}
.pricing-search-col:first-child {
  border-left: none;
}
.pricing-search-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 5px;
}
.pricing-search-label .required {
  position: absolute;
  left: -25px;
}
.pricing-search-label > span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}
.pricing-search-input {
  margin-bottom: 12px;
}
.pricing-search-input:last-child {
  margin-bottom: 0;
}
.pricing-search-input .input-group > *:last-child {
  margin-right: 0;
}
.pricing-search-input .checkbox-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 7px;
  margin-top: 5px;
}
.pricing-search-input .checkbox-list01 .checkbox {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0px 16px 0px 32px;
}
.pricing-search-input .checkbox-list01 .checkbox::before {
  top: 0;
  left: 0;
  margin-top: 0;
}
.pricing-search-input .checkbox-list01 .checkbox::after {
  top: 2px;
  left: 7px;
  margin-top: 0;
}
.pricing-search-table {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px 8px;
}
.pricing-search-table.dt-w48 {
  grid-template-columns: 48px 1fr;
}
.pricing-search-table.dt-w85 {
  grid-template-columns: 85px 1fr;
}
.pricing-search-table.dt-w96 {
  grid-template-columns: 96px 1fr;
}
.pricing-search-table.dt-w108 {
  grid-template-columns: 108px 1fr;
}
.pricing-search-table.dt-w144 {
  grid-template-columns: 144px 1fr;
}
.pricing-search-table dt,
.pricing-search-table dd {
  font-size: 1.6rem;
}
.pricing-search-table dt {
  font-weight: 500;
}
.pricing-search-checklist {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 16px;
}
.pricing-search-checklist .checkbox-list-label {
  text-align: left;
  padding: 5px 11px;
}
.pricing-search-checklist .checkbox-list-scroll.p-scrollbar {
  max-height: 290px;
}
.pricing-search-checklist .checkbox-list-wrap:first-child {
  position: relative;
}
.pricing-search-checklist .checkbox-list-wrap:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #EB0A1E;
}
.pricing-search-checklist .checkbox-list {
  overflow: hidden;
}
.pricing-search-checklist .checkbox-list .checkbox-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.pricing-search-checklist02 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.pricing-search-checklist02 .checkbox-list-label {
  text-align: left;
  padding: 5px 11px;
}
.pricing-search-checklist02 .checkbox-list-scroll.p-scrollbar {
  max-height: 150px;
}
.pricing-search-checklist02 .checkbox-list {
  overflow: hidden;
}
.pricing-search-checklist02 .checkbox-list .checkbox-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.pricing-search-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.pricing-search-btns .search-btn2 {
  width: 219px;
}

.pricing-neduke-block .block.row1-col1 {
  width: 14.1687657431%;
}
.pricing-neduke-block .block.row1-col2 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row1-col3 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row1-col4 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row1-col5 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row1-col6 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row1-col7 {
  width: 14.2317380353%;
}
.pricing-neduke-block .block.row2-col1 {
  width: 14.1687657431%;
}
.pricing-neduke-block .block.row2-col2 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row2-col3 {
  width: 7.1788413098%;
}
.pricing-neduke-block .block.row2-col4 {
  width: 7.1158690176%;
}
.pricing-neduke-block .block.row2-col5 {
  width: 7.1788413098%;
}
.pricing-neduke-block .block.row2-col6 {
  width: 7.1788413098%;
}
.pricing-neduke-block .block.row2-col7 {
  width: 7.1788413098%;
}
.pricing-neduke-block .block.row2-col8 {
  width: 7.1158690176%;
}
.pricing-neduke-block .block.row2-col9 {
  width: 7.1158690176%;
}
.pricing-neduke-block .block.row2-col10 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row2-col11 {
  width: 7.0528967254%;
}
.pricing-neduke-block .block.row3-col1 {
  width: 14.1687657431%;
}
.pricing-neduke-block .block.row3-col2 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row3-col3 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row3-col4 {
  width: 14.3576826196%;
}
.pricing-neduke-block .block.row3-col5 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row3-col6 {
  width: 14.2947103275%;
}
.pricing-neduke-block .block.row3-col7 {
  width: 14.2317380353%;
}

.pricing-neduke-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.pricing-neduke-main {
  width: 1120px;
}

.pricing-neduke-side {
  width: 450px;
}

.pricing-neduke-table {
  margin-bottom: 20px;
  width: 100%;
}
.pricing-neduke-table.w595 {
  width: 595px;
}
.pricing-neduke-table th,
.pricing-neduke-table td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 6px 9px 6px 12px;
  height: 44px;
}
.pricing-neduke-table tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 240px;
  vertical-align: middle;
  padding: 12px 7px 12px 10px;
}
.pricing-neduke-table tbody th .required {
  margin-right: 4px;
}
.pricing-neduke-table tbody td textarea {
  min-height: 75px;
}
.pricing-neduke-table tbody td .input-group {
  row-gap: 8px;
}
.pricing-neduke-table tbody td .input-group.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pricing-neduke-table tbody td .input-group.input-group-single-column {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pricing-neduke-table tbody td .input-group .unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.pricing-neduke-table tbody td .input-group .unit.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.pricing-neduke-table tbody td .input-group .unit.disabled {
  color: #C3C3C3;
}
.pricing-neduke-table tbody td .input-group .unit:first-child {
  margin-left: 0;
}
.pricing-neduke-table tbody td .input-group .unit:last-child {
  margin-right: 0;
}
.pricing-neduke-table tbody td .input-group .icon-group {
  margin-left: auto;
}
.pricing-neduke-table tbody td .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
.pricing-neduke-table tbody td .checkbox-group .checkbox {
  font-size: 1.6rem;
  padding: 0px 16px 0px 32px;
}
.pricing-neduke-table tbody td .checkbox-group .checkbox::before {
  top: 0;
  left: 0;
  margin-top: 0;
}
.pricing-neduke-table tbody td .checkbox-group .checkbox::after {
  top: 2px;
  left: 7px;
  margin-top: 0;
}

.pricing-neduke-side {
  margin-top: 14px;
}

.pricing-neduke-side-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.pricing-neduke-side-block {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  overflow: hidden;
}
.pricing-neduke-side-block .side-block-header {
  background-color: #EEF0F0;
  text-align: center;
  padding: 4px;
}
.pricing-neduke-side-block .side-block-header .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.142;
}
.pricing-neduke-side-block .side-block-header .title .required {
  margin-right: 4px;
}
.pricing-neduke-side-block .side-block-body.p-scrollbar {
  position: relative;
  max-height: 1226px;
}
.pricing-neduke-side-block .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pricing-neduke-side-block .card-list > * {
  border-bottom: 1px solid #E2E3E4;
  padding: 16px 12px 12px;
  width: 50%;
}
.pricing-neduke-side-block .card-list > *:nth-child(odd) {
  border-right: 1px solid #E2E3E4;
}
.pricing-neduke-side-block .card-list.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing-neduke-side-block .card-list.single > * {
  border: none;
  width: 100%;
}
.pricing-neduke-side-block .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-neduke-side-block .card-input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
}
.pricing-neduke-side-block .card-input-file input[type=file] {
  display: none;
}
.pricing-neduke-side-block .card-input-file input[type=file].disabled {
  pointer-events: none;
}
.pricing-neduke-side-block .card-input-file .file-drop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEF0F0;
  border-radius: 4px;
  padding: 10px;
  width: 200px;
  min-height: 110px;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.333;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-msg::before {
  content: "";
  display: block;
  background: url("../images/icon_upload.svg") no-repeat center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  width: 36px;
  height: 30px;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn {
  cursor: pointer;
  border: 1px solid #C3C3C3;
  background: #ffffff;
  color: #222222;
  position: relative;
  z-index: 0;
  padding: 6px 11px 4px;
  margin-top: 8px;
  pointer-events: all;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(226, 227, 228)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(226, 227, 228) 100%);
  z-index: -1;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn.disabled, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn[disabled] {
  border-color: rgb(209, 209, 209);
  background: rgb(209, 209, 209);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 209, 209)), to(rgb(193, 193, 193)));
  background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(193, 193, 193) 100%);
  color: #ffffff;
  pointer-events: none;
}
.pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn.disabled::before, .pricing-neduke-side-block .card-input-file .file-drop-area .upload-btn[disabled]::before {
  display: none;
}
.pricing-neduke-side-block .card-input-file .file-preview {
  position: relative;
  width: 170px;
}
.pricing-neduke-side-block .card-input-file .file-preview img {
  width: 100%;
}
.pricing-neduke-side-block .card-input-file .file-preview .img {
  width: 100%;
}
.pricing-neduke-side-block .card-input-file .file-preview .delete {
  position: absolute;
  top: -4px;
  right: -4px;
}
.pricing-neduke-side-block .card-input-file .none {
  display: none;
}
.pricing-neduke-side-block .card-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pricing-neduke-side-block .card-input > * {
  margin-top: 8px;
}
.pricing-neduke-side-block .card-input > *:first-child {
  margin-top: 0;
}
.pricing-neduke-side-block .card-input select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pricing-neduke-side-block .card-input textarea {
  min-height: 75px;
}

.pricing-datetext {
  padding-top: 5px;
  text-align: left;
  font-size: 1.4rem;
  height: 48px;
}

.pricing-fax-transformation {
  position: relative;
  width: 1071px;
}
.pricing-fax-transformation-main {
  background: #F4F5F5;
  padding: 20px;
  width: 100%;
  height: calc(100% - 48px);
}
.pricing-fax-transformation-main.is-zoom .rotate-parent {
  opacity: 0;
}
.pricing-fax-transformation-main.is-zoom #js-pricing-fax-transformation-rotate-btn {
  pointer-events: none;
  color: #fff;
  background: #C3C3C3 url("../images/icon_rotate_w.svg") 18px 50% no-repeat;
  background-size: 15px 15px;
  border: 1px solid #C3C3C3;
}
.pricing-fax-transformation-header {
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-fax-transformation-header p {
  font-size: 1.4rem;
}
.pricing-fax-transformation-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1031px;
}
.pricing-fax-transformation-body .panzoom-parent {
  position: relative;
  z-index: 1;
  line-height: 0;
  width: 100%;
  overflow: visible !important;
}
.pricing-fax-transformation-body .rotate-parent {
  background: #F4F5F5;
  pointer-events: none;
  opacity: 1;
  position: absolute;
  z-index: 10;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.pricing-fax-transformation-body .rotate-parent img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: translate(-50%, 0%) rotate(0deg) scale(1);
          transform: translate(-50%, 0%) rotate(0deg) scale(1);
}

#js-pricing-fax-transformation-rotate-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 34px;
  width: 89px;
  background: #FFFFFF url("../images/icon_rotate.svg") 18px 50% no-repeat;
  background-size: 15px 15px;
  border: 1px solid #005371;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #005371;
  padding-left: 40px;
  text-align: left;
  line-height: 1;
  padding-top: 1px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#js-pricing-fax-transformation-rotate-btn:hover {
  opacity: 0.7;
}

#js-pricing-fax-transformation-panzoom {
  width: 1031px;
  height: 686px;
  opacity: 0;
}
#js-pricing-fax-transformation-panzoom.js-view {
  opacity: 1;
}
#js-pricing-fax-transformation-panzoom span {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1031px;
  height: 686px;
}
#js-pricing-fax-transformation-panzoom span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.pricing-main02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 772px;
}
.pricing-main02-prepare {
  width: 350px;
}
.pricing-main02-prepare .pricing-table-01:first-child {
  margin-top: 0;
}
.pricing-main02-prepare .pricing-table-01 tbody td .input-group input,
.pricing-main02-prepare .pricing-table-01 tbody td .input-group select {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pricing-main02-side {
  width: 410px;
  margin-left: 12px;
}
.pricing-main02-side .input-group .unit {
  font-size: 1.4rem;
  margin-left: 4px;
  margin-right: 8px;
}
.pricing-main02-side .input-group .unit:last-child {
  margin-right: 0;
}
.pricing-main02-side .pricing-table-01 tbody td .input-group input,
.pricing-main02-side .pricing-table-01 tbody td .input-group select {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pricing-main02-side-tab01 .pricing-table-01 {
  margin-top: 0px;
}
.pricing-main02-side-tab02 {
  display: none;
}
.pricing-main02-side-tab02 .pricing-table-01 {
  margin-top: 0px;
}
.pricing-main02-side-tab02 .input-group {
  margin-bottom: 2px;
}

.pricing-fax-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #E2E3E4;
  height: 89px;
}

.pricing-table-01 + .pricing-fax-btn-area {
  margin-top: 12px;
}

.result-list02.pricing-neduke-fax {
  margin-bottom: 12px;
}
.result-list02.pricing-neduke-fax .result-list02-table-header .result-list02-table-cell {
  min-height: 61px;
}
.result-list02.pricing-neduke-fax .result-list02-table-body.p-scrollbar {
  position: relative;
  max-height: 196px;
}
.result-list02.pricing-neduke-fax .result-list02-table-body .result-list02-table-cell {
  min-height: 65px;
}
.result-list02.pricing-neduke-fax .result-list02-table-body .result-list02-table-cell .status02 {
  height: 24px;
  min-height: 24px;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell {
  padding: 0px;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell.bg-col01,
.result-list02.pricing-neduke-fax .result-list02-table-cell .bg-col01 {
  background: #FFEBD0;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell .checkbox {
  padding: 0;
  width: 24px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.result-list02.pricing-neduke-fax .result-list02-table-cell .checkbox::before {
  left: 0;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell .checkbox::after {
  left: 7px;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(1) {
  width: 1.914893617%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(2) {
  width: 4.6808510638%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(3) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(4) {
  width: 3.8829787234%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(5) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(6) {
  width: 3.670212766%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(7) {
  width: 6.329787234%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(8) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(9) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(10) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(11) {
  width: 3.2446808511%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(12) {
  width: 7.7659574468%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(13) {
  width: 6.4361702128%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(14) {
  width: 3.4042553191%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(15) {
  width: 4.0957446809%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(16) {
  width: 2.6063829787%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(17) {
  width: 4.6808510638%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(18) {
  width: 3.9893617021%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(19) {
  width: 5.1063829787%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(20) {
  width: 1.9680851064%;
}
.result-list02.pricing-neduke-fax .result-list02-table-cell:nth-child(21) {
  width: 13.6170212766%;
}

.h50p {
  height: 50%;
}

.h100p {
  height: 100%;
}

.w25p {
  width: 25%;
}

.w100p {
  width: 100%;
}

.block-contact-person {
  height: calc(100% - 80px);
}

.block-body {
  font-size: 1.4rem;
}
.block-body .data-change {
  display: inline-block;
}

.carinfo-view {
  margin-bottom: 13px;
}
.carinfo-view .carinfo-view-summary {
  min-height: 50px;
}
.carinfo-view .calc-base {
  min-height: 50px;
}
.carinfo-view-summary {
  background: #f4f5f5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.carinfo-view-summary-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.carinfo-view-summary-box.box-expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carinfo-view-summary-box-btn {
  padding: 0 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-right: 8px;
}
.carinfo-view-summary-box-btn.btn-small {
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-right: 0;
}
.carinfo-view-summary .last-time-result {
  border-radius: 4px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.carinfo-view-summary .last-time-result.mr-s {
  margin-right: 10px;
}
.carinfo-view-summary .last-time-result .number {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 4px;
}
.carinfo-view-summary .last-time-result02 {
  margin-right: 20px;
  text-align: left;
}
.carinfo-view-summary .last-time-result02 .last-time-result02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.carinfo-view-summary .last-time-result02 .last-time-result02-price .number {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 4px;
}
.carinfo-view-summary .last-time-result02 .last-time-result02-price .yen {
  padding-top: 5px;
  font-size: 1.2rem;
}
.carinfo-view-summary .last-time-result02 .last-time-result02-date {
  font-size: 1.2rem;
}
.carinfo-view-summary .reference-price {
  border-radius: 4px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.carinfo-view-summary .reference-price.mr-s {
  margin-right: 10px;
}
.carinfo-view-summary .reference-price .number {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 4px;
}
.carinfo-view-summary .reference-price02 {
  margin-right: 20px;
  text-align: left;
}
.carinfo-view-summary .reference-price02-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.carinfo-view-summary .reference-price02-price .number {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 4px;
}
.carinfo-view-summary .reference-price02-price .yen {
  padding-top: 5px;
  font-size: 1.2rem;
}
.carinfo-view-summary .reference-price02-date {
  font-size: 1.2rem;
}
.carinfo-view .car-data {
  width: 87.3333333333%;
}
.carinfo-view .car-data-result {
  width: 12%;
}
.carinfo-view .row1-col1 {
  width: 13.1679389313%;
}
.carinfo-view .row1-col2 {
  width: 28.8167938931%;
}
.carinfo-view .row1-col3 {
  width: 29.1984732824%;
}
.carinfo-view .row1-col4 {
  width: 28.9122137405%;
}
.carinfo-view .row1-col5 {
  width: 100%;
}
.carinfo-view .row2-col1 {
  width: 13.1679389313%;
}
.carinfo-view .row2-col2 {
  width: 12.5%;
}
.carinfo-view .row2-col3 {
  width: 18.2251908397%;
}
.carinfo-view .row2-col4 {
  width: 7.8244274809%;
}
.carinfo-view .row2-col5 {
  width: 9.7328244275%;
}
.carinfo-view .row2-col6 {
  width: 9.7328244275%;
}
.carinfo-view .row2-col7 {
  width: 9.7328244275%;
}
.carinfo-view .row2-col8 {
  width: 19.179389313%;
}
.carinfo-view .row2-col9 {
  width: 50%;
}
.carinfo-view .row2-col10 {
  width: 50%;
}
.carinfo-view .row3-col1 {
  width: 6.0200668896%;
}
.carinfo-view .row3-col2 {
  width: 13.127090301%;
}
.carinfo-view .row3-col3 {
  width: 15.2173913043%;
}
.carinfo-view .row3-col4,
.carinfo-view .row3-col5,
.carinfo-view .row3-col6,
.carinfo-view .row3-col7,
.carinfo-view .row3-col8 {
  width: 13.127090301%;
}
.carinfo-view .row4-col1 {
  width: 34.8662207358%;
}
.carinfo-view .row4-col2 {
  width: 16.3043478261%;
}
.carinfo-view .row4-col3 {
  width: 16.3043478261%;
}
.carinfo-view .row4-col4 {
  width: 16.220735786%;
}
.carinfo-view .row4-col5 {
  width: 16.3043478261%;
}
.carinfo-view .row4-col2 .block-body,
.carinfo-view .row4-col5 .block-body {
  display: block;
  padding: 6px 6px 6px 6px;
}
.carinfo-view-detail .row4-col1 {
  min-height: 463px;
}
.carinfo-view .car-data-expand {
  width: 100%;
}
.carinfo-view .car-data-expand.car-data-expand-s {
  width: 87.3333333333%;
}
.carinfo-view .car-data-expand .row1-col1 {
  width: 9.6989966555%;
}
.carinfo-view .car-data-expand .row1-col2 {
  width: 18.8963210702%;
}
.carinfo-view .car-data-expand .row1-col3,
.carinfo-view .car-data-expand .row1-col4,
.carinfo-view .car-data-expand .row1-col5,
.carinfo-view .car-data-expand .row1-col6 {
  width: 14.28572%;
}
.carinfo-view .car-data-expand .row1-col7 {
  width: calc(14.28572% + 1px);
}
.carinfo-view .car-data-expand .row2-col1 {
  width: 9.6989966555%;
}
.carinfo-view .car-data-expand .row2-col2 {
  width: 18.8963210702%;
}
.carinfo-view .car-data-expand .row2-col3,
.carinfo-view .car-data-expand .row2-col4 {
  width: 7.14286%;
}
.carinfo-view .car-data-expand .row2-col5,
.carinfo-view .car-data-expand .row2-col6 {
  width: 7.14286%;
}
.carinfo-view .car-data-expand .row2-col7,
.carinfo-view .car-data-expand .row2-col8 {
  width: 7.14286%;
}
.carinfo-view .car-data-expand .row2-col9 {
  width: calc(28.571442% + 1px);
}
.carinfo-view .car-data2-expand {
  width: 100%;
}
.carinfo-view .car-data2-expand.car-data-expand-s {
  width: 87.3333333333%;
}
.carinfo-view .car-data2-expand .row1-col1 {
  width: 9.6989966555%;
}
.carinfo-view .car-data2-expand .row1-col2 {
  width: 18.8963210702%;
}
.carinfo-view .car-data2-expand .row1-col3,
.carinfo-view .car-data2-expand .row1-col4,
.carinfo-view .car-data2-expand .row1-col5,
.carinfo-view .car-data2-expand .row1-col6 {
  width: 14.2976588629%;
}
.carinfo-view .car-data2-expand .row1-col7 {
  width: 14.2140468227%;
}
.carinfo-view .car-data2-expand .row2-col1 {
  width: 9.6989966555%;
}
.carinfo-view .car-data2-expand .row2-col2 {
  width: 18.8963210702%;
}
.carinfo-view .car-data2-expand .row2-col3 {
  width: 7.1906354515%;
}
.carinfo-view .car-data2-expand .row2-col4 {
  width: 7.1070234114%;
}
.carinfo-view .car-data2-expand .row2-col5 {
  width: 7.1906354515%;
}
.carinfo-view .car-data2-expand .row2-col6 {
  width: 7.1070234114%;
}
.carinfo-view .car-data2-expand .row2-col7 {
  width: 7.1906354515%;
}
.carinfo-view .car-data2-expand .row2-col8 {
  width: 7.1070234114%;
}
.carinfo-view .car-data2-expand .row2-col9 {
  width: 22.8260869565%;
}
.carinfo-view .car-data2-expand .row2-col10 {
  width: 5.6856187291%;
}
.container-large .carinfo-view .car-data-expand .row1-col1,
.container-large .carinfo-view .car-data-expand .row1-col2,
.container-large .carinfo-view .car-data-expand .row1-col3,
.container-large .carinfo-view .car-data-expand .row1-col4,
.container-large .carinfo-view .car-data-expand .row1-col5,
.container-large .carinfo-view .car-data-expand .row1-col6 {
  width: 14.28572%;
}
.container-large .carinfo-view .car-data-expand .row1-col7 {
  width: calc(14.28572% + 1px);
}
.container-large .carinfo-view .car-data-expand .row2-col1 {
  width: 14.28572%;
}
.container-large .carinfo-view .car-data-expand .row2-col2 {
  width: 14.28572%;
}
.container-large .carinfo-view .car-data-expand .row2-col3 {
  width: 14.28572%;
}
.container-large .carinfo-view .car-data-expand .row2-col4,
.container-large .carinfo-view .car-data-expand .row2-col5 {
  width: 7.14286%;
}
.container-large .carinfo-view .car-data-expand .row2-col6,
.container-large .carinfo-view .car-data-expand .row2-col7,
.container-large .carinfo-view .car-data-expand .row2-col8,
.container-large .carinfo-view .car-data-expand .row2-col9 {
  width: 7.14286%;
}
.container-large .carinfo-view .car-data-expand .row2-col10 {
  width: calc(14.28572% + 1px);
}
.container-large .carinfo-view .car-data2-expand .row1-col1,
.container-large .carinfo-view .car-data2-expand .row1-col2,
.container-large .carinfo-view .car-data2-expand .row1-col3,
.container-large .carinfo-view .car-data2-expand .row1-col4,
.container-large .carinfo-view .car-data2-expand .row1-col5,
.container-large .carinfo-view .car-data2-expand .row1-col6 {
  width: 14.2965204236%;
}
.container-large .carinfo-view .car-data2-expand .row1-col7 {
  width: 14.2208774584%;
}
.container-large .carinfo-view .car-data2-expand .row2-col1 {
  width: 14.2965204236%;
}
.container-large .carinfo-view .car-data2-expand .row2-col2 {
  width: 14.2965204236%;
}
.container-large .carinfo-view .car-data2-expand .row2-col3 {
  width: 14.2965204236%;
}
.container-large .carinfo-view .car-data2-expand .row2-col4 {
  width: 7.1104387292%;
}
.container-large .carinfo-view .car-data2-expand .row2-col5 {
  width: 7.1860816944%;
}
.container-large .carinfo-view .car-data2-expand .row2-col6 {
  width: 7.1104387292%;
}
.container-large .carinfo-view .car-data2-expand .row2-col7 {
  width: 7.1860816944%;
}
.container-large .carinfo-view .car-data2-expand .row2-col8 {
  width: 7.1104387292%;
}
.container-large .carinfo-view .car-data2-expand .row2-col9 {
  width: 7.1860816944%;
}
.container-large .carinfo-view .car-data2-expand .row2-col10 {
  width: 9.0771558245%;
}
.container-large .carinfo-view .car-data2-expand .row2-col11 {
  width: 5.1437216339%;
}
.container-large2 .carinfo-view .car-data-expand .row1-col1,
.container-large2 .carinfo-view .car-data-expand .row1-col2,
.container-large2 .carinfo-view .car-data-expand .row1-col3,
.container-large2 .carinfo-view .car-data-expand .row1-col4,
.container-large2 .carinfo-view .car-data-expand .row1-col5,
.container-large2 .carinfo-view .car-data-expand .row1-col6 {
  width: 14.2857142857%;
}
.container-large2 .carinfo-view .car-data-expand .row1-col7 {
  width: 14.2857142857%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col1,
.container-large2 .carinfo-view .car-data-expand .row2-col2 {
  width: 14.2857142857%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col3 {
  width: 7.1798667654%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col4 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col5 {
  width: 7.1798667654%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col6 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col7 {
  width: 7.2538860104%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col8 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col9 {
  width: 14.2116950407%;
}
.container-large2 .carinfo-view .car-data-expand .row2-col10 {
  width: 14.2857142857%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col1 {
  width: 10.5847520355%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col2 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col3 {
  width: 16.4322723908%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col4 {
  width: 15.0999259808%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col5 {
  width: 16.3582531458%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col6 {
  width: 13.0273871207%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col7 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data2-expand .row1-col8 {
  width: 14.2857142857%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col1 {
  width: 11.8430792006%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col2 {
  width: 10.5847520355%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col3 {
  width: 14.3597335307%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col4 {
  width: 5.9215396003%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col5 {
  width: 5.9215396003%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col6 {
  width: 5.9215396003%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col7 {
  width: 18.2087342709%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col8 {
  width: 5.8475203553%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col9 {
  width: 7.1058475204%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col10 {
  width: 9.1783863805%;
}
.container-large2 .carinfo-view .car-data2-expand .row2-col11 {
  width: 5.1073279053%;
}
.container-large3 .carinfo-view .car-data-expand .row1-col1,
.container-large3 .carinfo-view .car-data-expand .row1-col2,
.container-large3 .carinfo-view .car-data-expand .row1-col3,
.container-large3 .carinfo-view .car-data-expand .row1-col4,
.container-large3 .carinfo-view .car-data-expand .row1-col5,
.container-large3 .carinfo-view .car-data-expand .row1-col6 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data-expand .row1-col7 {
  width: 14.2317380353%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col1,
.container-large3 .carinfo-view .car-data-expand .row2-col2 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col3 {
  width: 7.1158690176%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col4,
.container-large3 .carinfo-view .car-data-expand .row2-col5,
.container-large3 .carinfo-view .car-data-expand .row2-col7 {
  width: 7.1788413098%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col6,
.container-large3 .carinfo-view .car-data-expand .row2-col8 {
  width: 7.1158690176%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col9 {
  width: 14.2317380353%;
}
.container-large3 .carinfo-view .car-data-expand .row2-col10 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col1 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col2 {
  width: 7.4307304786%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col3 {
  width: 13.9798488665%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col4 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col5 {
  width: 14.3576826196%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col6 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col7 {
  width: 7.1158690176%;
}
.container-large3 .carinfo-view .car-data2-expand .row1-col8 {
  width: 14.2317380353%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col1 {
  width: 14.2947103275%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col2 {
  width: 11.3350125945%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col3 {
  width: 12.5944584383%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col4 {
  width: 6.9269521411%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col5 {
  width: 6.8010075567%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col6 {
  width: 6.8010075567%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col7 {
  width: 13.6020151134%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col8 {
  width: 6.2972292191%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col9 {
  width: 7.1158690176%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col10 {
  width: 9.9496221662%;
}
.container-large3 .carinfo-view .car-data2-expand .row2-col11 {
  width: 4.282115869%;
}
.container-large4 .carinfo-view .car-data3-expand {
  width: 100%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col1 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col2 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col3 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col4 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col5 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col6 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col7 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row1-col8 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col1 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col2 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col3 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col4 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col5 {
  width: 6.289978678%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col6 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col7 {
  width: 12.5799573561%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col8 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col9 {
  width: 6.289978678%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col10 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data3-expand .row2-col11 {
  width: 6.1300639659%;
}
.container-large4 .carinfo-view .car-data4-expand {
  width: 100%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col1 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col2 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col3 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col4 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col5 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col6 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col7 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row1-col8 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col1 {
  width: 12.4200426439%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col2 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col3 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col4 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col5 {
  width: 6.289978678%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col6 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col7 {
  width: 12.5799573561%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col8 {
  width: 6.236673774%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col9 {
  width: 6.289978678%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col10 {
  width: 12.526652452%;
}
.container-large4 .carinfo-view .car-data4-expand .row2-col11 {
  width: 6.1300639659%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col1 {
  width: 11.4548494983%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col2 {
  width: 7.8595317726%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col3 {
  width: 15.0501672241%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col4 {
  width: 15.0501672241%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col5 {
  width: 15.0501672241%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col6 {
  width: 15.0501672241%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col7 {
  width: 7.7759197324%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row1-col8 {
  width: 12.7090301003%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col1 {
  width: 12.5418060201%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col2 {
  width: 9.5317725753%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col3 {
  width: 14.4648829431%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col4 {
  width: 5.1003344482%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col5 {
  width: 5.1003344482%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col6 {
  width: 5.6856187291%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col7 {
  width: 18.143812709%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col8 {
  width: 4.5986622074%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col9 {
  width: 5.1003344482%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col10 {
  width: 14.2140468227%;
}
.container-large-pdf01 .carinfo-view .car-data-expand .row2-col11 {
  width: 5.5183946488%;
}
.carinfo-view .fault-image-net-side {
  width: 149px;
  position: absolute;
  bottom: 15px;
  right: 19px;
}
.carinfo-view .fault-image-net-side p {
  text-align: left;
}
.carinfo-view .fault-image-net-side table {
  width: 100%;
  border-collapse: collapse;
}
.carinfo-view .fault-image-net-side table th {
  background: #EEF0F0;
  padding: 3px;
  border: 1px solid #C3C3C3;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 27px;
}
.carinfo-view .fault-image-net-side table td {
  background: #fff;
  padding: 5px 3px;
  border: 1px solid #C3C3C3;
  text-align: center;
  font-size: 1.4rem;
  height: 31px;
}
.carinfo-view .fault-image-net {
  width: 382px;
  margin: auto;
  height: 440px;
  background: #fff url("../images/bg-net.png") no-repeat center top;
  position: relative;
}
.carinfo-view .fault-image-net.modal-open {
  z-index: 501;
}
.carinfo-view .fault-image-net.truck {
  background-image: url("../images/bg-net-truck.png");
  background-size: contain;
  background-position: center top;
  width: 392px;
}
.carinfo-view .fault-image-net-btn {
  width: 24px;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  font-size: 1.2rem;
  z-index: 1;
}
.carinfo-view .fault-image-net-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carinfo-view .fault-image-net-btn.active {
  border: 1px solid #EF6C00;
  background: #FEDAB4;
  color: #000000;
}
.carinfo-view .fault-image-net-btn.data-change {
  border: 1px solid #C3C3C3;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.carinfo-view .fault-image-net-btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.carinfo-view .fault-image-net-btn[disabled].active {
  opacity: 1;
}
.carinfo-view .fault-image-net-btn[disabled].active::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: rgba(255, 255, 255, 0.8);
}
.carinfo-view .fault-image-net-btn.open {
  background: #788187;
  color: #fff;
  border-color: #788187;
}
.carinfo-view .fault-image-net-btn.btn-1 {
  top: -0.9090909091%;
  left: 34.554973822%;
}
.carinfo-view .fault-image-net-btn.btn-2 {
  top: -0.9090909091%;
  left: 59.1623036649%;
}
.carinfo-view .fault-image-net-btn.btn-3 {
  top: 5.2272727273%;
  left: 20.4188481675%;
}
.carinfo-view .fault-image-net-btn.btn-4 {
  top: 5.2272727273%;
  left: 73.2984293194%;
}
.carinfo-view .fault-image-net-btn.btn-5 {
  top: 5.2272727273%;
  left: 31.9371727749%;
}
.carinfo-view .fault-image-net-btn.btn-6 {
  top: 5.2272727273%;
  left: 61.780104712%;
}
.carinfo-view .fault-image-net-btn.btn-7 {
  top: 12.2727272727%;
  left: 31.9371727749%;
}
.carinfo-view .fault-image-net-btn.btn-8 {
  top: 12.2727272727%;
  left: 61.780104712%;
}
.carinfo-view .fault-image-net-btn.btn-9 {
  top: 12.2727272727%;
  left: 46.8586387435%;
}
.carinfo-view .fault-image-net-btn.btn-10 {
  top: 17.0454545455%;
  left: 15.1832460733%;
}
.carinfo-view .fault-image-net-btn.btn-11 {
  top: 25%;
  left: 18.8481675393%;
}
.carinfo-view .fault-image-net-btn.btn-12 {
  top: 17.0454545455%;
  left: 78.5340314136%;
}
.carinfo-view .fault-image-net-btn.btn-13 {
  top: 25%;
  left: 74.8691099476%;
}
.carinfo-view .fault-image-net-btn.btn-14 {
  top: 21.5909090909%;
  left: 38.219895288%;
}
.carinfo-view .fault-image-net-btn.btn-15 {
  top: 21.5909090909%;
  left: 55.497382199%;
}
.carinfo-view .fault-image-net-btn.btn-16 {
  top: 35.6818181818%;
  left: 14.1361256545%;
}
.carinfo-view .fault-image-net-btn.btn-17 {
  top: 42.0454545455%;
  left: 14.1361256545%;
}
.carinfo-view .fault-image-net-btn.btn-18 {
  top: 35.6818181818%;
  left: 79.5811518325%;
}
.carinfo-view .fault-image-net-btn.btn-19 {
  top: 42.0454545455%;
  left: 79.5811518325%;
}
.carinfo-view .fault-image-net-btn.btn-20 {
  top: 35.6818181818%;
  left: 2.6178010471%;
}
.carinfo-view .fault-image-net-btn.btn-21 {
  top: 54.5454545455%;
  left: 2.6178010471%;
}
.carinfo-view .fault-image-net-btn.btn-22 {
  top: 35.6818181818%;
  left: 91.0994764398%;
}
.carinfo-view .fault-image-net-btn.btn-23 {
  top: 54.5454545455%;
  left: 91.0994764398%;
}
.carinfo-view .fault-image-net-btn.btn-24 {
  top: 50.4545454545%;
  left: 14.1361256545%;
}
.carinfo-view .fault-image-net-btn.btn-25 {
  top: 56.8181818182%;
  left: 14.1361256545%;
}
.carinfo-view .fault-image-net-btn.btn-26 {
  top: 50.4545454545%;
  left: 79.5811518325%;
}
.carinfo-view .fault-image-net-btn.btn-27 {
  top: 56.8181818182%;
  left: 79.5811518325%;
}
.carinfo-view .fault-image-net-btn.btn-28 {
  top: 32.9545454545%;
  left: 41.3612565445%;
}
.carinfo-view .fault-image-net-btn.btn-29 {
  top: 32.9545454545%;
  left: 52.3560209424%;
}
.carinfo-view .fault-image-net-btn.btn-30 {
  top: 34.5454545455%;
  left: 30.890052356%;
}
.carinfo-view .fault-image-net-btn.btn-31 {
  top: 34.5454545455%;
  left: 62.8272251309%;
}
.carinfo-view .fault-image-net-btn.btn-32 {
  top: 46.3636363636%;
  left: 20.942408377%;
}
.carinfo-view .fault-image-net-btn.btn-33 {
  top: 46.3636363636%;
  left: 72.7748691099%;
}
.carinfo-view .fault-image-net-btn.btn-34 {
  top: 58.4090909091%;
  left: 27.7486910995%;
}
.carinfo-view .fault-image-net-btn.btn-35 {
  top: 58.4090909091%;
  left: 65.9685863874%;
}
.carinfo-view .fault-image-net-btn.btn-36 {
  top: 42.2727272727%;
  left: 46.8586387435%;
}
.carinfo-view .fault-image-net-btn.btn-37 {
  top: 49.5454545455%;
  left: 46.8586387435%;
}
.carinfo-view .fault-image-net-btn.btn-38 {
  top: 65.6818181818%;
  left: 18.8481675393%;
}
.carinfo-view .fault-image-net-btn.btn-39 {
  top: 72.5%;
  left: 18.8481675393%;
}
.carinfo-view .fault-image-net-btn.btn-40 {
  top: 65.6818181818%;
  left: 74.8691099476%;
}
.carinfo-view .fault-image-net-btn.btn-41 {
  top: 72.5%;
  left: 74.8691099476%;
}
.carinfo-view .fault-image-net-btn.btn-42 {
  top: 67.7272727273%;
  left: 38.219895288%;
}
.carinfo-view .fault-image-net-btn.btn-43 {
  top: 67.7272727273%;
  left: 55.497382199%;
}
.carinfo-view .fault-image-net-btn.btn-44 {
  top: 40.9090909091%;
  left: 27.7486910995%;
}
.carinfo-view .fault-image-net-btn.btn-45 {
  top: 40.9090909091%;
  left: 65.9685863874%;
}
.carinfo-view .fault-image-net-btn.btn-46 {
  top: 51.1363636364%;
  left: 27.7486910995%;
}
.carinfo-view .fault-image-net-btn.btn-47 {
  top: 51.1363636364%;
  left: 65.9685863874%;
}
.carinfo-view .fault-image-net-btn.btn-48 {
  top: 65.6818181818%;
  left: 27.7486910995%;
}
.carinfo-view .fault-image-net-btn.btn-49 {
  top: 65.6818181818%;
  left: 65.9685863874%;
}
.carinfo-view .fault-image-net-btn.btn-50 {
  top: 58.4090909091%;
  left: 46.8586387435%;
}
.carinfo-view .fault-image-net-btn.btn-51 {
  top: 75%;
  left: 34.554973822%;
}
.carinfo-view .fault-image-net-btn.btn-52 {
  top: 75%;
  left: 59.1623036649%;
}
.carinfo-view .fault-image-net-btn.btn-53 {
  top: 80.4545454545%;
  left: 41.3612565445%;
}
.carinfo-view .fault-image-net-btn.btn-54 {
  top: 80.4545454545%;
  left: 52.3560209424%;
}
.carinfo-view .fault-image-net-btn.btn-55 {
  top: 84.0909090909%;
  left: 20.4188481675%;
}
.carinfo-view .fault-image-net-btn.btn-56 {
  top: 84.0909090909%;
  left: 73.2984293194%;
}
.carinfo-view .fault-image-net-btn.btn-57 {
  top: 91.3636363636%;
  left: 34.554973822%;
}
.carinfo-view .fault-image-net-btn.btn-58 {
  top: 91.3636363636%;
  left: 57.5916230366%;
}
.carinfo-view .fault-image-net-btn.btn-59 {
  top: 25%;
  left: 7.3298429319%;
}
.carinfo-view .fault-image-net-btn.btn-60 {
  top: 25%;
  left: 86.387434555%;
}
.carinfo-view .fault-image-net-btn.btn-61 {
  top: 64.5454545455%;
  left: 7.3298429319%;
}
.carinfo-view .fault-image-net-btn.btn-62 {
  top: 64.5454545455%;
  left: 86.387434555%;
}
.carinfo-view .fault-image-net-btn.btn-63 {
  top: 83.6363636364%;
  left: 3.9267015707%;
}
.carinfo-view .fault-image-net-btn.btn-64 {
  top: 13.6363636364%;
  left: 1.832460733%;
}
.carinfo-view .fault-image-net-btn.btn-65 {
  top: 13.6363636364%;
  left: 91.8848167539%;
}
.carinfo-view .fault-image-net-btn.btn-66 {
  top: 72.7272727273%;
  left: 1.832460733%;
}
.carinfo-view .fault-image-net-btn.btn-67 {
  top: 72.7272727273%;
  left: 91.8848167539%;
}
.carinfo-view .fault-image-net-btn.btn-68 {
  top: 90.9090909091%;
  left: 3.9267015707%;
}
.carinfo-view .fault-image-net-btn.static {
  pointer-events: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: auto;
  width: auto;
}
.carinfo-view .fault-image-net-btn.btn-64.static {
  top: 15.6818181818%;
  left: 3.1413612565%;
}
.carinfo-view .fault-image-net-btn.btn-65.static {
  top: 15.6818181818%;
  left: 93.1937172775%;
}
.carinfo-view .fault-image-net-btn.btn-66.static {
  top: 75.2272727273%;
  left: 3.1413612565%;
}
.carinfo-view .fault-image-net-btn.btn-67.static {
  top: 75.2272727273%;
  left: 93.1937172775%;
}
.carinfo-view .fault-image-net-btn.btn-68.static {
  top: 93.1818181818%;
  left: 5.2356020942%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn {
  width: 24px;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  font-size: 1.2rem;
  z-index: 1;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.active {
  border: 1px solid #EF6C00;
  background: #FEDAB4;
  color: #000000;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn[disabled].active {
  opacity: 1;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn[disabled].active::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: rgba(255, 255, 255, 0.8);
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.open {
  background: #788187;
  color: #fff;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-1 {
  left: 33.6734693878%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-2 {
  left: 57.6530612245%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-3 {
  top: 4.5454545455%;
  left: 28.5714285714%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-4 {
  top: 4.5454545455%;
  left: 66.5816326531%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-5 {
  top: 5.4545454545%;
  left: 41.8367346939%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-6 {
  top: 5.4545454545%;
  left: 53.3163265306%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-7 {
  top: 11.3636363636%;
  left: 35.7142857143%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-8 {
  top: 11.3636363636%;
  left: 59.4387755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-9 {
  top: 13.4090909091%;
  left: 47.193877551%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-10 {
  top: 17.7272727273%;
  left: 21.4285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-11 {
  top: 26.3636363636%;
  left: 23.7244897959%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-12 {
  top: 17.7272727273%;
  left: 73.4693877551%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-13 {
  top: 26.3636363636%;
  left: 71.4285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-14 {
  top: 22.7272727273%;
  left: 43.112244898%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-15 {
  top: 22.7272727273%;
  left: 52.0408163265%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-16 {
  top: 36.3636363636%;
  left: 16.8367346939%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-17 {
  top: 43.1818181818%;
  left: 16.8367346939%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-18 {
  top: 36.3636363636%;
  left: 78.3163265306%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-19 {
  top: 43.1818181818%;
  left: 78.3163265306%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-20 {
  top: 39.3181818182%;
  left: 7.1428571429%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-21 {
  top: 50.6818181818%;
  left: 7.1428571429%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-22 {
  top: 39.3181818182%;
  left: 88.0102040816%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-23 {
  top: 50.6818181818%;
  left: 88.0102040816%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-24 {
  top: 50.6818181818%;
  left: 17.8571428571%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-25 {
  top: 57.5%;
  left: 17.8571428571%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-26 {
  top: 50.6818181818%;
  left: 77.2959183673%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-27 {
  top: 57.5%;
  left: 77.2959183673%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-28 {
  top: 32.5%;
  left: 41.8367346939%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-29 {
  top: 32.5%;
  left: 53.8265306122%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-30 {
  top: 33.1818181818%;
  left: 31.887755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-31 {
  top: 33.1818181818%;
  left: 63.2653061224%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-32 {
  top: 45.9090909091%;
  left: 31.887755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-33 {
  top: 45.9090909091%;
  left: 63.2653061224%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-34 {
  top: 58.6363636364%;
  left: 31.887755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-35 {
  top: 58.6363636364%;
  left: 63.2653061224%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-36 {
  top: 41.3636363636%;
  left: 47.9591836735%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-37 {
  top: 50.4545454545%;
  left: 47.9591836735%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-38 {
  top: 66.5909090909%;
  left: 25%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-39 {
  top: 73.1818181818%;
  left: 23.4693877551%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-40 {
  top: 66.5909090909%;
  left: 70.4081632653%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-41 {
  top: 73.1818181818%;
  left: 71.4285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-42 {
  top: 68.6363636364%;
  left: 42.0918367347%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-43 {
  top: 68.6363636364%;
  left: 53.5714285714%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-44 {
  top: 39.5454545455%;
  left: 31.887755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-45 {
  top: 39.5454545455%;
  left: 63.2653061224%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-46 {
  top: 52.2727272727%;
  left: 31.887755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-47 {
  top: 52.2727272727%;
  left: 63.2653061224%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-48 {
  top: 65.6818181818%;
  left: 27.0408163265%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-49 {
  top: 65.6818181818%;
  left: 64.2857142857%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-50 {
  top: 59.0909090909%;
  left: 47.9591836735%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-51 {
  top: 78.1818181818%;
  left: 35.7142857143%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-52 {
  top: 78.1818181818%;
  left: 59.9489795918%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-53 {
  top: 78.6363636364%;
  left: 44.387755102%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-54 {
  top: 78.6363636364%;
  left: 51.0204081633%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-55 {
  top: 86.5909090909%;
  left: 33.1632653061%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-56 {
  top: 86.5909090909%;
  left: 62.5%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-57 {
  top: 93.1818181818%;
  left: 33.6734693878%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-58 {
  top: 93.1818181818%;
  left: 56.1224489796%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-59 {
  top: 24.7727272727%;
  left: 12.2448979592%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-60 {
  top: 24.7727272727%;
  left: 82.9081632653%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-61 {
  top: 66.8181818182%;
  left: 12.2448979592%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-62 {
  top: 66.8181818182%;
  left: 82.9081632653%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-63 {
  top: 84.7727272727%;
  left: 13.5204081633%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-64 {
  top: 15%;
  left: 7.6530612245%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-65 {
  top: 15%;
  left: 87.5%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-66 {
  top: 72.7272727273%;
  left: 7.9081632653%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-67 {
  top: 72.7272727273%;
  left: 87.7551020408%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-68 {
  top: 90.9090909091%;
  left: 13.5204081633%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-69 {
  top: 78.4090909091%;
  left: 7.9081632653%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-70 {
  top: 78.4090909091%;
  left: 87.7551020408%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-71 {
  top: 96.5909090909%;
  left: 13.5204081633%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.static {
  pointer-events: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: auto;
  width: auto;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-64.static {
  top: 17.7272727273%;
  left: 8.9285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-65.static {
  top: 17.7272727273%;
  left: 89.0306122449%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-66.static {
  top: 74.5454545455%;
  left: 8.9285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-67.static {
  top: 74.5454545455%;
  left: 89.0306122449%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-68.static {
  top: 93.4090909091%;
  left: 14.7959183673%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-69.static {
  top: 78.4090909091%;
  left: 8.9285714286%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-70.static {
  top: 78.4090909091%;
  left: 89.0306122449%;
}
.carinfo-view .fault-image-net.truck .fault-image-net-btn.btn-71.static {
  top: 96.8181818182%;
  left: 14.7959183673%;
}
.carinfo-view .row4-col2 .p-scrollbar,
.carinfo-view .row4-col3 .p-scrollbar,
.carinfo-view .row4-col5 .p-scrollbar {
  width: 100%;
  max-height: 195px;
  position: relative;
  padding-right: 5px;
}
.carinfo-view .row4-col5 .block-contact-person .p-scrollbar {
  max-height: 330px;
}
.carinfo-view .fault-image-list-wrapper {
  height: 100%;
  margin: 6px auto;
  max-height: 412px;
  scrollbar-color: #666 #e2e3e4;
  scrollbar-width: thin;
  position: relative;
}
.carinfo-view .fault-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 10px 0 6px;
}
.carinfo-view .fault-image-item {
  border-bottom: 1px solid #e2e3e4;
  width: 170px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.carinfo-view .fault-image-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.carinfo-view .fault-image-item img {
  max-width: 100%;
  height: auto;
}
.carinfo-view .fault-image-item-thumb {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
  position: relative;
}
.carinfo-view .fault-image-item-thumb.good::after {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 4px;
  top: 4px;
  content: "";
  background: url("../images/icon-good.png") no-repeat;
}
.carinfo-view .fault-image-item-detail {
  font-size: 1rem;
}
.carinfo-view .fault-image-item-detail-list {
  display: grid;
  grid-template-columns: 46px 1fr;
}
.carinfo-view .fault-image-item-detail-list dt,
.carinfo-view .fault-image-item-detail-list dd {
  line-height: 1.6;
  font-size: 1rem;
}
.carinfo-view .fault-image-item-detail-list dt {
  position: relative;
  font-weight: 400;
}
.carinfo-view .fault-image-item-detail-list dt::before {
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  font-size: inherit;
}
.carinfo-view .other-info-btn {
  width: 100%;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin-bottom: 8px;
}
.carinfo-view .other-info-btn .attention-mark {
  position: relative;
  display: inline-block;
}
.carinfo-view .other-info-btn .attention-mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EB0A1E;
}

.container-large4 .carinfo-view .car-data-expand .row1-col1 {
  width: 14.1866666667%;
}
.container-large4 .carinfo-view .car-data-expand .row1-col2 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data-expand .row1-col3,
.container-large4 .carinfo-view .car-data-expand .row1-col4,
.container-large4 .carinfo-view .car-data-expand .row1-col5 {
  width: 14.2933333333%;
}
.container-large4 .carinfo-view .car-data-expand .row1-col6 {
  width: 14.4%;
}
.container-large4 .carinfo-view .car-data-expand .row1-col7 {
  width: 14.1866666667%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col1 {
  width: 14.1866666667%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col2 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col3,
.container-large4 .carinfo-view .car-data-expand .row2-col4,
.container-large4 .carinfo-view .car-data-expand .row2-col5,
.container-large4 .carinfo-view .car-data-expand .row2-col6,
.container-large4 .carinfo-view .car-data-expand .row2-col7 {
  width: 7.1466666667%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col8 {
  width: 7.2%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col9 {
  width: 28.5333333333%;
}
.container-large4 .carinfo-view .car-data-expand .row2-col9 .block-in-option {
  height: 52px;
}
.container-large4 .carinfo-view .car-data-expand .row2-col9 .block-in-option.col-5 > * {
  width: 20%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col1 {
  width: 8.48%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col2 {
  width: 5.7066666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col3 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col4 {
  width: 14.2933333333%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col5 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col6 {
  width: 14.2933333333%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col7 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row1-col8 {
  width: 14.1866666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col1 {
  width: 14.1866666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col2 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col3,
.container-large4 .carinfo-view .car-data2-expand .row2-col4 {
  width: 7.1466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col5 {
  width: 7.2%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col6 {
  width: 14.2933333333%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col7 {
  width: 7.1466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col8 {
  width: 7.2%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col9 {
  width: 14.3466666667%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col9 .block-in-option {
  height: 52px;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col9 .block-in-option.col-5 > * {
  width: 20%;
}
.container-large4 .carinfo-view .car-data2-expand .row2-col10 {
  width: 6.9866666667%;
}
.container-large4 .carinfo-view .row3-col1 {
  width: 4.5333333333%;
}
.container-large4 .carinfo-view .row3-col2 {
  width: 27.7333333333%;
}
.container-large4 .carinfo-view .row3-col2 .unit {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.container-large4 .carinfo-view .row3-col3 {
  width: 9.6533333333%;
}
.container-large4 .carinfo-view .row3-col4 {
  width: 10.08%;
}
.container-large4 .carinfo-view .row3-col5 {
  width: 10.1866666667%;
}
.container-large4 .carinfo-view .row3-col6 {
  width: 6.9333333333%;
}
.container-large4 .carinfo-view .row3-col7 {
  width: 7.2533333333%;
}
.container-large4 .carinfo-view .row3-col8 {
  width: 6.9333333333%;
}
.container-large4 .carinfo-view .row3-col9 {
  width: 7.2533333333%;
}
.container-large4 .carinfo-view .row3-col10 {
  width: 9.4933333333%;
}
.container-large4 .carinfo-view .row4-col1 {
  position: relative;
  width: 31.0933333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 171px;
}
.container-large4 .carinfo-view .row4-col2 {
  width: 17.5466666667%;
}
.container-large4 .carinfo-view .row4-col3 {
  width: 17.4933333333%;
}
.container-large4 .carinfo-view .row4-col4 {
  width: 19.84%;
}
.container-large4 .carinfo-view .row4-col5 {
  width: 14.0266666667%;
}
.container-large4 .carinfo-view .fault-image-list-wrapper {
  margin-bottom: 0px;
}
.container-large4 .carinfo-view .fault-image-item {
  width: calc(50% - 4px);
  margin-right: 8px;
}
.container-large4 .carinfo-view .fault-image-item:nth-child(2n) {
  margin-right: 0;
}
.container-large4 .carinfo-view .fault-image-item:last-child {
  border-bottom: 1px solid #e2e3e4;
}

.calc-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fde6e8;
  border-radius: 4px;
  padding: 0 8px 0 20px;
  margin-left: 8px;
}
.calc-base .re-calc-btn {
  width: 180px;
  height: 32px;
  background: url("../images/icon-repeat.svg") no-repeat right 8px center, -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: url("../images/icon-repeat.svg") no-repeat right 8px center, linear-gradient(#d8874d 0%, #de5d00 100%);
  color: #fff;
}
.calc-base .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.calc-base .select-wrapper select {
  width: 148px;
}
.calc-base .select-wrapper.select-wrapper-dl {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #C3C3C3;
}
.calc-base .select-wrapper.select-wrapper-dl:last-child {
  border-right: none;
}
.calc-base .select-wrapper.select-wrapper-dl .dt,
.calc-base .select-wrapper.select-wrapper-dl .dd {
  font-size: 1.4rem;
}
.calc-base .select-wrapper.select-wrapper-dl .dt {
  position: relative;
  font-weight: 500;
}
.calc-base .select-wrapper.select-wrapper-dl .dt::after {
  content: "：";
}
.calc-base .select-label {
  font-size: 1.4rem;
  margin-right: 6px;
}

.calc-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-wrapper .hide {
  opacity: 0;
  pointer-events: none;
}
.calc-wrapper .hidden {
  display: none;
}

.calc-bottom-wrapper {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.calc-info {
  width: 406px;
}
* + .calc-info {
  margin-left: 20px;
}
* + .calc-info.calc-info-large {
  margin-left: 12px;
}
.calc-info.calc-info-large {
  width: 678px;
}

.calc-purchase {
  width: 744px;
}
.calc-purchase-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
}
.calc-purchase-header02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
}
.calc-purchase-header02 .calc-base .select-wrapper {
  margin-right: 10px;
}
.calc-purchase-title {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 40px;
}
.calc-purchase-note {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #eb0a1e;
}
.calc-purchase-note.fs-s {
  font-size: 1.4rem;
}
.calc-purchase-note.fs-s02 {
  font-size: 1.2rem;
}
.calc-purchase-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.calc-purchase-sub .carinfo-view-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.calc-purchase-sub .calc-base {
  min-height: 61px;
}
.calc-purchase.calc-purchase-medium {
  width: 730px;
}
.calc-purchase.calc-purchase-medium02 {
  width: 616px;
}
.calc-purchase.calc-purchase-medium02 .calc-table tbody th {
  width: 216px;
  height: 26px;
}
.calc-purchase.calc-purchase-medium02 .calc-table tbody td {
  width: 200px;
  height: 26px;
}
.calc-purchase.calc-purchase-medium02 .calc-table tbody th.offset {
  height: 30px;
  border-top: none;
  border-bottom: none;
}
.calc-purchase.calc-purchase-medium02 .calc-table tbody .offset-inner {
  border-right: none;
  border-bottom: none;
}
.calc-purchase.calc-purchase-large {
  width: 900px;
}
.calc-purchase.calc-purchase-large .calc-table tbody th {
  width: 24%;
}
.calc-purchase.calc-purchase-large .calc-table tbody td {
  width: 19%;
}
.calc-purchase.calc-purchase-large02 {
  width: 857px;
}
.calc-purchase.calc-purchase-large02 .calc-table tbody th {
  width: 27%;
}
.calc-purchase.calc-purchase-large02 .calc-table tbody td {
  width: 36.5%;
}
.calc-purchase.calc-purchase-large03 {
  width: 63.0319148936%;
}
.calc-purchase.calc-purchase-large03 .calc-table tbody th {
  width: 21%;
}
.calc-purchase.calc-purchase-large03 .calc-table tbody td {
  width: 26.3333%;
  padding-left: 20px;
  padding-right: 20px;
}
.calc-purchase.calc-purchase-large03 .calc-table tbody td .fsz-20 {
  font-size: 2rem;
}
.calc-purchase-btn-change {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.calc-purchase-btn-change::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 26px;
  height: 26px;
  background: url("../images/icon_square-arrow-right-left.svg") no-repeat center;
  background-size: contain;
}
.calc-purchase-btn-change:hover {
  opacity: 0.7;
}
.calc-purchase-btn-plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.calc-purchase-btn-plus::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 26px;
  height: 26px;
  background: url("../images/icon_square-plus.svg") no-repeat center;
  background-size: contain;
}
.calc-purchase-btn-plus:hover {
  opacity: 0.7;
}

.calc-table {
  width: 100%;
  margin-bottom: 8px;
}
.calc-table:last-child {
  margin-bottom: 0;
}
.calc-table .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-table .zanka-rate {
  font-size: 1.4rem;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
  color: #4d66d8;
  margin-right: auto;
  line-height: 1;
}
.calc-table .zanka-rate.fsz-20 {
  font-size: 2rem;
}
.calc-table .unit {
  margin-left: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 3px;
}
.calc-table .volume {
  text-align: center;
  font-size: 1.4rem;
}
.calc-table .volume.green {
  color: #008844;
}
.calc-table .volume.red {
  color: #eb0a1e;
}
.calc-table th,
.calc-table td {
  padding: 1px 3px;
  line-height: 1.143;
}
.calc-table th.hidden,
.calc-table td.hidden {
  display: none;
}
.calc-table thead tr:nth-child(1) th {
  font-size: 1.4rem;
  padding-top: 7px;
  padding-bottom: 5px;
}
.calc-table thead th select {
  margin-left: 0.5em;
}
.calc-table thead th.bgcolor-green {
  background-color: #D3F0E7;
}
.calc-table thead th.bgcolor-orange {
  background-color: #FFD9CC;
}
.calc-table tbody th {
  width: 29.4520547945%;
}
.calc-table tbody td {
  width: 23.0136986301%;
  text-align: right;
}
.calc-table tbody td .txt-center {
  text-align: center;
}
.calc-table tbody td > span + span {
  margin-left: 0.5em;
}
.calc-table tbody .border-bottom-none {
  border-bottom: none;
}
.calc-table tbody .offset {
  padding: 0;
  border: 0;
  border-left: 1px solid #c3c3c3;
}
.calc-table tbody .offset-inner {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  margin: 0 0 0 9px;
  padding-top: 2px;
  padding-left: 6px;
}
.calc-table tbody .offset-inner .required {
  margin-right: 0.5em;
}
.calc-table tbody .offset-inner .calc-purchase-btn-plus {
  margin-left: auto;
  margin-right: 5px;
}
.calc-table tbody input {
  margin: 0 3px;
  font-size: 1.4rem;
  width: 54px;
  padding: 2px 6px;
  line-height: 1.143;
}
.calc-table tbody select {
  width: 7rem;
  text-align: left;
  height: 24px;
  padding: 2px 3px 0;
  line-height: 1.143;
}
.calc-table:nth-child(1) tbody th,
.calc-table:nth-child(1) tbody td {
  height: 28px;
}

.transition-graph {
  width: 440px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.transition-graph.transition-graph-large {
  width: 584px;
}
.transition-graph.transition-graph-xlarge {
  width: 678px;
}
.transition-graph.transition-graph-xlarge .tab-transition-graph-panel {
  padding-left: 50px;
  padding-right: 20px;
}
.transition-graph.transition-graph-xlarge .tab-transition-lineGraph-table {
  width: 604px;
}
.transition-graph.transition-graph-xlarge .tab-transition-lineGraph-vertical-line.expected-day {
  width: calc(100% - 118px);
}
.transition-graph.transition-graph-xlarge02 {
  width: 753px;
}
.transition-graph.transition-graph-xlarge02 .tab-transition-graph-panel {
  padding-left: 90px;
  padding-right: 56px;
}
.transition-graph.transition-graph-xlarge02 .tab-transition-lineGraph-table {
  width: 604px;
}
.transition-graph.transition-graph-xlarge02 .tab-transition-lineGraph-vertical-line.expected-day {
  width: calc(100% - 118px);
}
.transition-graph.transition-graph-xlarge03 {
  width: 753px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.transition-graph.transition-graph-xlarge03 textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.transition-graph-nav {
  margin-bottom: 2px;
}
.transition-graph-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  border-bottom: 2px solid #788187;
}
.transition-graph-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.transition-graph-nav-btn {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 8px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  margin: 0;
}
.transition-graph-nav-btn:hover, .transition-graph-nav-btn.open {
  border: 1px solid #788187;
  background: #788187;
  color: #fff;
}

.transition-graph-sidebtns {
  width: 227px;
  margin-left: 13px;
}
.transition-graph-sidebtns .transition-graph-btn {
  width: 100%;
  margin-bottom: 11px;
}

.tab-transition-graph-panel {
  border: 2px solid #E2E3E4;
  border-radius: 4px;
  padding: 12px 41px;
  height: 337px;
}

.tab-transition-graph-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.tab-transition-graph-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}
.tab-transition-graph-label:last-child {
  margin-right: 0;
}
.tab-transition-graph-label::before, .tab-transition-graph-label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tab-transition-graph-label::before {
  border-radius: 50%;
  left: 5px;
  width: 7px;
  height: 7px;
}
.tab-transition-graph-label::after {
  left: 0;
  width: 17px;
  height: 1px;
}
.tab-transition-graph-label.bid::before, .tab-transition-graph-label.bid::after {
  background-color: #D81B60;
}
.tab-transition-graph-label.predictive::before, .tab-transition-graph-label.predictive::after {
  background-color: #4D66D8;
}
.tab-transition-graph-label.own-company::before, .tab-transition-graph-label.own-company::after {
  background-color: #808080;
}
.tab-transition-graph-label.takeback, .tab-transition-graph-label.present {
  padding-left: 10px;
}
.tab-transition-graph-label.takeback::before, .tab-transition-graph-label.present::before {
  display: none;
}
.tab-transition-graph-label.takeback::after, .tab-transition-graph-label.present::after {
  left: 5px;
  width: 2px;
  height: 10px;
  bottom: auto;
  top: 1px;
}
.tab-transition-graph-label.takeback::after {
  background-color: #FF5722;
}
.tab-transition-graph-label.present {
  margin-left: auto;
}
.tab-transition-graph-label.present::after {
  background-color: #00AC78;
}

.tab-transition-graph-table {
  width: 100%;
  margin-bottom: 8px;
}
.tab-transition-graph-table th {
  font-weight: 500;
}
.tab-transition-graph-table th,
.tab-transition-graph-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 3px;
  line-height: 1.2;
  font-size: 1.2rem;
}
.tab-transition-graph-table thead th {
  padding: 9px 0;
  background: #e2e3e4;
  text-align: center;
  vertical-align: center;
}
.tab-transition-graph-table tbody th {
  width: 130px;
  background: #eef0f0;
  font-weight: normal;
  padding: 8px 10px;
}
.tab-transition-graph-table tbody td {
  text-align: center;
  padding: 8px 0px;
}

.tab-transition-lineGraph {
  position: relative;
}
.tab-transition-lineGraph-y {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: -35px;
  top: 0;
  font-size: 1.2rem;
  line-height: 1;
  height: 265px;
  width: 30px;
}
.tab-transition-lineGraph-x {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 3px;
}
.tab-transition-lineGraph-x > *:not(:first-child):not(:last-child) {
  text-indent: -1em;
}
.tab-transition-lineGraph-x > *:last-child {
  text-align: right;
}
.tab-transition-lineGraph-x .color-green {
  color: #00AC78;
}
.tab-transition-lineGraph-table {
  border: 1px solid #788187;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  width: 497px;
  height: 265px;
}
.tab-transition-lineGraph-table-col {
  border-right: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.tab-transition-lineGraph-table-col:last-child {
  border-right: none;
}
.tab-transition-lineGraph-table-col .cell {
  border-bottom: 1px solid #E2E3E4;
  display: block;
  height: 21px;
}
.tab-transition-lineGraph-table-col .cell:last-child {
  border-bottom: none;
}
.tab-transition-lineGraph-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tab-transition-lineGraph-data svg {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.tab-transition-lineGraph-data-past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% / 5 - 1px);
}
.tab-transition-lineGraph-data-past .line {
  stroke: #d81b60;
}
.tab-transition-lineGraph-data-past .plot {
  fill: #d81b60;
}
.tab-transition-lineGraph-data-past .text {
  fill: #d81b60;
}
.tab-transition-lineGraph-data-future {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tab-transition-lineGraph-data-future-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-transition-lineGraph-data-future-item.color-blue .line {
  stroke: #4D66D8;
}
.tab-transition-lineGraph-data-future-item.color-blue .plot {
  fill: #4D66D8;
}
.tab-transition-lineGraph-data-future-item.color-blue .text {
  fill: #4D66D8;
}
.tab-transition-lineGraph-data-future-item.color-gray .line {
  stroke: #808080;
}
.tab-transition-lineGraph-data-future-item.color-gray .plot {
  fill: #808080;
}
.tab-transition-lineGraph-data-future-item.color-gray .text {
  fill: #808080;
}
.tab-transition-lineGraph-data .line {
  fill: none;
  stroke-width: 1;
}
.tab-transition-lineGraph-data .text {
  font-size: 1.2rem;
  font-weight: 700;
  stroke: none;
  font-family: "Noto Sans JP", sans-serif;
}
.tab-transition-lineGraph-vertical-line {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.tab-transition-lineGraph-vertical-line.present {
  background: #00AC78;
  left: calc(100% / 5 - 2px);
  width: 3px;
}
.tab-transition-lineGraph-vertical-line.expected-day {
  right: 0;
  width: calc(100% - 98px);
}
.tab-transition-lineGraph-vertical-line.expected-day svg {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.tab-transition-lineGraph-vertical-line.expected-day .line {
  fill: none;
  stroke-width: 3px;
  stroke: #FF5722;
}

.tab-scroll-area {
  margin-top: -1px;
  height: 280px;
  position: relative;
}
.tab-scroll-area.tab-scroll-area-large {
  height: 308px;
}

.tab-answer-table {
  border: 1px solid #c3c3c3;
  width: 100%;
}
.tab-answer-table th {
  font-weight: 500;
}
.tab-answer-table th,
.tab-answer-table td {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 4px 8px;
  line-height: 1.15;
  height: 28px;
}
.tab-answer-table th.col-medium,
.tab-answer-table td.col-medium {
  width: 150px;
}
.tab-answer-table thead th {
  padding: 4px;
  background: #e2e3e4;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 37.2212692967%;
}
.tab-answer-table thead th:first-child {
  width: 25.7289879931%;
}
.tab-answer-table tbody tr:first-child th,
.tab-answer-table tbody tr:first-child td {
  height: 40px;
}
.tab-answer-table tbody th {
  background: #eef0f0;
  padding: 2px 9px;
  vertical-align: middle;
  width: 25.7289879931%;
}
.tab-answer-table tbody td {
  position: relative;
  text-align: right;
  font-size: 1.2rem;
  width: 37.2212692967%;
}
.tab-answer-table tbody td.txt-left {
  text-align: left;
}
.tab-answer-table tbody td.txt-cener {
  text-align: center;
}
.tab-answer-table tbody td.single {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.tab-answer-table tbody td.single.bg-color-gray {
  background-color: #E2E3E4;
}
.tab-answer-table tbody td.single strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.tab-answer-table tbody td > .price {
  display: inline-block;
  margin-right: 4px;
}
.tab-answer-table tbody td > .price.fsz-28 {
  line-height: 1.1076;
}
.tab-answer-table tbody td .kakaku-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #EB0A1E;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  height: 200%;
  pointer-events: none;
}
.tab-answer-table tbody td .kakaku-error.cancel {
  background-color: #C3C3C3;
}
.tab-answer-table tbody .border-bottom-color-none {
  border-bottom-color: transparent;
}
.tab-answer-table tbody .offset {
  padding: 0;
  border: 0;
  border-left: 1px solid #c3c3c3;
  line-height: 1;
}
.tab-answer-table tbody .offset + td {
  line-height: 1;
}
.tab-answer-table tbody .offset-inner {
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  margin: -1px 0 0 9px;
  padding-top: 2px;
  padding-left: 6px;
}
.tab-answer-table tbody .offset-inner .required {
  margin-right: 0.5em;
}
.tab-answer-table tbody .input-error {
  background-color: #EB0A1E;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 11px;
}

.tab-aa-table {
  width: 100%;
}
.tab-aa-table .row1-col1 {
  width: 14.3181818182%;
}
.tab-aa-table .row1-col2 {
  width: 17.2727272727%;
}
.tab-aa-table .row1-col3 {
  width: 5.9090909091%;
}
.tab-aa-table .row1-col4 {
  width: 5.9090909091%;
}
.tab-aa-table .row1-col5 {
  width: 17.0454545455%;
}
.tab-aa-table .row1-col6 {
  width: 8.1818181818%;
}
.tab-aa-table .row1-col7 {
  width: 15.4545454545%;
}
.tab-aa-table .row1-col8 {
  width: 15.6818181818%;
}
.tab-aa-table thead th {
  font-size: 1.2rem;
  padding: 7px 0px;
}
.tab-aa-table td {
  padding: 5px 4px;
}
.tab-aa-table td.row1-col3, .tab-aa-table td.row1-col4, .tab-aa-table td.row2-col2, .tab-aa-table td.row2-col3 {
  padding: 5px 0;
  text-align: center;
  background: #fff5c2;
}
.tab-aa-table td.row1-col3:empty, .tab-aa-table td.row1-col4:empty, .tab-aa-table td.row2-col2:empty, .tab-aa-table td.row2-col3:empty {
  background: transparent;
}
.tab-aa-table td.row1-col6, .tab-aa-table td.row1-col7 {
  text-align: center;
}
.tab-aa-table td.row2-col5 {
  text-align: right;
}
.tab-aa-table .price-status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF5722;
  width: 40px;
  height: 20px;
  color: #fff;
  margin: 4px auto 0;
}
.tab-aa-table .price-status-box.unsold {
  background: #0097A7;
}

.tab-toyota-table {
  width: 100%;
}
.tab-toyota-table .row1-col1 {
  width: 7.7272727273%;
}
.tab-toyota-table .row1-col2 {
  width: 17.2727272727%;
}
.tab-toyota-table .row1-col3 {
  width: 5.9090909091%;
}
.tab-toyota-table .row1-col4 {
  width: 5.9090909091%;
}
.tab-toyota-table .row1-col5 {
  width: 16.8181818182%;
}
.tab-toyota-table .row1-col6 {
  width: 16.8181818182%;
}
.tab-toyota-table .row1-col7 {
  width: 6.3636363636%;
}
.tab-toyota-table .row1-col8 {
  width: 10%;
}
.tab-toyota-table .row1-col9 {
  width: 12.9545454545%;
}
.tab-toyota-table thead th {
  font-size: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}
.tab-toyota-table thead .row1-col7 {
  line-height: 1;
}
.tab-toyota-table td {
  padding: 5px 4px;
}
.tab-toyota-table td.row1-col3, .tab-toyota-table td.row1-col4, .tab-toyota-table td.row2-col2, .tab-toyota-table td.row2-col3 {
  padding: 5px 0;
  text-align: center;
  background: #fff5c2;
}
.tab-toyota-table td.row1-col3:empty, .tab-toyota-table td.row1-col4:empty, .tab-toyota-table td.row2-col2:empty, .tab-toyota-table td.row2-col3:empty {
  background: transparent;
}
.tab-toyota-table td.row1-col7 {
  text-align: center;
  padding: 0;
  letter-spacing: -0.05em;
}
.tab-toyota-table td.row1-col8 {
  text-align: center;
  font-weight: bold;
}
.tab-toyota-table td.row2-col5 {
  text-align: right;
}

.tab-history-table {
  width: 100%;
}
.tab-history-table .row1-col1 {
  width: 14.3181818182%;
}
.tab-history-table .row1-col2 {
  width: 15.4545454545%;
}
.tab-history-table .row1-col3 {
  width: 17.0454545455%;
}
.tab-history-table .row1-col4 {
  width: 7.9545454545%;
}
.tab-history-table .row1-col5 {
  width: 7.9545454545%;
}
.tab-history-table .row1-col6 {
  width: 10.6818181818%;
}
.tab-history-table .row1-col7 {
  width: 10.6818181818%;
}
.tab-history-table .row1-col8 {
  width: 15.6818181818%;
}
.tab-history-table thead th {
  font-size: 1.2rem;
  padding: 6px 0;
}
.tab-history-table thead .row1-col7 {
  line-height: 1;
}
.tab-history-table td {
  padding: 5px 4px;
}
.tab-history-table td.row1-col4, .tab-history-table td.row1-col6 {
  text-align: center;
}
.tab-history-table td.row1-col6 {
  font-weight: bold;
}
.tab-history-table td.row2-col3 {
  text-align: right;
}

.tab-history-table02 {
  width: 100%;
}
.tab-history-table02 .row1-col1 {
  width: 12.6162018592%;
}
.tab-history-table02 .row1-col2 {
  width: 12.6162018592%;
}
.tab-history-table02 .row1-col3 {
  width: 13.8114209827%;
}
.tab-history-table02 .row1-col4 {
  width: 8.4993359894%;
}
.tab-history-table02 .row1-col5 {
  width: 9.6945551129%;
}
.tab-history-table02 .row1-col6 {
  width: 9.6945551129%;
}
.tab-history-table02 .row1-col7 {
  width: 10.0929614874%;
}
.tab-history-table02 .row1-col8 {
  width: 11.5537848606%;
}
.tab-history-table02 .row1-col9 {
  width: 11.4209827357%;
}
.tab-history-table02 thead th {
  font-size: 1.2rem;
  padding: 6px 0;
}
.tab-history-table02 thead .row1-col7 {
  line-height: 1;
}
.tab-history-table02 td {
  padding: 5px 4px;
}
.tab-history-table02 td.row1-col4 {
  text-align: center;
}
.tab-history-table02 td.row1-col5, .tab-history-table02 td.row1-col6 {
  text-align: right;
}
.tab-history-table02 td.row2-col4, .tab-history-table02 td.row2-col5, .tab-history-table02 td.row2-col6 {
  text-align: right;
}

.transition-graph-wrapper {
  margin-bottom: 12px;
}

.transition-graph-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  margin-top: auto;
}

.transition-graph-btn {
  text-align: center;
  width: calc(33.33% - 4px);
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.transition-graph-btn.btn-blue {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
}
.transition-graph-btn.hidden {
  display: none;
}

.fix-history-btn {
  width: 180px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
  color: #fff;
  margin-right: 67px;
}

.fix-history {
  background: rgba(31, 45, 55, 0.9);
  padding: 20px;
  position: relative;
}
.fix-history::before {
  position: absolute;
  bottom: 100%;
  left: 64px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(31, 45, 55, 0.9);
  border-left: 10px solid transparent;
}
.fix-history-table {
  width: 100%;
  background: #fff;
}
.fix-history-table thead th {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 6px 14px;
}
.fix-history-table tbody td {
  font-size: 1.4rem;
  padding: 12px 14px;
}
.fix-history-table .col1 {
  width: 150px;
  text-align: center;
}
.fix-history-table .col2 {
  width: 110px;
  text-align: center;
}
.fix-history-table .col3 {
  text-align: left;
}

.staff-memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.staff-memo-col {
  display: grid;
  grid-template-columns: 112px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff-memo-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.143;
  width: 112px;
}
.staff-memo.staff-memo-single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.staff-memo.staff-memo-single .staff-memo-col {
  display: block;
  padding: 0 10px;
}
.staff-memo.staff-memo-single .staff-memo-col textarea {
  width: 100%;
  min-height: 118px;
}
.staff-memo.staff-memo-single .staff-memo-title {
  border: 1px solid #C3C3C3;
  background-color: #E2E3E4;
  padding: 8px 9px 5px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
  width: auto;
}
.staff-memo .staff-memo-scroll {
  height: 118px;
  position: relative;
}

.calc-info-tab-wrapper .tab-menu2-list {
  margin-bottom: 2px;
}
.calc-info-tab-wrapper .tab-scroll-area.auto {
  height: auto;
}
.calc-info-tab-wrapper .tab-answer-table thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 130px;
}
.calc-info-tab-wrapper .tab-answer-table thead th:first-child {
  width: 145px;
}
.calc-info-tab-wrapper .tab-answer-table tbody th {
  width: 145px;
}
.calc-info-tab-wrapper .tab-answer-table tbody td {
  width: 130px;
}
.calc-info-large .calc-info-tab-wrapper .tab-answer-table thead th {
  width: 254px;
}
.calc-info-large .calc-info-tab-wrapper .tab-answer-table thead th:first-child {
  width: 168px;
}
.calc-info-large .calc-info-tab-wrapper .tab-answer-table tbody th {
  width: 168px;
}
.calc-info-large .calc-info-tab-wrapper .tab-answer-table tbody td {
  width: 254px;
}

.calc-info-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.calc-info-btn {
  text-align: center;
  width: 163px;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
}
.calc-info-btn.btn-blue {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
}
.calc-info-btn.hidden {
  display: none;
}

.calc-answer {
  margin-top: 20px;
  background: #f4f5f5;
  padding: 16px 0;
}
.calc-answer-title {
  font-weight: 500;
  font-size: 2rem;
  color: #222;
  margin-right: 40px;
}
.calc-answer-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
.calc-answer-toggle dt {
  font-weight: 400;
  font-size: 2rem;
  padding-right: 20px;
  padding-top: 2px;
}
.calc-answer-toggle dd {
  font-size: 2rem;
}
.calc-answer-toggle dd .toggle-view {
  margin-right: 0;
}
.calc-answer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.calc-answer-shiwake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-answer-shiwake-title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #222;
}
.calc-answer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.calc-answer .calc-answer-block.kaitou, .calc-answer .calc-answer-block.tyousei, .calc-answer .calc-answer-block.satei {
  min-height: 87px;
}
.calc-answer-block {
  background: #fde6e8;
  border-radius: 4px;
  padding: 4px;
  margin-right: 5px;
  height: 100%;
}
.calc-answer-block:last-child {
  margin-right: 0;
}
.calc-answer-block.satei {
  width: 14.1666666667%;
}
.calc-answer-block.satei .unit {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 6px;
  margin-top: 1em;
}
.calc-answer-block.shisaku {
  width: 33.3333333333%;
}
.calc-answer-block.shisaku .calc-answer-block-body-main {
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.calc-answer-block.shisaku .calc-answer-item-checkbox {
  width: 76.5306122449%;
}
.calc-answer-block.tyousei {
  width: 30.8333333333%;
}
.calc-answer-block.tyousei .calc-answer-block-body-main {
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.calc-answer-block.tyousei .calc-answer-item-checkbox {
  width: 66.2983425414%;
}
.calc-answer-block.kaitou {
  width: 14.1666666667%;
  background: #eb0a1e;
}
.calc-answer-block.kaitou .calc-answer-block-header {
  color: #fff;
}
.calc-answer-block.kaitou .calc-answer-block-body-main {
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.calc-answer-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.414;
  font-weight: 500;
  padding: 4px;
}
.calc-answer-block-header .btn {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  width: 10.0591715976%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
  margin-left: 16px;
  padding-top: 1px;
}
.calc-answer-block-body {
  border-radius: 4px;
  background: #fff;
}
.calc-answer-block-body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 8px 2px;
  position: relative;
  min-height: 48px;
}
.calc-answer-block-body-main .toggle-box-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calc-answer-block-body-main input {
  text-align: right;
}
.calc-answer-block-body .unit {
  vertical-align: bottom;
}
.calc-answer-block-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc-answer-block-col-item.tyousei-input {
  width: 79.2397660819%;
}
.calc-answer-block-col-item.tyousei-subtotal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  min-width: 200px;
}
.calc-answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 8px;
  border-top: 1px solid #e2e3e4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calc-answer-item-checkbox .checkbox::before, .calc-answer-item-checkbox .checkbox::after {
  top: 9px;
}
.calc-answer-item input {
  width: 53px;
  height: 22px;
  text-align: right;
}
.calc-answer-item-memo {
  width: 100%;
  padding: 3px;
}
.calc-answer-item-memo textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 5em;
}
.calc-answer .symbol-plus {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
}
.calc-answer .symbol-plus::before, .calc-answer .symbol-plus::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #eb0a1e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calc-answer .symbol-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.calc-answer .symbol-equal {
  width: 20px;
  height: 12px;
  position: relative;
  margin-right: 5px;
}
.calc-answer .symbol-equal::before, .calc-answer .symbol-equal::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #eb0a1e;
  left: 0;
}
.calc-answer .symbol-equal::before {
  top: 0;
}
.calc-answer .symbol-equal::after {
  bottom: 0;
}
.calc-answer-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.calc-answer-input-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 8px;
  border-right: 1px solid #e2e3e4;
  width: 33.3333333333%;
}
.calc-answer-input-group-item:first-child {
  padding-left: 0;
}
.calc-answer-input-group-item:last-child {
  padding-right: 0;
  border-right: none;
}
.calc-answer-input-group-item input {
  height: 22px;
  text-align: right;
}
.calc-answer-input-group-label {
  text-align: left;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  max-width: 72px;
}
.calc-answer-input-group-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.calc-answer-input-group-input .unit {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 4px;
}
.calc-answer-input-group-input > input {
  width: 60px;
}
.calc-answer-subtotal .price {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 6px;
  text-align: right;
}
.calc-answer-subtotal .btn {
  color: #fff;
  font-weight: 400;
  width: 45.9016393443%;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#525a60), to(#1f2d37));
  background: linear-gradient(#525a60 0%, #1f2d37 100%);
}
.calc-answer-price {
  margin-left: 10px;
  margin-right: 10px;
}
.calc-answer-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 7px;
  width: 11.3333333333%;
}
.calc-answer-submit.calc-answer-submit-column .calc-answer-submit-btn {
  height: 40px;
  font-size: 1.3rem;
}
.calc-answer-submit-btn {
  color: #fff;
  min-width: 136px;
  height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
}
.calc-answer-submit-btn.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.calc-answer-submit-btn + .calc-answer-submit-btn {
  margin-top: 7px;
}
.calc-answer.calc-answer-expand {
  padding-top: 16px;
  padding-bottom: 20px;
}
.calc-answer.calc-answer-expand .calc-answer-block.satei {
  width: 16.1387631976%;
}
.calc-answer.calc-answer-expand .calc-answer-block.tyousei {
  width: 56.5610859729%;
}
.calc-answer.calc-answer-expand .calc-answer-block.kaitou {
  width: 16.1387631976%;
}
.calc-answer.calc-answer-expand .calc-answer-block-body-main {
  line-height: 1.2;
}
.calc-answer.calc-answer-expand .symbol-plus,
.calc-answer.calc-answer-expand .symbol-equal {
  margin-top: 10px;
}
.calc-answer.calc-answer-expand .calc-answer-submit {
  width: 10.2564102564%;
}
.calc-answer-popup-wrap {
  position: relative;
}
.calc-answer-popup {
  border: 1px solid #666666;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 13px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: 3px;
  display: none;
  pointer-events: none;
}
.calc-answer-popup.open {
  display: block;
  pointer-events: all;
}
.calc-answer-popup::before, .calc-answer-popup::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
}
.calc-answer-popup::before {
  border-color: #666666 transparent transparent transparent;
  bottom: -8px;
}
.calc-answer-popup::after {
  border-color: #fff transparent transparent transparent;
  bottom: -7px;
}
.calc-answer-popup-inner {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.calc-answer-popup-scroll {
  background-color: #fff;
  position: relative;
  width: 350px;
  min-height: 30px;
  max-height: 100px;
}
.calc-answer-popup-confirm-btn-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.calc-answer-popup-confirm-btn {
  color: #fff;
  min-width: 180px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d66d8), to(#2d47c2));
  background: linear-gradient(#4d66d8 0%, #2d47c2 100%);
  font-weight: 500;
  padding: 0 1em;
}
.calc-answer-popup .calc-answer-mutable-panel-list {
  margin: 0;
}
.calc-answer-popup .calc-answer-mutable-panel-list li:not(.checked) {
  background-color: #fff;
}
.calc-answer.calc-answer-layout2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc-answer.calc-answer-layout2 .calc-answer-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc-answer.calc-answer-layout2 .calc-answer-header .calc-answer-title {
  margin-bottom: 12px;
}
.calc-answer.calc-answer-layout2 .calc-answer-header .calc-answer-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.calc-answer.calc-answer-layout2 .calc-answer-header .calc-answer-title-flex .calc-answer-title {
  margin-right: 0;
  margin-bottom: 0px !important;
}
.calc-answer.calc-answer-layout2 .calc-answer-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1480px;
}
.calc-answer.calc-answer-layout2 .calc-answer-body .symbol-plus,
.calc-answer.calc-answer-layout2 .calc-answer-body .symbol-equal {
  margin-top: 0;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.satei, .calc-answer.calc-answer-layout2 .calc-answer-block.tyousei, .calc-answer.calc-answer-layout2 .calc-answer-block.kaitou {
  min-height: 84px;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.satei {
  width: 14.4594594595%;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.tyousei {
  width: 56.7567567568%;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.tyousei .calc-answer-block-body-main {
  padding-left: 15px;
  padding-right: 15px;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.tyousei .calc-answer-input-group-item {
  padding-left: 15px;
  padding-right: 15px;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.tyousei .calc-answer-input-group-item:first-child {
  padding-left: 0;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.tyousei .calc-answer-input-group-item:last-child {
  padding-right: 0;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.kaitou {
  width: 14.4594594595%;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.kaitou .calc-answer-block-body-main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}
.calc-answer.calc-answer-layout2 .calc-answer-block.kaitou .calc-answer-price {
  margin-left: 0;
  margin-right: 6px;
}
.calc-answer.calc-answer-layout2 .calc-answer-block-header {
  padding-top: 0;
}
.calc-answer.calc-answer-layout2 .calc-answer-block-col-item.tyousei-input {
  width: 74.7596153846%;
}
.calc-answer.calc-answer-layout2 .calc-answer-block-col-item.tyousei-subtotal {
  width: 24.7596153846%;
}
.calc-answer.calc-answer-layout2 .calc-answer-input-group-input > input {
  width: 53px;
}
.calc-answer.calc-answer-layout2 .calc-answer-subtotal {
  text-align: right;
  width: 100%;
}
.calc-answer.calc-answer-layout2 .calc-answer-submit {
  width: 9.1891891892%;
}
.calc-answer.calc-answer-layout2 .calc-answer-submit-btn {
  height: 40px;
}
.calc-answer.calc-answer-layout3 {
  min-width: 1632px;
}
.calc-answer.calc-answer-layout3 .answer-result {
  display: block;
}
.calc-answer.calc-answer-layout3 .answer-edit {
  display: none;
}
.calc-answer.calc-answer-layout3 .answer-edit input {
  text-align: right;
  height: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 75px;
}
.calc-answer.calc-answer-layout3.calc-answer-edit-mode .answer-result {
  display: none;
}
.calc-answer.calc-answer-layout3.calc-answer-edit-mode .answer-edit {
  display: block;
}
.calc-answer.calc-answer-layout3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-answer.calc-answer-layout3 .calc-answer-body {
  display: block;
  width: calc(100% - 136px);
  padding-right: 20px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01 {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 8px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01__l {
  width: 705px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01__l .block {
  width: 33.333%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01__r {
  width: 994px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01__r h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner01__r input {
  width: 100%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__header {
  width: 224px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__header .calc-answer-title {
  margin-right: 0;
  margin-bottom: 3px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__l {
  width: 724px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__l .block {
  width: 20%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__l .block-header {
  background: #FDE6E8;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c1 {
  width: 291px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c1 .block {
  width: 50%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c1 .block-header {
  background: #FDE6E8;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c2 {
  width: 147px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c2 .block {
  width: 100%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__c2 .block-header {
  background: #FDE6E8;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__r {
  width: 290px;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__r .block {
  width: 50%;
}
.calc-answer.calc-answer-layout3 .calc-answer-body__inner02__r .row1-col1 .block-header {
  background: #FDE6E8;
}
.calc-answer.calc-answer-layout3 .calc-answer-submit {
  width: 136px;
  padding-top: 20px;
  margin-left: 0;
}
.calc-answer.calc-answer-layout3 .calc-answer-submit-btn {
  height: 40px;
}

.last-time-calc-header {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.last-time-calc-header.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.last-time-calc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.last-time-calc-car-info {
  width: 440px;
  margin-bottom: 8px;
}
.last-time-calc-car-info th {
  width: 70px;
  font-weight: 500;
  font-size: 1.2rem;
}
.last-time-calc-car-info td {
  font-weight: 400;
  font-size: 1.4rem;
}

.staff-memo-view {
  width: 440px;
  padding: 12px;
  border: 2px solid #e2e3e4;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.staff-memo-view-title {
  font-size: 1.4rem;
  font-weight: medium;
  margin-bottom: 13px;
}

.tab-answer-loading {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.tab-answer-loading.loader-hide {
  opacity: 0;
}

.calc-answer-pdf {
  width: 572px;
  margin-left: 12px;
}
.calc-answer-pdf__block01 {
  margin-bottom: 8px;
}
.calc-answer-pdf__block01 .row1-col1.block {
  width: 189px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block01 .row1-col2.block {
  width: 189px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block01 .row1-col2.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block01 .row1-col2.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block01 .row1-col3.block {
  width: 190px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block01 .row1-col3.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block01 .row1-col3.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block02 {
  margin-bottom: 8px;
}
.calc-answer-pdf__block02 .block-header {
  background: #FDE6E8;
}
.calc-answer-pdf__block02 .row1-col1.block {
  width: 111px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block02 .row1-col2.block,
.calc-answer-pdf__block02 .row1-col3.block,
.calc-answer-pdf__block02 .row1-col4.block {
  width: 111px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block02 .row1-col2.block .block-header,
.calc-answer-pdf__block02 .row1-col3.block .block-header,
.calc-answer-pdf__block02 .row1-col4.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block02 .row1-col2.block .block-body,
.calc-answer-pdf__block02 .row1-col3.block .block-body,
.calc-answer-pdf__block02 .row1-col4.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block02 .row1-col5.block {
  width: 124px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block02 .row1-col5.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block02 .row1-col5.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block03 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l {
  width: 222px;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l .block-header {
  background: #FDE6E8;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l .row1-col1.block {
  width: 109px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l .row1-col2.block {
  width: 109px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l .row1-col2.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__l .row1-col2.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__c {
  margin-left: 10px;
  width: 111px;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__c .block-header {
  background: #FDE6E8;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__c .row1-col1.block {
  width: 107px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r {
  margin-left: 10px;
  width: 219px;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r .row1-col1.block {
  width: 107px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r .row1-col1.block .block-header {
  background: #FDE6E8;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r .row1-col2.block {
  width: 108px;
  margin-top: 0;
  border: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r .row1-col2.block .block-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.calc-answer-pdf__block03 .calc-answer-pdf__block03__r .row1-col2.block .block-body {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.js-mode-thousand-yen {
  display: none;
}

.js-mode-yen {
  display: block;
}

#js-calc-answer-yen-change .calc-answer-block.kaitou .calc-answer-block-body-main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#js-calc-answer-yen-change.is-thousand-yen-view .js-mode-thousand-yen {
  display: block !important;
}
#js-calc-answer-yen-change.is-thousand-yen-view .js-mode-yen {
  display: none !important;
}

.maintenance-info {
  margin-bottom: 15px;
}
.maintenance-info .col1 {
  width: 14.2217245241%;
}
.maintenance-info .col2 {
  width: 14.2217245241%;
}
.maintenance-info .col3 {
  width: 14.2217245241%;
}
.maintenance-info .col4 {
  width: 14.2217245241%;
}
.maintenance-info .col5 {
  width: 9.6304591265%;
}
.maintenance-info .col6 {
  width: 9.6304591265%;
}
.maintenance-info .col7 {
  width: 14.2217245241%;
}
.maintenance-info .col8 {
  width: 9.6304591265%;
}
.maintenance-block {
  background: #f4f5f5;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.maintenance-block-header {
  background: #e2e3e4;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
}
.maintenance-block-body {
  padding: 18px 20px;
}
.maintenance-item {
  margin-bottom: 18px;
}
.maintenance-item:last-child {
  margin-bottom: 0;
}
.maintenance-item-header {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.maintenance-item-body {
  width: 100%;
}
.maintenance-item-table {
  background: #fff;
  border: 1px solid #e2e3e4;
  width: 100%;
}
.maintenance-item-table th {
  font-weight: 500;
  text-align: right;
}
.maintenance-item-table td {
  font-weight: 400;
}
.maintenance-item-table th,
.maintenance-item-table td {
  padding: 14px 11px 10px;
  border: 1px solid #e2e3e4;
}
.maintenance-item-table .col1 {
  width: 4.4827586207%;
}
.maintenance-item-table .col2 {
  width: 87.4137931034%;
}
.maintenance-item-table .col3 {
  width: 7.9310344828%;
  text-align: center;
  font-size: 1.6rem;
}

.factory-data-row1 {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.factory-data-table-01 {
  width: 23.3333333333%;
  margin-right: 8px;
}
.factory-data-table-01 th {
  font-size: 1.2rem;
  font-weight: 500;
}
.factory-data-table-02 {
  width: 76%;
}
.factory-data-table-02 th {
  font-size: 1.2rem;
  font-weight: 500;
}
.factory-data-table-spec {
  width: 49.6666666667%;
  margin-right: 8px;
}
.factory-data-table-spec:last-child {
  margin-right: 0;
}
.factory-data-table-spec tbody th, .factory-data-table-spec tbody td {
  width: 50%;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}

.factory-data-row1.factory-data-row1-type1 .factory-data-table-01 {
  width: 49.6859296482%;
}
.factory-data-row1.factory-data-row1-type1 .factory-data-table-01 tr th {
  width: 70px;
}
.factory-data-row1.factory-data-row1-type1 .factory-data-table-02 {
  width: 49.6859296482%;
}
.factory-data-row1.factory-data-row1-type1 .factory-data-table-02 tr th {
  width: 100px;
}
.factory-data-row1.factory-data-row1-type1 .factory-data-table-02 tr td:nth-child(2) {
  width: 293px;
}

.factory-data-table-spec.factory-data-table-spec-type1 thead th {
  padding-top: 12px;
  padding-bottom: 12px;
}

.performance-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
.performance-btns.single-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C3C3C3;
}
.performance-btns.single-column:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.performance-btn {
  width: 136px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e3e4));
  background: linear-gradient(#fff 0%, #e2e3e4 100%);
  border: 1px solid #c3c3c3;
  font-weight: 500;
}
.performance-btn.width-s {
  width: 122px;
}
.performance-btn.submit {
  border: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8874d), to(#de5d00));
  background: linear-gradient(#d8874d 0%, #de5d00 100%);
}
.performance-btn.clear {
  border: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#888));
  background: linear-gradient(#aaa 0%, #888 100%);
}
.performance-input .unit, .performance-input-panel .unit {
  display: inline-block;
  font-style: normal;
}
.performance-input .checkbox-list, .performance-input-panel .checkbox-list {
  margin-bottom: -1px;
}
.performance-input .checkbox-list li:last-child, .performance-input-panel .checkbox-list li:last-child {
  border-bottom: 1px solid #E2E3E4;
}
.performance-input .checkbox-list-wrap, .performance-input-panel .checkbox-list-wrap {
  min-height: auto;
  min-width: 122px;
  margin-top: 8px;
}
.performance-input .checkbox-list-scroll, .performance-input-panel .checkbox-list-scroll {
  position: relative;
  height: 186px;
}
.performance-input .checkbox-list-scroll.scroll-ms, .performance-input-panel .checkbox-list-scroll.scroll-ms {
  height: 216px;
}
.performance-input .checkbox-list-scroll.scroll-m, .performance-input-panel .checkbox-list-scroll.scroll-m {
  height: 241px;
}
.performance-input .checkbox-list-label, .performance-input-panel .checkbox-list-label {
  text-align: left;
  padding: 5px 11px;
}
.performance-input {
  border-right: 1px solid #C3C3C3;
  margin-right: 20px;
  padding-right: 20px;
}
.performance-input > .performance-input-label:first-child {
  margin-top: 5px;
}
.performance-input:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.performance-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-input-row[class*=indent] {
  border-left: 1px solid #C3C3C3;
  padding-left: 16px;
}
.performance-input-row.indent {
  margin-left: 56px;
}
.performance-input-row.indent-s {
  margin-left: 48px;
}
.performance-input-row.indent-m {
  margin-left: 72px;
}
.performance-input-row.single-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.performance-input-row.single-column > * + * {
  margin-top: 8px;
}
.performance-input-row + * {
  margin-top: 16px;
}
.performance-input-row + *.checkbox-list-wrap {
  margin-top: 0;
}
.performance-input-row > *:last-child {
  margin-right: 0;
}
.performance-input-row-inner {
  width: 250px;
  padding-left: 10px;
  border-left: 1px solid #C3C3C3;
}
.performance-input-label {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  min-width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-right: 16px;
}
.performance-input-label.label-s {
  min-width: 40px;
}
.performance-input-label.label-ms {
  min-width: 48px;
}
.performance-input-label.label-m {
  min-width: 64px;
}
.performance-input-label.label-m2 {
  min-width: 72px;
}
.performance-input-label.label-l {
  min-width: 80px;
}
.performance-input-label.label-auto {
  min-width: auto;
}
.performance-input-label + .checkbox-list-wrap {
  margin-top: 8px;
}
.performance-input-label > span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}
.performance-input-areatext {
  width: calc(100% - 50px);
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.performance-input-single {
  position: relative;
  margin-top: 8px;
}
.performance-input-single .checkbox {
  padding: 2px 7px 2px 32px;
}
.performance-input-single .checkbox::before {
  top: 0;
  left: 0;
  margin-top: 0;
}
.performance-input-single .checkbox::after {
  top: 2px;
  left: 7px;
  margin-top: 0;
}
.performance-input-single .checkbox .icon {
  display: block;
  margin-bottom: 2px;
}
.performance-input-single .checkbox .icon > img {
  margin-right: 2px;
}
.performance-input-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.performance-input-check-list > li {
  width: 143px;
  margin-bottom: 15px;
}
.performance-input-check-list-item {
  position: relative;
}
.performance-input-check-list .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 32px;
  font-size: 1.2rem;
  line-height: 1.166667;
}
.performance-input-check-list .checkbox > span {
  display: inline-block;
  margin-left: 6px;
}
.performance-input-check-list .checkbox::before {
  left: 0;
  margin-top: -12px;
}
.performance-input-check-list .checkbox::after {
  left: 7px;
  margin-top: -10px;
}
.performance-input-makers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performance-input-makers > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1;
}
.performance-input-makers > * img {
  margin-right: 6px;
}
.performance-input-assistive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performance-input-assistive > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  width: 33.3333333333%;
}
.performance-input-assistive > * span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.16667;
}
.performance-input-assistive > * img {
  margin-right: 6px;
}
.performance-input-panel {
  background-color: #fff;
  padding: 16px 20px;
  margin-right: 20px;
}
.performance-classifier {
  display: grid;
  grid-template-columns: 130px 269px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  max-width: 411px;
}
.performance-classifier.performance-classifier-expand {
  display: block;
}
.performance-classifier.performance-classifier-expand .checkbox-list-wrap::before {
  display: none;
}
.performance-classifier.performance-classifier-medium {
  max-width: 288px;
}
.performance-classifier.performance-classifier-layout2 {
  grid-template-columns: 130px 262px;
}
.performance-classifier .checkbox-list-wrap {
  margin-top: 0;
}
.performance-classifier .checkbox-list-wrap:first-child {
  position: relative;
}
.performance-classifier .checkbox-list-wrap:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #EB0A1E;
}
.performance-sub-block {
  border-radius: 4px;
  background-color: #FDE6E8;
  padding: 12px 20px;
  margin-bottom: 12px;
}

.performance-makers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance-makers-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 132px;
}
.performance-makers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.performance-makers-list > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.performance-makers-list > span img {
  margin-right: 6px;
}

.performance-assistive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance-assistive-item {
  border-right: 1px solid #C3C3C3;
  margin-right: 20px;
  padding-right: 20px;
}
.performance-assistive-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.performance-assistive-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.performance-assistive-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 8px 0;
}
.performance-assistive-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-assistive-main span {
  display: block;
  font-size: 1.6rem;
  margin-left: 6px;
  line-height: 1.125;
}

.performance-table-wrap {
  max-height: 376px;
  overflow: hidden;
}

.performance-table {
  width: 100%;
}
.performance-table th,
.performance-table td {
  border-right: 1px solid #E2E3E4;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1666666667;
  padding: 7px 5px;
}
.performance-table th:last-child,
.performance-table td:last-child {
  border-right: none;
}
.performance-table thead th {
  background-color: #EEF0F0;
  font-size: 1.2rem;
  font-weight: 500;
}
.performance-table thead th:nth-child(3) .ellipsis-view {
  width: 105px;
}
.performance-table tbody td {
  border-bottom: 1px solid #C3C3C3;
  background-color: #ffffff;
  font-size: 1.4rem;
  position: relative;
}
.performance-table .seri {
  display: block;
  padding-right: 25px;
  text-align: right;
}
.performance-table .seri .tag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 24px;
  height: 100%;
}
.performance-table .seri .tag.successful {
  background-color: #FF5722;
}
.performance-table .seri .tag.outflow {
  background-color: #0097A7;
}
.performance-table .word-wrap {
  word-break: break-word;
}

.performance-list.auction .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.auction .performance-table thead th:nth-child(2) {
  width: 8%;
}
.performance-list.auction .performance-table thead th:nth-child(3) {
  width: 9.5833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(4), .performance-list.auction .performance-table thead th:nth-child(6), .performance-list.auction .performance-table thead th:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.auction .performance-table thead th:nth-child(8), .performance-list.auction .performance-table thead th:nth-child(9), .performance-list.auction .performance-table thead th:nth-child(10), .performance-list.auction .performance-table thead th:nth-child(11), .performance-list.auction .performance-table thead th:nth-child(12), .performance-list.auction .performance-table thead th:nth-child(13) {
  width: 2.75%;
}
.performance-list.auction .performance-table thead th:nth-child(14) {
  width: 3.5833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(15) {
  width: 5.0833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(16) {
  width: 3.4166666667%;
}
.performance-list.auction .performance-table thead th:nth-child(17) {
  width: 4.1666666667%;
}
.performance-list.auction .performance-table thead th:nth-child(18) {
  width: 4.1666666667%;
}
.performance-list.auction .performance-table thead th:nth-child(19) {
  width: 3.75%;
}
.performance-list.auction .performance-table thead th:nth-child(20) {
  width: 4.75%;
}
.performance-list.auction .performance-table thead th:nth-child(21) {
  width: 3.0833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(22) {
  width: 7.1666666667%;
}
.performance-list.auction .performance-table thead th:nth-child(23) {
  width: 4.5833333333%;
}
.performance-list.auction .performance-table thead th:nth-child(24) {
  width: 4.25%;
}
.performance-list.auction-world .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.auction-world .performance-table thead th:nth-child(2) {
  width: 9.5833333333%;
}
.performance-list.auction-world .performance-table thead th:nth-child(3) {
  width: 10.5%;
}
.performance-list.auction-world .performance-table thead th:nth-child(4), .performance-list.auction-world .performance-table thead th:nth-child(6), .performance-list.auction-world .performance-table thead th:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.auction-world .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.auction-world .performance-table thead th:nth-child(8), .performance-list.auction-world .performance-table thead th:nth-child(9), .performance-list.auction-world .performance-table thead th:nth-child(10), .performance-list.auction-world .performance-table thead th:nth-child(11), .performance-list.auction-world .performance-table thead th:nth-child(12), .performance-list.auction-world .performance-table thead th:nth-child(13) {
  width: 2.75%;
}
.performance-list.auction-world .performance-table thead th:nth-child(14) {
  width: 4.1666666667%;
}
.performance-list.auction-world .performance-table thead th:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.auction-world .performance-table thead th:nth-child(16) {
  width: 3.75%;
}
.performance-list.auction-world .performance-table thead th:nth-child(17) {
  width: 4.75%;
}
.performance-list.auction-world .performance-table thead th:nth-child(18) {
  width: 3.0833333333%;
}
.performance-list.auction-world .performance-table thead th:nth-child(19), .performance-list.auction-world .performance-table thead th:nth-child(20) {
  width: 3.3333333333%;
}
.performance-list.auction-world .performance-table thead th:nth-child(21) {
  width: 7.1666666667%;
}
.performance-list.auction-world .performance-table thead th:nth-child(22) {
  width: 4.5833333333%;
}
.performance-list.auction-world .performance-table thead th:nth-child(23) {
  width: 4.25%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(2) {
  width: 8%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(3) {
  width: 11.8333333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(4) {
  width: 3.4166666667%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(5), .performance-list.toyota-kouri .performance-table thead th:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(7), .performance-list.toyota-kouri .performance-table thead th:nth-child(9), .performance-list.toyota-kouri .performance-table thead th:nth-child(10) {
  width: 2.75%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(8) {
  width: 3.3333333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(11) {
  width: 2.8333333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(12) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(13) {
  width: 8.25%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(14), .performance-list.toyota-kouri .performance-table thead th:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(16) {
  width: 3.75%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(17) {
  width: 7.4166666667%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(18) {
  width: 6.5%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(19) {
  width: 3.25%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(20) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri .performance-table thead th:nth-child(21) {
  width: 4.25%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(1) {
  width: 4.8333333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(2) {
  width: 7.25%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(3) {
  width: 7.3333333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(4) {
  width: 3.4166666667%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(5), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(7), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(9), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(10) {
  width: 2.75%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(8) {
  width: 3.3333333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(11) {
  width: 2.8333333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(12) {
  width: 7.5%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(13), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(14) {
  width: 3.6666666667%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(15) {
  width: 3.75%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(16) {
  width: 6.6666666667%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(17) {
  width: 3.4166666667%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(18) {
  width: 3%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(19) {
  width: 5.4166666667%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(20) {
  width: 3.25%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(21) {
  width: 4.5833333333%;
}
.performance-list.toyota-kouri-world .performance-table thead th:nth-child(22) {
  width: 4.25%;
}
.performance-list.customized-car .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.customized-car .performance-table thead th:nth-child(2) {
  width: 7.75%;
}
.performance-list.customized-car .performance-table thead th:nth-child(3) {
  width: 7.5%;
}
.performance-list.customized-car .performance-table thead th:nth-child(4) {
  width: 7.5%;
}
.performance-list.customized-car .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.customized-car .performance-table thead th:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.customized-car .performance-table thead th:nth-child(7), .performance-list.customized-car .performance-table thead th:nth-child(8), .performance-list.customized-car .performance-table thead th:nth-child(9), .performance-list.customized-car .performance-table thead th:nth-child(10) {
  width: 2.75%;
}
.performance-list.customized-car .performance-table thead th:nth-child(11) {
  width: 2.8333333333%;
}
.performance-list.customized-car .performance-table thead th:nth-child(12) {
  width: 4%;
}
.performance-list.customized-car .performance-table thead th:nth-child(13) {
  width: 5%;
}
.performance-list.customized-car .performance-table thead th:nth-child(14), .performance-list.customized-car .performance-table thead th:nth-child(15) {
  width: 4.1666666667%;
}
.performance-list.customized-car .performance-table thead th:nth-child(16) {
  width: 5.75%;
}
.performance-list.customized-car .performance-table thead th:nth-child(17) {
  width: 4.75%;
}
.performance-list.customized-car .performance-table thead th:nth-child(18) {
  width: 4.5833333333%;
}
.performance-list.customized-car .performance-table thead th:nth-child(19) {
  width: 3.0833333333%;
}
.performance-list.customized-car .performance-table thead th:nth-child(20) {
  width: 7.1666666667%;
}
.performance-list.customized-car .performance-table thead th:nth-child(21) {
  width: 4.5833333333%;
}
.performance-list.customized-car .performance-table thead th:nth-child(22) {
  width: 4.25%;
}
.performance-list.welfare-vehicle .performance-table .cell-in {
  padding: 5px 0 0;
}
.performance-list.welfare-vehicle .performance-table .cell-in-col {
  border-top: 1px solid #E2E3E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
.performance-list.welfare-vehicle .performance-table .cell-in-col-item {
  border-right: 1px solid #E2E3E4;
}
.performance-list.welfare-vehicle .performance-table .cell-in-col-item:last-child {
  border-right: none;
}
.performance-list.welfare-vehicle .performance-table .cell-in-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EEF0F0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.166667;
  padding: 7px 6px;
}
.performance-list.welfare-vehicle .performance-table .cell-in-col.cell-in-6col .cell-in-col-item {
  width: 38px;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(2) {
  width: 7.8333333333%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(3) {
  width: 10.9166666667%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(4) {
  width: 10.8333333333%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(6) {
  width: 5.9166666667%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(8) {
  width: 4.1666666667%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(9) {
  width: 3.75%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(10) {
  width: 4.75%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(11) {
  width: 19%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(12) {
  width: 3.0833333333%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.welfare-vehicle .performance-table thead th:nth-child(15) {
  width: 4.25%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(2) {
  width: 8%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(3) {
  width: 18.9166666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(4) {
  width: 18.9166666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(6) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(7) {
  width: 3.4166666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(8) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(9) {
  width: 4.1666666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(10) {
  width: 3.75%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(11) {
  width: 6.9166666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(12) {
  width: 3.0833333333%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.truck-fork .performance-table thead th:nth-child(15) {
  width: 4.25%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(1) {
  width: 5.0833333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(2) {
  width: 8%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(3) {
  width: 23.8333333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(4) {
  width: 3.75%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(6) {
  width: 4.75%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(7) {
  width: 4.25%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(8) {
  width: 4.9166666667%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(9) {
  width: 7.0833333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(10) {
  width: 6.0833333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(11) {
  width: 6.25%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(12) {
  width: 4.5833333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(13) {
  width: 7.1666666667%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(14) {
  width: 6.5833333333%;
}
.performance-list.truck-fork-2 .performance-table thead th:nth-child(15) {
  width: 4.25%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(1) {
  width: 5.25%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(2) {
  width: 8%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(3) {
  width: 14.5%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(4) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(5) {
  width: 3.4166666667%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(6), .performance-list.sengyo-kouri .performance-table thead th:nth-child(7) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(8), .performance-list.sengyo-kouri .performance-table thead th:nth-child(9), .performance-list.sengyo-kouri .performance-table thead th:nth-child(10), .performance-list.sengyo-kouri .performance-table thead th:nth-child(11), .performance-list.sengyo-kouri .performance-table thead th:nth-child(12), .performance-list.sengyo-kouri .performance-table thead th:nth-child(13) {
  width: 2.75%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(14) {
  width: 4.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(15) {
  width: 3.75%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(16) {
  width: 4.75%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(17), .performance-list.sengyo-kouri .performance-table thead th:nth-child(18) {
  width: 4.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(19) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(20) {
  width: 7.1666666667%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(21) {
  width: 3.0833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(22) {
  width: 4.5833333333%;
}
.performance-list.sengyo-kouri .performance-table thead th:nth-child(23) {
  width: 4.25%;
}
.performance-list.sengyo-kouri .performance-table td.td-cell-season, .performance-list.sengyo-kouri .performance-table td.td-cell-seri-sengyo {
  padding: 0;
  position: relative;
}
.performance-list.sengyo-kouri .performance-table td .cell-season {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.performance-list.sengyo-kouri .performance-table td .cell-season div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.performance-list.sengyo-kouri .performance-table td .cell-season div:nth-child(1) {
  width: 37px;
}
.performance-list.sengyo-kouri .performance-table td .cell-season div:nth-child(2) {
  width: 27px;
  border-left: 1px solid #E2E3E4;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  height: 100%;
  width: 100%;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo > span:first-child {
  -ms-flex-item-align: center;
      align-self: center;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo .fsz-16 {
  font-weight: 500;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo .tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 24px;
  height: 100%;
  margin-left: 6px;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo .tag.publish {
  background-color: #29B6F6;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo .tag.contract {
  background-color: #F06292;
}
.performance-list.sengyo-kouri .performance-table td .seri-sengyo .tag.finish {
  background-color: #757575;
}

.performance-detail {
  border-top: 1px solid #E2E3E4;
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: 0;
}
.performance-detail-title {
  font-size: 2.8rem;
  line-height: 1.46;
  font-weight: 400;
  margin-bottom: 8px;
}
.performance-detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.performance-detail-main {
  position: relative;
  width: 664px;
}
.performance-detail-main[data-modal-target] {
  cursor: pointer;
}
.performance-detail-main .icon-magnifying-glass {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
}
.performance-detail-main .icon-magnifying-glass::before, .performance-detail-main .icon-magnifying-glass::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.performance-detail-main .icon-magnifying-glass::before {
  background: rgb(82, 90, 96);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 90, 96)), to(rgb(31, 45, 55)));
  background: linear-gradient(to bottom, rgb(82, 90, 96) 0%, rgb(31, 45, 55) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.performance-detail-main .icon-magnifying-glass::after {
  background: url("../images/icon-magnifying-glass.svg") no-repeat center;
  background-size: contain;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
}
.performance-detail-main img {
  width: 100%;
}
.performance-detail-image-wrap {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  padding: 14px;
  height: 662px;
  width: 520px;
}
.performance-detail-image-wrap img {
  height: auto;
  width: 100%;
}
.performance-detail-image {
  display: block;
  cursor: pointer;
}
.performance-detail-image-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance-detail-image-main-item {
  margin-right: 8px;
  width: 50%;
}
.performance-detail-image-main-item:last-child {
  margin-right: 0;
}
.performance-detail-image-sub {
  position: relative;
  margin-top: 12px;
  padding-right: 10px;
  margin-right: -10px;
  height: 438px;
}
.performance-detail-image-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -11px;
}
.performance-detail-image-sub-item {
  margin-right: 23px;
  margin-bottom: 11px;
  width: 30.2040816327%;
}
.performance-detail-image-sub-item:nth-child(3n+3) {
  margin-right: 0;
}
.performance-detail .block-wrapper {
  width: 100%;
}
.performance-detail .block-wrapper .tag {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.performance-detail .block-wrapper .tag.successful {
  background-color: #FF5722;
}
.performance-detail .block-wrapper .tag.outflow {
  background-color: #0097A7;
}
.performance-detail.auction .row1-col1 {
  width: 11.0367892977%;
}
.performance-detail.auction .row1-col2 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col3 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col4 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col5 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col6 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col7 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col8 {
  width: 11.1204013378%;
}
.performance-detail.auction .row1-col9 {
  width: 11.1204013378%;
}
.performance-detail.auction .row2-col1 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col2 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col3 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col4 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col5 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col6 {
  width: 9.9498327759%;
}
.performance-detail.auction .row2-col7 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col8 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col9 {
  width: 10.0334448161%;
}
.performance-detail.auction .row2-col10 {
  width: 9.9498327759%;
}
.performance-detail.auction-world .row1-col1 {
  width: 12.3745819398%;
}
.performance-detail.auction-world .row1-col2 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col3 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col4 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col5 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col6 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col7 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row1-col8 {
  width: 12.5418060201%;
}
.performance-detail.auction-world .row2-col1 {
  width: 10%;
}
.performance-detail.auction-world .row2-col2 {
  width: 10%;
}
.performance-detail.auction-world .row2-col3 {
  width: 10%;
}
.performance-detail.auction-world .row2-col4 {
  width: 10%;
}
.performance-detail.auction-world .row2-col5 {
  width: 10%;
}
.performance-detail.auction-world .row2-col6 {
  width: 10%;
}
.performance-detail.auction-world .row2-col7 {
  width: 10%;
}
.performance-detail.auction-world .row2-col8 {
  width: 10%;
}
.performance-detail.auction-world .row2-col9 {
  width: 10%;
}
.performance-detail.auction-world .row2-col10 {
  width: 10.0334448161%;
}
.performance-detail.customized-car .row1-col1,
.performance-detail.customized-car .row2-col1 {
  width: 10.9531772575%;
}
.performance-detail.customized-car .row1-col2,
.performance-detail.customized-car .row2-col2 {
  width: 11.0367892977%;
}
.performance-detail.customized-car .row1-col3,
.performance-detail.customized-car .row2-col3 {
  width: 11.2040133779%;
}
.performance-detail.customized-car .row1-col4,
.performance-detail.customized-car .row2-col4 {
  width: 11.1204013378%;
}
.performance-detail.customized-car .row1-col5,
.performance-detail.customized-car .row2-col5 {
  width: 11.1204013378%;
}
.performance-detail.customized-car .row1-col6,
.performance-detail.customized-car .row2-col6 {
  width: 11.2040133779%;
}
.performance-detail.customized-car .row1-col7,
.performance-detail.customized-car .row2-col7 {
  width: 11.1204013378%;
}
.performance-detail.customized-car .row1-col8,
.performance-detail.customized-car .row2-col8 {
  width: 11.1204013378%;
}
.performance-detail.customized-car .row1-col9,
.performance-detail.customized-car .row2-col9 {
  width: 11.1204013378%;
}
.performance-detail.welfare-vehicle .block .block-header {
  min-height: 62px;
}
.performance-detail.welfare-vehicle .row1-col1 {
  width: 5.4347826087%;
}
.performance-detail.welfare-vehicle .row1-col2 {
  width: 12.1237458194%;
}
.performance-detail.welfare-vehicle .row1-col3 {
  width: 4.0969899666%;
}
.performance-detail.welfare-vehicle .row1-col4 {
  width: 6.9397993311%;
}
.performance-detail.welfare-vehicle .row1-col5 {
  width: 3.4280936455%;
}
.performance-detail.welfare-vehicle .row1-col6 {
  width: 6.1036789298%;
}
.performance-detail.welfare-vehicle .row1-col7 {
  width: 4.0969899666%;
}
.performance-detail.welfare-vehicle .row1-col8 {
  width: 9.6153846154%;
}
.performance-detail.welfare-vehicle .row1-col9 {
  width: 18.9799331104%;
}
.performance-detail.welfare-vehicle .row1-col10 {
  width: 5.2675585284%;
}
.performance-detail.welfare-vehicle .row1-col11 {
  width: 9.6153846154%;
}
.performance-detail.welfare-vehicle .row1-col12 {
  width: 7.2742474916%;
}
.performance-detail.welfare-vehicle .row1-col13 {
  width: 7.1070234114%;
}
.performance-detail.truck-fork .row1-col1 {
  width: 14.2140468227%;
}
.performance-detail.truck-fork .row1-col2 {
  width: 14.381270903%;
}
.performance-detail.truck-fork .row1-col3 {
  width: 14.2976588629%;
}
.performance-detail.truck-fork .row1-col4 {
  width: 14.2976588629%;
}
.performance-detail.truck-fork .row1-col5 {
  width: 14.2976588629%;
}
.performance-detail.truck-fork .row1-col6 {
  width: 14.2976588629%;
}
.performance-detail.truck-fork .row1-col7 {
  width: 14.2976588629%;
}
.performance-detail.truck-fork .row2-col1 {
  width: 12.4581939799%;
}
.performance-detail.truck-fork .row2-col2 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork .row2-col3 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork .row2-col4 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork .row2-col5 {
  width: 12.4581939799%;
}
.performance-detail.truck-fork .row2-col6 {
  width: 12.4581939799%;
}
.performance-detail.truck-fork .row2-col7 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork .row2-col8 {
  width: 12.4581939799%;
}
.performance-detail.truck-fork-2 .row1-col1 {
  width: 11.2040133779%;
}
.performance-detail.truck-fork-2 .row1-col2 {
  width: 11.1204013378%;
}
.performance-detail.truck-fork-2 .row1-col3 {
  width: 11.2040133779%;
}
.performance-detail.truck-fork-2 .row1-col4 {
  width: 33.3612040134%;
}
.performance-detail.truck-fork-2 .row1-col5 {
  width: 11.2040133779%;
}
.performance-detail.truck-fork-2 .row1-col6 {
  width: 11.1204013378%;
}
.performance-detail.truck-fork-2 .row1-col7 {
  width: 10.9531772575%;
}
.performance-detail.truck-fork-2 .row2-col1 {
  width: 12.6254180602%;
}
.performance-detail.truck-fork-2 .row2-col2 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork-2 .row2-col3 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork-2 .row2-col4 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork-2 .row2-col5 {
  width: 12.4581939799%;
}
.performance-detail.truck-fork-2 .row2-col6 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork-2 .row2-col7 {
  width: 12.5418060201%;
}
.performance-detail.truck-fork-2 .row2-col8 {
  width: 12.5418060201%;
}

.performance-slider-wrap {
  width: 680px;
}

.performance-slider {
  width: 633px;
  margin-left: auto;
  margin-right: auto;
}
.performance-slider img {
  width: 100%;
}
.performance-slider-image {
  display: block;
  width: 100%;
}
.performance-slider .performance-slider-image {
  display: block;
  margin: 0 auto;
  max-width: 633px;
  width: 79.125vh;
}
.performance-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performance-slider .slick-slide {
  outline: 0;
  height: auto;
}

.performance-slider-nav {
  margin: 20px -4px -8px;
}
.performance-slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.performance-slider-nav .performance-slider-item {
  width: 78px !important;
  position: relative !important;
  opacity: 1 !important;
  left: auto !important;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.performance-slider-nav .performance-slider-item img {
  width: 100%;
}
.performance-slider-nav .performance-slider-item.slick-current {
  position: relative;
  pointer-events: none;
}
.performance-slider-nav .performance-slider-item.slick-current::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 231, 255, 0.7);
}
.performance-slider-nav .performance-slider-item.slick-current .performance-slider-image {
  pointer-events: none;
}

.modal-exhibition {
  padding-left: 19px;
  padding-right: 19px;
  width: 978px;
}
.modal-exhibition-image img {
  width: 100%;
}

.pdf.search-form {
  word-break: break-all;
}
.pdf.search-form .performance-input-panel {
  width: 380px;
}
.pdf.search-form .performance-input {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.pdf.search-form .performance-input:nth-of-type(2) {
  width: 400px;
}
.pdf.search-form .performance-input:nth-of-type(3) {
  width: 340px;
}
.pdf.search-form .performance-input-label {
  width: 48px;
}
.pdf.search-form .performance-input-label.label-s {
  width: 40px;
}
.pdf.search-form .performance-input-label.label-m {
  width: 64px;
}
.pdf.search-form .performance-input-label.label-l {
  width: 80px;
}
.pdf.search-form .performance-input-label.label-auto {
  width: auto;
}
.pdf.search-form .performance-input-label + span {
  margin-right: auto;
}
.pdf.search-form .performance-input-row-2col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
.pdf.search-form .performance-input-row-2col-item {
  border-left: 1px solid #C3C3C3;
  border-top: none;
  border-right: none;
  border-bottom: none;
  margin-left: 10px;
  padding-left: 16px;
  width: 150px;
}
.pdf.search-form .performance-input-row-2col-item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdf.search-form .performance-input-row-inner {
  border-left: 1px solid #C3C3C3;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.pdf.performance-list {
  word-break: break-all;
}
.pdf.performance-list .ps__rail-x,
.pdf.performance-list .ps__rail-y {
  display: none;
}
.pdf.performance-list .result-list-table-cell.align-items-stretch {
  display: block;
}
.pdf.performance-list .result-list-table-cell .seri {
  min-height: 49px;
}

.login-error {
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #EB0A1E;
  font-size: 1.8rem;
}
.login-error-header {
  font-size: 2.2rem;
  font-weight: bold;
}

.designate-car-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.designate-car-data dl {
  width: 100%;
}
.designate-car-data dl dt {
  background: #eef0f0;
  padding: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.designate-car-data dl dd {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  background: #fff;
}
.designate-car-data dl + dl {
  border-left: 1px solid #E2E3E4;
}
.designate-car-data-l {
  width: 74.2462311558%;
  border-radius: 4px;
  border: 2px solid #e2e3e4;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.designate-car-data-l dl {
  width: 33.333%;
}
.designate-car-data-r {
  width: 24.7487437186%;
  border-radius: 4px;
  border: 2px solid #e2e3e4;
  overflow: hidden;
}

.designate-car-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.designate-car-block-l {
  width: 50%;
  padding-right: 20px;
}
.designate-car-block-r {
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid #C3C3C3;
}

.designate-car-block-tbl .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-tbl .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-tbl .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-tbl .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl .result-list-table-cell:nth-child(1) {
  width: 66.666%;
}
.designate-car-block-tbl .result-list-table-cell:nth-child(2) {
  width: 33.333%;
}

.designate-car-block-tbl2 .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl2 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl2 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl2 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl2 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-tbl2 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl2 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl2 .result-list-table-cell:nth-child(1) {
  width: 43.1007751938%;
}
.designate-car-block-tbl2 .result-list-table-cell:nth-child(2) {
  width: 43.1007751938%;
}
.designate-car-block-tbl2 .result-list-table-cell:nth-child(3) {
  width: 13.6434108527%;
}

.designate-car-block-tbl3 .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl3 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl3 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl3 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-tbl3 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-tbl3 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl3 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-tbl3 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl3 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl3 .result-list-table-cell:nth-child(1) {
  width: 19.3467336683%;
}
.designate-car-block-tbl3 .result-list-table-cell:nth-child(2) {
  width: 80.6532663317%;
}

.designate-car-block-tbl4 .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl4 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl4 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl4 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl4 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-tbl4 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl4 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(1) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(2) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(3) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(4) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(5) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(6) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(7) {
  width: 13.567839196%;
}
.designate-car-block-tbl4 .result-list-table-cell:nth-child(8) {
  width: 5.0251256281%;
}

.designate-car-block-tbl5 .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl5 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl5 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl5 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-tbl5 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-tbl5 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl5 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-tbl5 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl5 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(1) {
  width: 5.1088777219%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(2) {
  width: 15.8291457286%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(3) {
  width: 15.8291457286%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(4) {
  width: 15.8291457286%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(5) {
  width: 15.8291457286%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(6) {
  width: 15.8291457286%;
}
.designate-car-block-tbl5 .result-list-table-cell:nth-child(7) {
  width: 15.7453936348%;
}

.designate-car-block-tbl6 .result-list-table {
  word-break: break-word;
}
.designate-car-block-tbl6 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-tbl6 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-tbl6 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-tbl6 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-tbl6 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-tbl6 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 9px;
}
.designate-car-block-tbl6 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-tbl6 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(1) {
  width: 16.7085427136%;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(2) {
  width: 16.7085427136%;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(3) {
  width: 16.7085427136%;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(4) {
  width: 16.7085427136%;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(5) {
  width: 16.5829145729%;
}
.designate-car-block-tbl6 .result-list-table-cell:nth-child(6) {
  width: 16.5829145729%;
}

.designate-car-block-l-tbl1 .result-list-table {
  word-break: break-word;
}
.designate-car-block-l-tbl1 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-l-tbl1 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-l-tbl1 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-l-tbl1 .result-list-table-cell select {
  text-align: left;
}
.designate-car-block-l-tbl1 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-l-tbl1 .result-list-table-cell:nth-child(1) {
  width: 50%;
}
.designate-car-block-l-tbl1 .result-list-table-cell:nth-child(2) {
  width: 50%;
}

.designate-car-block-l-tbl2 .result-list-table {
  word-break: break-word;
}
.designate-car-block-l-tbl2 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-l-tbl2 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-l-tbl2 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-l-tbl2 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-l-tbl2 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-l-tbl2 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-l-tbl2 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-l-tbl2 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-l-tbl2 .result-list-table-cell:nth-child(1) {
  width: 9.935483871%;
}
.designate-car-block-l-tbl2 .result-list-table-cell:nth-child(2) {
  width: 60.1290322581%;
}
.designate-car-block-l-tbl2 .result-list-table-cell:nth-child(3) {
  width: 29.935483871%;
}

.designate-car-block-r-tbl1 .result-list-table {
  word-break: break-word;
}
.designate-car-block-r-tbl1 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-r-tbl1 .result-list-table-header .result-list-table-cell .required {
  margin-right: 5px;
}
.designate-car-block-r-tbl1 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-r-tbl1 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-r-tbl1 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-r-tbl1 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}
.designate-car-block-r-tbl1 .result-list-table-cell select {
  text-align: left;
}
.designate-car-block-r-tbl1 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-r-tbl1 .result-list-table-cell .unit {
  font-size: 1.6rem;
}
.designate-car-block-r-tbl1 .result-list-table-cell:nth-child(1) {
  width: 100%;
}

.designate-car-block-r-tbl2 .result-list-table {
  word-break: break-word;
}
.designate-car-block-r-tbl2 .result-list-table-header .result-list-table-cell {
  padding: 0px;
}
.designate-car-block-r-tbl2 .result-list-table-header .result-list-table-cell .required {
  margin-right: 3px;
}
.designate-car-block-r-tbl2 .result-list-table-header .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.designate-car-block-r-tbl2 .result-list-table-body .result-list-table-cell .flex50 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.designate-car-block-r-tbl2 .result-list-table-cell {
  min-height: 48px;
  line-height: 1.16667;
}
.designate-car-block-r-tbl2 .result-list-table-cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 4px;
}
.designate-car-block-r-tbl2 .result-list-table-cell input[type=text] {
  text-align: right;
}
.designate-car-block-r-tbl2 .result-list-table-cell .unit {
  font-size: 1.6rem;
  margin-right: 0;
}
.designate-car-block-r-tbl2 .result-list-table-cell:nth-child(1) {
  width: 22.1649484536%;
}
.designate-car-block-r-tbl2 .result-list-table-cell:nth-child(1) div.input-group {
  padding-left: 30px;
}
.designate-car-block-r-tbl2 .result-list-table-cell:nth-child(2) {
  width: 44.3298969072%;
}
.designate-car-block-r-tbl2 .result-list-table-cell:nth-child(3) {
  width: 22.1649484536%;
}
.designate-car-block-r-tbl2 .result-list-table-cell:nth-child(4) {
  width: 11.3402061856%;
}

.designate-car-gruop-classifier {
  display: grid;
  grid-template-columns: 156px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  max-width: 100%;
}
.designate-car-gruop-classifier .checkbox-list-scroll {
  height: 230px;
}
.designate-car-gruop-classifier .checkbox-list li {
  border-top: none;
  border-bottom: 1px solid #E2E3E4;
}

.designate-car-gruop-classifier-item {
  position: relative;
}
.designate-car-gruop-classifier-item .designate-car-gruop-classifier-item-search {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.designate-car-gruop-classifier-item .designate-car-gruop-classifier-item-search input[type=text] {
  width: calc(100% - 36px);
}
.designate-car-gruop-classifier-item.icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #EB0A1E;
}
.designate-car-gruop-classifier-item .search-btn {
  margin-left: 4px;
}
.designate-car-gruop-classifier-item .checkbox-list-wrap {
  position: relative;
  min-height: inherit;
}
.designate-car-gruop-classifier-item .checkbox-list-label {
  text-align: left;
  padding-left: 9px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designate-car-gruop-classifier-item .checkbox-list-label .checkbox {
  margin-left: -4px;
  padding-top: 4px;
  margin-bottom: 3px;
  padding-left: 30px;
}
.designate-car-gruop-classifier-item .checkbox-list-label .checkbox::before {
  width: 20px;
  height: 20px;
  left: 5px;
  margin-top: -8px;
}
.designate-car-gruop-classifier-item .checkbox-list-label .checkbox::after {
  width: 7px;
  height: 13px;
  left: 12px;
  margin-top: -6px;
}

.designate-car-gruop-classifier2 {
  display: grid;
  grid-template-columns: 160px 160px 160px 160px 370px 160px 160px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  max-width: 100%;
}
.designate-car-gruop-classifier2 .checkbox-list-scroll {
  height: 232px;
}
.designate-car-gruop-classifier2 .designate-car-gruop-classifier-item.icon-arrow::before {
  top: 40px;
}
.designate-car-gruop-classifier2 .checkbox-list li {
  border-top: none;
  border-bottom: 1px solid #E2E3E4;
}

.designate-car-gruop-classifier3 {
  display: grid;
  grid-template-columns: 160px 160px 160px 370px 160px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  max-width: 100%;
}
.designate-car-gruop-classifier3 .checkbox-list-scroll {
  height: 232px;
}
.designate-car-gruop-classifier3 .designate-car-gruop-classifier-item.icon-arrow::before {
  top: 40px;
}
.designate-car-gruop-classifier3 .checkbox-list li {
  border-top: none;
  border-bottom: 1px solid #E2E3E4;
}

.designate-car-gruop-entry-summary01 {
  border: 2px solid #ADC5E6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.designate-car-gruop-entry-summary01 .p-scrollbar {
  max-height: 173px;
  position: relative;
}
.designate-car-gruop-entry-summary01 table {
  border-collapse: collapse;
  width: 100%;
  border-color: #E2E3E4;
}
.designate-car-gruop-entry-summary01 table tr th,
.designate-car-gruop-entry-summary01 table tr td {
  height: auto;
  padding: 4px 10px;
  border-color: #E2E3E4;
}
.designate-car-gruop-entry-summary01 table tr th .flex,
.designate-car-gruop-entry-summary01 table tr td .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designate-car-gruop-entry-summary01 table tr th:nth-child(1),
.designate-car-gruop-entry-summary01 table tr td:nth-child(1) {
  width: 160px;
}
.designate-car-gruop-entry-summary01 table tr th:nth-child(2),
.designate-car-gruop-entry-summary01 table tr td:nth-child(2) {
  width: calc(100% - 160px);
}
.designate-car-gruop-entry-summary01-tbl-head {
  border-radius: 4px 4px 0 0;
}
.designate-car-gruop-entry-summary01-tbl-head thead th {
  background: #F4F5F5;
}
.designate-car-gruop-entry-summary01-tbl-body {
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.designate-car-gruop-entry-summary01-tbl-body tbody tr:nth-child(even) td {
  background: #F4F5F5;
}
.designate-car-gruop-entry-summary01-tbl-body tbody td {
  border-top: none;
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  font-weight: 500;
  font-size: 12px;
}

.designate-car-gruop-entry-summary02 {
  border: 2px solid #ADC5E6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.designate-car-gruop-entry-summary02 .p-scrollbar {
  max-height: 173px;
  position: relative;
}
.designate-car-gruop-entry-summary02 table {
  border-collapse: collapse;
  width: 100%;
  border-color: #E2E3E4;
}
.designate-car-gruop-entry-summary02 table tr th,
.designate-car-gruop-entry-summary02 table tr td {
  height: auto;
  padding: 4px 10px;
  width: 100%;
  border-color: #E2E3E4;
}
.designate-car-gruop-entry-summary02 table tr th .flex,
.designate-car-gruop-entry-summary02 table tr td .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designate-car-gruop-entry-summary02-tbl-head {
  border-radius: 4px 4px 0 0;
}
.designate-car-gruop-entry-summary02-tbl-head thead th {
  background: #F4F5F5;
}
.designate-car-gruop-entry-summary02-tbl-body {
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.designate-car-gruop-entry-summary02-tbl-body tbody tr:nth-child(even) td {
  background: #F4F5F5;
}
.designate-car-gruop-entry-summary02-tbl-body tbody td {
  border-top: none;
  border-right: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  font-weight: 500;
  font-size: 12px;
  word-break: break-all;
}

.designate-car-gruop-entry-summary02-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(1) {
  width: 11.4122681883%;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(2) {
  width: 11.4122681883%;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(3) {
  width: 11.4122681883%;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) {
  width: 50.7845934379%;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr th:nth-child(1),
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr td:nth-child(1) {
  width: 170px;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr th:nth-child(2),
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr td:nth-child(2) {
  width: calc(100% - 333px);
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr th:nth-child(3),
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(4) table tr td:nth-child(3) {
  width: 163px;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(5) {
  width: 11.4122681883%;
}
.designate-car-gruop-entry-summary02-wrap .designate-car-gruop-entry-summary02:nth-child(5) table tr td {
  border: none;
}

.designate-car-gruop-entry-summary02-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(1) {
  width: 15.1228733459%;
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(2) {
  width: 15.1228733459%;
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) {
  width: 67.2967863894%;
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr th:nth-child(1),
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr td:nth-child(1) {
  width: 170px;
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr th:nth-child(2),
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr td:nth-child(2) {
  width: calc(100% - 333px);
}
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr th:nth-child(3),
.designate-car-gruop-entry-summary02-wrap02 .designate-car-gruop-entry-summary02:nth-child(3) table tr td:nth-child(3) {
  width: 163px;
}

.use-text {
  font-size: 14px;
  line-height: 1.4285714286;
}

.use-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.use-table03, .use-table02, .use-table01 {
  margin-bottom: 8px;
  width: 100%;
}
.use-table03 th, .use-table02 th, .use-table01 th,
.use-table03 td,
.use-table02 td,
.use-table01 td {
  border: 1px solid #C3C3C3;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 5px 12px;
  height: 44px;
}
.use-table03 tbody th, .use-table02 tbody th, .use-table01 tbody th {
  background-color: #EEF0F0;
  font-weight: 500;
  width: 166px;
  padding-left: 10px;
  padding-right: 10px;
}
.use-table03 tbody th .required, .use-table02 tbody th .required, .use-table01 tbody th .required {
  margin-right: 4px;
}
.use-table03 tbody td .unit, .use-table02 tbody td .unit, .use-table01 tbody td .unit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 1.4rem;
}
.use-table03 tbody td .unit.mr-s, .use-table02 tbody td .unit.mr-s, .use-table01 tbody td .unit.mr-s {
  margin-right: 6px;
}
.use-table03 tbody td .unit.ml, .use-table02 tbody td .unit.ml, .use-table01 tbody td .unit.ml {
  margin-left: 8px;
}
.use-table03 tbody td .input-group > :not(.unit):not(.search-form-calendar) + input, .use-table02 tbody td .input-group > :not(.unit):not(.search-form-calendar) + input, .use-table01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + input,
.use-table03 tbody td .input-group > :not(.unit):not(.search-form-calendar) + select,
.use-table02 tbody td .input-group > :not(.unit):not(.search-form-calendar) + select,
.use-table01 tbody td .input-group > :not(.unit):not(.search-form-calendar) + select {
  margin-left: 8px;
}
.use-table03 tbody td .input-group .search-form-calendar, .use-table02 tbody td .input-group .search-form-calendar, .use-table01 tbody td .input-group .search-form-calendar {
  margin-right: 0;
}
.use-table03 tbody td .input-group-col, .use-table02 tbody td .input-group-col, .use-table01 tbody td .input-group-col {
  margin: -5px -12px;
}
.use-table03 tbody td .input-group-col > .input-group, .use-table02 tbody td .input-group-col > .input-group, .use-table01 tbody td .input-group-col > .input-group {
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 0;
  padding: 5px 12px;
  height: 44px;
}
.use-table03 tbody td .input-group-col > .input-group:last-child, .use-table02 tbody td .input-group-col > .input-group:last-child, .use-table01 tbody td .input-group-col > .input-group:last-child {
  border-bottom: none;
}
.use-table03 tbody td .ta-h75, .use-table02 tbody td .ta-h75, .use-table01 tbody td .ta-h75 {
  min-height: 75px;
}
.table-layout.use-table03, .table-layout.use-table02, .table-layout.use-table01 {
  table-layout: fixed;
}
.th-wAuto.use-table03 tbody th, .th-wAuto.use-table02 tbody th, .th-wAuto.use-table01 tbody th {
  width: auto;
}
.th-w113.use-table03 tbody th, .th-w113.use-table02 tbody th, .th-w113.use-table01 tbody th {
  width: 113px;
}
.th-w148.use-table03 tbody th, .th-w148.use-table02 tbody th, .th-w148.use-table01 tbody th {
  width: 148px;
}
.th-w204.use-table03 tbody th, .th-w204.use-table02 tbody th, .th-w204.use-table01 tbody th {
  width: 204px;
}

.use-table02 th,
.use-table02 td {
  border-top-color: #E2E3E4;
  border-bottom-color: #E2E3E4;
  border-left: none;
  border-right: none;
}

.use-table03 tbody th,
.use-table03 tbody td {
  padding-left: 7px;
  padding-right: 7px;
}
.use-table03 tbody td .input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.use-table03 tbody td .input-search .search-btn {
  margin-left: 5px;
}

.use-result08, .use-result07, .use-result06, .use-result05, .use-result04, .use-result03, .use-result02, .use-result01 {
  margin-bottom: 8px;
}
.use-result08 .result-list-table, .use-result07 .result-list-table, .use-result06 .result-list-table, .use-result05 .result-list-table, .use-result04 .result-list-table, .use-result03 .result-list-table, .use-result02 .result-list-table, .use-result01 .result-list-table {
  word-break: break-word;
}
.use-result08 .result-list-table-header .result-list-table-cell .required, .use-result07 .result-list-table-header .result-list-table-cell .required, .use-result06 .result-list-table-header .result-list-table-cell .required, .use-result05 .result-list-table-header .result-list-table-cell .required, .use-result04 .result-list-table-header .result-list-table-cell .required, .use-result03 .result-list-table-header .result-list-table-cell .required, .use-result02 .result-list-table-header .result-list-table-cell .required, .use-result01 .result-list-table-header .result-list-table-cell .required {
  margin-right: 4px;
}
.use-result08 .result-list-table-cell, .use-result07 .result-list-table-cell, .use-result06 .result-list-table-cell, .use-result05 .result-list-table-cell, .use-result04 .result-list-table-cell, .use-result03 .result-list-table-cell, .use-result02 .result-list-table-cell, .use-result01 .result-list-table-cell {
  min-height: 45px;
  line-height: 1.16667;
  padding: 6px 12px;
}
.use-result08 .result-list-table-body .result-list-table-cell, .use-result07 .result-list-table-body .result-list-table-cell, .use-result06 .result-list-table-body .result-list-table-cell, .use-result05 .result-list-table-body .result-list-table-cell, .use-result04 .result-list-table-body .result-list-table-cell, .use-result03 .result-list-table-body .result-list-table-cell, .use-result02 .result-list-table-body .result-list-table-cell, .use-result01 .result-list-table-body .result-list-table-cell {
  font-size: 1.6rem;
}
.use-result08 .result-list-table-body .result-list-table-cell input, .use-result07 .result-list-table-body .result-list-table-cell input, .use-result06 .result-list-table-body .result-list-table-cell input, .use-result05 .result-list-table-body .result-list-table-cell input, .use-result04 .result-list-table-body .result-list-table-cell input, .use-result03 .result-list-table-body .result-list-table-cell input, .use-result02 .result-list-table-body .result-list-table-cell input, .use-result01 .result-list-table-body .result-list-table-cell input {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 6px;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result07 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result06 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result05 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result04 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result03 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result02 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type, .use-result01 .result-list-table-body .result-list-table-cell .input-group .radio:last-of-type {
  margin-right: 0;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result07 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result06 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result05 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result04 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result03 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result02 .result-list-table-body .result-list-table-cell .input-group .unit, .use-result01 .result-list-table-body .result-list-table-cell .input-group .unit {
  margin-left: 6px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result07 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result06 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result05 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result04 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result03 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result02 .result-list-table-body .result-list-table-cell .input-group .unit:first-child, .use-result01 .result-list-table-body .result-list-table-cell .input-group .unit:first-child {
  margin-left: 0;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result07 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result06 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result05 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result04 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result03 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result02 .result-list-table-body .result-list-table-cell .input-group .unit:last-child, .use-result01 .result-list-table-body .result-list-table-cell .input-group .unit:last-child {
  margin-right: 0;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result07 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result06 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result05 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result04 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result03 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result02 .result-list-table-body .result-list-table-cell .input-group .set-btn, .use-result01 .result-list-table-body .result-list-table-cell .input-group .set-btn {
  min-height: 32px;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result07 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result06 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result05 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result04 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result03 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result02 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit, .use-result01 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar + .unit {
  margin-left: 0;
}
.use-result08 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result07 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result06 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result05 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result04 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result03 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result02 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button, .use-result01 .result-list-table-body .result-list-table-cell .input-group .search-form-calendar > button {
  top: 0;
  left: 0;
}
.use-result08 .result-list-table-body .result-list-table-cell .status, .use-result07 .result-list-table-body .result-list-table-cell .status, .use-result06 .result-list-table-body .result-list-table-cell .status, .use-result05 .result-list-table-body .result-list-table-cell .status, .use-result04 .result-list-table-body .result-list-table-cell .status, .use-result03 .result-list-table-body .result-list-table-cell .status, .use-result02 .result-list-table-body .result-list-table-cell .status, .use-result01 .result-list-table-body .result-list-table-cell .status {
  font-size: 1.2rem;
  font-weight: 500;
  min-width: 60px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 4px;
  padding: 3px 4px 2px;
  line-height: 1.1666666667;
}
.use-result08 .result-list-table-body .result-list-table-cell .status.applying, .use-result07 .result-list-table-body .result-list-table-cell .status.applying, .use-result06 .result-list-table-body .result-list-table-cell .status.applying, .use-result05 .result-list-table-body .result-list-table-cell .status.applying, .use-result04 .result-list-table-body .result-list-table-cell .status.applying, .use-result03 .result-list-table-body .result-list-table-cell .status.applying, .use-result02 .result-list-table-body .result-list-table-cell .status.applying, .use-result01 .result-list-table-body .result-list-table-cell .status.applying {
  background-color: #F9A825;
}
.use-result08 .result-list-table-body .result-list-table-cell .status.approved, .use-result07 .result-list-table-body .result-list-table-cell .status.approved, .use-result06 .result-list-table-body .result-list-table-cell .status.approved, .use-result05 .result-list-table-body .result-list-table-cell .status.approved, .use-result04 .result-list-table-body .result-list-table-cell .status.approved, .use-result03 .result-list-table-body .result-list-table-cell .status.approved, .use-result02 .result-list-table-body .result-list-table-cell .status.approved, .use-result01 .result-list-table-body .result-list-table-cell .status.approved {
  background-color: #D32F2F;
}

.use-result01 {
  width: 680px;
}
.use-result01 .result-list-table-cell:nth-child(1) {
  width: 13.0882352941%;
}
.use-result01 .result-list-table-cell:nth-child(2) {
  width: 35.4411764706%;
}
.use-result01 .result-list-table-cell:nth-child(3) {
  width: 51.4705882353%;
}

.use-result02 {
  width: 100%;
}
.use-result02 .result-list-table-cell:nth-child(1) {
  width: 11.6954474097%;
}
.use-result02 .result-list-table-cell:nth-child(2) {
  width: 38.3045525903%;
}
.use-result02 .result-list-table-cell:nth-child(3) {
  width: 43.1711145997%;
}
.use-result02 .result-list-table-cell:nth-child(4) {
  width: 6.8288854003%;
}
.use-result02 .result-list-table-body .result-list-table-cell:nth-child(2), .use-result02 .result-list-table-body .result-list-table-cell:nth-child(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.use-result03 {
  width: 100%;
}
.use-result03 .result-list-table-cell:nth-child(1) {
  width: 10.0502512563%;
}
.use-result03 .result-list-table-cell:nth-child(2) {
  width: 39.9497487437%;
}
.use-result03 .result-list-table-cell:nth-child(3) {
  width: 39.9497487437%;
}
.use-result03 .result-list-table-cell:nth-child(4) {
  width: 10.0502512563%;
}
.use-result03 .result-list-table-body.p-scrollbar {
  position: relative;
  max-height: 230px;
}
.use-result03 .result-list-table-body .result-list-table-cell:nth-child(1) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.use-result03 .result-list-table-body .result-list-table-cell:nth-child(2), .use-result03 .result-list-table-body .result-list-table-cell:nth-child(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.use-result04 {
  width: 776px;
}
.use-result04 .result-list-table-cell:nth-child(1) {
  width: 20.4576043069%;
}
.use-result04 .result-list-table-cell:nth-child(2) {
  width: 32.4360699865%;
}
.use-result04 .result-list-table-cell:nth-child(3) {
  width: 47.2409152086%;
}
.use-result04 .result-list-table-cell:nth-child(4) {
  width: 47.1063257066%;
}
.use-result04 .result-list-table-body .result-list-table-cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.use-result05 {
  width: 1117px;
}
.use-result05 .result-list-table-cell:nth-child(1) {
  width: 15.0402864816%;
}
.use-result05 .result-list-table-cell:nth-child(2) {
  width: 21.57564906%;
}
.use-result05 .result-list-table-cell:nth-child(3) {
  width: 31.4234556849%;
}
.use-result05 .result-list-table-cell:nth-child(4) {
  width: 31.3339301701%;
}
.use-result05 .result-list-table-body .result-list-table-cell:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.use-result06 {
  width: 1044px;
}
.use-result06 .use-result06-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use-result06 .use-result06-flex .use-result06-flex-l {
  width: 776px;
}
.use-result06 .use-result06-flex .use-result06-flex-l .result-list-table-cell:nth-child(1) {
  width: 11.4690721649%;
}
.use-result06 .use-result06-flex .use-result06-flex-l .result-list-table-cell:nth-child(2) {
  width: 29.5103092784%;
}
.use-result06 .use-result06-flex .use-result06-flex-l .result-list-table-cell:nth-child(3) {
  width: 29.5103092784%;
}
.use-result06 .use-result06-flex .use-result06-flex-l .result-list-table-cell:nth-child(4) {
  width: 29.5103092784%;
}
.use-result06 .use-result06-flex .use-result06-flex-l .result-list-table-body .result-list-table-cell {
  text-align: left;
}
.use-result06 .use-result06-flex .use-result06-flex-r {
  width: 228px;
}
.use-result06 .use-result06-flex .use-result06-flex-r .result-list-table-cell:nth-child(1) {
  width: 100%;
}

.use-result07 {
  width: 100%;
}
.use-result07 .result-list-table-header .result-list-table .filter-btn {
  margin-left: 2px;
  margin-right: 2px;
}
.use-result07 .result-list-table-header .result-list-table .toggle-order {
  margin-left: 2px;
  margin-right: 2px;
}
.use-result07 .result-list-table-header .result-list-table-cell div {
  padding-left: 0;
  padding-right: 0;
}
.use-result07 .result-list-table-cell {
  padding: 0;
  word-wrap: break-word;
}
.use-result07 .result-list-table-cell > div {
  padding: 8px 5px;
}
.use-result07 .result-list-table-cell:nth-child(1) {
  width: 3.2446808511%;
}
.use-result07 .result-list-table-cell:nth-child(2) {
  width: 8.1914893617%;
}
.use-result07 .result-list-table-cell:nth-child(3) {
  width: 10.6382978723%;
}
.use-result07 .result-list-table-cell:nth-child(4) {
  width: 10.6382978723%;
}
.use-result07 .result-list-table-cell:nth-child(5) {
  width: 13.7234042553%;
}
.use-result07 .result-list-table-cell:nth-child(6) {
  width: 8.1914893617%;
}
.use-result07 .result-list-table-cell:nth-child(7) {
  width: 14.2021276596%;
}
.use-result07 .result-list-table-cell:nth-child(8) {
  width: 5.3723404255%;
}
.use-result07 .result-list-table-cell:nth-child(9) {
  width: 5.3723404255%;
}
.use-result07 .result-list-table-cell:nth-child(10) {
  width: 8.829787234%;
}
.use-result07 .result-list-table-cell:nth-child(11) {
  width: 8.7765957447%;
}
.use-result07 .result-list-table-cell:nth-child(12) {
  width: 2.8191489362%;
}
.use-result08 {
  width: 100%;
}
.use-result08 .result-list-table-cell:nth-child(1) {
  width: 11.6954474097%;
}
.use-result08 .result-list-table-cell:nth-child(2) {
  width: 38.4615384615%;
}
.use-result08 .result-list-table-cell:nth-child(3) {
  width: 49.8430141287%;
}
.use-result08 .result-list-table-body .result-list-table-cell:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.use-result08 .result-list-table-body .result-list-table-cell:nth-child(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.use-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 140px;
  padding-bottom: 15px;
}
.use-index-item {
  padding-left: 30px;
  padding-right: 30px;
}
.use-index-item + .use-index-item {
  border-left: 1px solid #C3C3C3;
}
.use-index-item:last-child {
  margin-right: 0;
}
.use-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.use-index-list > li {
  width: 189px;
  margin-right: 16px;
}
.use-index-list > li:last-child {
  margin-right: 0;
}
.use-index-list > li .fsz-12 {
  line-height: 1.6667;
}
.use-index-list .gray-btn02 {
  text-align: center;
  height: 56px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  width: 189px;
}
.use-index-title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
.use-index-title:first-child {
  margin-top: 0;
}
.use-index-title + * {
  margin-top: 12px;
}

.appraisal-detail {
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appraisal-detail-inner {
  width: 383px;
}
.appraisal-detail-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.appraisal-detail-table {
  width: 100%;
}
.appraisal-detail-table th,
.appraisal-detail-table td {
  position: relative;
  width: 50%;
  border-top: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  vertical-align: middle;
  padding: 6px 8px 5px;
  line-height: 1.2;
  font-size: 1.4rem;
  vertical-align: middle;
  height: 50px;
}
.appraisal-detail-table th {
  background: #eef0f0;
  font-weight: 500;
}
.appraisal-detail-table td.td-empty {
  background-color: #EEF0F0;
}

.container.contact-container {
  width: 100%;
  background: #F4F5F5;
  height: calc(100vh - 40px - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-content {
  background: #fff;
  width: 720px;
  margin: auto;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  color: #222222;
}
.contact-content__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-content__text {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.contact-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-content__list li {
  text-align: left;
  padding: 10px 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E2E3E4;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact-content__list li:last-child {
  margin-right: 0;
  border-right: none;
}
.contact-content__list__tel {
  display: inline-block;
  min-height: 20px;
  padding-left: 30px;
  background: url(../images/contact-ico_tel.svg) 2px 50% no-repeat;
}
.contact-content__list__mail {
  display: inline-block;
  min-height: 20px;
  padding-left: 30px;
  background: url(../images/contact-ico_mail.svg) 0 50% no-repeat;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

::-webkit-input-placeholder {
  color: #C3C3C3;
}

::-moz-placeholder {
  color: #C3C3C3;
}

:-ms-input-placeholder {
  color: #C3C3C3;
}

::-ms-input-placeholder {
  color: #C3C3C3;
}

::placeholder {
  color: #C3C3C3;
}

.wrapper {
  padding-bottom: 56px;
}
.wrapper.wrapper-padding-none {
  padding-bottom: 0;
}

.container {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.container-large {
  width: 1366px;
}
.container.container-large2 {
  width: 1391px;
}
.container.container-large3 {
  width: 1632px;
}
.container.container-large4 {
  width: 1903px;
}

/* Edge(Chromium) hack(2024/06時点) */
_:host-context(x)::-ms-clear, .container.container-large4 {
  width: 1897px;
}

.container-full {
  display: grid;
  place-items: center;
  height: calc(100vh - 96px);
}

.last-update {
  margin-right: 10px;
  margin-left: auto;
  font-size: 1.4rem;
  text-align: right;
  color: #666;
}

.required {
  font-size: 1.2rem;
  background: #eb0a1e;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.disabled {
  cursor: default;
  pointer-events: none;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}

.loader {
  position: relative;
  border-top: 5px solid rgba(34, 34, 34, 0.2);
  border-right: 5px solid rgba(34, 34, 34, 0.2);
  border-bottom: 5px solid rgba(34, 34, 34, 0.2);
  border-left: 5px solid #222222;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: anime-load 1.2s infinite linear;
          animation: anime-load 1.2s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.loader-area {
  position: relative;
}

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

@keyframes anime-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.text-link.icon-pdf, .text-link.icon-link, .text-link.icon-color-pdf, .text-link.icon-color-link {
  position: relative;
  padding-left: 24px;
}
.text-link.icon-pdf::before, .text-link.icon-link::before, .text-link.icon-color-pdf::before, .text-link.icon-color-link::before {
  content: "";
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 20px;
}

.text-link {
  text-decoration: underline;
  color: #222222;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-link + .text-link {
  margin-top: 1em;
}
.text-link.text-blue {
  color: #4D66D8;
}
.text-link.icon-pdf::before {
  background-image: url(../images/icon-pdf.svg);
}
.text-link.icon-link::before {
  background-image: url(../images/icon-link.svg);
}
.text-link.icon-color-pdf::before {
  background-image: url(../images/icon-pdf-02.svg);
}
.text-link.icon-color-link::before {
  background-image: url(../images/icon-link-02.svg);
}
.text-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.text-link-color {
  cursor: pointer;
  text-decoration: underline;
  color: #4D66D8;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-link-color:hover {
  opacity: 0.7;
}

.caution-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #EB0A1E;
  font-size: 1rem;
  width: 12px;
  height: 12px;
  font-style: normal;
  position: relative;
  top: -0.1em;
  margin-left: 3px;
}
.caution-mark::before {
  color: #ffffff;
  content: "!";
}
.caution-line-mark {
  border: 2px solid #EB0A1E;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.caution-line-mark::before {
  color: #EB0A1E;
  content: "!";
}

.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-group .icon-cap {
  display: inline-block;
  margin-left: 4px;
  margin-right: 12px;
}
.icon-group .icon-cap:last-child {
  margin-right: 0;
}
.icon-group .icon-01 {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  background: #C3C3C3;
  margin-right: 2px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  width: 25px;
  height: 25px;
}
.icon-group .icon-01.active {
  background: #4D66D8;
}
.icon-group .icon-01:last-child {
  margin-right: 0;
}

.icon-sort {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  width: 12px;
  height: 8px;
}
.icon-sort.up::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-sort::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon-sort.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 8px;
}

.satei-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.satei-loading span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200001;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: #fff;
  border-radius: 12px;
}
.satei-loading span::after {
  position: absolute;
  content: " ";
  left: 50%;
  top: 50%;
  z-index: 200002;
  margin: -29px 0 0 -29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(/images/loading.png) 0 0 no-repeat;
  background-size: 58px 58px;
  -webkit-animation: animation_loading 3s linear infinite;
  animation: animation_loading 3s linear infinite;
}

/* animation 回転 */
@-webkit-keyframes animation_loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes animation_loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-error {
  position: relative;
  background-color: #F4F5F5;
  width: 100%;
  height: calc(100vh - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-error__inner {
  width: 720px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
}
.page-error__ttl {
  background: url(/images/icon-error.svg) 50% 0 no-repeat;
  background-size: 60px 60px;
  padding-top: 80px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.page-error__text {
  display: table;
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-error__text p {
  margin: 0;
  text-align: left;
}

.page-error__inner {
  width: 720px;
  margin: auto;
}

@media print {
  @page {
    margin: 0;
  }
  .wrapper {
    padding-bottom: 0 !important;
  }
  input + .checkbox::before, input + .checkbox::after {
    border: none;
    outline: none !important;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
  }
  input[disabled] + .checkbox::before, input[disabled] + .checkbox::after,
  input.disabled + .checkbox::before,
  input.disabled + .checkbox::after {
    border: none;
    outline: none !important;
    border-right: 3px solid #C3C3C3;
    border-bottom: 3px solid #C3C3C3;
  }
  .block .block-body.pdf-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block-row + .block-row .block, .performance-detail.truck-fork .block-wrapper .block-row + .block-row .block, .performance-detail.welfare-vehicle .block-wrapper .block-row + .block-row .block, .performance-detail.customized-car .block-wrapper .block-row + .block-row .block, .performance-detail.auction-world .block-wrapper .block-row + .block-row .block, .performance-detail.auction .block-wrapper .block-row + .block-row .block {
    margin-top: 0px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block, .performance-detail.truck-fork .block-wrapper .block, .performance-detail.welfare-vehicle .block-wrapper .block, .performance-detail.customized-car .block-wrapper .block, .performance-detail.auction-world .block-wrapper .block, .performance-detail.auction .block-wrapper .block {
    border: none;
    border-top: 1px solid #e2e3e4;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block, .performance-detail.truck-fork .block-wrapper .block, .performance-detail.welfare-vehicle .block-wrapper .block, .performance-detail.customized-car .block-wrapper .block, .performance-detail.auction-world .block-wrapper .block, .performance-detail.auction .block-wrapper .block,
  .performance-detail.truck-fork-2 .block-wrapper .block .block-header,
  .performance-detail.truck-fork .block-wrapper .block .block-header,
  .performance-detail.welfare-vehicle .block-wrapper .block .block-header,
  .performance-detail.customized-car .block-wrapper .block .block-header,
  .performance-detail.auction-world .block-wrapper .block .block-header,
  .performance-detail.auction .block-wrapper .block .block-header,
  .performance-detail.truck-fork-2 .block-wrapper .block .block-body,
  .performance-detail.truck-fork .block-wrapper .block .block-body,
  .performance-detail.welfare-vehicle .block-wrapper .block .block-body,
  .performance-detail.customized-car .block-wrapper .block .block-body,
  .performance-detail.auction-world .block-wrapper .block .block-body,
  .performance-detail.auction .block-wrapper .block .block-body {
    outline: 0;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block + .block .block-header, .performance-detail.truck-fork .block-wrapper .block + .block .block-header, .performance-detail.welfare-vehicle .block-wrapper .block + .block .block-header, .performance-detail.customized-car .block-wrapper .block + .block .block-header, .performance-detail.auction-world .block-wrapper .block + .block .block-header, .performance-detail.auction .block-wrapper .block + .block .block-header,
  .performance-detail.truck-fork-2 .block-wrapper .block + .block .block-body,
  .performance-detail.truck-fork .block-wrapper .block + .block .block-body,
  .performance-detail.welfare-vehicle .block-wrapper .block + .block .block-body,
  .performance-detail.customized-car .block-wrapper .block + .block .block-body,
  .performance-detail.auction-world .block-wrapper .block + .block .block-body,
  .performance-detail.auction .block-wrapper .block + .block .block-body {
    border: none;
    border-left: 1px solid #e2e3e4;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block .block-body .block-in-option, .performance-detail.truck-fork .block-wrapper .block .block-body .block-in-option, .performance-detail.welfare-vehicle .block-wrapper .block .block-body .block-in-option, .performance-detail.customized-car .block-wrapper .block .block-body .block-in-option, .performance-detail.auction-world .block-wrapper .block .block-body .block-in-option, .performance-detail.auction .block-wrapper .block .block-body .block-in-option {
    outline: 0 !important;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block .block-body .block-in-option > *, .performance-detail.truck-fork .block-wrapper .block .block-body .block-in-option > *, .performance-detail.welfare-vehicle .block-wrapper .block .block-body .block-in-option > *, .performance-detail.customized-car .block-wrapper .block .block-body .block-in-option > *, .performance-detail.auction-world .block-wrapper .block .block-body .block-in-option > *, .performance-detail.auction .block-wrapper .block .block-body .block-in-option > * {
    border: none;
    outline: none !important;
  }
  .performance-detail.truck-fork-2 .block-wrapper .block .block-body .block-in-option > *:not(:first-child), .performance-detail.truck-fork .block-wrapper .block .block-body .block-in-option > *:not(:first-child), .performance-detail.welfare-vehicle .block-wrapper .block .block-body .block-in-option > *:not(:first-child), .performance-detail.customized-car .block-wrapper .block .block-body .block-in-option > *:not(:first-child), .performance-detail.auction-world .block-wrapper .block .block-body .block-in-option > *:not(:first-child), .performance-detail.auction .block-wrapper .block .block-body .block-in-option > *:not(:first-child) {
    border-left: 1px solid #e2e3e4;
  }
  .performance-table-wrap {
    max-height: none;
    overflow: visible;
  }
  .performance-table-wrap .performance-table thead {
    display: table-header-group;
    page-break-inside: avoid;
  }
  .performance-table-wrap .performance-table tbody td {
    height: 48px;
    max-height: 100%;
    border-right: 3px solid #E2E3E4;
    border-bottom: 3px solid #C3C3C3;
    padding-top: 0;
    padding-bottom: 0;
  }
  .performance-table-wrap .performance-table tbody td:last-child {
    border-right: none;
    border-bottom: 3px solid #C3C3C3;
  }
  .performance-list {
    margin-bottom: 0;
  }
  .performance-list.auction .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.auction .performance-table thead th:nth-child(2) {
    width: 96px;
  }
  .performance-list.auction .performance-table thead th:nth-child(3) {
    width: 115px;
  }
  .performance-list.auction .performance-table thead th:nth-child(4), .performance-list.auction .performance-table thead th:nth-child(7) {
    width: 37px;
  }
  .performance-list.auction .performance-table thead th:nth-child(6) {
    width: 35px;
  }
  .performance-list.auction .performance-table thead th:nth-child(5) {
    width: 40px;
  }
  .performance-list.auction .performance-table thead th:nth-child(8), .performance-list.auction .performance-table thead th:nth-child(10), .performance-list.auction .performance-table thead th:nth-child(11), .performance-list.auction .performance-table thead th:nth-child(12) {
    width: 33px;
  }
  .performance-list.auction .performance-table thead th:nth-child(9) {
    width: 34px;
  }
  .performance-list.auction .performance-table thead th:nth-child(13) {
    width: 35px;
  }
  .performance-list.auction .performance-table thead th:nth-child(14) {
    width: 43px;
  }
  .performance-list.auction .performance-table thead th:nth-child(15) {
    width: 62px;
  }
  .performance-list.auction .performance-table thead th:nth-child(16) {
    width: 41px;
  }
  .performance-list.auction .performance-table thead th:nth-child(17) {
    width: 50px;
  }
  .performance-list.auction .performance-table thead th:nth-child(18) {
    width: 48px;
  }
  .performance-list.auction .performance-table thead th:nth-child(19) {
    width: 44px;
  }
  .performance-list.auction .performance-table thead th:nth-child(20) {
    width: 57px;
  }
  .performance-list.auction .performance-table thead th:nth-child(21) {
    width: 37px;
  }
  .performance-list.auction .performance-table thead th:nth-child(22) {
    width: 86px;
  }
  .performance-list.auction .performance-table thead th:nth-child(23) {
    width: 55px;
  }
  .performance-list.auction .performance-table thead th:nth-child(24) {
    width: 51px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(2) {
    width: 96px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(3) {
    width: 130px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(4) {
    width: 41px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(5), .performance-list.toyota-kouri .performance-table thead th:nth-child(6) {
    width: 37px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(7) {
    width: 35px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(8) {
    width: 40px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(9), .performance-list.toyota-kouri .performance-table thead th:nth-child(10) {
    width: 33px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(11) {
    width: 34px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(12) {
    width: 55px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(13) {
    width: 99px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(14), .performance-list.toyota-kouri .performance-table thead th:nth-child(15) {
    width: 50px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(16) {
    width: 45px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(17) {
    width: 99px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(18) {
    width: 78px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(19) {
    width: 39px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(20) {
    width: 55px;
  }
  .performance-list.toyota-kouri .performance-table thead th:nth-child(21) {
    width: 51px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(1) {
    width: 58px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(2) {
    width: 85px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(3) {
    width: 86px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(4) {
    width: 41px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(5), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(6) {
    width: 37px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(7), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(9), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(10) {
    width: 33px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(8) {
    width: 40px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(11) {
    width: 34px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(12) {
    width: 90px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(13), .performance-list.toyota-kouri-world .performance-table thead th:nth-child(14) {
    width: 44px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(15) {
    width: 45px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(16) {
    width: 84px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(17) {
    width: 41px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(18) {
    width: 36px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(19) {
    width: 65px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(20) {
    width: 39px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(21) {
    width: 55px;
  }
  .performance-list.toyota-kouri-world .performance-table thead th:nth-child(22) {
    width: 51px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(2) {
    width: 86px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(3) {
    width: 86px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(4) {
    width: 86px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(5) {
    width: 41px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(6) {
    width: 37px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(7) {
    width: 35px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(8), .performance-list.customized-car .performance-table thead th:nth-child(9), .performance-list.customized-car .performance-table thead th:nth-child(10) {
    width: 33px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(11) {
    width: 34px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(12) {
    width: 48px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(13) {
    width: 62px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(14), .performance-list.customized-car .performance-table thead th:nth-child(15) {
    width: 50px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(16) {
    width: 69px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(17) {
    width: 57px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(18) {
    width: 55px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(19) {
    width: 37px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(20) {
    width: 86px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(21) {
    width: 55px;
  }
  .performance-list.customized-car .performance-table thead th:nth-child(22) {
    width: 51px;
  }
  .performance-list.welfare-vehicle .performance-table .cell-in-col {
    border-top: 3px solid #E2E3E4;
  }
  .performance-list.welfare-vehicle .performance-table .cell-in-col-item {
    border-right: 3px solid #E2E3E4;
  }
  .performance-list.welfare-vehicle .performance-table .cell-in-col-text {
    padding-left: 0;
    padding-right: 0;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(2) {
    width: 94px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(3) {
    width: 131px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(4) {
    width: 130px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(5) {
    width: 41px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(6) {
    width: 71px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(7) {
    width: 37px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(8) {
    width: 50px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(9) {
    width: 45px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(10) {
    width: 57px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(11) {
    width: 228px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(12) {
    width: 37px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(13) {
    width: 86px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(14) {
    width: 79px;
  }
  .performance-list.welfare-vehicle .performance-table thead th:nth-child(15) {
    width: 51px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(2) {
    width: 96px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(3) {
    width: 224px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(4) {
    width: 224px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(5) {
    width: 41px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(6) {
    width: 37px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(7) {
    width: 41px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(8) {
    width: 37px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(9) {
    width: 50px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(10) {
    width: 45px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(11) {
    width: 89px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(12) {
    width: 37px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(13) {
    width: 86px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(14) {
    width: 79px;
  }
  .performance-list.truck-fork .performance-table thead th:nth-child(15) {
    width: 51px;
  }
  .performance-list.sengyo-kouri .performance-table {
    word-break: break-word;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(1) {
    width: 63px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(2) {
    width: 96px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(3) {
    width: 129px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(4) {
    width: 37px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(5) {
    width: 41px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(6), .performance-list.sengyo-kouri .performance-table thead th:nth-child(7) {
    width: 37px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(8), .performance-list.sengyo-kouri .performance-table thead th:nth-child(9), .performance-list.sengyo-kouri .performance-table thead th:nth-child(10), .performance-list.sengyo-kouri .performance-table thead th:nth-child(11), .performance-list.sengyo-kouri .performance-table thead th:nth-child(12), .performance-list.sengyo-kouri .performance-table thead th:nth-child(13) {
    width: 40px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(14) {
    width: 49px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(15) {
    width: 45px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(16) {
    width: 57px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(17), .performance-list.sengyo-kouri .performance-table thead th:nth-child(18) {
    width: 49px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(19) {
    width: 37px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(20) {
    width: 86px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(21) {
    width: 40px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(22) {
    width: 55px;
  }
  .performance-list.sengyo-kouri .performance-table thead th:nth-child(23) {
    width: 51px;
  }
  .performance-list.sengyo-kouri .performance-table tbody .cell-season, .performance-list.sengyo-kouri .performance-table tbody .cell-season > div {
    outline: none !important;
  }
  .performance-list.sengyo-kouri .performance-table tbody .cell-season > div:nth-child(2) {
    border: none;
    border-left: 1px solid #E2E3E4;
  }
  .container,
  .performance-detail {
    outline: none;
  }
  .performance-detail {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .performance-detail.auction .block-wrapper .row1-col1 {
    width: 132px;
  }
  .performance-detail.auction .block-wrapper .row1-col2,
  .performance-detail.auction .block-wrapper .row1-col3,
  .performance-detail.auction .block-wrapper .row1-col4,
  .performance-detail.auction .block-wrapper .row1-col5,
  .performance-detail.auction .block-wrapper .row1-col6,
  .performance-detail.auction .block-wrapper .row1-col7,
  .performance-detail.auction .block-wrapper .row1-col8,
  .performance-detail.auction .block-wrapper .row1-col9 {
    width: 133px;
  }
  .performance-detail.auction .block-wrapper .row1-col8 .block-in-option {
    height: 32px;
  }
  .performance-detail.auction .block-wrapper .row1-col8 .block-in-option.col-5 > * {
    width: 26px;
  }
  .performance-detail.auction .block-wrapper .row2-col1,
  .performance-detail.auction .block-wrapper .row2-col2,
  .performance-detail.auction .block-wrapper .row2-col3,
  .performance-detail.auction .block-wrapper .row2-col4,
  .performance-detail.auction .block-wrapper .row2-col5,
  .performance-detail.auction .block-wrapper .row2-col7,
  .performance-detail.auction .block-wrapper .row2-col8,
  .performance-detail.auction .block-wrapper .row2-col9 {
    width: 120px;
  }
  .performance-detail.auction .block-wrapper .row2-col6,
  .performance-detail.auction .block-wrapper .row2-col10 {
    width: 119px;
  }
  .performance-detail.auction-world .block-wrapper .row1-col1,
  .performance-detail.auction-world .block-wrapper .row1-col2,
  .performance-detail.auction-world .block-wrapper .row1-col3,
  .performance-detail.auction-world .block-wrapper .row1-col4,
  .performance-detail.auction-world .block-wrapper .row1-col5,
  .performance-detail.auction-world .block-wrapper .row1-col6,
  .performance-detail.auction-world .block-wrapper .row1-col7,
  .performance-detail.auction-world .block-wrapper .row1-col8,
  .performance-detail.auction-world .block-wrapper .row1-col9 {
    width: 150px;
  }
  .performance-detail.auction-world .block-wrapper .row1-col8 .block-in-option {
    height: 32px;
  }
  .performance-detail.auction-world .block-wrapper .row1-col8 .block-in-option.col-5 > * {
    width: 29px;
  }
  .performance-detail.auction-world .block-wrapper .row1-col8 .block-in-option.col-5 > *:last-child {
    width: 30px;
  }
  .performance-detail.auction-world .block-wrapper .row2-col1,
  .performance-detail.auction-world .block-wrapper .row2-col2,
  .performance-detail.auction-world .block-wrapper .row2-col3,
  .performance-detail.auction-world .block-wrapper .row2-col4,
  .performance-detail.auction-world .block-wrapper .row2-col5,
  .performance-detail.auction-world .block-wrapper .row2-col6,
  .performance-detail.auction-world .block-wrapper .row2-col7,
  .performance-detail.auction-world .block-wrapper .row2-col8,
  .performance-detail.auction-world .block-wrapper .row2-col9,
  .performance-detail.auction-world .block-wrapper .row2-col10 {
    width: 120px;
  }
  .performance-detail.customized-car .block-wrapper .row1-col1,
  .performance-detail.customized-car .block-wrapper .row1-col2,
  .performance-detail.customized-car .block-wrapper .row1-col3,
  .performance-detail.customized-car .block-wrapper .row1-col4,
  .performance-detail.customized-car .block-wrapper .row1-col5,
  .performance-detail.customized-car .block-wrapper .row1-col6,
  .performance-detail.customized-car .block-wrapper .row1-col7,
  .performance-detail.customized-car .block-wrapper .row1-col8,
  .performance-detail.customized-car .block-wrapper .row1-col9,
  .performance-detail.customized-car .block-wrapper .row2-col1,
  .performance-detail.customized-car .block-wrapper .row2-col2,
  .performance-detail.customized-car .block-wrapper .row2-col3,
  .performance-detail.customized-car .block-wrapper .row2-col4,
  .performance-detail.customized-car .block-wrapper .row2-col5,
  .performance-detail.customized-car .block-wrapper .row2-col6,
  .performance-detail.customized-car .block-wrapper .row2-col7,
  .performance-detail.customized-car .block-wrapper .row2-col8,
  .performance-detail.customized-car .block-wrapper .row2-col9 {
    width: 133px;
  }
  .performance-detail.customized-car .block-wrapper .row1-col7 .block-in-option {
    height: 32px;
  }
  .performance-detail.customized-car .block-wrapper .row1-col7 .block-in-option.col-5 > * {
    width: 26px;
  }
  .performance-detail.welfare-vehicle .block-in-col-wrap .block-in-col {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .performance-detail.welfare-vehicle .block-in-col * {
    outline: 0;
  }
  .performance-detail.welfare-vehicle .block-in-col-item {
    border-left: none;
    border-top: none;
    border-bottom: none;
    height: 36px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col1 {
    width: 65px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col2 {
    width: 145px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col3 {
    width: 49px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col4 {
    width: 83px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col5 {
    width: 41px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col6 {
    width: 73px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col7 {
    width: 49px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col8 {
    width: 115px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col9 {
    width: 227px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col10 {
    width: 63px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col11 {
    width: 115px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col12 {
    width: 87px;
  }
  .performance-detail.welfare-vehicle .block-wrapper .row1-col13 {
    width: 85px;
  }
  .performance-detail.truck-fork .block-wrapper .row1-col1 {
    width: 170px;
  }
  .performance-detail.truck-fork .block-wrapper .row1-col2 {
    width: 172px;
  }
  .performance-detail.truck-fork .block-wrapper .row1-col3,
  .performance-detail.truck-fork .block-wrapper .row1-col4,
  .performance-detail.truck-fork .block-wrapper .row1-col5,
  .performance-detail.truck-fork .block-wrapper .row1-col6,
  .performance-detail.truck-fork .block-wrapper .row1-col7 {
    width: 171px;
  }
  .performance-detail.truck-fork .block-wrapper .row2-col1,
  .performance-detail.truck-fork .block-wrapper .row2-col5,
  .performance-detail.truck-fork .block-wrapper .row2-col6,
  .performance-detail.truck-fork .block-wrapper .row2-col8 {
    width: 149px;
  }
  .performance-detail.truck-fork .block-wrapper .row2-col2,
  .performance-detail.truck-fork .block-wrapper .row2-col3,
  .performance-detail.truck-fork .block-wrapper .row2-col4,
  .performance-detail.truck-fork .block-wrapper .row2-col7 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col1 {
    width: 134px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col2 {
    width: 133px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col3 {
    width: 134px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col4 {
    width: 399px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col5 {
    width: 134px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col6 {
    width: 133px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row1-col7 {
    width: 131px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col1 {
    width: 151px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col2 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col3 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col4 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col5 {
    width: 149px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col6 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col7 {
    width: 150px;
  }
  .performance-detail.truck-fork-2 .block-wrapper .row2-col8 {
    width: 150px;
  }
  .performance-detail-content {
    max-width: 1036px;
    margin: 0 auto;
  }
  .performance-detail-main {
    width: 532px;
  }
  .performance-detail-image-wrap {
    width: 488px;
    height: 554px;
  }
  .performance-detail-image-main-item {
    width: 225px;
  }
  .performance-detail-image-sub {
    overflow: hidden;
    padding-right: 0;
    margin-right: 0;
    height: 342px;
  }
  .performance-detail-image-sub-list {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
  }
  .performance-detail-image-sub-item {
    float: left;
    width: 137px;
  }
  .performance-detail-image-sub .ps__rail-x,
  .performance-detail-image-sub .ps__rail-y {
    display: none;
  }
  .performance-input-assistive {
    margin-right: -10px;
  }
  .performance-input-assistive > * {
    width: 113px;
  }
  .page-header-car-name {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .carinfo-view {
    margin-bottom: 8px;
  }
  .carinfo-view .block + .block .block-header,
  .carinfo-view .block + .block .block-body {
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
  .carinfo-view .block-body {
    line-height: 1.12;
  }
  .carinfo-view .block-body.pdf-align-stretch {
    height: 100%;
  }
  .carinfo-view .block-body.pdf-align-stretch .block-in-option {
    height: auto;
  }
  .carinfo-view .block-body .block-in-option > * {
    border: none;
    outline: none !important;
  }
  .carinfo-view .block-body .block-in-option > *:not(:first-child) {
    border-left: 1px solid #e2e3e4;
  }
  .carinfo-view .block-body .block-in-option.col-5 > * {
    width: 38px;
  }
  .container-large .carinfo-view .car-data-expand .row1-col1,
  .container-large .carinfo-view .car-data-expand .row1-col2,
  .container-large .carinfo-view .car-data-expand .row1-col3,
  .container-large .carinfo-view .car-data-expand .row1-col4,
  .container-large .carinfo-view .car-data-expand .row1-col5,
  .container-large .carinfo-view .car-data-expand .row1-col6 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data-expand .row1-col7 {
    width: 190px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col1 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col2 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col3 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col4,
  .container-large .carinfo-view .car-data-expand .row2-col5 {
    width: 94px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col6,
  .container-large .carinfo-view .car-data-expand .row2-col7,
  .container-large .carinfo-view .car-data-expand .row2-col8,
  .container-large .carinfo-view .car-data-expand .row2-col9 {
    width: 94px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col10 {
    width: 190px;
  }
  .container-large .carinfo-view .car-data-expand .row2-col10 .block-in-option {
    min-height: 52px;
  }
  .container-large .carinfo-view .car-data2-expand .row1-col1,
  .container-large .carinfo-view .car-data2-expand .row1-col2,
  .container-large .carinfo-view .car-data2-expand .row1-col3,
  .container-large .carinfo-view .car-data2-expand .row1-col4,
  .container-large .carinfo-view .car-data2-expand .row1-col5,
  .container-large .carinfo-view .car-data2-expand .row1-col6 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data2-expand .row1-col7 {
    width: 188px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col1 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col2 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col3 {
    width: 189px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col4 {
    width: 94px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col5 {
    width: 95px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col6 {
    width: 94px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col7 {
    width: 95px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col8 {
    width: 94px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col9 {
    width: 95px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col10 {
    width: 120px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col10 .block-in-option {
    height: 52px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col10 .block-in-option.col-5 > * {
    width: 24px;
  }
  .container-large .carinfo-view .car-data2-expand .row2-col11 {
    width: 68px;
  }
  .container-large2 .carinfo-view .car-data-expand .row1-col1,
  .container-large2 .carinfo-view .car-data-expand .row1-col2,
  .container-large2 .carinfo-view .car-data-expand .row1-col3,
  .container-large2 .carinfo-view .car-data-expand .row1-col4,
  .container-large2 .carinfo-view .car-data-expand .row1-col5,
  .container-large2 .carinfo-view .car-data-expand .row1-col6 {
    width: 193px;
  }
  .container-large2 .carinfo-view .car-data-expand .row1-col7 {
    width: 193px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col1,
  .container-large2 .carinfo-view .car-data-expand .row2-col2 {
    width: 193px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col3 {
    width: 97px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col4 {
    width: 96px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col5 {
    width: 97px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col6 {
    width: 96px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col7 {
    width: 98px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col8 {
    width: 96px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col9 {
    width: 192px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col9 .block-in-option {
    height: 48px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col9 .block-in-option.col-5 > * {
    width: 38px;
  }
  .container-large2 .carinfo-view .car-data-expand .row2-col10 {
    width: 193px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col1 {
    width: 150px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col2 {
    width: 96px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col3 {
    width: 218px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col4 {
    width: 204px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col5 {
    width: 218px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col6 {
    width: 181px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col7 {
    width: 88px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row1-col8 {
    width: 192px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col1 {
    width: 160px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col2 {
    width: 143px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col3 {
    width: 194px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col4 {
    width: 80px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col5 {
    width: 80px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col6 {
    width: 80px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col7 {
    width: 251px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col8 {
    width: 79px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col9 {
    width: 88px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col10 {
    width: 124px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col10 .block-in-option {
    height: 52px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col10 .block-in-option.col-5 > div {
    width: 25px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col10 .block-in-option.col-5 > div:nth-child(1) {
    width: 24px;
  }
  .container-large2 .carinfo-view .car-data2-expand .row2-col11 {
    width: 68px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col1 {
    width: 150px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col2 {
    width: 96px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col3 {
    width: 170px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col4 {
    width: 174px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col5 {
    width: 174px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col6 {
    width: 170px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col7 {
    width: 94px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row1-col8 {
    width: 168px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col1 {
    width: 150px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col2 {
    width: 110px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col3 {
    width: 173px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col4 {
    width: 61px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col5 {
    width: 61px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col6 {
    width: 69px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col7 {
    width: 220px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col8 {
    width: 55px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col9 {
    width: 61px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col10 {
    width: 170px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col10 .block-in-option {
    min-height: 52px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col10 .block-in-option div {
    width: 34px;
  }
  .container-large-pdf01 .carinfo-view .car-data-expand .row2-col11 {
    width: 66px;
  }
  .calc-purchase-header {
    margin-bottom: 5px;
  }
  .calc-base .select-wrapper.select-wrapper-dl {
    border-top: none;
    border-left: none;
    border-bottom: none;
  }
  .calc-info .staff-memo-col + .staff-memo-col {
    margin-top: 8px;
  }
  .calc-info .staff-memo .staff-memo-scroll {
    height: auto;
  }
  .calc-wrapper {
    margin-bottom: 10px;
  }
  .calc-answer {
    margin-top: 0;
  }
  .calc-answer-block-body-main .unit {
    margin-top: 0;
    position: relative;
    top: -0.5em;
  }
  .calc-answer-block.satei {
    width: 160px !important;
  }
  .calc-answer-block.tyousei {
    width: 750px !important;
  }
  .calc-answer-block.kaitou {
    width: 207px !important;
  }
  .calc-answer-block-col-item.tyousei-input {
    width: 556px !important;
  }
  .calc-answer-block-col-item.tyousei-subtotal {
    width: 182px !important;
  }
  .calc-answer-input-group-item {
    border-top: none;
    border-left: none;
    border-bottom: none;
    width: 180px;
  }
  .calc-answer-input-group-label {
    width: 72px;
  }
  .calc-answer-input-group-input {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 78px;
    height: 20px;
  }
  .calc-answer-input-group-input > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .calc-answer-input-group-input > span.unit {
    margin-top: 0;
    position: relative;
    top: -0.2em;
  }
}/*# sourceMappingURL=main.css.map */