/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

* {
  -webkit-user-select: none;
          user-select: none;
}

textarea,
input {
  -webkit-user-select: text;
          user-select: text;
}

textarea {
  font-size: 12px;
}

@media (min-width: 821px) {

	textarea {
		font-size: 14px;
	}
}

html, body, .app {
  height: 100%;
  letter-spacing: 0.05em;
}

body {
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: var(--base-text-color);
}

input, select {
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue", Arial, sans-serif;
  height: 54px;
  padding: 0 4px;
  font-size: 12px;
}

@media (min-width: 821px) {

	input, select {
		font-size: 14px;
	}
}

input, select {
	outline: none;
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: none;
	border: none;
}

input:disabled, select:disabled {
	pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: 400;
  font-size: var(--fontsize-title)
}

a {
  text-decoration: none;
  color: inherit;
}

.orientation-warn {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  display: none;
}

.orientation-warn__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700

  }

.orientation-warn__icon::before {
	content: '';
	bottom: 50px;
	left: 50%;
	position: absolute;
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: 0px 0px;
	background-size: 240px 204px;
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
}

:root {
  /* カラー設定 */
  --base-text-color: #7B8190;
  --border-color: #E7EEF0;
  --base-white-color: #FFFFFF;

  --accent-red: #E23153;
  --error-red:  #EA6D85;
  --accent-yellow: #F2D24E;
  --accent-purple: #9da9da;
  --main-blue-color: #4585B4;
  --main-green-color: #5FC19D;
  --sub-green-color: #BEDBD7;

  --button-gray: #D3D9DB;
  --button-disable-text: #9AACB2;
  --table-border-color: #7A8190;
  --table-header-border-color: #989BA8;
  --sub-gray: #BEC5CE;
  --box-gray01: #E7EEF0;
  --box-gray02: #E1EBF3;
  --box-green01: #DEF7ED;
  --bg-gray: #EDEDED;
  --white-color: #FFF;

  /* ▽こっちは使わない（あとで消す） */
  --base-red-color: #E23153;
  --base-green-color: #5FC19D;
  /* △こっちは使わない */

  /* フォントサイズ設定 */
  --fontsize-small: 10px;
  --fontsize-label: 12px;
  --fontsize-title: 14px;

  --table-border: solid 1px var(--table-border-color);
  --table-border-pc: solid 2px var(--table-border-color);
  --table-header-border: solid 1px var(--table-header-border-color);
  --table-header-border-pc: solid 2px var(--table-header-border-color);  /*SP*/  /*PC*/
}

.acordion__status {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 50%;
    background: #E2E5E6;
  }

.acordion__status__read {
      background: linear-gradient(135deg, rgba(69, 133, 180, 1) 0%,rgba(105, 217, 148, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4585b4', endColorstr='#69d994',GradientType=1 );
    }

@media (min-width: 821px) {

	.acordion__status {
		height: 30px;
		width: 30px;
	}
}

.acordion__title {
    font-size: 10px;
    margin-top: 5px;
}

.acordion__body {
    display: none;
}

@media (min-width: 821px) {

	.acordion__body {
		font-size: 12px;
	}
}

.acordion__body--open {
      height: 100%;
      margin-top: 5px;
      display: block;
}

.acordion__header {
    display: flex;
    align-items: center;
}

.acordion__label {
    padding: 1px 10px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 14px;
    border-radius: 14px;
}

@media (min-width: 821px) {

	.acordion__label {
		padding: 3px 13px;
	}
}

.acordion__label__unread {
      background: #4585B4;
      margin-right: 5px;
}

.acordion__label__caution {
      background: var(--base-green-color);
}

.alert {
  text-align: center;
}

@media (min-width: 821px) {

	.alert {
		width: 560px;
		height: 450px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.alert__title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.alert__title {
		font-size: 16px;
		font-weight: 700;
	}
}

.alert__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 18px;
}

@media (min-width: 821px) {

	.alert__line {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

.alert__pictureList {
    display: inline-block;
    width: 220px;
    text-align: left;
    margin-left: 25px;
}

@media (min-width: 821px) {

	.alert__pictureList {
		width: 264px;
		padding-left: 32px;
		box-sizing: content-box;
		margin-left: 0;
		margin-bottom: 36px;
	}
}

.alert__pictureList--center {
      width: 128px;
      height: 202px;
      display: inline-block;
      vertical-align: top;
      box-sizing: content-box;
      border-right: solid 2px #DADDE3;
      padding-right: 24px;
      margin-left: 0;
}

.alert__pictureList--center .alert__picture {
        width: 128px;
        height: 92px;
        padding-bottom: 60px;
      }

.alert__pictureList--center .alert__text {
        margin: auto;
        text-align: center;
        font-size: 12px;
      }

@media (min-width: 821px) {

	.alert__pictureList--center {
		width: 200px;
		min-height: 242px;
		margin-bottom: 36px;
		margin-left: 30px;
		padding-right: 30px;
		padding-left: 0;
	}

	.alert__pictureList--center .alert__picture {
          width: 200px;
          height: 144px;
          padding-bottom: 8px;
	}

	.alert__pictureList--center .alert__text {
          font-size: 16px;
          margin: auto;
	}

	.alert__pictureList--center .alert__pictureWrapper:first-child {
		margin-right: 0;
	}
}

.alert__pictureWrapper {
    position: relative;
    display: inline-block;
}

.alert__pictureWrapper:nth-child(odd) {
	margin-right: 20px;
}

@media (min-width: 821px) {

	.alert__pictureWrapper {
		min-width: 132px;
	}

	.alert__pictureWrapper:nth-child(odd) {
		margin-right: 0;
	}
}

.alert__picture {
    width: 100px;
    height: 72px;
}

.alert__buttonWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert .button {
    min-width: inherit;
    line-height: 40px;
    height: 42px;
}

@media (min-width: 821px) {

	.alert .button {
		line-height: 48px;
		height: 50px;
	}
}

.alert__button {
    height: 42px;
    font-size: 12px;
}

.alert__button--reSelect {
      width: 260px;
    }

@media (min-width: 821px) {

	.alert__button--reSelect {
		width: 346px;
		font-size: 22px;
		line-height: 48px;
	}
}

.alert__button--cancel {
      width: 120px;
}

@media (min-width: 821px) {

	.alert__button--cancel {
		width: 164px;
		font-size: 22px;
	}
}

.alert__textWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 8px;
}

@media (min-width: 821px) {

	.alert__textWrapper {
		margin-bottom: 25px;
		justify-content: flex-start;
	}
}

.alert__text {
    font-size: 10px;
    display: inline-block;
    margin-left: 8px;
}

@media (min-width: 821px) {

	.alert__text {
		font-size: 12px;
		margin-left: 12px;
	}
}

.alert__circel {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border: solid 4px #EA6D85;
    box-sizing: border-box;
}

@media (min-width: 821px) {

	.alert__circel {
		position: relative;
		height: 30px;
		width: 30px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto auto 16px auto;
	}
}

.alert__cross {
    display: inline-block;
    width: 2px;
    height: 14px;
    padding: 0;
    background: #EA6D85;
    border-radius: 3px;
    transform: rotate(45deg);
}

@media (min-width: 821px) {

	.alert__cross {
		width: 4px;
		height: 20px;
		margin-left: 5px;
	}
}

.alert__cross:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #EA6D85;
	border-radius: 2px;
}

@media (min-width: 821px) {

	.alert__cross:before {
		width: 20px;
		height: 4px;
		left: -8px;
		margin-top: -2px;
	}
}

.fade-appear,
.fade-enter {
  opacity: 0;
}

.fade-appear-active,
.fade-enter-active {
  transition: opacity .3s linear;
  opacity: 1;
}

.fade-exit {
  transition: opacity .2s linear;
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
}

.arrow,
.arrow__green {
  position: relative
}

.arrow:before, .arrow:after, .arrow__green:before, .arrow__green:after {
	content:"";
	background: var(--button-gray);
	display: block;
	height: 16px;
	position: absolute;
	width: 2px;
	border-radius: 2px;
}

.arrow.top:before, .arrow__green.top:before {
	right: 6px;
	top: 1em;
	transform: rotate(135deg);
}

.arrow.top:after, .arrow__green.top:after {
	right: 17px;
	top: 1em;
	transform: rotate(-135deg);
}

.arrow.bottom:before, .arrow__green.bottom:before {
	right: 6px;
	top: 1em;
	transform: rotate(45deg);
}

.arrow.bottom:after, .arrow__green.bottom:after {
	right: 17px;
	top: 1em;
	transform: rotate(-45deg);
}

.arrow.left, .arrow__green.left {
	padding-left: 1.5em;
}

.arrow.left:before, .arrow__green.left:before {
	left: 0;
	top: 0.5em;
	transform: rotate(45deg);
}

.arrow.left:after, .arrow__green.left:after {
	left: 0;
	top: 1.6em;
	transform: rotate(-45deg);
}

.arrow.right, .arrow__green.right {
	padding-right: 1.5em;
}

.arrow.right:before, .arrow__green.right:before {
	right: 0;
	top: 0.5em;
	transform: rotate(135deg);
}

.arrow.right:after, .arrow__green.right:after {
	right: 0;
	top: 1.6em;
	transform: rotate(-135deg);
}

.arrow__green::before, .arrow__green::after {
	background: var(--sub-green-color);
}

.attentionPoint {
  /* 展開図 */ 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--main-blue-color);
  color: white;
  font-size: 12px;
  font-weight: 700;
  top:-13px;
  left: -13px;
}

@media (min-width: 821px) {

	.attentionPoint {
		width: 24px;
		height: 24px;
		font-size: 12px;
		top:-12px;
		left: -12px;
	}
}

/*展開図(一覧リスト) */

.attentionPoint--list {
    height: 16px;
    width: 16px;
    font-size: 8px;
    top:0;
    left:0;
}

@media (min-width: 821px) {

	.attentionPoint--list {
		height: 26px;
		width: 26px;
		font-size: 12px;
	}
}

/** 評価画面 */

.attentionPoint--evaluation {
    height: 14px;
    width: 14px;
    font-size: 8px;
    top: -7px;
    left: -7px;
}

@media (min-width: 821px) {

	.attentionPoint--evaluation {
		height: 26px;
		width: 26px;
		font-size: 12px;
		top: -13px;
		left: -13px;
	}
}

.attentionPoint--evaluation--list {
      height: 14px;
      width: 14px;
      font-size: 8px;
      top:0;
      left:0;
}

@media (min-width: 821px) {

	.attentionPoint--evaluation--list {
		height: 26px;
		width: 26px;
		font-size: 12px;
		top:0;
		left:0;
	}
}

/*査定プレビュー */

.attentionPoint--preview {
    width: 20px;
    height: 20px;
    font-size: 8px;
    top: -9px;
    left: -9px;
}

@media (min-width: 821px) {

	.attentionPoint--preview {
		width: 24px;
		height: 24px;
		top: -18px;
		left: -18px;
	}
}

.attentionPoint--preview--jyotai {
      white-space: nowrap;
      font-size: 10px;
      -webkit-transform: scale(0.7);
}

@media (min-width: 821px) {

	.attentionPoint--preview--jyotai {
		-webkit-transform: scale(0.8);
	}
}

/*査定詳細 */

.attentionPoint--detail {
    height: 26px;
    width: 26px;
    font-size: 8px;
    top:-13px;
    left: -13px;
}

@media (min-width: 821px) {

	.attentionPoint--detail {
		height: 17px;
		width: 17px;
		top:-13px;
		left: -13px;
		font-size: 8px;
	}
}

.attentionPoint--detail--jyotai {
      white-space: nowrap;
}

@media (min-width: 821px) {

	.attentionPoint--detail--jyotai {
		zoom: 63%;
		font-size: 17px;
		-webkit-transform: scale(0.6);
	}
}

/*画像外ポインター */

.attentionPoint--out {
    top: 0;
    left: 0;
}

.attentionPoint__pointWrapper {
    position: absolute;
}

.attentionPoint__attentionItem {
    margin-right: 5px;
}

@media (min-width: 821px) {

	.attentionPoint__attentionItem {
		margin-right: 6px;
	}
}

.attentionPoint__attentionItem:last-child {
	margin-right: 0;
}

.authorityInput {
  border: solid 2px var(--border-color);
  border-radius: 6px;
  height: 54px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding: 0 24px;
}

@media (min-width: 821px) {

	.authorityInput {
		height: 50px;
		font-size: 14px;
		padding: 0 30px;
	}
}

.authorityInput__prefix,
  .authorityInput__suffix {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 1;
}

.authorityInput__prefix {
    left: 6px;
}

.authorityInput__suffix {
    right: 6px;
}

.authorityInput__code::before {
	content: '[';
}

.authorityInput__code::after {
	content: ']';
}

.authorityInput__codeInput,
  .authorityInput__shataiNo {
    height: 50px;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.authorityInput__codeInput,
  .authorityInput__shataiNo {
		height: 46px;
		font-size: 14px;
	}
}

.authorityInput__codeInput {
    text-align: center;
    width: 24px;
}

.authorityInput__shataiNo {
    padding-left: 4px;
    width: calc(100% - 40px);
}

@media (min-width: 821px) {

	.authorityInput__shataiNo {
		padding-left: 6px;
		width: calc(100% - 37px);
	}
}

.closeButton {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;

}

@media (min-width: 821px) {

	.closeButton {
		top: 38px;
		right: 28px;
	}
}

.closeButton__icon {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: var(--sub-green-color);
    transform: rotate(45deg);
    border-radius: 2px;
}

@media (min-width: 821px) {

	.closeButton__icon {
		width: 4px;
		height: 28px;
	}
}

.closeButton__icon:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: var(--sub-green-color);
	border-radius: 2px;
}

@media (min-width: 821px) {

	.closeButton__icon:before {
		left: -12px;
		width: 28px;
		height: 4px;
		margin-top: -2px;
	}
}

.closeButton__white {
    top: 0;
}

.closeButton__white .closeButton__icon {
      background: white
    }

.closeButton__white .closeButton__icon:before {
	background: white;
}

.confirmButton {
  width: 100%;
  height: 52px;
  margin-top: 5px;
  padding: 0;  
  color: white;  
  font-weight: 700;  
  font-size: 14px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 10px;
}

@media (min-width: 821px) {

	.confirmButton {
		height: 86px;
		font-size: 22px;
		margin-top: 15px;
	}
}

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

.dateWrapper__year {
    flex-grow: 2;
  }

.dateWrapper__month,
  .dateWrapper__day {
    flex-basis: 100px;
    margin-left: 8px
  }

@media (min-width: 821px) {

	.dateWrapper__month .select .input-field, .dateWrapper__day .select .input-field {
		padding-left: 15px;
	}
}

.deleteButton {
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
  background-position: -224px -182px;
  background-size: 240px 204px;
}

@media (min-width: 821px) {

	.deleteButton {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -72px -184px;
		background-size: 220px 216px;
		width: 20px;
		height: 20px;
	}
}

.editButton {
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
  background-position: -170px -150px;
  background-size: 240px 204px;
}

@media (min-width: 821px) {

	.editButton {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -130px -100px;
		background-size: 220px 216px;
		width: 20px;
		height: 20px;
	}
}

.error {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.error__wrapper {
    display: flex;
    align-items: flex-end;
  }

@media (min-width: 821px) {

	.error__wrapper {
		width: auto;
		margin-top: -5%;
		padding: 0 100px 0 132px;
	}
}

.error__body {
    width: 300px;
    margin-right: 80px;
}

@media (min-width: 821px) {

	.error__body {
		width: 496px;
		margin-right: 32px;
		font-size: 12px;
		margin-bottom: 40px;
	}
}

.error__logo {
    width: 240px;
}

@media (min-width: 821px) {

	.error__logo {
		width: 280px;
	}
}

.error__title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 22px;
}

@media (min-width: 821px) {

	.error__title {
		font-size: 18px;
		margin-top: 42px;
		margin-bottom: 24px;
	}
}

.error__button {
    margin-top: 26px;
    width: 192px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
}

@media (min-width: 821px) {

	.error__button {
		width: 364px;
		height: 50px;
		font-size: 16px;
		margin-top: 74px;
	}
}

.error__footer {
    text-align : center;
}

.error__footer__button {
      width: 400px;
      height: 52px;
      font-weight: 700;
      font-size: 14px;
    }

@media (min-width: 821px) {

	.error__footer__button {
		width: 364px;
		height: 50px;
		font-size: 16px;
		margin-bottom: 50px;
	}
}

.error__image {
    width: 160px;
    height: 126px;
}

@media (min-width: 821px) {

	.error__image {
		width: 268px;
		height: auto;
	}
}

.errorMessage {
  color: var(--error-red);
  font-size: 8px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 821px) {

	.errorMessage {
		font-size: 12px;
	}
}

.exteriorEvaluation .select {
    width: 100%;
  }

.exteriorEvaluation .input__wrapper {
    margin-top: 26px;
    width: 100%;
  }

.exteriorEvaluation .input__wrapper .inputLabel {
      font-weight: 700;
    }

.exteriorEvaluation .item-selector__label {
    font-size: 12px;
  }

@media (min-width: 821px) {

	.exteriorEvaluation .item-selector__label {
		font-size: 16px;
	}
}

.exteriorEvaluation__body {
    width: 590px;
    margin: 60px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 821px) {

	.exteriorEvaluation__body {
		position: absolute;
		width: 1080px;
		top: 73px;
		margin: 50px auto;
	}

	.exteriorEvaluation__body .item-selector__item {
        width: 80px;
	}

	.exteriorEvaluation__body .item-selector__label {
        width: 80px;
	}
}

.exteriorEvaluation__wrapper {
    margin-bottom: 20px;
    display: flex;
}

@media (min-width: 821px) {

	.exteriorEvaluation__wrapper {
		margin-bottom: 40px;
		display: block;
	}
}

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

@media (min-width: 821px) {

	.exteriorEvaluation__wrapper:last-child {
		margin-bottom: 40px;
	}
}

.exteriorEvaluation__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.exteriorEvaluation__label {
    width: 60px;
    font-size: 12px;
    font-weight: 700;
}

.exteriorEvaluation__label--check {
      width: 100px;
    }

.exteriorEvaluation__assistancePoint {
    width: 190px;
    margin-right: 20px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__assistancePoint {
		width: auto;
		display: inline-block;
	}
}

.exteriorEvaluation__damege {
    width: 164px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__damege {
		width: auto;
		display: inline-block;
	}
}

.exteriorEvaluation__damege .exteriorEvaluation__label {
      width: 80px;
}

.exteriorEvaluation .require-label {
    margin-left: 5px;
    vertical-align: middle;
}

.exteriorEvaluation__restorationContents {
    width: 100%;
    height: 232px;
    background: #EFF0F0;
    display: flex;
    justify-content: space-around;
    align-items: top;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContents {
		height: auto;
	}
}

.exteriorEvaluation__exploded {
    position: relative;
    width: 200px;
    height: 150px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 821px) {

	.exteriorEvaluation__exploded {
		width: 438px;
		height: 282px;
	}
}

.exteriorEvaluation__exploded--01 {
      background-image: url('../assets/images/car/out_01.png?v16173a264a0');
}

.exteriorEvaluation__exploded--02 {
      background-image: url('../assets/images/car/out_02.png?v18b1883e5f7');
}

.exteriorEvaluation__exploded--03 {
      background-image: url('../assets/images/car/out_03.png?v18b1883e5f7');
}

.exteriorEvaluation__exploded--04 {
      background-image: url('../assets/images/car/out_04.png?v16173a264a0');
}

.exteriorEvaluation__exploded--05 {
      background-image: url('../assets/images/car/out_05.png?v16173a264a0');
}

.exteriorEvaluation__exploded--06 {
      background-image: url('../assets/images/car/out_06.png?v16173a264a0');
}

.exteriorEvaluation__exploded--07 {
      background-image: url('../assets/images/car/out_07.png?v16173a264a0');
}

.exteriorEvaluation__exploded--08 {
      background-image: url('../assets/images/car/out_08.png?v16173a264a0');
}

.exteriorEvaluation__exploded--09 {
      background-image: url('../assets/images/car/out_09.png?v18b1883e5f7');
}

.exteriorEvaluation__selectArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
}

@media (min-width: 821px) {

	.exteriorEvaluation__selectArea {
		width: 438px;
	}
}

.exteriorEvaluation__restorationContents {
    padding: 30px 0;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContents {
		padding: 60px 0;
	}
}

.exteriorEvaluation__restorationContentsList {
    width: 200px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContentsList {
		width: 438px;
	}
}

.exteriorEvaluation__otherField {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-top: 15px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.exteriorEvaluation__otherField {
		font-size: 14px;
		margin-top: 20px;
	}
}

.exteriorEvaluation__otherText {
    margin-right: 8px;
}

.exteriorEvaluation__attentionItem {
    margin-right: 5px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__attentionItem {
		margin-right: 6px;
	}
}

.exteriorEvaluation__attentionItem:last-child {
	margin-right: 0;
}

.exteriorEvaluation__restorationContentsTitle {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContentsTitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.exteriorEvaluation__list {
    height: 160px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.exteriorEvaluation__list {
		height: 300px;
	}
}

.exteriorEvaluation__listItemWrapper {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

@media (min-width: 821px) {

	.exteriorEvaluation__listItemWrapper {
		margin-bottom: 10px;
		font-size: 14px;
	}
}

.exteriorEvaluation__listItem--parts {
    margin-left: 10px;
}

.exteriorEvaluation__listItem--state {
    margin-left: 15px;
}

.exteriorEvaluation__textAreaTitle {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__textAreaTitle {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

.exteriorEvaluation__textArea {
    width: 100%;
    height: 110px;
    background: #E7EEF0;
    padding: 14px;
    border-radius: 10px;
    border: none;
}

@media (min-width: 821px) {

	.exteriorEvaluation__textArea {
		height: 196px;
		margin-bottom: 40px;
		padding: 28px;
	}
}

.submit__search {
  width: 70%;
  height: 52px;
  margin: 16px auto 0;
  z-index: 20;
  font-size: 14px;
}

.invalid {
  background: #E7EEF0
}

.input__box {
    position: relative;
  }

.input__fieldTitle,
  .input__unit {
    transform: translateY(-50%);
    display: inline-block;
    margin: auto;
    font-size: 10px;
    line-height: 1;
  }

@media (min-width: 821px) {

	.input__fieldTitle,
  .input__unit {
		font-size: 10px;
	}
}

.input__fieldTitle {
    top: 50%;
    left: 18px;
    position: absolute;
}

.input__unit {
    top: calc(50% + 2px);
    right: 18px;
    position: absolute;
}

.input__label {
    position: relative;
    width: 100%;
    font-size: var(--fontsize-label);
    font-weight: 700;
    text-align: left;
    line-height: 2;
    padding-left: 4px;
    white-space: nowrap;
}

@media (min-width: 821px) {

	.input__label {
		font-size: 14px;
	}
}

.input--editable:after {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	content: '';
	display: block;
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -98px;
	background-size: 240px 204px;
	position: absolute;
	top: 50%;
	left: 5%;
}

.input--editable .input-field {
      border: solid 2px var(--border-color);
      outline: none;
      -webkit-appearance: none;
      appearance: none;
      box-shadow: none;
      border-radius: 6px;
      padding-right: 18px;
      padding-left: 28px;
      position: relative;
      font-size: 12px;
      font-weight: 700;
      color: var(--base-text-color);
      width: 100%;
}

.input__numPlaceholder {
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding-left: 15px;
    pointer-events: none;
    margin: 5px;
    font-weight: 700;
    font-size: 12px;
    background-color: #fff;
}

@media (min-width: 821px) {

	.input__numPlaceholder {
		font-size: 14px;
	}
}

input[type='checkbox'].input-checkbox {
  background: #E2E5E6;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  -webkit-appearance: none;
  border-radius: 100%;
  appearance: none;
  outline: none;
}

@media (min-width: 821px) {

	input[type='checkbox'].input-checkbox {
		height: 30px;
		width: 30px;
	}
}

input[type='checkbox'].input-checkbox:checked {
	background: linear-gradient(135deg, var(--main-blue-color) 0%, #69D994 100%);
}

.button {
  display: inline-block;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  background: linear-gradient(135deg, var(--main-blue-color) 0%, #69D994 100%);
  min-width: 160px;
  height: 50px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

@media (min-width: 821px) {

	.button {
		font-size: 16px;
	}
}

.button:active {
	opacity: 0.6;
}

.button--xs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    min-width: 80px;

    padding-top: 2px;

    padding-right: 14px;

    padding-left: 32px;
    height: 20px;
    border-radius: 10px;
    color: var(--base-text-color);
    background: var(--white-color);
}

@media (min-width: 821px) {

	.button--xs {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		padding-top: 0;
		padding-right: 24px;
		padding-left: 40px;
		border-radius: 21px;
	}
}

.button--sm {
    font-size: 10px;
    min-width: 110px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding-right: 16px;
    padding-left: 16px;
}

.button--md {
    min-width: 120px;
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    border-radius: 8px;
}

.button--lg {
    height: 42px;
    min-width: 120px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 8px;
}

@media (min-width: 821px) {

	.button--lg {
		min-width: 164px;
		font-size: 16px;
	}
}

.button--assessment {
    font-size: 10px;
    min-width: 100px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 821px) {

	.button--assessment {
		font-size: 12px;
		min-width: 120px;
		height: 38px;
		line-height: 38px;
		border-radius: 24px;
	}
}

.button--green {
    background: var(--main-green-color);
}

.button--blue {
    background: var(--main-blue-color);
}

.button--gray {
    background: var(--button-gray);
}

.button--blue-text {
    background: var(--white-color);
    color: var(--main-blue-color);
}

.button--error {
    border: solid 4px var(--error-red);
}

.button--camera {
    position: relative;
}

.button--camera::before {
	top: 50%;
	left: 10px;
	position: absolute;
	transform: translate(0, -50%);
	content: '';
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -162px -50px;
	background-size: 240px 204px;
	width: 17px;
	height: 17px;
}

.button--save {
    position: relative;
}

.button--save::before {
	content: '';
	top: 50%;
	left: 10px;
	position: absolute;
	transform: translate(0, -50%);
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -117px -184px;
	background-size: 240px 204px;
	width: 17px;
	height: 17px;
}

.button--already {
    background: #BEDBD7;
}

.button--send {
    min-width: 85px;
    height: 27px;
    line-height: 27px;
    border-radius: 7px;
    font-size: 10px;
    background: var(--white-color);
    color: var(--base-text-color);
    text-indent: 16px;
    position: relative;
}

@media (min-width: 821px) {

	.button--send {
		min-width: 120px;
		height: 36px;
		line-height: 34px;
		font-size: 12px;
	}
}

.button--send::before {
	content: '';
	top: 50%;
	left: 10px;
	position: absolute;
	transform: translate(0, -50%);
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -90px -184px;
	background-size: 240px 204px;
	width: 17px;
	height: 17px;
}

.button:disabled {
	cursor: auto;
	background: var(--button-gray);
}

.formInput {
  margin-top: 6px;
}

.formInput__input {
    border: solid 2px var(--border-color);
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: 6px;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: var(--base-text-color);
    width: 100%;
  }

@media (min-width: 821px) {

	.formInput__input {
		border-width: 4px;
		font-size: 16px;
		padding-right: 20px;
		padding-left: 20px;
		height: 50px;
	}
}

.formInput__input:invalid {
	background: #E7EEF0;
}

.formInput__input::-webkit-input-placeholder {
	font-weight: 400;
}

.formInput__input::placeholder {
	font-weight: 400;
}

.formInput__input--placeholder {
      padding-left: 45px;
}

.formInput__input--inputed {
      border: none;
      background-color: var(--box-gray01);
}

.formInput__input--error {
      border: solid 4px var(--error-red);
}

.formInput__input:disabled {
	color: var(--white-color);
	border: none;
	background-color: var(--sub-gray);
}

.formInput__errorMessage {
    color: var(--error-red);
    font-size: 8px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
}

@media (min-width: 821px) {

	.formInput__errorMessage {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
}

.formLabel {
  font-size: var(--fontsize-label);
  font-weight: 700;
  height: 27px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  text-align: left;

}

.formLabel__text {
    vertical-align: middle;
  }

.formLabel::before {
	content: '';
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

@media (min-width: 821px) {

	.formLabel::before {
		width: 20px;
		height: 20px;
		margin-right: 24px;
	}
}

.formLabel--storenumber::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -30px -184px;
	background-size: 240px 204px;
}

.formLabel--password::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: 0px -184px;
	background-size: 240px 204px;
}

.formLabel--employeenumber::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -128px;
	background-size: 240px 204px;
}

.input-field {
  border: solid 2px var(--border-color);
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 6px;
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: var(--base-text-color);
  width: 100%;
}

@media (min-width: 821px) {

	.input-field {
		font-size: 14px;
	}
}

.input-field:invalid {
	background: #E7EEF0;
}

.input-field::-webkit-input-placeholder {
	font-weight: 400;
}

.input-field::placeholder {
	font-weight: 400;
}

.input-field--fieldTitle {
    padding-left: 45px;
}

.input-field--inputed {
    border: none;
    background-color: var(--box-gray01);
}

.input-field--error {
    border: solid 4px var(--error-red);
}

.input-field:disabled {
	color: var(--white-color);
	border: none;
	background-color: var(--sub-gray);
}

.item-selector {
  font-size: 0;
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.item-selector--multi .item-selector__label {
	border-radius: 30px;
}

@media (min-width: 821px) {

	.item-selector--multi .item-selector__label {
		border-radius: 40px;
	}
}

.item-selector--error .item-selector__label {
      border: solid 4px var(--error-red);
    }

.item-selector--error .errorMessage {
      bottom: -10px;
    }

@media (min-width: 821px) {

	.item-selector--error .errorMessage {
		bottom: -14px;
	}
}

.item-selector__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    line-height: 2;
}

@media (min-width: 821px) {

	.item-selector__title {
		font-size: 14px;
	}
}

.item-selector__item {
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
}

@media (min-width: 821px) {

	.item-selector__item {
		margin-right: 8px;
		margin-bottom: 8px;
	}
}

.item-selector__item:last-child {
	margin-right: 0;
}

.item-selector__item--disabled .item-selector__label span {
        opacity: 0.2;
      }

@media (min-width: 821px) {

	.item-selector__item--wide {
		margin-right: 6px;
		margin-bottom: 12px;
		margin-left: 6px;
	}
}

.item-selector__item--wide .item-selector__label {
        width: 128px;
        height: 36px;
        border-radius: 10px;
        font-weight: 700;
}

@media (min-width: 821px) {

	.item-selector__item--wide .item-selector__label {
		width: 264px;
		height: 50px;
		border-radius: 6px;
	}
}

@media (min-width: 821px) {

	.item-selector__item--wide-m {
		margin-right: 6px;
		margin-bottom: 12px;
		margin-left: 6px;
	}
}

.item-selector__item--wide-m .item-selector__label {
        width: 128px;
        height: 42px;
        border-radius: 10px;
        font-size: 10px;
}

@media (min-width: 821px) {

	.item-selector__item--wide-m .item-selector__label {
		width: 176px;
		height: 50px;
		border-radius: 6px;
		font-size: 12px;
	}
}

.item-selector__input {
    display: none;
}

.item-selector__symbol-label {
    font-size: 12px;
    padding-top: 5px;
    line-height: 1;
}

@media (min-width: 821px) {

	.item-selector__symbol-label {
		font-size: 16px;
	}
}

.item-selector__label {
    -webkit-user-select: none;
            user-select: none;
    width: 100px;
    height: 54px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 6px;
    background-color: var(--box-green01);
    color: var(--base-text-color);
    padding: 0 5px;
    cursor: pointer;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: pre-line;
}

.item-selector__label:active {
	opacity: 0.6;
}

@media (min-width: 821px) {

	.item-selector__label {
		height: 50px;
		font-size: 12px;
		border-radius: 6px;
		background-color: #DEF7ED;
	}
}

.item-selector__input:checked + .item-selector__label {
    background-color: var(--main-green-color);
    color: var(--base-white-color);
}

.require-label {
  border: 1px solid currentColor;
  font-size: 6px;
  font-weight: 700;
  padding: 3px;
  margin-right: 4px;
  border-radius: 3px;
}

.require-label--00 {
    color: var(--accent-red);
  }

.require-label--01 {
    color: var(--main-blue-color);
  }

.require-label--02 {
    color: var(--accent-yellow);
  }

.select__title {
    width: 100%;
    font-size: var(--fontsize-label);
    font-weight: 700;
    text-align: left;
    line-height: 2;
    padding-left: 4px;
    white-space: nowrap;
  }

@media (min-width: 821px) {

	.select__title {
		font-size: 12px;
	}
}

.select__box {
    position: relative;
    background-color: #fff;
}

.select__box--empty {
      pointer-events: none;
      opacity: 0.4;
    }

.select__box--editable {
      border: solid 2px var(--border-color);
      border-radius: 6px;
    }

.select__box--editable .select__row {
        right: 16px;
        left: 46px;
        padding-left: 4px;
        pointer-events: none;
      }

.select__box--editable .select__value {
        pointer-events: none;
      }

@media (min-width: 821px) {

	.select__box--editable .select__value {
		height: 100%;
		display: flex;
		align-items: center;
	}
}

.select__box--editable .select__field {
        height: 50px;
        width: 100%;
}

.select__row {
    top: 50%;
    right: 16px;
    left: 10px;
    position: absolute;
    transform: translate(0, -50%);
    text-align: left;
    background-color: inherit;
    z-index: 1;
    pointer-events: none;
}

.select__field {
    font-size: 12px;
    font-weight: 700;
    padding-right: 18px;
    padding-left: 18px;
}

@media (min-width: 821px) {

	.select__field {
		font-size: 14px;
	}
}

.select__fieldTitle {
    display: inline-block;
    margin: auto;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

.select__fieldUnit {
    display: inline-block;
    margin: auto;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 2px;
    transform: translateY(1.5px);
}

.select__item {
    position: relative;
}

.select__item--editable .select__field {
        padding-left: 40px;
      }

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

.select__label {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto auto auto 10px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 10px;
}

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

.select__value {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.select__value--abs {
      width: auto;
    }

@media (min-width: 821px) {

	.select__value {
		font-size: 14px;
		line-height: 1;
	}
}

.select__editIcon {
    top: 50%;
    left: 4px;
    position: absolute;
    transform: translate(0, -50%);
    display: inline-block;
    width: 42px;
    height: 42px;
    z-index: 1;
    background-color: inherit;
    border-radius: 6px;
}

.select__editIcon::before {
	content: '';
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -98px;
	background-size: 240px 204px;
	width: 20px;
	height: 20px;
}

.select__caret {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 8px;
    border-style: solid;
    border-width: 5px 6px 0 6px;
    border-color: #7b8190 transparent transparent transparent;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 821px) {

	.select__caret {
		width: 0;
		height: 0;
		border-width: 4px 5px 0 5px;
	}
}

.select__input {
    top: 0;
    left: 50px;
    position: absolute;
    height: 50px;
    width: calc(100% - 96px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    z-index: 1;
}

@media (min-width: 821px) {

	.select__input {
		left: 46px;
		font-size: 14px;
		background-color: #fff;
	}
}

.select .select_edit:after {
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px -52px;
	background-size: 240px 204px;
}

.gradeAssistant {
  top:46px;
  right: 0;
}

.gradeAssistant__inner {
    z-index: 1000;
    background-color: white;
    position:absolute;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 172px);
    margin: 7px 0px 0px 64px;
    box-shadow: 0 0 20px rgba(123, 129, 144, .35);
    border-radius: 10px;
  }

@media (min-width: 821px) {

	.gradeAssistant__inner {
		width: calc(100% - 372px);
		margin: 8px 0px 0px 190px;
	}
}

.gradeAssistant__inner:before {
	content: "";
	position: absolute;
	top: 6px;
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid white;
	transform: rotate(-35deg);
}

.gradeAssistant__inner .closeButton {
	top:12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 821px) {

	.gradeAssistant__inner .closeButton {
		top:8px;
		right:3px;
	}
}

.gradeAssistant__title {
    background-color: var(--accent-yellow);
    border-radius: 10px 0 0 10px;
    padding: 7px 10px;
    text-align: center;
    width: 110px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
}

.gradeAssistant__message {
    flex-grow: 1;
    width: 100%;
    padding: 7px 35px 7px 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
}

@media (min-width: 821px) {

	.gradeAssistant__message {
		padding: 7px 40px 7px 10px;
	}
}

.gradeAssistant__loader {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    animation: loader-animation 0.9s ease alternate infinite;
    animation-delay: 0.36s;
    top: -3px;
    margin: -21px auto 0;
}

.gradeAssistant__loader::after,
    .gradeAssistant__loader::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	animation: loader-animation 0.9s ease alternate infinite;
}

.gradeAssistant__loader::before {
	left: -20px;
	animation-delay: 0.18s;
}

.gradeAssistant__loader::after {
	right: -20px;
	animation-delay: 0.54s;
}

@keyframes loader-animation {
  0% {
    box-shadow: 0 14px 0 -14px var(--sub-green-color); 
  }
  100% {
    box-shadow: 0 14px 0 var(--sub-green-color); 
  } 
}

.howToReadQR {
  text-align: center;
}

@media (min-width: 821px) {

	.howToReadQR {
		width: 560px;
		height: 450px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.howToReadQR__title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.howToReadQR__title {
		font-size: 16px;
		font-weight: 700;
	}
}

.howToReadQR__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 2px;
}

@media (min-width: 821px) {

	.howToReadQR__line {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 8px;
	}
}

.howToReadQR__list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0F1F4;
}

.howToReadQR__list:last-child {
	border-bottom: none;
}

@media (min-width: 821px) {

	.howToReadQR__list {
		padding: 20px 32px;
	}

	.howToReadQR__list:last-child {
		margin-bottom: 8px;
	}
}

.howToReadQR__list__textWrapper {
      width: 210px;
      margin-right: 30px;
      font-size: 12px;
      text-align: left;
}

@media (min-width: 821px) {

	.howToReadQR__list__textWrapper {
		width: 296px;
		font-size: 14px;
	}
}

.howToReadQR__list__subTitle {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px;
}

@media (min-width: 821px) {

	.howToReadQR__list__subTitle {
		font-size: 14px;
	}
}

.howToReadQR__list__picture {
      width: 160px;
      height: 80px;
}

@media (min-width: 821px) {

	.howToReadQR__list__picture {
		width: 200px;
		height: 100px;
	}
}

.howToReadQR__buttonWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.howToReadQR__button {
    min-width: inherit;
    height: 42px;
    line-height: 40px;
}

@media (min-width: 821px) {

	.howToReadQR__button {
		height: 50px;
		line-height: 48px;
	}
}

.howToReadQR__button--select {
      width: 260px;
}

@media (min-width: 821px) {

	.howToReadQR__button--select {
		width: 346px;
	}
}

.howToReadQR__button--cancel {
      width: 120px;
}

@media (min-width: 821px) {

	.howToReadQR__button--cancel {
		width: 164px;
	}
}

.interiorMemoRegistration {
  text-align: center;
}

@media (min-width: 821px) {

	.interiorMemoRegistration {
		width: 830px;
		height: 667px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 60px;
	}
}

.interiorMemoRegistration__wrapper {
    position: relative;
}

.interiorMemoRegistration__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__title {
		font-size: 20px;
	}
}

.interiorMemoRegistration__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__line {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.interiorMemoRegistration__memo {
    width: 100%;
    height: 140px;
    background: var(--box-gray01);
    border: none;
    border-radius: 12px;
    padding: 1em;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__memo {
		height: 218px;
	}
}

.interiorMemoRegistration__buttonWrapper {
    margin-top: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__buttonWrapper {
		margin-top: 60px;
	}
}

.interiorMemoRegistration__memoButton {
    min-width: 258px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__memoButton {
		min-width: 490px;
		height: 88px;
		font-size: 21px;
	}
}

.interiorMemoRegistration__deleteButton {
    min-width: 120px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__deleteButton {
		min-width: 232px;
		height: 88px;
		font-size: 21px;
	}
}

.layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, .5);
}

.layer__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .5);
  }

.layer--assessment {
    z-index: 160;
    display: none
  }

.layer--assessment .layer__body {
	height: 100%;
}

.layer--assessment-show {
    display: block;
  }

.layer__body {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

@media (min-width: 821px) {

	.layer__body {
		width: 1080px;
	}
}

.layer__body--exterior {
      height: 350px;
}

.layer__body--alert {
      height: 355px;
}

@media (min-width: 821px) {

	.layer__body--assessment {
		width: 1024px;
	}
}

.layer__wide {
    width: 640px;
}

.loading {
  width: 480px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  padding: 18px 40px;
  width: 120px;
  height: 120px;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 821px) {

	.loading {
		padding: 30px 10px;
		width: 140px;
		height: 140px;
	}
}

.loading__img {
    width: 120px;
}

.login {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px 0;
}

@media (min-width: 821px) {

	.login {
		height: auto;
		top: 50%;
		left: 0;
		position: absolute;
		transform: translate(0, -50%);
		padding: 0;
	}
}

.login__title {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 821px) {

	.login__title {}
}

.login__logo {
    height: 52px;
}

.login__form {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 38px;
    display: inline-block;
}

@media (min-width: 821px) {

	.login__form {
		margin-top: 40px;
		width: 760px;
		padding: 0;
	}

	.login__form .formLabel {
        width: 264px;
        display: inline-block;
        font-size: 16px;
	}

	.login__form .formInput {
        margin-top: 12px;
        width: 496px;
        display: inline-block;
        vertical-align: middle;
	}
}

.login__form__store {
      display: inline-block;
      width: 50%;
      padding-right: 38px;
      vertical-align: top;
}

@media (min-width: 821px) {

	.login__form__store {
		display: block;
		width: auto;
		padding-right: 0;
	}
}

.login__form__separator {
      display: inline-block;
      width: 2px;
      height: 157px;
      border-radius: 2px;
      background-color: var(--border-color);
      top: 33px;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 0);
}

@media (min-width: 821px) {

	.login__form__separator {
		display: none;
	}
}

.login__form__employee {
      display: inline-block;
      width: 50%;
      padding-left: 38px;
      vertical-align: top;
}

@media (min-width: 821px) {

	.login__form__employee {
		display: block;
		width: auto;
		padding-left: 0;
	}
}

/*&__icon {
    position: absolute;
    top: -12px;
    width: 30px;
    margin-right: 5px;
    font-weight: bold;
    @media (--mediaquery-pc) {
      position: static;
      width: auto;
      margin-right: 5px;
      font-weight: 700;
    }
    &__img {
      @media (--mediaquery-pc) {
        width: 54px;
        height: 54px;
      }
    }
  } */

.login .button {
    display: block;
    width: 364px;
    margin: 32px auto 0;
}

@media (min-width: 821px) {

	.login .button {
		font-size: 16px;
	}
}

.menuButton__line {
    width: 18px;
    background: var(--base-green-color);
    height: 3px;
    border: none;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

@media (min-width: 821px) {

	.menuButton__line {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 0px;
		margin: 0 2px;
	}
}

.menuButton--white__line {
      background: var(--white-color);
    }

.message-modal {
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 821px) {

	.message-modal {
		width: 760px;
		height: 240px;
		margin: 0 auto;
		padding: 0 100px;
		font-size: 16px;
	}
}

.modal {
  width: 480px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  padding: 18px 40px;
}

@media (min-width: 821px) {

	.modal {
		width: 760px;
		padding: 0;
	}
}

.modal__wide {
    width: 640px;
    padding: 18px 0;
}

@media (min-width: 821px) {

	.modal__wide {
		width: 760px;
		padding: 0;
	}
}

.modal__buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (min-width: 821px) {

	.modal__buttons {
		margin-bottom: 44px;
		padding: 0 116px;
	}

	.modal__buttons .button {
        width: 50%;
        margin: 0 16px;
	}
}

.nextButton {
  display: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  margin: 50px auto 40px;
}

@media (min-width: 821px) {

	.nextButton {
		display: block;
	}
}

.optionButton {
  background-color: var(--base-green-color);
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  width: 88px;
  height: 28px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 821px) {

	.optionButton {
		width: 160px;
		height: 50px;
		border-radius: 50px;
		font-size: 16px;
		font-weight: 700;
	}
}

.optionButton:active {
	opacity: 0.6;
}

.optionButton::before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 5px 6px 0;
}

@media (min-width: 821px) {

	.optionButton::before {
		width: 20px;
		height: 20px;
		margin: 9px 6px 9px 0;
	}
}

.optionButton--clear::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px -52px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--clear::before {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -42px -184px;
		background-size: 220px 216px;
	}
}

.optionButton--live {
    background-color: var(--main-blue-color);
}

.optionButton--live::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px -104px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--live::before {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -180px -100px;
		background-size: 220px 216px;
	}
}

.optionButton--blank::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px -130px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--blank::before {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -192px -134px;
		background-size: 220px 216px;
	}
}

.optionButton--photo,
  .optionButton--memo {
    background-color: var(--sub-green-color);
    color: var(--button-disable-text);
    width: 100px;
}

.optionButton--photo::before, .optionButton--memo::before {
	margin: 6px 3px;
}

@media (min-width: 821px) {

	.optionButton--photo,
  .optionButton--memo {
		width: 160px;
		line-height: 45px;
	}
}

.optionButton--photo::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -158px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--photo::before {/*background-image: resolve('sprites/blank_paper.png'); */
	}
}

.optionButton--photo.optionButton--saved::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -144px -184px;
	background-size: 240px 204px;
}

.optionButton--memo::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -170px -184px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--memo::before {/*background-image: resolve('sprites/blank_paper.png'); */
	}
}

.optionButton--memo.optionButton--saved::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -196px -184px;
	background-size: 240px 204px;
}

.optionButton--saved {
    background-color: var(--base-green-color);
    color: white;
}

.optionButton--qr {
    width: 175px;
}

@media (min-width: 821px) {

	.optionButton--qr {
		width: 193px;
	}
}

.optionButton--qr .optionButton__file {
      display: none;
}

.optionButton--qr::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px 0px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--qr::before {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -90px -96px;
		background-size: 220px 216px;
	}
}

.optionButton--qr-help {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
    background-position: -60px -184px;
    background-size: 240px 204px;
}

@media (min-width: 821px) {

	.optionButton--qr-help {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -90px -66px;
		background-size: 220px 216px;
	}
}

.optionButton__text {
    display: inline-block;
    vertical-align: middle;
    /* androidで縦位置ズレるので */
    padding-top: 1px;
}

.page-main {
  height: 100%;
}

.page-main__inner {
    height: 100%;
  }

.pageNumber {
  width: auto;
  height: 37px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: -37px;
  background: white;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

@media (min-width: 821px) {

	.pageNumber {
		height: 52px;
		top: -52px;
	}
}

.pageNumber__icon {
    width: 15px;
    height: 15px;
    background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
    background-position: -224px -26px;
    background-size: 240px 204px;
}

@media (min-width: 821px) {

	.pageNumber__icon {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: 0px -184px;
		background-size: 220px 216px;
		width: 25px;
		height: 25px;
	}
}

.pageNumber__index {
    font-size: 10px;
    font-weight: 700;
    margin-left: 8px;
    line-height: 1;
}

@media (min-width: 821px) {

	.pageNumber__index {
		font-size: 16px;
	}
}

.pageNumber__title {
    font-size: 8px;
    font-weight: 700;
    margin-left: 8px;
    line-height: 1;
}

@media (min-width: 821px) {

	.pageNumber__title {
		font-size: 11px;
	}
}

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

@media (min-width: 821px) {

	.partsSelect {
		width: 580px;
		height: 450px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.partsSelect__title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 821px) {

	.partsSelect__title {
		font-size: 16px;
	}
}

.partsSelect__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    width: 400px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 821px) {

	.partsSelect__line {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

.partsSelect__itemWrapper {
    width: 400px;
    height: 180px;
    margin: 18px auto 0;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.partsSelect__itemWrapper {
		width: 100%;
		height: 260px;
	}

	.partsSelect__itemWrapper::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
	}

	.partsSelect__itemWrapper::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	.partsSelect__itemWrapper .item-selector__item {
          margin: 0 16px 16px 0;
	}

	.partsSelect__itemWrapper .item-selector__item:nth-child(3n) {
		margin-right: 0;
	}

	.partsSelect__itemWrapper .item-selector__label {
        width: 176px;
	}
}

.partsSelect__optButtons {
    right: -84px;
    bottom: 8px;
    position: absolute;
    display: inline-block;
}

.partsSelect__optButton {
    display: block;
    background-color: #fff;
    padding: 6px;
    border-radius: 50px;
}

.partsSelect--button {
    width: 192px;
    height: 42px;
    margin-top: 10px;
    font-size: 12px;
}

@media (min-width: 821px) {

	.partsSelect--button {
		width: 232px;
		height: 50px;
		margin-top: 16px;
		font-size: 16px;
	}
}

.partsSelect--button:last-child {
	margin-left: 15px;
}

@media (min-width: 821px) {

	.partsSelect--button:last-child {
		margin-left: 26px;
	}
}

.partsStateDelete {
  display: inline-block;
  position: relative;
  background: var(--sub-green-color);
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

@media (min-width: 821px) {

	.partsStateDelete {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
}

.partsStateDelete::before {
	content: '';
	display: inline-block;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -224px -78px;
	background-size: 240px 204px;
	width: 16px;
	height: 16px;
}

@media (min-width: 821px) {

	.partsStateDelete::before {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -72px -184px;
		background-size: 220px 216px;
		width: 20px;
		height: 20px;
	}
}

.partsStateIcon {
  height: 33px;
  width: 26px;
  display: inline-block;
  position: relative;
}

.partsStateIcon--memo::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -136px -150px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.partsStateIcon--memo::before {
		width: 20px;
		height: 20px;
		background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
		background-position: -136px -150px;
		background-size: 240px 204px;
	}
}

.partsStateIcon--memo.partsStateIcon--saved::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -68px -150px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.partsStateIcon--memo.partsStateIcon--saved::before {
		background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
		background-position: -68px -150px;
		background-size: 240px 204px;
	}
}

.partsStateIcon--photo::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -34px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.partsStateIcon--photo::before {
		width: 20px;
		height: 20px;
		background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
		background-position: -190px -34px;
		background-size: 240px 204px;
	}
}

.partsStateIcon--photo.partsStateIcon--saved::before {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px 0px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.partsStateIcon--photo.partsStateIcon--saved::before {
		background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
		background-position: -190px 0px;
		background-size: 240px 204px;
	}
}

.partsStateIcon::before {
	display: inline-block;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	content: '';
	width: 24px;
	height: 24px;
}

.pdfOutput {
  text-align: center;
}

@media (min-width: 821px) {

	.pdfOutput {
		width: 560px;
		height: 450px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.pdfOutput__wrapper {
    position: relative;
}

.pdfOutput__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.pdfOutput__title {
		font-size: 16px;
	}
}

.pdfOutput__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.pdfOutput__line {
		margin-top: 16px;
		margin-bottom: 54px;
	}
}

.pdfOutput__text {
    text-align: left;
    margin-top: 15px;
    font-size: 8px;
}

@media (min-width: 821px) {

	.pdfOutput__text {
		font-size: 12px;
		margin-top: 26px;
	}
}

.pdfOutput__buttonWrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.pdfOutput__buttonWrapper {
		margin-top: 50px;
	}
}

.pdfOutput__sendButton {
    min-width: 258px;
    height: 42px;
    font-size: 12px;
}

@media (min-width: 821px) {

	.pdfOutput__sendButton {
		min-width: 346px;
		height: 50px;
		font-size: 16px;
	}
}

.pdfOutput__cancellButton {
    min-width: 120px;
    height: 42px;
    font-size: 12px;
}

@media (min-width: 821px) {

	.pdfOutput__cancellButton {
		min-width: 164px;
		height: 50px;
		font-size: 16px;
	}
}

.pdfOutput__errorMessage {
    color: var(--error-red);
}

.photoInput__body {
    position: absolute;
    width: 95%;
    margin: 20px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
  }

@media (min-width: 821px) {

	.photoInput__body {
		top: 60px;
		margin: 48px auto;
	}

	.photoInput__body .nextButton {
        width: 364px;
        margin: 30px auto 80px;
	}
}

.photoInput__wrapper {
    width: 635px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 821px) {

	.photoInput__wrapper {
		justify-content: center;
		width: 100%;
	}
}

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

.photoInput__title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

@media (min-width: 821px) {

	.photoInput__title {
		font-size: 12px;
	}
}

.photoInput__item {
    margin-right: 8px;
    margin-bottom: 18px;
}

@media (min-width: 821px) {

	.photoInput__item {
		margin: 0 16px 28px;
	}
}

.photoInput__photo {
    width: 120px;
    height: 90px;
    background-size: contain;
    background-position: center center;
    background-color: var(--bg-gray);
}

@media (min-width: 821px) {

	.photoInput__photo {
		width: 232px;
		height: 174px;
	}
}

.photoPreview {
  text-align: center;

}

@media (min-width: 821px) {

	.photoPreview {
		width: 560px;
		height: 450px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 40px;
	}
}

.photoPreview__picture {
    margin-bottom: 20px;
    width: 400px;
    height: 214px;
    background-size: contain;
    background-position: center center;
    background-color: var(--bg-gray);
    overflow: hidden;
}

@media (min-width: 821px) {

	.photoPreview__picture {
		width: 560px;
		height: 276px;
		margin-bottom: 40px;
	}
}

.photoPreview .button {
    width: 100%;
}

@media (min-width: 821px) {

	.photoPreview .button {
		height: 50px;
	}
}

.photoPreview__buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

@media (min-width: 821px) {

	.photoPreview__buttons {
		text-align: center;
	}
}

.photoPreview__buttons .button {
      margin-right: 0;
      margin-left: 0;
}

.photoPreview__buttons .button:first-child:nth-last-child(2),
    .photoPreview__buttons .button:first-child:nth-last-child(2) ~ .button {
      width: 48%;
}

.photoPreview__buttons .button:first-child:nth-last-child(3),
    .photoPreview__buttons .button:first-child:nth-last-child(3) ~ .button {
      width: 31.33333%;
}

.photoPreview__buttons--mask .button {
        width: 258px
      }

.photoPreview__buttons--mask .button:first-child {
	width: 120px;
}

@media (min-width: 821px) {

	.photoPreview__buttons--mask .button {
          width: 362px;
	}

	.photoPreview__buttons--mask .button:first-child {
		width: 164px;
	}
}

.photoPreview__maskArea {
    position: absolute;
    border: solid 2px white;
    background-color: rgba(255, 255, 255, .8);
}

.photoPreview__maskHandle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 2px white;
}

.photoPreview__maskHandle--start {
      top: -12px;
      left: -12px;
      position: absolute;
      background: var(--main-blue-color);
    }

.photoPreview__maskHandle--end {
      width: 32px;
      height: 32px;
      right: -20px;
      bottom: -20px;
      position: absolute;
      background: var(--main-green-color);
    }

.photoRegistration {
  text-align: center;
}

@media (min-width: 821px) {

	.photoRegistration {
		width: 560px;
		height: 434px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.photoRegistration__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.photoRegistration__title {
		font-size: 16px;
		font-weight: 700;
	}
}

.photoRegistration__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.photoRegistration__line {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 35px;
	}
}

.photoRegistration__picture {
    display: inline-block;
    width: 258px;
    height: 128px;
    background-color: var(--bg-gray);
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.photoRegistration__picture {
		width: 344px;
		height: 170px;
	}
}

.photoRegistration__optButtonWrapper {
    display: inline-block;
    width: 142px;
    vertical-align: middle;
    text-align: right;
}

.photoRegistration__optButtonWrapper .button {
      margin: 7px 0;
      text-align: center;
    }

@media (min-width: 821px) {

	.photoRegistration__optButtonWrapper {
		width: 214px;
	}

	.photoRegistration__optButtonWrapper .button--md {
        width: 164px;
        height: 50px;
        line-height: 46px;
        font-size: 12px;
        margin: 5px 0;
	}
}

.photoRegistration__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

@media (min-width: 821px) {

	.photoRegistration__buttons {
		margin-top: 60px;
	}
}

.photoRegistration__save {
    width: 258px;
}

@media (min-width: 821px) {

	.photoRegistration__save {
		width: 346px;
		height: 50px;
	}
}

.photoRegistration__save--showMask {
      width: 120px;
}

.photoRegistration__mask {
    width: 120px;
}

@media (min-width: 821px) {

	.photoRegistration__mask {
		height: 50px;
	}
}

.photoRegistration__cancel {
    width: 120px;
}

@media (min-width: 821px) {

	.photoRegistration__cancel {
		height: 50px;
	}
}

.preview {
  width: 624px;
  margin: 0 auto;
  border: solid 2px var(--base-text-color);
}

@media (min-width: 821px) {

	.preview {
		width: 960px;
		border-width: 3px;
	}
}

.preview__wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

@media (min-width: 821px) {

	.preview__wrapper {
		top: 77px;
	}
}

.preview__header {
    display: flex;
    height: 50px;
    border-bottom: solid 2px var(--base-text-color);
}

@media (min-width: 821px) {

	.preview__header {
		height: 48px;
		border-width: 3px;
	}
}

.preview__bodyWrapperTop {
    display: flex;
    padding: 1px 1px 0;
}

@media (min-width: 821px) {

	.preview__bodyWrapperTop {
		padding: 4px 4px 1px;
	}
}

.preview__bodyWrapper {
    display: flex;
    padding: 1px;
}

@media (min-width: 821px) {

	.preview__bodyWrapper {
		padding: 1px 4px 4px;
	}
}

.preview__sideBar {
    flex-basis: 133px;
    margin-left: 1px;
}

@media (min-width: 821px) {

	.preview__sideBar {
		flex-basis: 230px;
		margin-left: 2px;
	}
}

.preview__body {
    flex-grow: 1;
}

.preview__body__leftContainer {
      flex-basis: 130px;
    }

@media (min-width: 821px) {

	.preview__body__leftContainer {
		flex-basis: 225px;
	}
}

.preview__body__rightContainer {
      flex-grow: 1;
      margin-left: 1px;
}

@media (min-width: 821px) {

	.preview__body__rightContainer {
		flex-basis: 220px;
		margin-left: 2px;
	}
}

.preview__mileage {
    border: solid 2px var(--base-text-color);
}

@media (min-width: 821px) {

	.preview__mileage {
		border-width: 3px;
	}
}

.preview__row {
    display: flex;
}

.preview__twoColumn {
    display: flex;
}

.preview__twoColumn__text {
      position: absolute;
    }

.preview__twoColumn .preview__data--inner,
    .preview__twoColumn .preview__data--externalColor {
      justify-content: flex-start;
      padding-right: 20px;
      padding-left: 20px;
    }

.preview__twoColumn .preview__data--drive,
    .preview__twoColumn .preview__data--steer {
      justify-content: center;
      padding-right: 10px;
      padding-left: 10px;
    }

.preview__option {
    display: flex;
    margin-bottom: 1px;
}

@media (min-width: 821px) {

	.preview__option {
		margin-bottom: 2px;
	}
}

.preview__option__item {
      height: 67px;
      border: solid 2px #B2BBC7;
      margin-right: 1px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
}

@media (min-width: 821px) {

	.preview__option__item {
		height: 110px;
		border-width: 3px;
		margin-right: 2px;
	}
}

.preview__option__item:last-child {
	margin-right: 0;
}

.preview__option__twoColumn {
      flex-grow: 2;
}

.preview__option__threeColumn {
      flex-grow: 3;
}

.preview__exteriorMap {
    position: relative;
    height: 135px;
    width: 248px;
    margin-right: 1px;
    border: solid 2px #B2BBC7;
}

@media (min-width: 821px) {

	.preview__exteriorMap {
		width: 389px;
		min-height: 222px;
		margin-right: 2px;
		border-width: 4px;
	}
}

.preview__exteriorMap__attentionPointWrapper {
      position: absolute;
}

.preview__exteriorMap__image {
      /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
      width: 152px;
      height: 114px;
      background-size: cover;
      position: relative;
      background-position: center;
      top: 6px;
      bottom: 0;
      left: 20px;
      margin: auto;
      z-index: 0;
}

@media (min-width: 821px) {

	.preview__exteriorMap__image {/** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 * */
		width: 204px;
		height: 152px;
		right: 0;
		left: 0;
		padding: 10px;
		margin-top: 25px;
	}
}

.preview__attentionPoint__wrapper {
      position: absolute;
      top: 7px;
      left: 5px;
      display: flex;
      align-items: center;
    }

.preview__attentionPoint__title {
      font-size: 5px;
      margin-right: 4px;
    }

@media (min-width: 821px) {

	.preview__attentionPoint__title {
		font-size: 8px;
		margin-left: 8px;
		margin-right: 8px;
	}
}

.preview__attentionPoint__list {
      display: flex;
      z-index: 1;
}

.preview__attentionPoint__item {
      margin-right: 2px;
}

@media (min-width: 821px) {

	.preview__attentionPoint__item {
		margin-right: 4px;
	}
}

.preview__item {
    display: flex;
    height: 33px;
    margin-bottom: 1px;
}

@media (min-width: 821px) {

	.preview__item {
		height: 54px;
		margin-bottom: 2px;
	}
}

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

.preview__item--twoColumn {
      flex-grow: 1;
      margin-right: 1px;
}

@media (min-width: 821px) {

	.preview__item--twoColumn {
		margin-right: 2px;
	}
}

.preview__item--twoColumn:last-child {
	margin-right: 0;
}

.preview__item--drive,
    .preview__item--steer {
      flex-basis: 130px;
      margin-right: 1px;
}

@media (min-width: 821px) {

	.preview__item--drive,
    .preview__item--steer {
		flex-basis: 161px;
		margin-right: 2px;
	}
}

.preview__item--otherEquipment,
    .preview__item--notices,
    .preview__item--repair {
      height: auto;
      height: 50px;
      margin-top: 1px;
}

@media (min-width: 821px) {

	.preview__item--otherEquipment,
    .preview__item--notices,
    .preview__item--repair {
		height: 66px;
		margin-top: 2px;
		border: 3px solid #7B8190;
		align-items: center;
	}
}

@media (min-width: 821px) {

	.preview__item--otherEquipment {
		border-color: #B2BBC7;
	}
}

@media (min-width: 821px) {

	.preview__item--notice {
		border: 3px solid #7B8190;
	}
}

.preview__item--score,
    .preview__item--interiorPhoto,
    .preview__item--exteriorPhoto {
      border: solid 2px #B2BBC7;
      flex-direction: column;
      height: auto;
      min-width: 129px;
}

@media (min-width: 821px) {

	.preview__item--score,
    .preview__item--interiorPhoto,
    .preview__item--exteriorPhoto {
		min-width: 226px;
		border-width: 3px;
	}
}

@media (min-width: 821px) {

	.preview__item--interiorPhoto {
		height: 446px;
	}
}

@media (min-width: 821px) {

	.preview__item--exteriorPhoto {
		height: 494px;
	}
}

.preview__item--sideBar {
      border: solid 2px #B2BBC7;
}

@media (min-width: 821px) {

	.preview__item--sideBar {
		border-width: 3px;
	}
}

.preview__exteriorItems {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.preview__exteriorItems .preview__option__item {
      flex-grow: 2;
      flex-basis: 114px;
    }

@media (min-width: 821px) {

	.preview__exteriorItems .preview__option__item {
		flex-basis: 156px;
	}
}

.preview__exteriorItems .preview__option__item:nth-child(2) {
	margin-right: 0;
}

.preview__exteriorItems .preview__option__item:first-child {
	margin-bottom: 1px;
}

@media (min-width: 821px) {

	.preview__exteriorItems .preview__option__item:first-child {
		margin-bottom: 2px;
	}
}

.preview__title {
    font-size: 10px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview__title--header {
      flex-basis: 75px;
      background: var(--base-text-color);
    }

@media (min-width: 821px) {

	.preview__title--header {
		flex-basis: 105px;
		font-size: 14px;
	}
}

.preview__title--inspection,
    .preview__title--leftContainer {
      background: #9DA5AF;
      font-size: 8px;
      flex-basis: 46px;
}

@media (min-width: 821px) {

	.preview__title--inspection,
    .preview__title--leftContainer {
		flex-basis: 90px;
		font-size: 13px;
	}
}

.preview__title--rightContainer,
    .preview__title--drive,
    .preview__title--steer {
      background: #9DA5AF;
      font-size: 8px;
      flex-basis: 48px;
}

@media (min-width: 821px) {

	.preview__title--rightContainer,
    .preview__title--drive,
    .preview__title--steer {
		flex-basis: 90px;
		font-size: 13px;
	}
}

.preview__title--carName,
    .preview__title--grade {
      background: #9DA5AF;
      font-size: 8px;
      flex-basis: 63px;
}

@media (min-width: 821px) {

	.preview__title--carName,
    .preview__title--grade {
		flex-basis: 90px;
		font-size: 13px;
	}
}

.preview__title--option {
      height: 33px;
      background: #B2BBC7;
      font-size: 7px;
      position: relative;
}

@media (min-width: 821px) {

	.preview__title--option {
		height: 51px;
		font-size: 12px;
	}
}

.preview__title--inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
}

.preview__title--twoColumn {
      border-left: solid 3px #B2BBC7;
      border-right: solid 2px #B2BBC7;
}

@media (min-width: 821px) {

	.preview__title--twoColumn {
		border-left: solid 2px #B2BBC7;
		border-right: solid 2px #B2BBC7;
	}
}

.preview__title--threeColumn {
      border-left: solid 4px #B2BBC7;
      border-right: solid 4px #B2BBC7;
}

@media (min-width: 821px) {

	.preview__title--threeColumn {
		border-left: solid 3px #B2BBC7;
		border-right: solid 3px #B2BBC7;
	}
}

.preview__title--mileage {
      height: 33px;
      background: var(--base-text-color);
}

@media (min-width: 821px) {

	.preview__title--mileage {
		height: 54px;
		font-size: 14px;
	}
}

.preview__title--otherEquipment {
      background: #B2BBC7;
      flex-basis: 100px;
      min-width: 100px;
}

@media (min-width: 821px) {

	.preview__title--otherEquipment {
		flex-basis: 173px;
		min-width: 173px;
		font-size: 14px;
		height: 100%;
	}
}

.preview__title--notices,
    .preview__title--repair {
      background: #7B8190;
      flex-basis: 100px;
      min-width: 100px;
}

@media (min-width: 821px) {

	.preview__title--notices,
    .preview__title--repair {
		flex-basis: 173px;
		min-width: 173px;
		font-size: 14px;
		height: 100%;
	}
}

.preview__title--score {
      background: #B2BBC7;
      height: 33px;
}

@media (min-width: 821px) {

	.preview__title--score {
		font-size: 14px;
		height: 51px;
	}
}

.preview__title--sideBar {
      background: #B2BBC7;
      flex-basis: 53px;
      font-size: 8px;
}

@media (min-width: 821px) {

	.preview__title--sideBar {
		flex-basis: 90px;
		font-size: 13px;
	}
}

.preview__title--interiorPhoto,
    .preview__title--exteriorPhoto {
      background: #B2BBC7;
      height: 33px;
      font-size: 10px;
}

@media (min-width: 821px) {

	.preview__title--interiorPhoto,
    .preview__title--exteriorPhoto {
		height: 52px;
		font-size: 14px;
	}
}

.preview__data {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 821px) {

	.preview__data {
		font-size: 14px;
	}
}

.preview__data--serial {
      flex-basis: 260px;
      font-size: 14px;
}

@media (min-width: 821px) {

	.preview__data--serial {
		justify-content: flex-start;
		padding-left: 20px;
	}
}

.preview__data--carNumber {
      flex-grow: 1;
      font-size: 14px;
}

@media (min-width: 821px) {

	.preview__data--carNumber {
		justify-content: flex-start;
		padding-left: 20px;
	}
}

.preview__data--leftContainer,
    .preview__data--rightContainer,
    .preview__data--drive,
    .preview__data--steer {
      flex-grow: 1;
      border: solid 2px #9DA5AF;
}

@media (min-width: 821px) {

	.preview__data--leftContainer,
    .preview__data--rightContainer,
    .preview__data--drive,
    .preview__data--steer {
		border-width: 3px;
	}
}

@media (min-width: 821px) {

	.preview__data--drive,
    .preview__data--steer {
		flex-basis: 63px;
	}
}

.preview__data--carName,
    .preview__data--grade,
    .preview__data--inspection {
      flex-grow: 1;
      border: solid 2px #9DA5AF;
      justify-content: baseline;
      padding-left: 12px;
}

@media (min-width: 821px) {

	.preview__data--carName,
    .preview__data--grade,
    .preview__data--inspection {
		padding-left: 20px;
		border-width: 3px;
	}
}

.preview__data--externalColor {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 6;
      height: 30px;
      border-right: solid 1px #9DA5AF;
}

@media (min-width: 821px) {

	.preview__data--externalColor {
		height: 48px;
		border-right-width: 3px;
	}
}

.preview__data--externalColor:last-child {
	flex-grow: 4;
	border-right: none;
}

.preview__data--option {
      flex: 1;
}

@media (min-width: 821px) {

	.preview__data--option {
		font-size: 14px;
	}
}

.preview__data--twoColumn {
      display: flex;
}

.preview__data__twoColumnItem {
      flex-grow: 1;
      border-right: solid 1px #B2BBC7;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
}

@media (min-width: 821px) {

	.preview__data__twoColumnItem {
		border-width: 3px;
	}
}

.preview__data__twoColumnItem:last-child {
	border-right: none;
}

.preview__data--inner {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
}

.preview__data--mileage {
      height: 49px;
      font-size: 20px;
      border-bottom: solid 2px var(--base-text-color);
      padding: 0 5px 0 10px;
      justify-content: space-between;
}

@media (min-width: 821px) {

	.preview__data--mileage {
		height: 81px;
		padding: 0 10px 0 20px;
		font-size: 32px;
		border-width: 3px;
	}
}

.preview__data--mileage:last-child {
	border-bottom: none;
}

.preview__data__unit {
      font-size: 8px;
      margin-top: 16px;
      margin-left: 0;
}

@media (min-width: 821px) {

	.preview__data__unit {
		font-size: 13px;
	}
}

.preview__data--otherEquipment {
      flex-grow: 1;
      border: solid 2px #B2BBC7;
      justify-content: baseline;
      padding: 1px 5px;
      text-align: left;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      display: block;
      width: 385px;
      word-wrap: break-word;
}

@media (min-width: 821px) {

	.preview__data--otherEquipment {
		border: none;
		padding-right: 20px;
		padding-left: 20px;
		height: 50px;
	}
}

.preview__data--notices {
      flex-grow: 1;
      border: solid 2px #7B8190;
      justify-content: baseline;
      padding: 1px 5px;
      text-align: left;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      display: block;
      width: 385px;
      word-wrap: break-word;
}

@media (min-width: 821px) {

	.preview__data--notices {
		border: none;
		padding-right: 20px;
		padding-left: 20px;
		height: 50px;
	}
}

.preview__data--repair {
      flex-grow: 1;
      border: solid 2px #7B8190;
      justify-content: baseline;
      padding: 1px 5px;
      font-size: 8px;
      text-align: left;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      display: block;
      width: 385px;
      word-wrap: break-word;
}

@media (min-width: 821px) {

	.preview__data--repair {
		font-size: 14px;
		border: none;
		padding-right: 20px;
		padding-left: 20px;
		height: 50px;
	}
}

.preview__data--score {
      height: 50px;
      font-size: 20px;
}

@media (min-width: 821px) {

	.preview__data--score {
		height: 109px;
		font-size: 32px;
	}
}

.preview__data--sideBar {
      font-size: 12px;
      flex-grow: 1;
}

@media (min-width: 821px) {

	.preview__data--sideBar {
		font-size: 14px;
	}
}

.preview__data--interiorPhoto {
      padding: 1px;
      height: 248px;
      align-items: baseline;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: baseline;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.preview__data--interiorPhoto {
		height: 410px;
	}
}

.preview__data--exteriorPhoto {
      padding: 1px;
      height: 302px;
      align-items: baseline;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: baseline;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.preview__data--exteriorPhoto {
		height: 442px;
	}
}

.preview__repair__inner {
    text-align: left;
}

.preview__interiorPhoto__imageWrapper,
  .preview__exteriorPhoto__imageWrapper {
    width: 50%;
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
}

.preview__interiorPhoto__image,
  .preview__exteriorPhoto__image {
    width: auto;
    height: 37px;
}

@media (min-width: 821px) {

	.preview__interiorPhoto__image,
  .preview__exteriorPhoto__image {
		width: auto;
		height: 60px;
	}
}

.preview__button {
    margin-top: 50px;
    margin-bottom: 25px;
    width: 400px;
    height: 52px;
    font-size: 14px;
}

@media (min-width: 821px) {

	.preview__button {
		margin-top: 40px;
		margin-bottom: 90px;
		width: 364px;
		height: 50px;
		font-size: 16px;
	}
}

.qrNotfound.alert {
	height: auto;
}

@media (min-width: 821px) {

	.qrNotfound.alert {
		padding-bottom: 26px;
	}
}

p.qrNotfound__text {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width: 821px) {

	p.qrNotfound__text {
		font-size: 16px;
	}
}

p.qrNotfound__text .red {
    color: red;
}

p.qrNotfound__comment {
    font-size: 12px;
    font-weight: 700;
    padding-left: 1rem;
}

@media (min-width: 821px) {

	p.qrNotfound__comment {
		font-size: 14px;
	}
}

.qrNotfound .alert__pictureList {
	width: auto;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 0.8rem;
	padding-left: 0;
}

.required {
  padding: 2px;
  font-size: 6px;
  line-height: 1;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 821px) {

	.required {
		padding: 4px 6px;
		font-size: 8px;
		vertical-align: text-bottom;
	}
}

.required__A {
    margin-left: 5px;
    color: var(--base-red-color);
    border: solid 1px var(--base-red-color);
}

@media (min-width: 821px) {

	.required__A {
		margin-left: 8px;
	}
}

.required__B {
    margin-left: 5px;
    color: var(--base-green-color);
    border: solid 1px var(--base-green-color);
}

@media (min-width: 821px) {

	.required__B {
		margin-left: 8px;
	}
}

.required--yellow {
    color: #F2D24E;
    border: solid 1px currentColor;
}

.resultEmpty {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: var(--bg-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

@media (min-width: 821px) {

	.resultEmpty {
		left: 264px;
		font-size: 43px;
	}
}

.roundCheckBox{
  height: 48px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

}

.roundCheckBox__title {
    font-size: var(--fontsize-label);
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: 5px;
    white-space: nowrap;
  }

.roundCheckBox input[type="checkBox"] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: none;
	height: 48px;
	width: 100px;
	border-radius: 24px;
	background: #E7EEF0;
}

.roundCheckBox input[type="checkBox"] + .roundCheckBox__label {
	position: absolute;
}

.roundCheckBox input[type="checkBox"]:checked {
	background: var(--base-green-color);
}

.roundCheckBox input[type="checkBox"]:checked + .roundCheckBox__label {
	color: white;
}

.roundCornerCheckBox{
  position: relative;
  height: 48px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.roundCornerCheckBox__title {
    font-size: var(--fontsize-label);
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: 5px;
    white-space: nowrap;
  }

.roundCornerCheckBox input[type="checkBox"] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: none;
	height: 48px;
	width: 100%;
	border-radius: 15px;
	background: #E7EEF0;
}

.roundCornerCheckBox input[type="checkBox"]:checked {
	background: var(--base-green-color);
}

.roundCornerCheckBox input[type="checkBox"]:checked + .roundCornerCheckBox__label {
	color: white;
}

.roundCornerCheckBox__label {
    position: absolute;
    font-size: 12px;
    text-align: center;
}

.searchMenu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.searchMenu__inner-box {
    position: relative;
    background: white;
    z-index: 150;
    right: calc(100% - 48px);
    width: 96%;
    height: 100%;
    padding-top: 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, .16);
    transition: right 240ms ease-out;
    text-align: center;
  }

@media (min-width: 821px) {

	.searchMenu__inner-box {
		bottom: 0;
		left: 0;
		position: absolute;
		height: calc(100% - 60px);
		width: 264px;
		padding-bottom: 60px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.searchMenu__inner-box::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 6px;
	}

	.searchMenu__inner-box::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .2);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	.searchMenu__inner-box .input__wrapper {
        position: static;
	}

	.searchMenu__inner-box .optionButton {
        font-size: 12px;
        height: 38px;
	}

	.searchMenu__inner-box .optionButton--qr-help {
        height: 20px;
	}

	.searchMenu__inner-box .input__label {
		text-align: center;
		width: 100%;
		font-size: 12px;
	}

	.searchMenu__inner-box .select__title {
		width: 100%;
		text-align: center;
	}

	.searchMenu__inner-box .input-field {
		height: 50px;
	}

	.searchMenu__inner-box .sliderController {
		display: none;
	}

	.searchMenu__inner-box .item-selector__label {
		font-size: 10px;
	}

	.searchMenu__inner-box .required {
		font-size: 6px;
		padding: 2px 3px;
	}
}

.searchMenu--sp {
    display: block;
}

@media (min-width: 821px) {

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

.searchMenu--pc {
    display: none;
}

@media (min-width: 821px) {

	.searchMenu--pc {
		display: block;
	}
}

@media (min-width: 821px) {

	.searchMenu--pc .optionButton--clear {
		width: 106px;
		height: 38px;
		font-size: 12px;
	}
}

.searchMenu--opened {
    background-color: transparent;
    z-index: 101;
}

@media (min-width: 821px) {

	.searchMenu--opened {
		z-index: 1;
		width: 400px;
	}
}

.searchMenu--opened .searchMenu__inner-box {
      right: 0;
}

.searchMenu--live .searchMenu__submit {
      margin-top: 50px;
      width: 73%;
    }

@media (min-width: 821px) {

	.searchMenu--live .searchMenu__submit {
		width: 100%;
	}
}

@media (min-width: 821px) {

	.searchMenu--live .optionButton--live {
		width: 92px;
		margin-right: 9px;
	}
}

.searchMenu--live .optionButton--clear {
      background-color: var(--main-blue-color);
      margin-right: 14px;
}

@media (min-width: 821px) {

	.searchMenu--live .optionButton--clear {
		margin-right: 0;
	}
}

@media (min-width: 821px) {

	.searchMenu--live .select__box--editable .select__row {
		height: 100%;
		background-color: #fff;
	}
}

.searchMenu--renew .searchMenu__submit {
      width: 73%;
    }

@media (min-width: 821px) {

	.searchMenu--renew .searchMenu__submit {
		width: 100%;
	}
}

.searchMenu--renew .searchMenu__buttonWrapper {
      margin-top: 12px;
}

.searchMenu--renew .searchMenu__button {
      background: #F7F7F7;
}

@media (min-width: 821px) {

	.searchMenu--renew .searchMenu__button {
		background: white;
	}
}

.searchMenu__inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 32px;
    padding-left: 32px;
    position: relative;
}

@media (min-width: 821px) {

	.searchMenu__inner {
		height: auto;
		overflow: visible;
		padding-right: 15px;
		padding-left: 22px;
	}
}

.searchMenu__button {
    right: -35px;
    bottom: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    box-shadow: 18px 0 20px rgba(0, 0, 0, .16);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.searchMenu__button:active .searchMenu__buttonImg {
        opacity: 0.6;
}

@media (min-width: 821px) {

	.searchMenu__button {
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		position: relative;
		display: block;
		margin: 0 auto;
		box-shadow: none;
	}
}

.searchMenu__buttonImg {
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.searchMenu__buttonImg:active {
	opacity: 0.6;
}

.searchMenu__buttonImg::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
	margin-bottom: 3px;
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -190px -68px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.searchMenu__buttonImg::before {
		width: 32px;
		height: 32px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -150px -134px;
		background-size: 220px 216px;
	}
}

@media (min-width: 821px) {

	.searchMenu__buttonImg {
		font-size: 12px;
		width: 55px;
	}
}

.searchMenu__viewport {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}

@media (min-width: 821px) {

	.searchMenu__viewport {
		margin-top: 24px;
		position: static;
		width: auto;
	}
}

.searchMenu__submit {
    width: 73%;
}

@media (min-width: 821px) {

	.searchMenu__submit {
		width: 220px;
		margin-top: 35px;
	}
}

.searchMenu__buttonWrapper {
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 821px) {

	.searchMenu__buttonWrapper {
		margin-top: 16px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}

.searchMenu__qrcodeButtonWrapper {
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-bottom: 0;
}

@media (min-width: 821px) {

	.searchMenu__qrcodeButtonWrapper {
		float: none;
		width: 100%;
		margin-bottom: 8px;
	}
}

.searchMenu .optionButton--blank {
	position: static;
	margin-right: 6px;
}

@media (min-width: 821px) {

	.searchMenu .optionButton--blank {
		width: 106px;
	}
}

.searchMenu .optionButton--qr {
	position: static;
	display: inline-block;
}

.searchMenu__title {
    font-weight: 700;
}

@media (min-width: 821px) {

	.searchMenu__title {
		display: inline;
	}
}

.searchMenu__title--sp {
      display: inline;
}

@media (min-width: 821px) {

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

.searchMenu__title--pc {
      display: none;
}

@media (min-width: 821px) {

	.searchMenu__title--pc {
		display: inline;
	}
}

.searchMenu__acordion {
    display: inline-block;
    width: 33.33%;
    height: auto;
    float: left;
    padding: 40px 40px 0;
    overflow: hidden;
}

@media (min-width: 821px) {

	.searchMenu__acordion {
		display: block;
		width: 100%;
		margin: auto;
		padding: 0;
		float: none;
	}
}

@media (min-width: 821px) {

	.searchMenu__acordion--close {
		height: 0;
		padding:  0;
	}
}

.searchMenu__acordion__title {
    position: relative;
    width: 200px;
    margin: 25px auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--base-green-color);
    text-align: left;
}

.searchMenu__acordion__title:before, .searchMenu__acordion__title:after {
	content:"";
	background: var(--base-green-color);
	display: block;
	height: 9px;
	position: absolute;
	width: 1px;
	border-radius: 2px;
}

.searchMenu__acordion__title:before {
	right: 4px;
	top: 6px;
	transform: rotate(135deg);
}

.searchMenu__acordion__title:after {
	right: 10px;
	top: 6px;
	transform: rotate(-135deg);
}

.searchMenu__acordion__title--close:before {
	transform: rotate(45deg);
}

.searchMenu__acordion__title--close:after {
	transform: rotate(-45deg);
}

.searchMenu__flip {
    width: 300%;
}

@media (min-width: 821px) {

	.searchMenu__flip {
		width: 100%;
	}
}

.searchMenu__flip--200 {
      width: 200%;
}

@media (min-width: 821px) {

	.searchMenu__flip--200 {
		width: 100%;
	}
}

.searchMenu__flip::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.searchMenu__form {
    position: relative;
}

@media (min-width: 821px) {

	.searchMenu__form {
		padding: 0;
	}
}

.searchMenu__form__notification {
      color: var(--accent-red);
      text-align: left;
}

@media (min-width: 821px) {

	.searchMenu__form__notification {
		text-align: center;
	}
}

.searchMenu__form__registrationNumber {
      display: inline-block;
      width: 50%;
      padding-right: 15px;
}

@media (min-width: 821px) {

	.searchMenu__form__registrationNumber {
		width: 100%;
		padding-right: 0;
	}
}

.searchMenu__form__carNumber {
      display: inline-block;
      width: 50%;
      padding-left: 15px;
}

@media (min-width: 821px) {

	.searchMenu__form__carNumber {
		width: 100%;
		padding-left: 0;
		padding-top: 8px;
	}
}

.searchMenu__form__assessment {
      display: inline-block;
      width: 50%;
      padding-right: 15px;
      border-right: 2px solid var(--border-color);
      text-align: left;
      vertical-align: top;
}

@media (min-width: 821px) {

	.searchMenu__form__assessment {
		display: block;
		width: auto;
		margin-bottom: 16px;
		padding-right: 0;
		border-right: none;
	}
}

@media (min-width: 821px) {

	.searchMenu__form__assessment .dateWrapper .dateWrapper__month .select__title, .searchMenu__form__assessment .dateWrapper .dateWrapper__day .select__title {
		display: none;
	}
}

.searchMenu__form__assessment .dateWrapper:last-child {
	margin-top: 12px;
}

@media (min-width: 821px) {

	.searchMenu__form__assessment .dateWrapper:last-child {
		margin-top: 16px;
	}
}

@media (min-width: 821px) {

	.searchMenu__form__assessment .dateWrapper:last-child .select__title {
		display: none;
	}
}

.searchMenu__form__maker {
      display: inline-block;
      width: 50%;
      padding-left: 15px;
}

@media (min-width: 821px) {

	.searchMenu__form__maker {
		display: block;
		width: auto;
		padding-left: 0;
	}
}

.searchMenu__form__maker .select:last-child {
	margin-top: 12px;
}

@media (min-width: 821px) {

	.searchMenu__form__maker .select:last-child {
		margin-top: 6px;
	}
}

.searchMenuPage1,
.searchMenuPage2 {
  width: 50%;
  float: left;
  display: inline-block;
  padding-top: 8px;
}

@media (min-width: 821px) {

	.searchMenuPage1,
.searchMenuPage2 {
		width: 100%;
		float: none;
	}

	.searchMenuPage1 .dateWrapper, .searchMenuPage2 .dateWrapper {
		display: block;
	}

	.searchMenuPage1 .dateWrapper:first-child, .searchMenuPage2 .dateWrapper:first-child {
		margin-bottom: 10px;
	}

	.searchMenuPage1 .dateWrapper__year, .searchMenuPage2 .dateWrapper__year {
        width: 100%;
	}
}

@media (min-width: 821px) and (min-width: 821px) {

	.searchMenuPage1 .dateWrapper__year, .searchMenuPage2 .dateWrapper__year {
		margin-bottom: 8px;
	}
}

@media (min-width: 821px) {

	.searchMenuPage1 .dateWrapper__month, .searchMenuPage2 .dateWrapper__month {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding-right: 4px;
	}

	.searchMenuPage1 .dateWrapper__day, .searchMenuPage2 .dateWrapper__day {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding-left: 4px;
	}
}

@media (min-width: 821px) {

	.searchMenuPage1 .searchMenu__form, .searchMenuPage2 .searchMenu__form {
		padding-top: 0;
	}
}

.searchResult {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 821px) {

	.searchResult {
		height: 100%;
	}
}

/*overflow-x: hidden; */

.searchResult--blur {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.searchResult__body {
    height: 100%;
    padding-top: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #EDEDED;
}

@media (min-width: 821px) {

	.searchResult__body {
		left: 264px;
		min-width: 760px;
		padding-top: 124px;
	}
}

.searchResult__body--blur {
      filter: blur(4px);
}

.setting {
  width: 210px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 12px 15px;
  position: relative;
  background: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.setting {
		width: 360px;
		padding: 42px 40px 30px;
	}

	.setting .closeButton {
		top: 18px;
		right: 15px;
	}

	.setting .acordion__title {
		text-align: left;
		font-size: 14px;
	}
}

.setting__group {
    margin-bottom: 44px;
}

.setting__title {
    margin: 0 0 46px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 821px) {

	.setting__title {
		font-size: 16px;
	}
}

.setting__headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setting__header {
    font-size: 10px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 6px;
    text-align: left;
}

@media (min-width: 821px) {

	.setting__header {
		margin-top: 8px;
		font-size: 16px;
		text-align: left;
	}
}

.setting__logoutButton {
    width: 83px;
    height:16px;
    font-weight: 700;
    font-size: 8px;
    color: white;
    background: var(--base-green-color);
    border-radius: 5px;
}

@media (min-width: 821px) {

	.setting__logoutButton {
		width: 120px;
		height:38px;
		font-size: 11px;
	}
}

.setting__list {
    padding-bottom: 4px;
    margin: 12px 0 0;
}

@media (min-width: 821px) {

	.setting__list {
		padding-bottom: 10px;
	}
}

.setting__list__flex {
      display: flex;
      justify-content: space-between;
      padding-bottom: 4px;
      margin: 12px 0 0;
}

@media (min-width: 821px) {

	.setting__list__flex {
		margin: 18px 0 0;
		font-size: 12px;
		padding-bottom: 8px;
	}
}

.setting__data {
    font-weight: 700;
}

.setting__lastUpdate {
    font-size: 6px;
    color: #DADDE3;
}

@media (min-width: 821px) {

	.setting__lastUpdate {
		font-size: 8px;
	}
}

.setting__line {
    display:block;
    border:0;
    height: 2px;
    width: 100%;
    margin: 0;
    background:#DADDE3;
    border-radius: 2px;
}

.sliderController {
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 0;

}

.sliderController__item {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(123, 129, 144, .5);
    text-align: center;
    line-height: 0;
    margin: 0 5px;
  }

.sliderController__item--active {
      background-color: #7B8190;
    }

.slider__back {
  top: 153px;
  left: 8px;
  position: absolute;
  height: 45px;
  width: 20px;
  margin-top: -30px
}

.slider__back .left {
	left: 8px;
	top: 4px;
}

.slider__back_
  .slider__back__hidden {
    display: none;
}

.slider__next {
  top: 153px;
  right: 8px;
  position: absolute;
  height: 45px;
  width: 20px;
  margin-top: -30px
}

.slider__next .right {
	right: 8px;
	top: 4px;
}

.slider__next__hidden {
    display: none;
}

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

@media (min-width: 821px) {

	.stateSelect {
		width: 580px;
		height: 460px;
		font-size: 14px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.stateSelect__title {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.stateSelect__title {
		font-size: 16px;
	}
}

.stateSelect__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (min-width: 821px) {

	.stateSelect__line {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

.stateSelect__items {
    width: 396px;
    margin: 0 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

@media (min-width: 821px) {

	.stateSelect__items {
		width: 100%;
		margin-bottom: -16px;
	}

	.stateSelect__items::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
	}

	.stateSelect__items::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	.stateSelect__items--state {
        height: 198px;
	}

	.stateSelect__items--teido {
        height: 66px;
	}

	.stateSelect__items .item-selector__item--wide-m {
        margin: 0 16px 16px 0;
	}

	.stateSelect__items .item-selector__item--wide-m:nth-child(3n) {
		margin-right: 0;
	}

	.stateSelect__items .item-selector__item--wide {
        width: 176px;
        margin: 0 16px 16px 0;
	}

	.stateSelect__items .item-selector__item--wide:nth-child(3n) {
		margin-right: 0;
	}
}

.stateSelect__label {
    width: 128px;
    height: 36px;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
}

.stateSelect__label--small {
      font-size: 10px;
    }

@media (min-width: 821px) {

	.stateSelect__button-group {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
	}
}

.stateSelect--button {
    width: 192px;
    height: 42px;
    margin-top: 10px;
    font-size: 12px;
}

@media (min-width: 821px) {

	.stateSelect--button {
		width: 232px;
		height: 50px;
		font-size: 16px;
		margin-top: 24px;
	}
}

.stateSelect--button:last-child {
	margin-left: 15px;
}

@media (min-width: 821px) {

	.stateSelect--button:last-child {
		margin-left: 26px;
	}
}

.stateSelect.exterior .stateSelect__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.switchButton {
  position: relative;
  height: 18px;
  background: white;
  color: var(--base-text-color);
  font-weight: 700;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 821px) {

	.switchButton {
		height: 24px;
		border-radius: 15px;
	}
}

.switchButton--gray {
    background-color: var(--box-gray01);
}

.switchButton__bg {
    position: absolute;
    left: 0;
    width: 52%;
    height: 100%;
    border-radius: inherit;
    background: var(--base-green-color);
    transition: left 120ms ease-out;
}

.switchButton--right > .switchButton__bg {
	left: 48%;
}

.switchButton--right > .switchButton__rightText {
	color: white;
}

.switchButton--left > .switchButton__leftText {
	color: white;
}

.switchButton__leftText,
  .switchButton__rightText {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    position: relative;
    font-size: 8px;
}

@media (min-width: 821px) {

	.switchButton__leftText,
  .switchButton__rightText {
		font-size: 10px;
		padding: 0 16px;
	}
}

.switch-checkbox {
  background: var(--box-gray01);
  width: 40px;
  height: 20px;
  border-radius: 10px;
  padding: 0 22px;
}

@media (min-width: 821px) {

	.switch-checkbox {
		height: 24px;
		border-radius: 12px;
		padding: 0 30px;
	}
}

.switch-checkbox:checked {
	background: var(--main-green-color);
}

.switch-checkbox:checked + .switch-checkbox__label {
	color: white;
}

.switch-checkbox__wrapper {
    display: inline-flex;
    vertical-align: middle;
}

.switch-checkbox__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-checkbox__label {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-text-color);
}

@media (min-width: 821px) {

	.switch-checkbox__label {
		font-size: 8px;
	}
}

.globalFooter {
  position: fixed;
  bottom: 115px;
  right: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
  transition-duration:0.5s;
  transition-property: bottom;
}

@media (min-width: 821px) {

	.globalFooter {
		bottom: 210px;
	}
}

.globalFooter--close {
    bottom: 0px;
    z-index: 100;
}

.globalFooter__body {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    height: auto;
    width: 100%;
    padding: 20px 20px;
    background: white;
}

@media (min-width: 821px) {

	.globalFooter__body {
		padding: 50px 20px;
	}
}

.globalFooter__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 25%;
}

@media (min-width: 821px) {

	.globalFooter__list {
		font-size: 16px;
	}
}

.globalFooter__item {
    position: relative;
    margin-right: 10px;
    padding-top: 5px;
    padding-right: 1.5em;
    padding-bottom: 5px;
    border-bottom: solid 1px #D3D3D3;
}

@media (min-width: 821px) {

	.globalFooter__item {
		margin-right: 20px;
		padding-bottom: 10px;
		border-bottom: solid 1px #D3D3D3;
	}
}

.globalFooter__item:before, .globalFooter__item:after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	height: 8px;
	width: 1px;
	background: #BEDBD7;
	border-radius: 2px;
}

@media (min-width: 821px) {

	.globalFooter__item:before, .globalFooter__item:after {
		right: 4px;
		height: 14px;
		width: 3px;
		border-radius: 4px;
	}
}

.globalFooter__item:before {
	top: 8px;
	transform: rotate(135deg);
}

.globalFooter__item:after {
	top: 13px;
	transform: rotate(-135deg);
}

@media (min-width: 821px) {

	.globalFooter__item:after {
		top: 16px;
	}
}

.globalFooter__item--visit {
      color: var(--main-green-color);
}

.globalFooter__item--visit:before, .globalFooter__item--visit:after {
	display: none;
}

.globalFooter__item--disable {
      color: #C1C1C1;
}

.globalFooter__item--disable:before, .globalFooter__item--disable:after {
	display: none;
}

.globalFooter__item:last-child {
	border-bottom: none;
}

.globalFooter__layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.globalHeader {
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  height: 40px;
  background: var(--white-color);
  box-shadow: 0 4px 10px rgba(69, 82, 100, .16);
}

@media (min-width: 821px) {

	.globalHeader {
		height: 60px;
	}
}

.globalHeader--green .globalHeader__title, .globalHeader--blue .globalHeader__title {
	color: var(--white-color);
}

.globalHeader--green .menuButton__line, .globalHeader--blue .menuButton__line {
	background: var(--white-color);
}

.globalHeader--green .globalHeader__account, .globalHeader--blue .globalHeader__account {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -102px -150px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalHeader--green .globalHeader__account, .globalHeader--blue .globalHeader__account {
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -130px 0px;
		background-size: 220px 216px;
	}
}

.globalHeader--green .globalHeader__gradeIcon, .globalHeader--blue .globalHeader__gradeIcon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -34px -150px;
	background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalHeader--green .globalHeader__gradeIcon, .globalHeader--blue .globalHeader__gradeIcon {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -100px -134px;
		background-size: 220px 216px;
	}
}

.globalHeader--green .globalHeader__gradeIcon--disabled, .globalHeader--blue .globalHeader__gradeIcon--disabled {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
        background-position: 0px -150px;
        background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalHeader--green .globalHeader__gradeIcon--disabled, .globalHeader--blue .globalHeader__gradeIcon--disabled {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -50px -134px;
		background-size: 220px 216px;
	}
}

.globalHeader--green {
    background: var(--base-green-color);
}

.globalHeader--blue {
    background: var(--main-blue-color);
}

.globalHeader__left {
    display: flex;
    flex-grow: 1;
    padding-left: 20px;
}

@media (min-width: 821px) {

	.globalHeader__left {
		padding-left: 40px;
	}
}

.globalHeader__center {
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    /* タイトルがボタンと重なるので少し左にずらす */
    left: -20px;
    width: 100%;
    pointer-events: none;
}

.globalHeader__right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    align-items: center;
    padding-right: 20px;
}

@media (min-width: 821px) {

	.globalHeader__right {
		padding-right: 40px;
	}
}

.globalHeader__right .button--xs {
	margin-right: 5px;
	margin-left: 5px;
}

@media (min-width: 821px) {

	.globalHeader__right .button--xs {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.globalHeader__title {
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto;
}

@media (min-width: 821px) {

	.globalHeader__title {
		font-size: 16px;
		line-height: 60px;
	}
}

.globalHeader__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.globalHeader__icon:active {
	opacity: 0.6;
}

@media (min-width: 821px) {

	.globalHeader__icon {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 821px) {

	.globalHeader__icon--account {
		top: -6px;
		margin-left: 20px;
	}
}

@media (min-width: 821px) {

	.globalHeader__icon--grade {
		top: -6px;
		margin-left: 20px;
	}
}

.globalHeader__account {
    display: inline-block;
    background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
    background-position: -150px -100px;
    background-size: 240px 204px;
    width: 24px;
    height: 24px;
}

@media (min-width: 821px) {

	.globalHeader__account {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: 0px -134px;
		background-size: 220px 216px;
	}
}

.globalHeader__grade {
    position: relative;
}

.globalHeader__grade--badge {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      background: var(--error-red);
      color: white;
      font-size: 10px;
      font-weight: 700;
      height: 16px;
      width: 16px;
      top: 3px;
      right: 3px;

    }

@media (min-width: 821px) {

	.globalHeader__grade--badge {
		font-size: 12px;
		height: 20px;
		width: 20px;
	}
}

.globalHeader__textButton {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    color: var(--white-color);
    -webkit-tap-highlight-color: transparent;
}

.globalHeader__textButton:active {
	opacity: 0.6;
}

@media (min-width: 821px) {

	.globalHeader__textButton {
		font-size: 14px;
	}
}

.globalHeader__textButton::before {
	content:"";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--white-color);
	border-bottom: 1px solid var(--white-color);
}

@media (min-width: 821px) {

	.globalHeader__textButton::before {
		width: 17px;
		height: 17px;
		border-right-width: 2.5px;
		border-bottom-width: 2.5px;
	}
}

.globalHeader__textButton--prev {
      margin-left: 14px;
      padding-left: 14px;
}

.globalHeader__textButton--prev::before {
	top: 50%;
	left: 0;
	position: absolute;
	transform: translate(0, -50%) rotate(135deg);
}

@media (min-width: 821px) {

	.globalHeader__textButton--prev {
		padding-left: 28px;
		margin-left: 28px;
	}
}

.globalHeader__textButton--next {
      margin-left: 7px;
      padding-right: 14px;
}

.globalHeader__textButton--next:before {
	top: 50%;
	right: 0;
	position: absolute;
	transform: translate(0, -50%) rotate(-45deg);
}

@media (min-width: 821px) {

	.globalHeader__textButton--next {
		margin-left: 14px;
		padding-right: 28px;
	}
}

.globalHeader__icon--loading:not(:required) {
    animation: icon-loading 1250ms infinite linear;
    border: 2px solid var(--base-white-color);
    border-right-color: transparent;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
}

@media (min-width: 821px) {

	.globalHeader__icon--loading:not(:required) {
		border-width:3px;
		width: 28px;
		height: 28px;
	}
}

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

.globalNavigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 230px;
  height: 100%;
  margin: 0;
  background: white;
  text-align: center;
}

@media (min-width: 821px) {

	.globalNavigation {
		display: block;
		width: 100%;
		height: 432px;
		margin: auto;
	}
}

.globalNavigation__inner {
    display: table;
    margin: 100px auto;
}

.globalNavigation__button {
    display: block;
    color: var(--base-text-color);
    height: 80px;
    line-height: 80px;
    width: 150px;
    text-align: left;
    margin: 0 auto 15px;
    padding-left: 20px;
    box-shadow: 0 0 20px rgba(123, 129, 144, .35);
    border-radius: 10px;
    text-decoration: none;
}

@media (min-width: 821px) {

	.globalNavigation__button {
		width: 232px;
		height: 232px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		padding: 76px 0;
		margin-right: 40px;
		margin-bottom: 0;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
	}

	.globalNavigation__button:last-child {
		margin-right: 0;
	}
}

.globalNavigation__button::before {
	content: '';
	width: 40px;
	height: 40px;
	margin-right: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.globalNavigation__button--disabled {
      opacity: 0.4;
      pointer-events: none;
}

.globalNavigation__button--search::before {
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -100px -100px;
      background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalNavigation__button--search::before {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -180px -50px;
		background-size: 220px 216px;
	}
}

.globalNavigation__button--new::before {
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -50px -100px;
      background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalNavigation__button--new::before {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -180px 0px;
		background-size: 220px 216px;
	}
}

.globalNavigation__button--live::before {
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: 0px -100px;
      background-size: 240px 204px;
}

@media (min-width: 821px) {

	.globalNavigation__button--live::before {
		width: 40px;
		height: 40px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: -130px -50px;
		background-size: 220px 216px;
	}
}

.searchItemBar {
  position: fixed;
  top: 40px;
  left: 20px;
  right: 0;
  z-index: 10;
  background-color: var(--base-green-color);
  margin-bottom: 8px;
}

@media (min-width: 821px) {

	.searchItemBar {
		position: absolute;
		top: 60px;
		left: 0;
		min-width: 860px;
	}
}

.searchItemBar__List {
    height: 50px;
    color: white;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

@media (min-width: 821px) {

	.searchItemBar__List {
		height: 64px;
	}
}

.searchItemBar__ListItem {
    border-right: solid 1px #8fd3ba;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem {
		font-size: 12px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.searchItemBar__ListItem:last-child {
	border-right: none;
	padding-right: 0;
}

.searchItemBar__ListItem--status {
      width: 10%;
}

.searchItemBar__ListItem--maker {
      width: 32%;
}

.searchItemBar__ListItem__makerBody {
      margin: 0 auto;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem__makerBody {
		width: 16em;
		font-size: 12px;
	}
}

.searchItemBar__ListItem--registrationNumber {
      width: 12%;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem__registrationNumberBody {
		width: 6em;
	}
}

.searchItemBar__ListItem--carNumber {
      width: 12%;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem__carNumberBody {
		width: 10em;
	}
}

.searchItemBar__ListItem--assessment {
      width: 8%;
}

.searchItemBar__ListItem--assessedTime {
      width: 10%;
}

.searchItemBar__ListItem--examiner {
      width: 20%;
      text-align: left;
      padding-left: 1em;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem--examiner {
		margin-right: 106px;
		padding-left: 0;
	}
}

.searchItemBar__ListItem--motivation {
      width: 15%;
}

.searchItemBar__ListItem--season {
      width: 10%;
}

.searchItemBar__ListItem--liveExaminer {
      width: 10%;
}

.searchItemBar__ListItem--shopNumber {
      width: 10%;
}

.searchItemBar__ListItem--shopName  {
      width: 10%;
}

.searchItemBar__ListItem--assessedTime {
      width: 12%;
}

@media (min-width: 821px) {

	.searchItemBar__ListItem__assessedTimeBody {}
}

.searchItemBar__ListItem--sendTime {
      width: 10%;
      text-align: left;
      padding-left: 1.5em;
}

.searchItemBar--live {
    background-color: #7B8190;
}

.searchItemBar--live .searchItemBar__ListItem {
      border-color: #989BA8;
      height: auto;
      padding: 2px 0
    }

.searchItemBar--live .searchItemBar__ListItem:last-child {
	border-right: 1px solid #989BA8;
}

.searchItemBar--live .searchItemBar__ListItem--maker {
        width: 25%;
}

.searchItemBar--live .searchItemBar__ListItem--assessedTime {
        width: 10%;
}

.SearchListItem {
  position: relative;
  height: 55px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

@media (min-width: 821px) {

	.SearchListItem {
		height: 72px;
	}
}

.SearchListItem__list {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 55px;
    width: 100%;
    padding: 10px 0;
    margin-top: 2px;
    font-weight: 700;
    list-style: none;
    transition-property:left;
    transition-duration: .5s;
}

@media (min-width: 821px) {

	.SearchListItem__list {
		height: 68px;
	}
}

.SearchListItem__list__open {
      left: -55px;
}

@media (min-width: 821px) {

	.SearchListItem__list__open {
		left: 0;
	}
}

.SearchListItem__listItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: solid 1px #DBDBDB;
    text-align: center;
}

@media (min-width: 821px) {

	.SearchListItem__listItem {
		font-size: 12px;
		font-weight: 700;
		height: 44px;
	}
}

.SearchListItem__listItem:last-child {
	border-right: none;
	padding-right: 0;
}

.SearchListItem__status {
    width: 10%;
}

.SearchListItem__status__sent {
      color: var(--base-red-color);
    }

.SearchListItem__status__assessment {
      color: var(--base-green-color);
    }

.SearchListItem__status__unsent {
      color: #9DA9AD;
    }

.SearchListItem__status__cancel {
      color: #9f9f9f;
    }

.SearchListItem__circle {
    font-size: 10px;
}

@media (min-width: 821px) {

	.SearchListItem__circle {
		font-size: 12px;
		font-weight: 700;
	}
}

.SearchListItem__circle:before {
	width: 12px;
	height: 12px;
	margin: 0 auto 3px;
	content: '';
	display: block;
	border-radius: 12px;
}

@media (min-width: 821px) {

	.SearchListItem__circle:before {
		width: 16px;
		height: 16px;
		border-radius: 100%;
	}
}

.SearchListItem__circle__sent:before {
      background: var(--base-red-color);
}

.SearchListItem__circle__assessment:before {
      background: var(--base-green-color);
}

.SearchListItem__circle__unsent:before {
      background: #9da9da;
}

.SearchListItem__circle__cancel:before {
      background: #9f9f9f;
}

.SearchListItem__maker {
    width: 32%;
}

.SearchListItem__makerBody {
    width: 16em;
    margin: 0 auto;
    text-align: left;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.7em;
}

@media (min-width: 821px) {

	.SearchListItem__makerBody {
		font-size: 12px;
	}
}

.SearchListItem__registrationNumber {
    width: 12%;
}

.SearchListItem__registrationNumberBody {
    width: 6em;
    margin: 0 auto;
    line-height: 1.7em;
}

.SearchListItem__carNumber {
    width: 12%;
}

.SearchListItem__carNumberBody {
    line-height: 1.7em;
    width: 10em;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SearchListItem__assessment {
    width: 8%;
}

.SearchListItem__assessmentBody {
    line-height: 1.7em;
    margin: 0 auto;
    color : var(--main-blue-color);
}

.SearchListItem__assessmentBody.reAssessment {
	color : var(--accent-red);
}

.SearchListItem__assessedTime {
    width: 12%;
}

.SearchListItem__assessedTimeBody {
    width: 6em;
    line-height: 1.7em;
    margin: 0 auto;
}

.SearchListItem__examiner {
    width: 20%;
    padding-left: 1em;
}

@media (min-width: 821px) {

	.SearchListItem__examiner {
		display: inline-block;
		margin-right: 106px;
		padding-left: 0;
		border-right: none;
	}
}

.SearchListItem__examinerBody {
    line-height: 1.7em;
    text-align: center;
    margin: 0 auto 0 0;
}

.SearchListItemMenu {
  position: absolute;
  background-color: #BEDBD7;
  border-radius: 20px;
  padding-left: 15px;
  right: -160px;
  width: 212px;
  height: 40px;
  display: flex;
  align-items: center;
}

@media (min-width: 821px) {

	.SearchListItemMenu {
		height: 60px;
		padding-left: 10px;
		right: -50px;
		width: 156px;
		border-radius: 40px;
	}
}

.SearchListItemMenu__button {
    width: 20px;
    margin-right: 20px;
}

@media (min-width: 821px) {

	.SearchListItemMenu__button {
		display: none;
	}
}

.SearchListItemMenu__button__icon {
      width: 30px;
      height: 30px;
      margin-right: 5px;
      padding: 7px 6px;
      border-radius: 100%;
      background: var(--base-white-color);
      display: flex;
      justify-content: center;
      align-items: center;
}

@media (min-width: 821px) {

	.SearchListItemMenu__button__icon {
		width: 40px;
		height: 40px;
	}
}

.SearchListItemMenu__button__circle {
      width: 6px;
      height: 6px;
      float: left;
      background: var(--base-white-color);
      border-radius: 6px;
      margin-right: 5px;
}

.SearchListItemMenu__button__circle:last-child {
	margin-right: 0;
}

.SearchListItemMenu__button__open {
      width: 10px;
      margin-right: 10px;
}

.SearchListItemMenu__button__open > .SearchListItemMenu__button__circle {
  margin-bottom: 5px
}

.SearchListItemMenu__button__open > .SearchListItemMenu__button__circle:last-child {
	margin-bottom: 0;
}

body {
  -webkit-print-color-adjust: exact;
  color: #7B8190;
  margin: 0mm 0mm;
}

.assessmentPDF .assessmentTable__body {
    overflow: hidden;
    page-break-before: always;
  }

@media (min-width: 821px) {

	.assessmentPDF .assessmentTable__body {
		position: static;
	}
}

.assessmentPDF .assessmentTable__bodyInner {
    position: relative;
    overflow: visible;
}

.assessmentPDF .assessmentTable__materItem .assessmentTable__title {
    width: 80px;
}

@media (min-width: 821px) {

	.assessmentPDF .assessmentTable__materItem .assessmentTable__title {
		width: 144px;
	}
}

.assessmentPDF .assessmentTable__materItem {
    float: left;
    text-align: center;
}

.assessmentPDF .assessmentTable__data__mater {
    width: 100px;
}

@media (min-width: 821px) {

	.assessmentPDF .assessmentTable__data__mater {
		width: 144px;
	}
}

.assessmentPDF .carOption {
    float: left;
    text-align: center;
    line-height: 30px;
    width: 65px;
}

@media (min-width: 821px) {

	.assessmentPDF .carOption {
		width: 100px;
	}
}

.assessmentPDF .assessmentTable__data__numberPlate {
    margin-left: 5px;
}

.assessmentPDF .assessmentTable__data__price {
    margin-left: 5px;
}

.assessmentPDF .assessmentTableStatus__interior {
    float: left;
    text-align: center;
    line-height: 30px;
}

.assessmentPDF .assessmentTable__data__notice {
    height: auto;
    font-size: 8px;
    overflow: visible;
    word-break : break-all;
}

.assessmentPDF .assessmentTable__numberPlate__number {
    position: absolute;
    right: 8px;
    bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.01em;
}

@media (min-width: 821px) {

	.assessmentPDF .assessmentTable__numberPlate__number {
		font-size: 20px;
	}
}

.assessmentPDF .assessmentTableStatus__data {
    line-height: 15px;
}

.assessmentPDF .assessmentTableStatus__memo {
    letter-spacing: 0.01em;
    width: 100%;
}

.assessmentPDF .attentionPoint {
    float: left;
    text-align: center;
    border-radius: 100%;
    background: #3f82bb;
    color: white;
    line-height: 25px;
}

.assessmentPDF .assessmentTable__confidential {
    float: left;
    text-align: center;
    line-height: 25px;
}

.assessmentPDF .assessmentTable__deposit {
    float: left;
    text-align: center;
    line-height: 18px;
}

.assessmentPDF .carOption__valid {
    background: #5FC19D;
    color: #FFFFFF;
}

.assessmentPDF .assessmentTableStatus__Title {
    line-height: 35px;
}

.assessmentPDF .assessmentTable__data__motivation--new-contracted {
    color: #7B8190;
    background: #FFFFFF;
}

.assessmentPDF .assessmentTable__data__motivation--new-review {
    color: #7B8190;
    background: #FFFFFF;
}

.assessmentPDF .assessmentTable__data__motivation--used-contracted {
    color: #FFFFFF;
    background: #4585B4;
}

.assessmentPDF .assessmentTable__data__motivation--used-review {
    color: #FFFFFF;
    background: #E23153;
}

.assessmentPDF .assessmentTable__data__motivation--noride {
    color: #7B8190;
    background: #FFFFFF;
}

.assessmentPDF .assessmentTable__data__motivation--review {
    color: #FFFFFF;
    background: #9da9da;
}

.assessmentTable {
  width: 650px;
  height: calc(100% - 10px);
  padding-top: 52px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 821px) {

	.assessmentTable {
		width: 100%;
		padding-top: 40px;
	}
}

.assessmentTable__viewport {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.assessmentTable__version {
    position: absolute;
    top: 76px;
    right: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 8px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTable__version {
		top: 90px;
		right: -16px;
		font-size: 12px;
		color: #A8B3BF;
	}
}

.assessmentTable__tabWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    top: 0;
    left: 0;
    position: absolute;
}

@media (min-width: 821px) {

	.assessmentTable__tabWrapper {
		top: 45px;
		left: 0;
	}
}

.assessmentTable .closeButton__white {
    top: 55px;
    right: 7px;
    z-index: 100;
}

@media (min-width: 821px) {

	.assessmentTable .closeButton__white {
		top: 88px;
		right: 25px;
	}
}

.assessmentTable__tab {
    height: 30px;
    background: white;
    width: 106px;
    display: -webkit-flex;
    display: flex;
    border-radius: 10px 10px 0 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTable__tab {
		font-size: 15px;
		width: 176px;
		height: 56px;
	}
}

.assessmentTable__tab__open {
      height: 36px;
      font-size: 13px;
}

@media (min-width: 821px) {

	.assessmentTable__tab__open {
		font-size: 21px;
		height: 64px;
	}
}

.assessmentTable__tab__lightGray {
      background: #A8B3BF;
      color: white;
}

.assessmentTable__tab__gray {
      background: #7B8190;
      color: white;
}

.assessmentTable__body {
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 10px 10px 10px;
    top: 36px;
    background: white;
}

@media (min-width: 821px) {

	.assessmentTable__body {
		position: absolute;
		height: calc(100% - 130px);
		top: 109px;
	}
}

.assessmentTable__body--live .carOption__valid {
        background: var(--main-blue-color);
      }

.assessmentTable__bodyInner {
    position: absolute;
    top: 10px;
    width: 630px;
    padding: 0 20px 20px;
    right: 0;
    margin: 0 auto;
    left: 0;
}

@media (min-width: 821px) {

	.assessmentTable__bodyInner {
		width: 960px;
		padding: 0 32px 50px;
		box-sizing: content-box;
	}
}

.assessmentTable__IDOM {
    text-align: center;
    margin: 16px 0;
}

@media (min-width: 821px) {

	.assessmentTable__IDOM {
		margin: 16px 0 12px;
	}
}

.assessmentTable__IDOM__img {
      height: 23px;
}

@media (min-width: 821px) {

	.assessmentTable__IDOM__img {
		height: 37px;
	}
}

.assessmentTable__confidential {
    position: absolute;
    top: 8px;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    width: 70px;
    height: 28px;
    border: solid 2px #EA6D85;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #EA6D85;
    text-align: center;
}

@media (min-width: 821px) {

	.assessmentTable__confidential {
		top: 2px;
		right: 32px;
		width: 114px;
		height: 42px;
		font-size: 22px;
		line-height: 1;
		border-width: 4px;
	}
}

.assessmentTable__button {
    width: 77px;
    height: 20px;
    position: absolute;
    top: 55px;
    background: white;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 700;
}

.assessmentTable__button__mail {
      right: 50px;
    }

.assessmentTable__button__print {
      right: 132px;
    }

.assessmentTable__button__pdf {
      right: 216px;
    }

.assessmentTable__copylight {
    width: 590px;
    height: 28px;
    background: #7B8190;
    font-size: 8px;
    font-weight: 700;
    color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: center;
}

@media (min-width: 821px) {

	.assessmentTable__copylight {
		height: 58px;
		width: 100%;
		font-size: 12px;
		margin-bottom: 40px;
	}
}

.assessmentTable__attention {
    font-size: 8px;
    text-align: center;
    margin: 30px auto;
}

@media (min-width: 821px) {

	.assessmentTable__attention {
		font-size: 16px;
		font-weight: 700;
	}
}

.assessmentTable__Wrapper {
    display: inline-block;
    border: solid 2px #9DA5AF;
    background: #9DA5AF;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper {
		border: solid 3px #9DA5AF;
	}
}

.assessmentTable__Wrapper__blank {
      margin-right: 2px;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__blank {
		flex-grow: 1;
		margin-right: 8px;
	}
}

.assessmentTable__Wrapper__blank:last-child {
	margin-right: 0;
	vertical-align: top;
}

.assessmentTable__Wrapper__revaluation {
      border: solid 2px #EA6D85;
      background: #EA6D85;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__revaluation {
		border: solid 3px #EA6D85;
	}
}

.assessmentTable__Wrapper__model {
      width: 236px;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__model {
		width: auto;
	}
}

.assessmentTable__Wrapper__car {
      margin-top: -2px;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__car {
		margin-top: -4px;
	}
}

.assessmentTable__Wrapper__option {
      display: -webkit-flex;
      display: flex;
      background: white;
      border: none;
      margin-bottom: 1px;
}

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

@media (min-width: 821px) {

	.assessmentTable__Wrapper__option {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		margin: 2px 0;
	}
}

.assessmentTable__Wrapper__drivingHistory {
      width: 370px;
      vertical-align: top;
      border: none;
      background: white;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__drivingHistory {
		width: 735px;
	}
}

.assessmentTable__Wrapper__mileage {
      width: 181px;
      vertical-align: top;
      border: solid 2px #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__mileage {
		width: 291px;
		border: solid 3px #7B8190;
	}
}

.assessmentTable__Wrapper__gray {
      border: solid 2px #7B8190;
      background: #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__gray {
		border: solid 3px #7B8190;
	}
}

.assessmentTable__Wrapper__lightGray {
      border: solid 2px #B2BBC7;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__lightGray {
		border: solid 3px #B2BBC7;
	}
}

.assessmentTable__Wrapper__recycle {
      position: relative;
      width: 203px;
      height: 118px;
      border: solid 2px #7B8190;
      background: white;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__recycle {
		width: 420px;
		height: 178px;
	}
}

.assessmentTable__Wrapper__shop {
      width: 385px;
      vertical-align: top;
      background: white;
      border: none;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__shop {
		width: 734px;
	}
}

.assessmentTable__Wrapper__serial {
      vertical-align: top;
}

.assessmentTable__Wrapper__otherCarImage {
      position: absolute;
      z-index: 10;
      top: 2px;
      left: 2px;
      display: flex;
      align-items: center;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__otherCarImage {
		zoom: 160%;
	}
}

.assessmentTable__Wrapper__carImage {
      width: 218px;
      height: 204px;
      background: white;
      position: relative;
      margin-right: 2px;
      border: solid 2px #9DA5AF;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__carImage {
		height: 325px;
		width: 420px;
		flex-grow: 1;
		margin-right: 8px;
	}
}

.assessmentTable__title {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 46px;
    line-height: 33px;
    background: #9DA5AF;
    color: white;
    font-weight: 700;
    font-size: 8px;
    white-space: nowrap;
}

@media (min-width: 821px) {

	.assessmentTable__title {
		height: 50px;
		width: 90px;
		font-size: 14px;
		line-height: 52px;
	}
}

.assessmentTable__title__revaluation {
      background: #EA6D85;
}

.assessmentTable__title__model {
      width: 54px;
}

@media (min-width: 821px) {

	.assessmentTable__title__model {
		width: 90px;
	}
}

.assessmentTable__title__serial {
      width: 54px;
      height: 29px;
      line-height: 29px;
}

@media (min-width: 821px) {

	.assessmentTable__title__serial {
		width: 90px;
		height: 50px;
		line-height: 52px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__shape {
		width: 64px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__door {
		width: 64px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__capacity {
		width: 64px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__colorNumber {
		width: 64px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__interiorColor {
		width: 64px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__steering {
		width: 108px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__liftUp {
		width: 108px;
	}
}

@media (min-width: 821px) {

	.assessmentTable__title__secchibasho {
		width: 108px;
	}
}

.assessmentTable__title__mileage {
      width: 88px;
      background: #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__title__mileage {
		width: 113px;
	}
}

.assessmentTable__title__gray {
      background: #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__title__gray {
		width: 200px;
	}
}

.assessmentTable__title__MA {
      width: 68px;
}

@media (min-width: 821px) {

	.assessmentTable__title__MA {
		width: 100px;
	}
}

.assessmentTable__title__lightGray {
      background: #B2BBC7;
}

.assessmentTable__title__notice {
      width: 250px;
      padding-left: 10px;
      font-size: 8px;
      text-align: left;
}

@media (min-width: 821px) {

	.assessmentTable__title__notice {
		display: block;
		width: 284px;
		height: 45px;
		font-size: 14px;
		line-height: 45px;
	}
}

.assessmentTable__title__motivation {
      width: 40px;
}

@media (min-width: 821px) {

	.assessmentTable__title__motivation {
		width: 64px;
	}
}

.assessmentTable__title__season,
    .assessmentTable__title__ownership {
      width: 40px;
}

@media (min-width: 821px) {

	.assessmentTable__title__season,
    .assessmentTable__title__ownership {
		width: 64px;
	}
}

.assessmentTable__title__recycle {
      width: 152px;
      height: 23px;
      line-height: 23px;
      background: #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__title__recycle {
		width: 242px;
		height: 47px;
		line-height: 47px;
	}
}

.assessmentTable__table {
    font-size: 8px;
    display: inline-table;
    vertical-align: middle;
    margin-right: 2px;
    border-left: 2px solid #A8B3BF;
}

@media (min-width: 821px) {

	.assessmentTable__table {
		margin-right: 8px;
		margin-bottom: 4px;
		font-size: 14px;
	}
}

.assessmentTable__table--a {
      width: 192px;
}

.assessmentTable__table--a td:nth-child(1){
        border-right-style: dotted;
      }

.assessmentTable__table--a td:nth-child(3){
        border-right-style: dotted;
      }

@media (min-width: 821px) {

	.assessmentTable__table--a {
		width: 328px;
	}
}

.assessmentTable__table--b {
      width: 232px;
}

@media (min-width: 821px) {

	.assessmentTable__table--b {
		width: 389px;
	}
}

.assessmentTable__table--c {
      width: 162px;
      margin-right: 0;
}

@media (min-width: 821px) {

	.assessmentTable__table--c {
		width: 227px;
	}
}

.assessmentTable__table__header {
      background-color: #A8B3BF;
      border: 2px solid #A8B3BF;
      color: white;
      font-weight: 700;
      height: 33px;
      white-space: pre-line;
      text-align: center;
      min-width: 32px;
}

@media (min-width: 821px) {

	.assessmentTable__table__header {
		height: 54px;
		border-width: 3px;
		min-width: 60px;
	}
}

.assessmentTable__table__data {
      height: 33px;
      text-align: center;
      border-right: 2px solid #A8B3BF;
      border-bottom: 2px solid #A8B3BF;
}

@media (min-width: 821px) {

	.assessmentTable__table__data {
		height: 54px;
		border-width: 3px;
	}
}

.assessmentTable__data {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 125px;
    line-height: 34px;
    vertical-align: top;
    background: white;
}

@media (min-width: 821px) {

	.assessmentTable__data {
		height: 50px;
		width: 260px;
		font-size: 14px;
		line-height: 50px;
	}
}

.assessmentTable__data__number {
      display: inline-block;
      height: 35px;
      width: 125px;
      box-sizing: border-box;
      background: white;
      line-height: 34px;
      text-align: center;
}

@media (min-width: 821px) {

	.assessmentTable__data__number {
		height: 50px;
		width: 140px;
		font-size: 14px;
		line-height: 52px;
	}
}

.assessmentTable__data__model {
      display: inline-block;
      height: 35px;
      width: 110px;
      box-sizing: border-box;
      background: white;
      border-right: solid 2px #9DA5AF;
      line-height: 34px;
      text-align: center;
}

@media (min-width: 821px) {

	.assessmentTable__data__model {
		height: 50px;
		width: 162px;
		font-size: 14px;
		line-height: 52px;
		border-right: solid 4px #9DA5AF;
	}

	.assessmentTable__data__model:last-child {
		border: none;
		width: 122px;
	}
}

.assessmentTable__data__model:last-child {
	border: none;
	width: 68px;
}

@media (min-width: 821px) {

	.assessmentTable__data__model:last-child {
		width: 94px;
	}
}

.assessmentTable__data__carNumber {
      width: 302px;
}

@media (min-width: 821px) {

	.assessmentTable__data__carNumber {
		width: 504px;
		height: 62px;
		line-height: 60px;
	}
}

.assessmentTable__data__serial {
      width: 178px;
      height: 29px;
      vertical-align: top;
}

@media (min-width: 821px) {

	.assessmentTable__data__serial {
		width: 256px;
		height: 50px;
		font-size: 14px;
		line-height: 52px;
	}
}

.assessmentTable__data__carMaker,
    .assessmentTable__data__carModel {
      width: 175px;
      border-right: solid 2px #9DA5AF;
}

@media (min-width: 821px) {

	.assessmentTable__data__carMaker,
    .assessmentTable__data__carModel {
		width: 315px;
		border-right: solid 3px #9DA5AF;
	}
}

.assessmentTable__data__carType {
      width: 236px;
}

@media (min-width: 821px) {

	.assessmentTable__data__carType {
		width: 318px;
	}
}

.assessmentTable__data__shape {
      width: 46px;
}

@media (min-width: 821px) {

	.assessmentTable__data__shape {
		width: 75px;
	}
}

.assessmentTable__data__modelType {
      width: 93px;
}

@media (min-width: 821px) {

	.assessmentTable__data__modelType {
		width: 114px;
	}
}

.assessmentTable__data__modelSpecification {
      width: 73px;
}

@media (min-width: 821px) {

	.assessmentTable__data__modelSpecification {
		width: 144px;
	}
}

.assessmentTable__data__driveSystem {
      width: 73px;
}

@media (min-width: 821px) {

	.assessmentTable__data__driveSystem {
		width: 85px;
	}
}

.assessmentTable__data__displacement,
    .assessmentTable__data__vehicleWeight {
      width: 73px;
}

@media (min-width: 821px) {

	.assessmentTable__data__displacement,
    .assessmentTable__data__vehicleWeight {
		width: 105px;
	}
}

.assessmentTable__data__turbo {
      width: 73px;
}

@media (min-width: 821px) {

	.assessmentTable__data__turbo {
		width: 85px;
	}
}

.assessmentTable__data__door,
    .assessmentTable__data__capacity {
      width: 47px;
}

@media (min-width: 821px) {

	.assessmentTable__data__door,
    .assessmentTable__data__capacity {
		width: 75px;
	}
}

.assessmentTable__data__classification {
      width: 66px;
}

@media (min-width: 821px) {

	.assessmentTable__data__classification {
		width: 85px;
	}
}

.assessmentTable__data__mileage {
      width: 177px;
      height: 39px;
      line-height: 44px;
}

@media (min-width: 821px) {

	.assessmentTable__data__mileage {
		width: 291px;
		height: 64px;
		line-height: 72px;
	}
}

.assessmentTable__data__notice {
      width: 366px;
      line-height: 1.5;
      text-align: left;
      padding: 7px;
      height: 45px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      word-break : break-all;
}

@media (min-width: 821px) {

	.assessmentTable__data__notice {
		width: 100%;
		height: 86px;
		padding: 7px;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		font-size: 14px;
	}
}

.assessmentTable__data__motivation {
      width: 106px;
}

.assessmentTable__data__motivation--new-contracted {
        color: var(--base-text-color);
        background-color: var(--base-white-color);
      }

.assessmentTable__data__motivation--new-review {
        color: var(--base-text-color);
        background-color: var(--base-white-color);
      }

.assessmentTable__data__motivation--used-contracted {
        color: var(--base-white-color);
        background-color: var(--main-blue-color);
      }

.assessmentTable__data__motivation--used-review {
        color: var(--base-white-color);
        background-color: var(--accent-red);
      }

.assessmentTable__data__motivation--noride {
        color: var(--base-text-color);
        background-color: var(--base-white-color);
      }

.assessmentTable__data__motivation--review {
        color: var(--base-white-color);
        background-color: var(--accent-purple);
      }

@media (min-width: 821px) {

	.assessmentTable__data__motivation {
		width: 157px;
	}
}

.assessmentTable__data__season,
    .assessmentTable__data__ownership {
      width: 64px;
}

@media (min-width: 821px) {

	.assessmentTable__data__season,
    .assessmentTable__data__ownership {
		width: 110px;
	}
}

.assessmentTable__data__half {
      width: 66px;
}

@media (min-width: 821px) {

	.assessmentTable__data__half {
		width: 86px;
	}
}

.assessmentTable__data__navi {
      width: 184px;
}

@media (min-width: 821px) {

	.assessmentTable__data__navi {
		width: 276px;
	}
}

.assessmentTable__data__engine {
      width: 32px;
}

@media (min-width: 821px) {

	.assessmentTable__data__engine {
		width: 73px;
	}
}

.assessmentTable__data__recycle {
      display: -webkit-flex;
      display: flex;
      justify-content: space-around;
      width: 100%;
}

.assessmentTable__data__numberPlate {
      width: 76px;
      float: left;
}

@media (min-width: 821px) {

	.assessmentTable__data__numberPlate {
		width: 126px;
	}
}

.assessmentTable__data__price {
      width: 100px;
      float: left;
}

@media (min-width: 821px) {

	.assessmentTable__data__price {
		width: 183px;
	}
}

.assessmentTable__data__MA {
      width: 200px;
      border-right: solid 2px #7B8190;
      display: inline-block;
      height: 34px;
      vertical-align: top;
}

@media (min-width: 821px) {

	.assessmentTable__data__MA {
		width: 325px;
		height: 50px;
		border-right: solid 3px #7B8190;
	}
}

.assessmentTable__data__MA:last-child {
	width: 113px;
	border: none;
}

@media (min-width: 821px) {

	.assessmentTable__data__MA:last-child {
		width: 170px;
	}
}

.assessmentTable__data__shopLeft {
      width: 119px;
}

@media (min-width: 821px) {

	.assessmentTable__data__shopLeft {
		width: 181px;
	}
}

.assessmentTable__data__shopRight {
      width: 120px;
}

@media (min-width: 821px) {

	.assessmentTable__data__shopRight {
		width: 202px;
	}
}

.assessmentTable__row {
    margin-bottom: 2px;
}

@media (min-width: 821px) {

	.assessmentTable__row {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 8px;
	}

	.assessmentTable__row__shaken .assessmentTable__data {
		width: 191px;
	}

	.assessmentTable__row__shaken .assessmentTable__data__half {
		width: 111px;
	}
}

.assessmentTable__blank {
    margin-bottom: 8px;
}

@media (min-width: 821px) {

	.assessmentTable__blank {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 8px;
	}
}

.assessmentTable__Wrapper__notice {
    background: white;
}

@media (min-width: 821px) {

	.assessmentTable__Wrapper__notice {
		display: block;
	}
}

.assessmentTable__carImage {
    position: relative;
    /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
    top: 24px;
    left: 7px;
    width: 200px;
    height: 150px;
    background-image: url('../assets/images/car/out_01.png?v16173a264a0');
    background-size: 200px;
    background-position: center;
}

@media (min-width: 821px) {

	.assessmentTable__carImage {
		top: 25px;
		zoom: 160%;
	}
}

.assessmentTable__materWrapper {
    display: inline-block;
    margin-bottom: 2px;
    width: 187px;
    border: none;
}

@media (min-width: 821px) {

	.assessmentTable__materWrapper {
		width: 298px;
		margin-bottom: 8px;
	}
}

.assessmentTable__materItem {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2px;
    border: solid 2px #7B8190;
}

@media (min-width: 821px) {

	.assessmentTable__materItem {
		margin-bottom: 8px;
		border: solid 3px #7B8190;
		background: #7B8190;
	}
}

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

.assessmentTable__materItem .assessmentTable__title {
      display: block;
      width: 144px;
      float: left;
}

.assessmentTable__mileageStatusWrapper {
    display: inline-block;
    width: 89px;
    vertical-align: top;
}

@media (min-width: 821px) {

	.assessmentTable__mileageStatusWrapper {
		width: 178px;
	}
}

.assessmentTable__mileageStatus {
    display: inline-block;
    text-align: center;
    line-height: 1;
    width: 32px;
    margin: 0 5px;
    padding: 7px 0 5px;
    border-radius: 6px;
    background: #E6E9ED;
    color: #5F6472;
    font-size: 6px;
    font-weight: 700;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTable__mileageStatus {
		height: 20px;
		width: 74px;
		font-size: 10px;
		font-weight: 700;
		line-height: 18px;
	}
}

.assessmentTable__mileageStatus--valid {
      color: white;
      background: var(--main-green-color);
}

.assessmentTable__notice {
    font-size: 6px;
    margin-left: 2px;
}

@media (min-width: 821px) {

	.assessmentTable__notice {
		font-size: 11px;
	}
}

.assessmentTable__numberPlate {
    position: relative;
    width: 76px;
    height: 46px;
    border: solid 1px #B2BBC7;
    border-radius: 5px;
    margin-top: 12px;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlate {
		width: 126px;
		height: 76px;
		margin-top: 10px;
	}
}

.assessmentTable__numberPlate:after {
	display: block;
	content: "";
	height: 4px;
	width: 4px;
	background: #9DA5AF;
	border-radius: 4px;
	position: absolute;
	top: 3px;
	left: 10px;
}

.assessmentTable__numberPlate:before {
	display: block;
	content: "";
	height: 4px;
	width: 4px;
	background: #9DA5AF;
	border-radius: 4px;
	position: absolute;
	top: 3px;
	right: 10px;
}

.assessmentTable__numberPlate__number {
      position: absolute;
      bottom: 7px;
      right: 8px;
      line-height: 1;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.17em;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlate__number {
		font-size: 22px;
		top: 37px;
		right: 12px;
		letter-spacing: -0.14em;
	}
}

.assessmentTable__numberPlate__city {
      position: absolute;
      top: 8px;
      left: 0;
      line-height: 1;
      right: 0;
      font-size: 8px;
      font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlate__city {
		font-size: 11px;
		top: 16px;
	}
}

.assessmentTable__numberPlate__char {
      position: absolute;
      top: 24px;
      left: 5px;
      line-height: 1;
      font-size: 10px;
      font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlate__char {
		font-size: 15px;
		top: 40px;
		left: 10px;
	}
}

.assessmentTable__numberPlateLine {
    margin-top: 7px;
    border-left: solid 1px #B2BBC7;
    border-right: solid 1px #B2BBC7;
    border-bottom: solid 1px #B2BBC7;
    height: 10px;
    width: 100%;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlateLine {
		height: 20px;
		margin-top: 10px;
		border-left: solid 2px #B2BBC7;
		border-right: solid 2px #B2BBC7;
		border-bottom: solid 2px #B2BBC7;
	}
}

.assessmentTable__numberPlateDeregistered {
    color: white;
    background: #EA6D85;
    font-size: 8px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
}

@media (min-width: 821px) {

	.assessmentTable__numberPlateDeregistered {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		margin-top: 8px;
	}
}

.assessmentTable__recyclePriceTitle {
    line-height: 1;
    text-align: left;
    font-size: 8px;
    font-weight: 700;
    margin-top: 12px;
    width: 100%;
}

@media (min-width: 821px) {

	.assessmentTable__recyclePriceTitle {
		font-size: 14px;
		margin-top: 24px;
	}
}

.assessmentTable__recyclePrice {
    line-height: 1;
    text-align: right;
    font-size: 12px;
    border-bottom: solid 1px #B2BBC7;
    margin-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 821px) {

	.assessmentTable__recyclePrice {
		font-size: 14px;
		margin-top: 20px;
		padding-bottom: 14px;
	}
}

.assessmentTable__recycleTicketWrapper {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media (min-width: 821px) {

	.assessmentTable__recycleTicketWrapper {
		margin-top: 14px;
	}
}

.assessmentTable__recycleTicket {
    line-height: 1;
    text-align: right;
    float: left;
    font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTable__recycleTicket {
		font-size: 14px;
	}
}

.assessmentTable__recycleTicketFlag {
    line-height: 1;
    text-align: right;
}

@media (min-width: 821px) {

	.assessmentTable__recycleTicketFlag {
		font-size: 16px;
	}
}

.assessmentTable__deposit {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    color: #EA6D85;
    font-size: 8px;
    font-weight: 700;
    border: solid 2px #EA6D85;
    position: absolute;
    top: 2px;
    right: 3px;
}

@media (min-width: 821px) {

	.assessmentTable__deposit {
		width: 68px;
		height: 28px;
		font-size: 10px;
		border: solid 3px #EA6D85;
		top: 8px;
		right: 14px;
	}
}

.assessmentTable .assessmentEmpty {
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
}

.assessmentTableButtons {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 0;

}

@media (min-width: 821px) {

	.assessmentTableButtons {
		top: 100px;
	}
}

.assessmentTableButtons__print__button {
      display: none;
      position: absolute;
      top: 14px;
      right: 70px;
      width: 68px;
      height: 20px;
      background: white;
      border-radius: 10px;
      font-size: 8px;
      font-weight: 700;
      text-align: center;
    }

@media (min-width: 821px) {

	.assessmentTableButtons__print__button {
		display: initial;
		width: 112px;
		height: 32px;
		border-radius: 21px;
		font-size: 12px;
		border-radius: 21px;
		top: -12px;
		right: 100px;
	}
}

.assessmentTableButtons__print__image {
      width: 21px;
      height: 16px;
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -224px -156px;
      background-size: 240px 204px;
      display: inline-block;
      vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTableButtons__print__image {
		background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
		background-position: -224px -156px;
		background-size: 240px 204px;
	}
}

.assessmentTableButtons__pdf__button {
      position: absolute;
      top: 14px;
      right: 150px;
      width: 82px;
      height: 20px;
      background: white;
      border-radius: 10px;
      font-size: 8px;
      font-weight: 700;
      text-align: center;
    }

@media (min-width: 821px) {

	.assessmentTableButtons__pdf__button {
		width: 120px;
		height: 32px;
		border-radius: 21px;
		font-size: 12px;
		top: -12px;
		right: 224px;
	}
}

.assessmentTableButtons__pdf__image {
      width: 10px;
      height: 12px;
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -162px -77px;
      background-size: 240px 204px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
}

.assessmentTableResult__Wrapper {
    display: inline-block;
    border: solid 2px #7B8190;
    background: #7B8190;
  }

@media (min-width: 821px) {

	.assessmentTableResult__Wrapper {
		border: solid 3px #7B8190;
	}
}

.assessmentTableResult__Wrapper__blank {
      margin-right: 2px;
}

@media (min-width: 821px) {

	.assessmentTableResult__Wrapper__blank {
		margin-right: 8px;
	}
}

.assessmentTableResult__Wrapper__blank:last-of-type {
	margin-right: 0;
}

.assessmentTableResult__Wrapper__priceFlow {
      display: -webkit-flex;
      display: flex;
}

@media (min-width: 821px) {

	.assessmentTableResult__Wrapper__priceFlow {
		margin-bottom: 18px;
	}
}

.assessmentTableResult__Wrapper__lank {
      display: block;
      width: 100%;
}

.assessmentTableResult__Wrapper__cancelReason {
      border-color: var(--error-red);
}

.assessmentTableResult__title {
    display: inline-block;
    text-align: center;
    height: 33px;
    width: 60px;
    line-height: 33px;
    background: #7B8190;
    color: white;
    font-weight: 700;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTableResult__title {
		height: 48px;
		width: 90px;
		font-size: 14px;
		line-height: 48px;
	}
}

.assessmentTableResult__title__day {
      width: 46px;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__day {
		width: 96px;
	}
}

.assessmentTableResult__title__number {
      width: 55px;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__number {
		width: 115px;
	}
}

.assessmentTableResult__title__parts {
      width: 112px;
      display: block;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__parts {
		width: 179px;
	}
}

.assessmentTableResult__title__price,
    .assessmentTableResult__title__limit {
      width: 190px;
      height: 56px;
      line-height: 56px;
      font-size: 12px;
      vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__price,
    .assessmentTableResult__title__limit {
		width: 240px;
		height: 108px;
		font-size: 18px;
		line-height: 108px;
	}
}

.assessmentTableResult__title__priceFlow {
      width: 110px;
      height: 120px;
      font-size: 12px;
      display: block;
      float: left;
      line-height: 120px;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__priceFlow {
		width: 188px;
		height: 210px;
		font-size: 18px;
		line-height: 210px;
	}
}

.assessmentTableResult__title__lank {
      height: auto;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      -webkit-align-items: center;
      align-items: center;
      line-height: 1.5;
      padding: 10px;
      font-size: 6px;
      text-align: left;
      box-sizing: border-box;
}

@media (min-width: 821px) {

	.assessmentTableResult__title__lank {
		font-size: 14px;
		padding: 30px 25px;
	}
}

.assessmentTableResult__data {
    display: inline-flex;
    align-items: center;
    height: 33px;
    width: 131px;
    background: white;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTableResult__data {
		height: 54px;
		width: 218px;
		font-size: 14px;
	}
}

.assessmentTableResult__data__day {
      width: 150px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__day {
		width: 223px;
	}
}

.assessmentTableResult__data__number {
      width: 134px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__number {
		width: 190px;
	}
}

.assessmentTableResult__data__name {
      width: 229px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__name {
		width: 379px;
	}
}

.assessmentTableResult__data__parts {
      width: 112px;
      justify-content: center;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__parts {
		width: 100%;
	}
}

.assessmentTableResult__data__price,
    .assessmentTableResult__data__limit {
      width: 396px;
      height: 58px;
      line-height: 57px;
      vertical-align: middle;
      justify-content: center;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__price,
    .assessmentTableResult__data__limit {
		width: 714px;
		height: 108px;
		font-size: 18px;
		line-height: 108px;
	}
}

.assessmentTableResult__data__price {
      font-size: 14px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__price {
		font-size: 26px;
	}
}

.assessmentTableResult__data__cancelReason {
      display: table;
      width: 584px;
      vertical-align: middle;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__cancelReason {
		width: 954px;
		font-size: 25px;
	}
}

.assessmentTableResult__data__cancelReason p {
	height: 100%;
	padding: 5px 0;
	font-weight: 700;
	color:var(--error-red);
}

.assessmentTableResult__data__priceFlow {
      height: 120px;
      box-sizing: border-box;
      border-right: solid 2px #7B8190;
      padding: 10px;
      line-height: 100px;
      background-position: center;
      display: block;
      width: 80px;
      float: left;
      position: relative;
      justify-content: center;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow {
		width: 125px;
		height: 210px;
		font-size: 25px;
		border-right: solid 4px #7B8190;
	}
}

.assessmentTableResult__data__priceFlow:last-child {
	border: none;
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 396px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow:last-child {
		width: 641px;
	}
}

.assessmentTableResult__data__priceFlow.rank {
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow.rank {
		font-size: 26px;
		line-height: 196px;
	}
}

.assessmentTableResult__data__priceFlow__img--A {
        background-image: url('../assets/images/ryudousei/hantei_bg_a.png?v160c57e8e66');
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__img--A {
		background-image: url('../assets/images/ryudousei/hantei_bg_a@2x.png?v160c57e8e66');
	}
}

.assessmentTableResult__data__priceFlow__img--B {
        background-image: url('../assets/images/ryudousei/hantei_bg_b.png?v160c57e8e66');
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__img--B {
		background-image: url('../assets/images/ryudousei/hantei_bg_b@2x.png?v160c57e8e66');
	}
}

.assessmentTableResult__data__priceFlow__img--C {
        background-image: url('../assets/images/ryudousei/hantei_bg_c.png?v160c57e8e66');
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__img--C {
		background-image: url('../assets/images/ryudousei/hantei_bg_c@2x.png?v160c57e8e66');
	}
}

.assessmentTableResult__data__priceFlow__raito {
        position: absolute;
        top: 32px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito {
		font-size: 18px;
		top: 97px;
	}
}

.assessmentTableResult__data__priceFlow__raito.geraku--A {
	left: 138px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.geraku--A {
		left: 201px;
	}
}

.assessmentTableResult__data__priceFlow__raito.standard--A {
	left: 190px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.standard--A {
		left: 307px;
	}
}

.assessmentTableResult__data__priceFlow__raito.jousho--A {
	left: 271px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.jousho--A {
		left: 469px;
	}
}

.assessmentTableResult__data__priceFlow__raito.geraku--B {
	left: 111px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.geraku--B {
		left: 149px;
	}
}

.assessmentTableResult__data__priceFlow__raito.standard--B {
	left: 190px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.standard--B {
		left: 307px;
	}
}

.assessmentTableResult__data__priceFlow__raito.jousho--B {
	left: 263px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.jousho--B {
		left: 454px;
	}
}

.assessmentTableResult__data__priceFlow__raito.geraku--C {
	left: 96px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.geraku--C {
		left: 130px;
	}
}

.assessmentTableResult__data__priceFlow__raito.standard--C {
	left: 190px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.standard--C {
		left: 307px;
	}
}

.assessmentTableResult__data__priceFlow__raito.jousho--C {
	left: 241px;
}

@media (min-width: 821px) {

	.assessmentTableResult__data__priceFlow__raito.jousho--C {
		left: 410px;
	}
}

.assessmentTableResult__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

@media (min-width: 821px) {

	.assessmentTableResult__row {
		margin-bottom: 8px;
	}
}

.assessmentTableResult__leftAlign {
    display: block;
}

.assessmentTableResult__leftAlign .assessmentTableResult__row {
      justify-content: inherit;
    }

.assessmentTableResult__leftAlign .assessmentTableResult__data {
      box-sizing: border-box;
      text-align: left;
      padding: 0 12px;
    }

@media (min-width: 821px) {

	.assessmentTableResult__leftAlign .assessmentTableResult__data {
		padding: 0 16px;
	}
}

.assessmentTableResult__blank {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

@media (min-width: 821px) {

	.assessmentTableResult__blank {
		margin-bottom: 18px;
	}
}

.assessmentTableStatus__Title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 33px;
    padding-left: 10px;
    background: #7B8190;
    color: white;
    font-size: 12px;
    font-weight: 700;
  }

@media (min-width: 821px) {

	.assessmentTableStatus__Title {
		height: 62px;
		font-size: 14px;
		padding-left: 30px;
	}
}

.assessmentTableStatus__data {
    border: solid 2px #7B8190;
}

@media (min-width: 821px) {

	.assessmentTableStatus__data {
		border: solid 4px #7B8190;
		margin-top: -1px;
	}
}

.assessmentTableStatus__dataItem {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
    min-height: 70px;
    border-bottom: solid 2px #95989A;
}

@media (min-width: 821px) {

	.assessmentTableStatus__dataItem {
		min-height: 138px;
		font-size: 14px;
		padding-left: 30px;
	}
}

.assessmentTableStatus__dataItem:last-child {
	border-bottom: none;
}

.assessmentTableStatus__dataItem > img {
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto;
}

.assessmentTableStatus__interior {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 35px;
    width: 50px;
    margin-right: 30px;
    border: solid 1px #4585B4;
    color: #4585B4;
    font-weight: 700;
    border-radius: 10px;
}

@media (min-width: 821px) {

	.assessmentTableStatus__interior {
		width: 106px;
		height: 72px;
		margin-right: 36px;
		border: solid 2px #4585B4;
	}
}

.assessmentTableStatus__dataContent > p:first-of-type {
      font-weight: 700;
    }

@media (min-width: 821px) {

	.assessmentTableStatus__dataContent {
		font-size: 16px;
	}
}

.assessmentTableStatus__parts {
    width: 15%;
}

.assessmentTableStatus__memo {
    width: 35%;
}

.assessmentTableStatus__image {
    width: 50%;
}

.carOption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 72px;
  height: 30px;
  font-size: 8px;
  font-weight: 700;
  background: #E6E9ED;
  color: #7B8190;
  border-radius: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}

@media (min-width: 821px) {

	.carOption {
		width: 112px;
		height: 48px;
		border-radius: 100px;
		font-size: 12px;
		margin-bottom: 8px;
	}
}

.carOption__valid {
    background: #5FC19D;
    color: white;
}

.carVerificationInput__hidden {
    filter: blur(4px);
    pointer-events: none;
    transition: all .2s ease-out;
  }

.carVerificationInput__body {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
  }

@media (min-width: 821px) {

	.carVerificationInput__body {
		top: 60px;
	}
}

.carVerificationInput__table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

@media (min-width: 821px) {

	.carVerificationInput__table {
		height: 540px;
		border-bottom: var(--table-header-border-pc);
	}
}

.carVerificationInput__table__mini {
      height: 50%;
}

@media (min-width: 821px) {

	.carVerificationInput__table__mini {
		height: 250px;
	}
}

.carVerificationInput__th {
    background: #7A8190;
    text-align: left;
    font-size: 8px;
    padding-right: 5px;
    padding-left: 5px;
    color: white;
    border-right: var(--table-header-border);
}

@media (min-width: 821px) {

	.carVerificationInput__th {
		font-size: 10px;
		border-right: var(--table-header-border-pc);
	}
}

.carVerificationInput__th:last-child {
	border-right: none;
}

.carVerificationInput__th__width10per {
      width: 72px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__width10per {
		width: 10%;
	}
}

.carVerificationInput__th__width12-5per {
      width: 100px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__width12-5per {
		width: 12.5%;
	}
}

@media (min-width: 821px) {

	.carVerificationInput__th__width15per {
		width: 15%;
	}
}

@media (min-width: 821px) {

	.carVerificationInput__th__width30per {
		width: 30%;
	}
}

.carVerificationInput__th__carNumber {
      width: 136px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__carNumber {
		width: 292px;
	}
}

.carVerificationInput__th__fixed-carName {
      width: 122px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__fixed-carName {
		width: 265px;
	}
}

.carVerificationInput__th__fixed-carModel {
      width: 100px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__fixed-carModel {
		width: 214px;
	}
}

.carVerificationInput__th__fixed-shaftWeight {
      width: 44px;
}

@media (min-width: 821px) {

	.carVerificationInput__th__fixed-shaftWeight {
		width: 92px;
	}
}

.carVerificationInput__td {
    font-weight: 700;
    background: white;
    text-align: left;
    border-left: var(--table-border);
    position: relative;
}

@media (min-width: 821px) {

	.carVerificationInput__td {
		border-left: var(--table-border-pc);
	}
}

.carVerificationInput__td:first-child {
	border-left: 0;
}

.carVerificationInput__td--with-border-top {
      border-top: var(--table-border);
}

@media (min-width: 821px) {

	.carVerificationInput__td--with-border-top {
		border-top: var(--table-border-pc);
	}
}

.carVerificationInput__td .carVerificationInput__input,
    .carVerificationInput__td .carVerificationInput__input__center {
	width: 100%;
	height: 100%;
	color: #7B8190;
	font-weight: 700;
	cursor: pointer;
	border-radius: 0;
}

@media (min-width: 821px) {

	.carVerificationInput__td .carVerificationInput__input,
    .carVerificationInput__td .carVerificationInput__input__center {
		font-size: 16px;
	}
}

.carVerificationInput__td .carVerificationInput__input:disabled, .carVerificationInput__td .carVerificationInput__input__center:disabled {
	background: var(--sub-gray);
}

.carVerificationInput__td .carVerificationInput__input__center, .carVerificationInput__td .carVerificationInput__input__center__center {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        color: #7B8190;
        text-align: center;
        font-weight: 700;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
}

.carVerificationInput__td .carVerificationInput__input--error, .carVerificationInput__td .carVerificationInput__input__center--error {
        height: 100%;
        border: solid 2px var(--accent-yellow);
}

@media (min-width: 821px) {

	.carVerificationInput__td .carVerificationInput__input--error, .carVerificationInput__td .carVerificationInput__input__center--error {
		border: solid 4px var(--accent-yellow);
	}
}

.carVerificationInput__td input.carVerificationInput__input__entered {
	background: #E7EEF0;
}

.carVerificationInput__td__center {
      text-align: center;
}

.carVerificationInput__td__disabled {
      background: var(--sub-gray);
}

.carVerificationInput__td__lightgrey {
      background: #E7EEF0;
      padding: 5px;
}

.carVerificationInput__inputWrapper {
    width: 100%;
    height: 100%;
}

.carVerificationInput__numPlaceholder {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    pointer-events: none;
    background: #fff;
}

@media (min-width: 821px) {

	.carVerificationInput__numPlaceholder {
		font-size: 16px;
	}
}

.carVerificationInput__numPlaceholder__entered {
      background: #E7EEF0;
}

.carVerificationInput__tableTitle {
    height: 26px;
}

@media (min-width: 821px) {

	.carVerificationInput__tableTitle {
		height: 40px;
	}
}

.carVerificationInput__rowCarnumber {
    height: 30px;
}

@media (min-width: 821px) {

	.carVerificationInput__rowCarnumber {
		height: 44px;
	}
}

.carVerificationInput__rowCarName {
    height: 30px;
}

@media (min-width: 821px) {

	.carVerificationInput__rowCarName {
		height: 88px;
	}
}

.carVerificationInput__rowCarChassis {
    height: 30px;
}

@media (min-width: 821px) {

	.carVerificationInput__rowCarChassis {
		height: 56px;
	}
}

.carVerificationInput__rowRelease {
    height: 22px;
}

@media (min-width: 821px) {

	.carVerificationInput__rowRelease {
		height: 32px;
	}
}

.carVerificationInput__rowModel {
    height: 30px;
}

@media (min-width: 821px) {

	.carVerificationInput__rowModel {
		height: 88px;
	}
}

.carVerificationInput__ExpirationDate {
    height: 50px;
}

@media (min-width: 821px) {

	.carVerificationInput__ExpirationDate {
		height: 80px;
	}
}

.carVerificationInput__registration {
    text-align: center;
}

.carVerificationInput__borderTop__none {
    border-top: none;
}

.carVerificationInput__kouhu {
    height: 100%;
}

.carVerificationInput__kouhuGengo {
    height: 50%;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

@media (min-width: 821px) {

	.carVerificationInput__kouhuGengo {
		font-size: 16px;
	}
}

.carVerificationInput__kouhuMonthYear {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.carVerificationInput__kouhuYear {
    position: relative;
    overflow: hidden;
}

.carVerificationInput__kouhuText {
    min-width: 13px;
    display: inline-block;
    text-align: right;
}

@media (min-width: 821px) {

	.carVerificationInput__kouhuText {
		font-size: 16px;
		min-width: 24px;
	}
}

.carVerificationInput__kouhuMonth {
    position: relative;
    overflow: hidden;
}

.carVerificationInput__kouhuDay {
    position: relative;
    overflow: hidden;
}

.carVerificationInput__kouhuSelectYear {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    width: 40%;
}

.carVerificationInput__manryoSelectYear {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    width: 20%;
}

.carVerificationInput__kouhuSelectMonth {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.carVerificationInput__kouhuSelectDay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.carVerificationInput__firstRegistration {
    height: 100%;
}

.carVerificationInput__firstRegistrationGengo {
    height: 50%;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

@media (min-width: 821px) {

	.carVerificationInput__firstRegistrationGengo {
		font-size: 16px;
	}
}

.carVerificationInput__frMonthYear {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.carVerificationInput__frYear {
    position: relative;
    overflow: hidden;
}

.carVerificationInput__frText {
    min-width: 13px;
    display: inline-block;
    text-align: right;
}

@media (min-width: 821px) {

	.carVerificationInput__frText {
		font-size: 16px;
		min-width: 24px;
	}
}

.carVerificationInput__frMonth {
    position: relative;
    overflow: hidden;
}

.carVerificationInput__frSelect {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    width: 50%;
}

.carVerificationInput__label {
    text-align: right;
    font-size: 8px;
}

.carVerificationInput__label__corner {
      position: absolute;
      font-size: 8px;
      bottom: 5px;
      right: 5px;
    }

@media (min-width: 821px) {

	.carVerificationInput__label__corner {
		font-size: 15px;
		font-weight: 400;
		bottom: 10px;
		right: 10px;
	}
}

.carVerificationInput__carNumberTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carVerificationInput__PageNumber {
    position: relative;
    background: var(--sub-gray);
    border-top: var(--table-border);
    border-left: var(--table-border);
}

@media (min-width: 821px) {

	.carVerificationInput__PageNumber {
		border-top: var(--table-border-pc);
		border-left: var(--table-border-pc);
	}
}

.carVerificationInput__stumpWrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.carVerificationInput__selectWrapper {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 821px) {

	.carVerificationInput__selectWrapper {
		font-size: 10px;
	}
}

.carVerificationInput__selectYear {
    width: 60%;
    font-size: 16px;
}

.carVerificationInput__selectMonth {
    width: 40%;
    display: flex;
    font-size: 16px;
}

.carVerificationInput__gengou {
    margin-bottom: 14px;
    font-size: 16px;
}

.carVerificationInput__year,
  .carVerificationInput__month {
    margin-left: 4px;
    font-size: 8px;
    font-weight: 400;
}

@media (min-width: 821px) {

	.carVerificationInput__year,
  .carVerificationInput__month {
		font-size: 12px;
		margin-left: 10px;
	}
}

.carVerificationInput__hiddenSelect {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

.carVerificationInput__nextButton__area {
    background: white;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (min-width: 821px) {

	.carVerificationInput__nextButton__area {
		display: flex;
	}
}

.carVerificationInput__title {
    display: flex;
    align-items: center;
}

.carVerificationInput__title--fluid{
      justify-content: space-between;
    }

.carVerificationInput__title .required {
	margin-left: 5px;
}

.carVerificationInput__unknown .switch-checkbox:not(:checked) {
	background: #fff;
}

.carVerificationInput .nextButton {
    width: 364px;
    margin: 24px auto 30px;
}

.carVerificationInput__dakoku {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}

.carVerificationInput__dakokuField {
    display: inline-flex;
    align-items: center;
}

.carVerificationInput__dakokuField--left {
      flex-grow: 0;
      flex-basis: 60px;
      padding-left: 20px;
    }

@media (min-width: 821px) {

	.carVerificationInput__dakokuField--left {
		padding-left: 36px;
		font-size: 20px;
	}
}

.carVerificationInput__dakokuField--left .carVerificationInput__dakokuInput {
        width: 30px;
        text-align: center;
}

.carVerificationInput__dakokuField--left:before {
	content: "[";
}

.carVerificationInput__dakokuField--left:after {
	content: "]";
}

.carVerificationInput__dakokuField--right {
      flex-grow: 1;
      padding-right: 20px;
}

.carVerificationInput__dakokuField--right .carVerificationInput__dakokuInput {
        width: 100%;
      }

@media (min-width: 821px) {

	.carVerificationInput__dakokuField--right .carVerificationInput__dakokuInput {
		padding-left: 12px;
	}
}

.carVerificationInput__dakokuInput {
    height: 100%;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.carVerificationInput__dakokuInput {
		width: calc(100% - 114px);
		font-size: 20px;
	}
}

.carVerificationInput__dakokuSign {
    top: 0;
    bottom: 0;
    position: absolute;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.carVerificationInput__dakokuSign {
		font-size: 20px;
	}
}

.carVerificationInput__dakokuSign:first-child {
	left: 5px;
}

.carVerificationInput__dakokuSign:last-child {
	right: 5px;
}

.carVerificationInput__model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 10px;
    font-weight: 700;
}

.carVerificationInput__model--disabled {
      background-color: var(--sub-gray);
    }

@media (min-width: 821px) {

	.carVerificationInput__model {
		font-size: 16px;
	}
}

.carVerificationInput__center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carVerificationInput__hyphen,
  .carVerificationInput__kai {
    display: inline-flex;
    align-items: center;
    height: 100%;
    background-color: var(--box-gray01);
    padding: 0 3px 0 7px;
}

@media (min-width: 821px) {

	.carVerificationInput__hyphen,
  .carVerificationInput__kai {
		padding: 0 7px 0 15px;
	}
}

.carVerificationInput__hyphen {
    padding: 0 3px;
}

.carVerificationInput__kai {
    color: var(--main-green-color);
}

select.carVerificationInput__expiration {
  width: auto;
  height: auto;
  padding: 0;
  color: #7B8190;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  }

select.carVerificationInput__expiration-limit {
    width: 35px;
  }

.releaseCheckbox__wrapper {
    display: flex;
  }

.releaseCheckbox__wrapper input[type="checkbox"].releaseCheckbox__input:not(:checked) {
      background: white;
    }

.releaseCheckbox__wrapper input[type="checkbox"].releaseCheckbox__input {
      height: 12px;
      width: 12px;
      margin-right: 6px;
    }

@media (min-width: 821px) {

	.releaseCheckbox__wrapper input[type="checkbox"].releaseCheckbox__input {
		height: 14px;
		width: 14px;
	}
}

.releaseCheckbox__label {
    display: inline-flex;
    align-items: center;
    font-size: 8px;
    margin-left: 5px;
    font-weight: 400;
}

@media (min-width: 821px) {

	.releaseCheckbox__label {
		font-size: 10px;
	}
}

.releaseCheckbox__label--small {
      font-size: 6px;
}

@media (min-width: 821px) {

	.releaseCheckbox__label--small {
		font-size: 10px;
	}
}

input.releaseCheckbox {
  background: white;
  margin-right: 5px;
}

@media (min-width: 821px) {

	.documentConfirmation .dateWrapper {
		position: relative;
	}
}

.documentConfirmation .dateWrapper__year {
      width: 144px;
}

@media (min-width: 821px) {

	.documentConfirmation .dateWrapper__year {
		width: auto;
	}
}

.documentConfirmation .dateWrapper__month,
    .documentConfirmation .dateWrapper__day {
      width: 100px;
}

@media (min-width: 821px) {

	.documentConfirmation .input-field {
      height: 50px;
	}

	.documentConfirmation .select__field {
      height: 50px;
	}

	.documentConfirmation .select__title {
      font-size: 14px;
	}

	.documentConfirmation .item-selector__label {
      width: 128px;
      height: 50px;
      font-size: 12px;
	}
      .documentConfirmation .item-selector--multi .item-selector__label {
        width: 92px;
        height: 50px;
        font-size: 12px;
      }
}

.documentConfirmation .select {
    width: 100%;
}

.documentConfirmation .input__wrapper {
    width: 100%;
}

.documentConfirmation .input__wrapper .inputLabel {
      font-weight: 700;
    }

.documentConfirmation__body {
    position: absolute;
    width: 590px;
    margin: 20px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 821px) {

	.documentConfirmation__body {
		width: 824px;
		margin: 80px auto;
	}
}

.documentConfirmation__wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.documentConfirmation__wrapper {
		margin-bottom: 30px;
		justify-content: flex-start;
	}
}

.documentConfirmation__wrapper--block {
      display: block;
}

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

.documentConfirmation__wrapper__parallelCar {
      margin-top: -43px;
}

.documentConfirmation__model {
    width: 212px;
}

@media (min-width: 821px) {

	.documentConfirmation__model {
		position: relative;
		width: 264px;
		margin-right: 32px;
	}
}

.documentConfirmation__modelYearWrapper {
    display: flex;
    justify-content: space-between;
    width: 212px;
}

@media (min-width: 821px) {

	.documentConfirmation__modelYearWrapper {
		margin-right: 32px;
		width: 264px;
	}
}

.documentConfirmation__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

@media (min-width: 821px) {

	.documentConfirmation__title {
		font-size: 16px;
	}
}

.documentConfirmation__label {
    font-size: 10px;
    font-weight: 700;
}

.documentConfirmation__appointment {
    width: 205px;
}

@media (min-width: 821px) {

	.documentConfirmation__appointment {
		margin-right: 32px;
		width: 264px;
	}
}

.documentConfirmation__staff {
    width: 372px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.documentConfirmation__staff {
		width: auto;
	}
}

.documentConfirmation__staffSelect {
    width: 180px;
}

@media (min-width: 821px) {

	.documentConfirmation__staffSelect {
		width: 232px;
		margin-right: 8px;
	}
}

.documentConfirmation__carNumber {
    width: 282px;
    position: relative;
}

@media (min-width: 821px) {

	.documentConfirmation__carNumber {
		margin-right: 30px;
		width: 264px;
	}
}

.documentConfirmation__carNumber .input__label {
      width: 100%;
}

.documentConfirmation__carNumber .input-field:invalid {
      background-color: white !important;
}

.documentConfirmation__carNumberTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documentConfirmation__serialNumber {
    width: 292px;
}

@media (min-width: 821px) {

	.documentConfirmation__serialNumber {
		width: 264px;
	}
}

.documentConfirmation__serialNumber .input-field:invalid {
      background-color: white !important;
}

.documentConfirmation__modelYear {
    width: 128px;
}

@media (min-width: 821px) {

	.documentConfirmation__modelYear {
		width: 156px;
		margin-right: 8px;
	}
}

.documentConfirmation__modelMonth {
    width: 100px;
}

.documentConfirmation__carHistory {
    width: 92px;
}

@media (min-width: 821px) {

	.documentConfirmation__carHistory {
		margin-right: 32px;
		width: 132px;
	}
}

.documentConfirmation__capacity {
    width: 92px;
}

@media (min-width: 821px) {

	.documentConfirmation__capacity {
		margin-right: 32px;
		width: 132px;
	}
}

.documentConfirmation__capacity .input__placeholder {
      left: 60px;
      top: 3px;
}

.documentConfirmation__capacity .input-field--placeholder {
      padding-left: 20px;
}

.documentConfirmation__modelType,
  .documentConfirmation__grade {
    width: 238px;
}

@media (min-width: 821px) {

	.documentConfirmation__modelType,
  .documentConfirmation__grade {
		width: 264px;
	}
}

.documentConfirmation__modelType--heiko .input-field::after {
	content: '';
	border-radius: 3px 0 0 3px;
	background-color: rgba(190, 197, 206, .4);
	position: absolute;
	width: calc(50% - 10px);
	left: 0;
	top: 0;
	height: 100%;
}

.documentConfirmation__modelTypeInput {
    display: inline-block;
    width: 48%;
    font-size: inherit;
    font-weight: inherit;
    padding: 0 10px;
}

@media (min-width: 821px) {

	.documentConfirmation__modelTypeInput {
		height: 100%;
	}
}

.documentConfirmation__fuelWrapper {
    width: 100%;
    display: flex;
}

.documentConfirmation__inspectionDateWrapper {
    position: relative;
    width: 312px;
}

@media (min-width: 821px) {

	.documentConfirmation__inspectionDateWrapper {
		width: 372px;
	}
}

.documentConfirmation__fuel {
    width: 212px;
    margin-right: 26px;
}

@media (min-width: 821px) {

	.documentConfirmation__fuel {
		margin-right: 32px;
		width: 264px;
	}
}

.documentConfirmation__document {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 26px;
}

@media (min-width: 821px) {

	.documentConfirmation__document {
		margin-top: 30px;
		margin-right: 30px;
		width: auto;
	}
}

.documentConfirmation__documentSelector {
    margin-bottom: 0;
}

.documentConfirmation__copies {
    width: 100px;
    right: 6px;
    bottom: 4px;
    position: absolute;
}

@media (min-width: 821px) {

	.documentConfirmation__copies {
		width: 128px;
		position: static;
		margin-top: 28px;
		margin-left: 6px;
	}
}

.documentConfirmation__keyWrapper {
    margin-bottom: 4px;
}

.documentConfirmation__keyWrapper .select__value {
      font-weight: 400;
    }

@media (min-width: 821px) {

	.documentConfirmation__keyWrapper {
		width: 144px;
		display: inline-block;
		margin-right: 8px;
	}
}

.documentConfirmation__key {
    width: 126px;
    display: inline-block;
    margin-top: 20px;
}

@media (min-width: 821px) {

	.documentConfirmation__key {
		margin-top: 30px;
		width: auto;
	}
}

.documentConfirmation__deregistered .switch-checkbox:not(:checked),.documentConfirmation__notCovered .switch-checkbox:not(:checked),.documentConfirmation__unknown .switch-checkbox:not(:checked){
      background: var(--box-green01);
    }

.documentConfirmation__deregistered {
    margin-left: 190px;
}

.documentConfirmation__deregistered .switch-checkbox{
      width: 53px;
    }

@media (min-width: 821px) {

	.documentConfirmation__deregistered .switch-checkbox {
		width: 72px;
	}
}

@media (min-width: 821px) {

	.documentConfirmation__deregistered {
		position: absolute;
		right: 0;
		margin-left: 100px;
	}
}

.documentConfirmation__notCovered {
    margin-left: 86px;
}

@media (min-width: 821px) {

	.documentConfirmation__notCovered {
		margin-left: auto;
		position: absolute;
		right: 0;
	}
}

.documentConfirmation__unknown {
    margin-left: 136px;
}

@media (min-width: 821px) {

	.documentConfirmation__unknown {
		margin-left: auto;
		position: absolute;
		right: 0;
	}
}

.documentConfirmation__upper {
    margin-top: -43px;
}

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

@media (min-width: 821px) {

	.documentConfirmation__owner {
		width: auto;
		align-items: flex-end;
	}
}

.documentConfirmation__oneOwner {
    width: 100px;
}

@media (min-width: 821px) {

	.documentConfirmation__oneOwner {
		width: 128px;
		margin-right: 32px;
	}
        .documentConfirmation__oneOwner .item-selector--multi .item-selector__label {
          width: 128px;
        }
}

.documentConfirmation__dealer {
    width: auto;
    margin-left: 20px;
}

@media (min-width: 821px) {

	.documentConfirmation__dealer {
		width: auto;
		margin-left: 0;
	}

	.documentConfirmation__dealer .item-selector__label {
        width: 128px;
        height: 50px;
        font-size: 14px;
	}
}

@media (min-width: 821px) {

	.documentConfirmation .nextButton {
		width: 364px;
		margin-bottom: 42px;
	}
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput {
		padding-top: 40px;
	}

	.exteriorBasicEquipmentInput .select,
    .exteriorBasicEquipmentInput .input-field {
      height: 50px;
	}
}

.exteriorBasicEquipmentInput__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.exteriorBasicEquipmentInput__title--label {
      margin-bottom: -20px;
    }

.exteriorBasicEquipmentInput .select {
    width: 100%;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput .select__title {
		font-size: 14px;
	}
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput .item-selector__label {
		width: 80px;
	}
}

.exteriorBasicEquipmentInput .item-selector__item {
    vertical-align: bottom;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput .item-selector__item {
		margin-right: 8px;
	}

	.exteriorBasicEquipmentInput .item-selector__item:last-of-type {
		margin-right: 0;
	}
}

.exteriorBasicEquipmentInput .inputWrapper {
    margin-top: 18px;
    width: 100%;
}

.exteriorBasicEquipmentInput .inputWrapper .inputLabel {
      font-weight: 700;
    }

.exteriorBasicEquipmentInput__label {
    font-size: 10px;
    font-weight: 700;
}

.exteriorBasicEquipmentInput__label--wide {
      padding: 0;
    }

.exteriorBasicEquipmentInput__body {
    width: 590px;
    margin: 20px auto;
    padding: 40px 0 30px;
    text-align: left;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__body {
		width: 824px;
		margin: 40px auto;
	}
}

.exteriorBasicEquipmentInput__wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__wrapper {
		justify-content: flex-start;
		margin-bottom: 40px;
	}
}

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

.exteriorBasicEquipmentInput__wrapper .roundCornerCheckBox__label {
      font-size: 10px;
}

.exteriorBasicEquipmentInput__wrapper__otherEquipment {
      justify-content: baseline;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__wrapper__otherEquipment {
		display: flex;
	}
}

.exteriorBasicEquipmentInput__doorsWrapper {
    width: 100px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__doorsWrapper {
		display: inline-block;
		vertical-align: bottom;
		width: 96px;
	}
}

.exteriorBasicEquipmentInput__doorShapeWrapper {
    width: 460px;
    margin-left: 20px;
}

.exteriorBasicEquipmentInput__doorShapeWrapper .item-selector__item {
	margin-bottom: 0;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__doorShapeWrapper {
		width: auto;
		display: inline-block;
		vertical-align: bottom;
		margin-left: 32px;
	}
}

.exteriorBasicEquipmentInput__doorShapeItem {
    width: 52px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__doorShapeItem {
		width: 80px;
		margin-bottom: 0;
	}
}

.exteriorBasicEquipmentInput__mcWrapper {
    width: 208px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__mcWrapper {
		width: auto;
		display: inline-block;
	}

	.exteriorBasicEquipmentInput__mcWrapper .item-selector__item,
      .exteriorBasicEquipmentInput__mcWrapper .item-selector__label {
        width: 80px;
	}
}

.exteriorBasicEquipmentInput__driveWrapper {
    width: 208px;
    margin-left: 20px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__driveWrapper {
		width: auto;
		display: inline-block;
		margin-left: 40px;
	}

	.exteriorBasicEquipmentInput__driveWrapper .item-selector__item,
      .exteriorBasicEquipmentInput__driveWrapper .item-selector__label {
        width: 80px;
	}
}

.exteriorBasicEquipmentInput__mcItem,
  .exteriorBasicEquipmentInput__driveItem {
    width: 100px;
}

.exteriorBasicEquipmentInput__exteriorColor__select {
      width: 212px;
    }

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__exteriorColor__select {
		width: 232px;
	}
}

.exteriorBasicEquipmentInput__exteriorColor__input {
      width: 160px;
      margin-left: 8px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__exteriorColor__input {
		width: 132px;
	}
}

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

.exteriorBasicEquipmentInput__aeroItem,
  .exteriorBasicEquipmentInput__awItem {
    width: 100px;
}

.exteriorBasicEquipmentInput__aeroSelect {
    width: 276px;
    margin-left: 4px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__aeroSelect {
		margin-left: 8px;
	}
}

.exteriorBasicEquipmentInput__awSelect {
    width: 90px;
    margin-left: 4px;
}

.exteriorBasicEquipmentInput__awSelect:last-child {
	width: 178px;
	margin-right: 0;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__awSelect:first-child {
		margin-left: 8px;
	}
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__carHeight .item-selector__label {
		width: 92px;
	}
}

.exteriorBasicEquipmentInput__carHeightSelect {
    width: 170px;
    margin-left: 8px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__carHeightSelect {
		width: 220px;
		margin-left: 8px;
	}
}

.exteriorBasicEquipmentInput__otherEquipment {
    width: 227px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__otherEquipment {
		width: auto;
		display: inline-block;
	}

	.exteriorBasicEquipmentInput__otherEquipment .item-selector__item,
      .exteriorBasicEquipmentInput__otherEquipment .item-selector__label {
        width: 128px;
	}
}

.exteriorBasicEquipmentInput__otherEquipmentTitle {
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__otherEquipmentTitle {
		font-size: 16px;
	}
}

.exteriorBasicEquipmentInput__otherEquipmentButton {
    width: 227px;
    height: 76px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    margin-top: 5px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__otherEquipmentButton {
		width: 240px;
		height: 100px;
		font-size: 12px;
		border-radius: 12px;
	}
}

.exteriorBasicEquipmentInput__registeredEquipment {
    width: 282px;
    margin-left: 20px;
    margin-top: 20px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__registeredEquipment {
		width: auto;
	}
}

.exteriorBasicEquipmentInput__registeredEquipmentTitle {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__registeredEquipmentTitle {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

.exteriorBasicEquipmentInput__registeredEquipmentBody {
    font-size: 8px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput__registeredEquipmentBody {
		font-size: 12px;
	}
}

.exteriorBasicEquipmentInput .nextButton {
    margin-top: 60px;
}

@media (min-width: 821px) {

	.exteriorBasicEquipmentInput .nextButton {
		width: 364px;
	}
}

.exteriorEvaluation .select {
    width: 100%;
  }

.exteriorEvaluation .input__wrapper {
    margin-top: 26px;
    width: 100%;
  }

.exteriorEvaluation .input__wrapper .inputLabel {
      font-weight: 700;
    }

.exteriorEvaluation .item-selector__label {
    font-size: 12px;
  }

.exteriorEvaluation__body {
    width: 590px;
    margin: 60px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
  }

@media (min-width: 821px) {

	.exteriorEvaluation__body {
		position: absolute;
		width: 824px;
		top: 60px;
		margin: 50px auto;
	}

	.exteriorEvaluation__body .item-selector__item {
        width: 80px;
	}

	.exteriorEvaluation__body .item-selector__label {
        width: 80px;
	}
}

.exteriorEvaluation__wrapper {
    margin-bottom: 20px;
    display: flex;
}

@media (min-width: 821px) {

	.exteriorEvaluation__wrapper {
		margin-bottom: 40px;
		display: block;
	}
}

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

@media (min-width: 821px) {

	.exteriorEvaluation__wrapper:last-child {
		margin-bottom: 40px;
	}
}

.exteriorEvaluation__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.exteriorEvaluation__label {
    width: 60px;
    font-size: 12px;
    font-weight: 700;
}

.exteriorEvaluation__label--check {
      width: 100px;
    }

.exteriorEvaluation__assistancePoint {
    width: 190px;
    margin-right: 20px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__assistancePoint {
		width: auto;
		display: inline-block;
	}
}

.exteriorEvaluation__damege {
    width: 164px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__damege {
		width: auto;
		display: inline-block;
	}
}

.exteriorEvaluation__damege .exteriorEvaluation__label {
      width: 80px;
}

.exteriorEvaluation .require-label {
    margin-left: 5px;
    vertical-align: middle;
}

.exteriorEvaluation__restorationContents {
    width: 100%;
    height: 232px;
    background: #EFF0F0;
    display: flex;
    justify-content: space-around;
    align-items: top;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContents {
		height: auto;
	}
}

.exteriorEvaluation__exploded {
    position: relative;
    /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
    width: 200px;
    height: 150px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 821px) {

	.exteriorEvaluation__exploded {/** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 * */
		width: 264px;
		height: 198px;
	}
}

.exteriorEvaluation__exploded--01 {
      background-image: url('../assets/images/car/out_01.png?v16173a264a0');
}

.exteriorEvaluation__exploded--02 {
      background-image: url('../assets/images/car/out_02.png?v18b1883e5f7');
}

.exteriorEvaluation__exploded--03 {
      background-image: url('../assets/images/car/out_03.png?v18b1883e5f7');
}

.exteriorEvaluation__exploded--04 {
      background-image: url('../assets/images/car/out_04.png?v16173a264a0');
}

.exteriorEvaluation__exploded--05 {
      background-image: url('../assets/images/car/out_05.png?v16173a264a0');
}

.exteriorEvaluation__exploded--06 {
      background-image: url('../assets/images/car/out_06.png?v16173a264a0');
}

.exteriorEvaluation__exploded--07 {
      background-image: url('../assets/images/car/out_07.png?v16173a264a0');
}

.exteriorEvaluation__exploded--08 {
      background-image: url('../assets/images/car/out_08.png?v16173a264a0');
}

.exteriorEvaluation__exploded--09 {
      background-image: url('../assets/images/car/out_09.png?v18b1883e5f7');
}

.exteriorEvaluation__selectArea {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.exteriorEvaluation__restorationContents {
    padding: 30px 0;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContents {
		padding: 38px 32px;
	}
}

.exteriorEvaluation__restorationContentsList {
    width: 200px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContentsList {
		width: 438px;
	}
}

.exteriorEvaluation__otherField {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-top: 15px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.exteriorEvaluation__otherField {
		font-size: 14px;
		margin-top: 20px;
	}
}

.exteriorEvaluation__otherText {
    margin-right: 8px;
}

.exteriorEvaluation__attentionItem {
    margin-right: 5px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__attentionItem {
		margin-right: 6px;
	}
}

.exteriorEvaluation__attentionItem:last-child {
	margin-right: 0;
}

.exteriorEvaluation__restorationContentsTitle {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__restorationContentsTitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.exteriorEvaluation__list {
    height: 160px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.exteriorEvaluation__list {
		height: auto;
	}
}

.exteriorEvaluation__listItemWrapper {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

@media (min-width: 821px) {

	.exteriorEvaluation__listItemWrapper {
		margin-bottom: 10px;
		font-size: 14px;
	}
}

.exteriorEvaluation__listItem--parts {
    margin-left: 10px;
}

.exteriorEvaluation__listItem--state {
    margin-left: 15px;
}

.exteriorEvaluation__textAreaTitle {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (min-width: 821px) {

	.exteriorEvaluation__textAreaTitle {
		font-size: 14px;
		margin-bottom: 12px;
	}
}

.exteriorEvaluation__textArea {
    width: 100%;
    height: 110px;
    background: #E7EEF0;
    padding: 14px;
    border-radius: 10px;
    border: none;
}

@media (min-width: 821px) {

	.exteriorEvaluation__textArea {
		height: 196px;
		margin-bottom: 64px;
		padding: 28px;
	}
}

@media (min-width: 821px) {

	.exteriorEvaluation .nextButton {
		width: 364px;
		margin: 0 auto 50px;
	}
}

.exteriorMapInput__body {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
  }

@media (min-width: 821px) {

	.exteriorMapInput__body {
		top: 60px;
		height: 100%;
	}
}

.exteriorMapInput__title {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 821px) {

	.exteriorMapInput__title {
		margin-top: 40px;
		font-size: 16px;
	}
}

.exteriorMapInput__stateTitle {
    margin-top: 12px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 821px) {

	.exteriorMapInput__stateTitle {
		margin-top: 40px;
		font-size: 16px;
	}
}

.exteriorMapInput__explodedViewArea {
    width: 59%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.exteriorMapInput__explodedViewArea {
		width: calc(100% - 396px);
	}
}

.exteriorMapInput__exploded {
    position: relative;
    /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
    width: 280px;
    height: 210px;
    margin: 16px auto 0;
    background-size: contain;
    background-position: center;
}

@media (min-width: 821px) {

	.exteriorMapInput__exploded {/** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 * */
		width: 628px;
		height: 471px;
		background-size: contain;
		margin: -25px auto;
	}
}

.exteriorMapInput__exploded--01 {
      background-image: url('../assets/images/car/out_01.png?v16173a264a0');
}

.exteriorMapInput__exploded--02 {
      background-image: url('../assets/images/car/out_02.png?v18b1883e5f7');
}

.exteriorMapInput__exploded--03 {
      background-image: url('../assets/images/car/out_03.png?v18b1883e5f7');
}

.exteriorMapInput__exploded--04 {
      background-image: url('../assets/images/car/out_04.png?v16173a264a0');
}

.exteriorMapInput__exploded--05 {
      background-image: url('../assets/images/car/out_05.png?v16173a264a0');
}

.exteriorMapInput__exploded--06 {
      background-image: url('../assets/images/car/out_06.png?v16173a264a0');
}

.exteriorMapInput__exploded--07 {
      background-image: url('../assets/images/car/out_07.png?v16173a264a0');
}

.exteriorMapInput__exploded--08 {
      background-image: url('../assets/images/car/out_08.png?v16173a264a0');
}

.exteriorMapInput__exploded--09 {
      background-image: url('../assets/images/car/out_09.png?v18b1883e5f7');
}

.exteriorMapInput__stateListArea {
    width: 41%;
    background: var(--bg-gray);
    position: relative;
}

@media (min-width: 821px) {

	.exteriorMapInput__stateListArea {
		width: 396px;
	}
}

.exteriorMapInput__selectArea {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 821px) {

	.exteriorMapInput__selectArea {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

.exteriorMapInput__itemWrapper {
    width: 258px;
    margin: 5px auto 0;
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.exteriorMapInput__itemWrapper {
		width: 91%;
		top: 60px;
	}
}

.exteriorMapInput__buttonWrapper {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.exteriorMapInput__frontButton {
    min-width: 140px;
    height: 36px;
    font-size: 10px;
}

@media (min-width: 821px) {

	.exteriorMapInput__frontButton {
		min-width: 232px;
		height: 72px;
		font-size: 16px;
	}
}

.exteriorMapInput__leftSideButton,
  .exteriorMapInput__rightSideButton,
  .exteriorMapInput__otherButton {
    min-width: 72px;
    height: 36px;
    font-size: 10px;
    margin-left: 4px;
    border-radius: 38px;
}

@media (min-width: 821px) {

	.exteriorMapInput__leftSideButton,
  .exteriorMapInput__rightSideButton,
  .exteriorMapInput__otherButton {
		min-width: 105px;
		height: 38px;
		font-size: 12px;
		margin-left: 8px;
	}
}

@media (min-width: 821px) {

	.exteriorMapInput__otherButton {
		margin-right: 0;
		margin-left: 0;
	}
}

.exteriorMapInput__interiorButton {
    margin-right: 20px;
}

.exteriorMapInput__otherField {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.exteriorMapInput__otherField {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.exteriorMapInput__otherText {
    margin-right: 8px;
}

.exteriorMapInput__attentionItem {
    margin-right: 5px;
}

.exteriorMapInput__attentionItem:last-child {
	margin-right: 0;
}

.exteriorMapInput .nextButton {
    width: 560px;
}

@media (min-width: 821px) {

	.exteriorMapInput .nextButton {
		width: 364px;
	}
}

@media (min-width: 821px) {

	.interiorEquipment {
		padding-top: 40px;
	}

	.interiorEquipment .select,
    .interiorEquipment .input-field {
      height: 50px;
	}
}

.interiorEquipment__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.interiorEquipment .select {
    width: 100%;
}

.interiorEquipment .inputWrapper {
    margin-top: 18px;
    width: 100%;
}

.interiorEquipment .inputWrapper .inputLabel {
      font-weight: 700;
    }

@media (min-width: 821px) {

	.interiorEquipment .item-selector {
		align-items: flex-end;
	}
}

.interiorEquipment .nextButton {
    width: 364px;
}

.interiorEquipment__body {
    width: 590px;
    margin: 20px auto;
    padding: 40px 0 30px;
    text-align: left;
}

@media (min-width: 821px) {

	.interiorEquipment__body {
		width: 824px;
		margin: 40px auto;
	}
}

.interiorEquipment__wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.interiorEquipment__wrapper {
		display: block;
		margin-bottom: 40px;
	}
}

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

.interiorEquipment__wrapper__base {
      justify-content: baseline;
}

.interiorEquipment__wrapper .roundCornerCheckBox__label {
      font-size: 10px;
}

.interiorEquipment__wrapper__otherEquipment {
      justify-content: baseline;
}

@media (min-width: 821px) {

	.interiorEquipment__wrapper__otherEquipment {
		display: flex;
	}
}

.interiorEquipment__naviWrapper {
    width: 168px;
}

@media (min-width: 821px) {

	.interiorEquipment__naviWrapper {
		width: auto;
		margin-bottom: 28px;
	}
}

.interiorEquipment__naviItem {
    width: 80px;
    margin-bottom: 4px;
}

@media (min-width: 821px) {

	.interiorEquipment__naviItem {
		width: 80px;
		margin-bottom: 0;
	}
}

.interiorEquipment__naviItem [for="audio-4"] span {
        letter-spacing: -0.1em;
      }

.interiorEquipment__locationWrapper {
    width: 208px;
}

@media (min-width: 821px) {

	.interiorEquipment__locationWrapper {
		width: auto;
		display: block;
	}

	.interiorEquipment__locationWrapper .item-selector__item,
      .interiorEquipment__locationWrapper .item-selector__label {
        width: 100px;
        margin-bottom: 0;
	}
}

.interiorEquipment__locationItem {
    width: 100px;
    right: 4px;
    bottom: 4px;
    position: absolute;
}

@media (min-width: 821px) {

	.interiorEquipment__locationItem {
		position: static;
		width: 128px;
		margin-left: 6px;
	}
}

.interiorEquipment__tvWrapper,
  .interiorEquipment__monitorWrapper {
    width: 365px;
}

@media (min-width: 821px) {

	.interiorEquipment__tvWrapper,
  .interiorEquipment__monitorWrapper {
		width: auto;
		display: inline-block;
	}
}

.interiorEquipment__tvItem,
  .interiorEquipment__monitorItem  {
    width: 80px;
    vertical-align: top;
}

@media (min-width: 821px) {

	.interiorEquipment__tvItem,
  .interiorEquipment__monitorItem  {
		width: 100px;
	}
}

.interiorEquipment__tvSelect,
  .interiorEquipment__monitorSelect,
  .interiorEquipment__audioSelect,
  .interiorEquipment__seatSelect {
    width: 184px;
    margin: 24px 0 0 4px;
}

@media (min-width: 821px) {

	.interiorEquipment__tvSelect,
  .interiorEquipment__monitorSelect,
  .interiorEquipment__audioSelect,
  .interiorEquipment__seatSelect {
		position: static;
		width: 180px;
		margin-top: 31px;
		margin-left: 6px;
	}
}

.interiorEquipment__backCamera {
    margin-left: 20px;
}

@media (min-width: 821px) {

	.interiorEquipment__backCamera {
		width: auto;
		display: inline-block;
		margin-left: 40px;
	}

	.interiorEquipment__backCamera .item-selector__item,
      .interiorEquipment__backCamera .item-selector__label {
        width: 128px;
	}
}

.interiorEquipment__slideDoorWrapper {
    margin-left: 20px;
}

@media (min-width: 821px) {

	.interiorEquipment__slideDoorWrapper {
		width: auto;
		display: inline-block;
		margin-left: 32px;
	}
}

.interiorEquipment__backCameraItem {
    width: 100px;
}

.interiorEquipment__slideDoorItem,
  .interiorEquipment__sunroofItem,
  .interiorEquipment__audioItem,
  .interiorEquipment__seatItem  {
    width: 80px;
}

.interiorEquipment__audioWrapper {
    width: 100%;
}

@media (min-width: 821px) {

	.interiorEquipment__audioWrapper {
		width: auto;
		display: inline-block;
	}

	.interiorEquipment__audioWrapper .item-selector__item,
      .interiorEquipment__audioWrapper .item-selector__label {
        width: 80px;
	}
}

.interiorEquipment__sunroofWrapper {
    width: 168px;
}

@media (min-width: 821px) {

	.interiorEquipment__sunroofWrapper {
		width: auto;
		display: inline-block;
	}

	.interiorEquipment__sunroofWrapper .item-selector__item,
      .interiorEquipment__sunroofWrapper .item-selector__label {
        width: 100px;
	}
}

.interiorEquipment__seatWrapper {
    width: 392px;
    margin-left: 20px;
}

@media (min-width: 821px) {

	.interiorEquipment__seatWrapper {
		width: auto;
		display: inline-block;
		margin-left: 32px;
	}
}

.interiorEquipment__seatWrapper .interiorEquipment__naviItem {
      width: 100px;
}

.interiorEquipment__otherEquipment {
    width: 227px;
}

@media (min-width: 821px) {

	.interiorEquipment__otherEquipment {
		width: auto;
		display: inline-block;
	}

	.interiorEquipment__otherEquipment .item-selector__item,
      .interiorEquipment__otherEquipment .item-selector__label {
        width: 80px;
	}
}

.interiorEquipment__otherEquipmentTitle {
    font-size: 12px;
    font-weight: 700;
}

.interiorEquipment__otherEquipmentButton {
    width: 227px;
    height: 76px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    margin-top: 5px;
}

@media (min-width: 821px) {

	.interiorEquipment__otherEquipmentButton {
		width: 240px;
		height: 100px;
		font-size: 12px;
		border-radius: 6px;
	}
}

.interiorEquipment__registeredEquipment {
    width: 282px;
    margin-left: 20px;
    margin-top: 20px;
}

@media (min-width: 821px) {

	.interiorEquipment__registeredEquipment {
		width: auto;
	}
}

.interiorEquipment__registeredEquipmentTitle {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 821px) {

	.interiorEquipment__registeredEquipmentTitle {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

.interiorEquipment__registeredEquipmentBody {
    font-size: 8px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorEquipment__registeredEquipmentBody {
		font-size: 10px;
	}
}

@media (min-width: 821px) {

	.interiorEvaluation .select,
    .interiorEvaluation .input-field {
      width: 96px;
      height: 50px;
	}

	.interiorEvaluation .item-selector {
      align-items: flex-end;
	}

	.interiorEvaluation .item-selector__item {
      margin-bottom: 0;
	}

	.interiorEvaluation .interiorEquipment__locationItem {
      width: 96px;
	}
}

.interiorEvaluation .input__wrapper {
    margin-top: 26px;
    width: 100%;
}

.interiorEvaluation .input__wrapper .inputLabel {
      font-weight: 700;
    }

.interiorEvaluation__body {
    position: absolute;
    width: 590px;
    margin: 20px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 821px) {

	.interiorEvaluation__body {
		width: 824px;
		top: 60px;
		margin: 50px auto;
	}

	.interiorEvaluation__body .item-selector__item {
        width: 80px;
	}
        .interiorEvaluation__body .item-selector--multi .item-selector__item,
        .interiorEvaluation__body .item-selector--multi .item-selector__label {
          width: 92px;
        }
}

.interiorEvaluation__wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.interiorEvaluation__wrapper {
		margin-bottom: 40px;
		display: block;
	}
}

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

.interiorEvaluation__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.interiorEvaluation__label {
    width: 80px;
    font-size: 10px;
    font-weight: 700;
}

.interiorEvaluation__label--check {
      width: 100px;
    }

.interiorEvaluation__evaluation {
    width: 252px;
}

.interiorEvaluation__evaluation .item-selector__label {
	font-size: 12px;
}

@media (min-width: 821px) {

	.interiorEvaluation__evaluation {
		width: auto;
		margin-bottom: 40px;
	}

	.interiorEvaluation__evaluation .item-selector__label {
		font-size: 12px;
	}
}

.interiorEvaluation__remarks {
    width: 312px;
}

@media (min-width: 821px) {

	.interiorEvaluation__remarks {
		width: auto;
	}
}

.interiorEvaluation__bug {
    width: 416px;
}

@media (min-width: 821px) {

	.interiorEvaluation__bug {
		width: auto;
	}
}

.interiorEvaluation .nextButton {
    margin-top: 65px;
}

@media (min-width: 821px) {

	.interiorEvaluation .nextButton {
		width: 364px;
	}
}

.interiorEvaluation__restorationContents {
    width: 100%;
    height: 232px;
    background: #EFF0F0;
    display: flex;
    justify-content: space-around;
    align-items: top;
}

@media (min-width: 821px) {

	.interiorEvaluation__restorationContents {
		height: auto;
	}
}

.interiorEvaluation__exploded {
    position: relative;
    /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
    width: 200px;
    height: 150px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 821px) {

	.interiorEvaluation__exploded {/** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 * */
		width: 440px;
		height: 330px;
	}
}

.interiorEvaluation__exploded--01 {
      background-image: url('../assets/images/car/in_01.png?v1609297f1e3');
}

.interiorEvaluation__exploded--02 {
      background-image: url('../assets/images/car/in_02.png?v1609297f1e3');
}

.interiorEvaluation__exploded--03 {
      background-image: url('../assets/images/car/in_03.png?v1609297f1e3');
}

.interiorEvaluation__exploded--04 {
      background-image: url('../assets/images/car/in_04.png?v1609297f1e7');
}

.interiorEvaluation__exploded--05 {
      background-image: url('../assets/images/car/in_05.png?v1609297f1e7');
}

.interiorEvaluation__exploded--06 {
      background-image: url('../assets/images/car/in_06.png?v1609297f1e7');
}

.interiorEvaluation__exploded--07 {
      background-image: url('../assets/images/car/in_07.png?v1609297f1e7');
}

.interiorEvaluation__exploded--08 {
      background-image: url('../assets/images/car/in_08.png?v1609297f1e7');
}

.interiorEvaluation__exploded--09 {
      background-image: url('../assets/images/car/in_09.png?v1609297f1e7');
}

.interiorEvaluation__selectArea {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.interiorEvaluation__restorationContents {
    padding: 30px 0;
}

@media (min-width: 821px) {

	.interiorEvaluation__restorationContents {
		padding: 60px 0;
	}
}

.interiorEvaluation__restorationContentsList {
    width: 200px;
}

@media (min-width: 821px) {

	.interiorEvaluation__restorationContentsList {
		width: 438px;
	}
}

.interiorEvaluation__otherField {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-top: 15px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorEvaluation__otherField {
		font-size: 14px;
		margin-top: 20px;
	}
}

.interiorEvaluation__otherText {
    margin-right: 8px;
}

.interiorEvaluation__restorationContentsTitle {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width: 821px) {

	.interiorEvaluation__restorationContentsTitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.interiorEvaluation__list {
    height: 160px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.interiorEvaluation__list {
		height: 300px;
	}
}

.interiorEvaluation__listItemWrapper {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

@media (min-width: 821px) {

	.interiorEvaluation__listItemWrapper {
		margin-bottom: 10px;
		font-size: 14px;
	}
}

.interiorEvaluation__listItem--parts {
    margin-left: 10px;
}

.interiorEvaluation__listItem--state {
    margin-left: 15px;
}

.interiorMapInput {
  padding-top: 40px;
  height: 100%;
  height: 100vh;
  background-color: var(--bg-gray);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

@media (min-width: 821px) {

	.interiorMapInput {
		padding-top: 60px;
	}
}

.interiorMapInput__title {
    margin-top: 12px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 821px) {

	.interiorMapInput__title {
		margin-top: 40px;
		font-size: 16px;
	}
}

.interiorMapInput__explodedViewArea {
    width: 59%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.interiorMapInput__explodedViewArea {
		width: calc(100% - 396px);
	}
}

.interiorMapInput__exploded {
    position: relative;
    /** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 **/
    width: 280px;
    height: 210px;
    margin: 16px auto 0;
    background-size: contain;
    background-position: center;
}

@media (min-width: 821px) {

	.interiorMapInput__exploded {/** width:height = 840:630 となるようにしないと展開図のマッピングがズレるので注意 * */
		width: 628px;
		height: 471px;
		background-size: contain;
		margin: -25px auto;
	}
}

.interiorMapInput__exploded--01 {
      background-image: url('../assets/images/car/in_01.png?v1609297f1e3');
}

.interiorMapInput__exploded--02 {
      background-image: url('../assets/images/car/in_02.png?v1609297f1e3');
}

.interiorMapInput__exploded--03 {
      background-image: url('../assets/images/car/in_03.png?v1609297f1e3');
}

.interiorMapInput__exploded--04 {
      background-image: url('../assets/images/car/in_04.png?v1609297f1e7');
}

.interiorMapInput__exploded--05 {
      background-image: url('../assets/images/car/in_05.png?v1609297f1e7');
}

.interiorMapInput__exploded--06 {
      background-image: url('../assets/images/car/in_06.png?v1609297f1e7');
}

.interiorMapInput__exploded--07 {
      background-image: url('../assets/images/car/in_07.png?v1609297f1e7');
}

.interiorMapInput__exploded--08 {
      background-image: url('../assets/images/car/in_08.png?v1609297f1e7');
}

.interiorMapInput__exploded--09 {
      background-image: url('../assets/images/car/in_09.png?v1609297f1e7');
}

.interiorMapInput__stateListArea {
    width: 41%;
    position: relative;
}

@media (min-width: 821px) {

	.interiorMapInput__stateListArea {
		width: auto;
	}

	.interiorMapInput__stateListArea .interiorMapInput__title {
        width: 396px;
        margin-top: 40px;
	}
}

.interiorMapInput__selectArea {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.interiorMapInput__selectArea:active {
	opacity: 0.6;
}

@media (min-width: 821px) {

	.interiorMapInput__selectArea {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

.interiorMapInput__items {
    height: calc(100% - 32px);
    margin-top: 10px;
    padding: 5px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
}

@media (min-width: 821px) {

	.interiorMapInput__items {
		top: 60px;
		padding: 5px 32px 110px;
	}
}

.interiorMapInput__buttonWrapper {
    margin: 10px 0;
    text-align: center;
}

.interiorMapInput__interiorButton,
  .interiorMapInput__otherButton {
    min-width: 120px;
    height: 36px;
    font-size: 10px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorMapInput__interiorButton,
  .interiorMapInput__otherButton {
		min-width: 105px;
		height: 38px;
		border-radius: 38px;
		font-size: 12px;
	}
}

.interiorMapInput__interiorButton {
    margin-right: 20px;
}

.interiorMapInput__otherField {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorMapInput__otherField {
		font-size: 14px;
		margin-bottom: 50px;
	}
}

.interiorMapInput__otherText {
    margin-right: 8px;
}

.interiorMapInput__attentionItem {
    margin-right: 5px;
}

.interiorMapInput__attentionItem:last-child {
	margin-right: 0;
}

.interiorMapInput .nextButton {
    width: 364px;
}

.interiorMapInputItem {
  width: 100%;
  min-height: 48px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 821px) {

	.interiorMapInputItem {
		height: 72px;
		margin-bottom: 10px;
	}
}

.interiorMapInputItem__attentionPointWrapper {
    display: inline-block;
    margin-right: 16px;
    margin-left: 8px;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.interiorMapInputItem__attentionPointWrapper {
		margin-left: 12px;
	}
}

.interiorMapInputItem__partsWrapper {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 821px) {

	.interiorMapInputItem__partsWrapper {
		width: 75%;
	}
}

.interiorMapInputItem__parts {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 3px;
}

@media (min-width: 821px) {

	.interiorMapInputItem__parts {
		font-size: 12px;
	}
}

.interiorMapInputItem__state {
    font-size: 8px;
}

@media (min-width: 821px) {

	.interiorMapInputItem__state {
		font-size: 10px;
	}
}

.interiorMapInputItem__buttons {
    display: inline-block;
    float: right;
    top: 50%;
    right: 8px;
    position: absolute;
    transform:  translateY(-50%);
}

.interiorMapInputItem__buttons .partsStateIcon {
      vertical-align: bottom;
    }

.interiorMapInputItem__buttons .partsStateDelete {
      vertical-align: middle;
      margin-left: 16px;
    }

.interiorMemoRegistration {
  text-align: center;
}

@media (min-width: 821px) {

	.interiorMemoRegistration {
		width: 560px;
		height: 446px;
		font-size: 12px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.interiorMemoRegistration__wrapper {
    position: relative;
}

.interiorMemoRegistration__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__title {
		margin-bottom: 4px;
		font-size: 16px;
	}
}

.interiorMemoRegistration__line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #DADDE3;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__line {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

.interiorMemoRegistration__memo {
    width: 100%;
    height: 140px;
    background: var(--box-gray01);
    border: none;
    border-radius: 12px;
    padding: 1em;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__memo {
		height: 218px;
	}
}

.interiorMemoRegistration__buttonWrapper {
    margin-top: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__buttonWrapper {
		margin-top: 38px;
	}
}

.interiorMemoRegistration__memoButton {
    min-width: 258px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__memoButton {
		min-width: 346px;
		height: 50px;
		font-size: 16px;
	}
}

.interiorMemoRegistration__deleteButton {
    min-width: 120px;
}

@media (min-width: 821px) {

	.interiorMemoRegistration__deleteButton {
		min-width: 164px;
		height: 50px;
		font-size: 16px;
	}
}

.mileageInput {
  position: absolute;
  width: 100%;
  padding: 40px 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 34px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 821px) {

	.mileageInput .input-field {
      height: 50px;
      font-size: 14px;
	}

	.mileageInput .select__field {
      height: 50px;
      font-size: 14px;
	}
}

.mileageInput .select {
    width: 100%;
}

.mileageInput .input__label {
    width: 100%;
}

.mileageInput .select__title {
    font-size: 14px;
}

.mileageInput__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

@media (min-width: 821px) {

	.mileageInput__title {
		font-size: 14px;
	}
}

.mileageInput__label {
    font-size: 10px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.mileageInput__label {
		height: 50px;
		font-size: 12px;
	}
}

.mileageInput__label--wide {
      padding: 0;
}

.mileageInput .inputWrapper {
    margin-top: 18px;
    width: 100%;
}

.mileageInput .inputWrapper .inputLabel {
      font-weight: 700;
    }

.mileageInput__body {
    position: relative;
    width: 590px;
    margin: 0 auto;
}

@media (min-width: 821px) {

	.mileageInput__body {
		width: 824px;
		margin: 40px auto;
	}

	.mileageInput__body .nextButton {
        width: 364px;
	}
}

.mileageInput__wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
}

@media (min-width: 821px) {

	.mileageInput__wrapper {
		justify-content: flex-start;
		margin-bottom: 25px;
	}

	.mileageInput__wrapper--spBlock {
        display: block;
	}
}

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

.mileageInput__wrapper__base {
      justify-content: baseline;
}

.mileageInput__wrapper__exchangeRecord {
      flex-wrap: wrap;
      justify-content: flex-end;
      position: relative;
      margin-bottom: 0;
}

.mileageInput__wrapper__exchangeRecordInput {
      position: relative;
}

@media (min-width: 821px) {

	.mileageInput__wrapper__exchangeRecordInput {
		width: 264px;
	}
}

.mileageInput__wrapper__exchangeRecordInput .input-field {
	padding-right: 110px;
	width: 170px;
}

@media (min-width: 821px) {

	.mileageInput__wrapper__exchangeRecordInput .input-field {
		width: 264px;
		padding-right: 130px;
	}
}

.mileageInput__wrapper__exchangeRecordInput .input__numPlaceholder {
	text-align: right;
	width: 84px;
}

.mileageInput__wrapper__exchangeRecordInput .errorMessage {
        margin-bottom: -15px;
}

@media (min-width: 821px) {

	.mileageInput__wrapper__exchangeRecordInput .errorMessage {
		margin-bottom: -17px;
	}
}

.mileageInput__meter {
    width: 214px;
    position: relative;
}

@media (min-width: 821px) {

	.mileageInput__meter {
		width: 264px;
		margin-right: 32px;
	}
}

.mileageInput__meter .input__placeholder {
      left: auto;
      right: 30px;
}

.mileageInput__meter .input-field--placeholder {
      padding-right: 50px;
      padding-left: 20px;
}

.mileageInput__titleWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mileageInput__exchangeWrapper {
    width: 348px;
}

@media (min-width: 821px) {

	.mileageInput__exchangeWrapper {
		width: auto;
	}
}

.mileageInput__exchange {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mileageInput__exchange .item-selector__item,
    .mileageInput__exchange .item-selector__label {
	width: 66px;
}

@media (min-width: 821px) {

	.mileageInput__exchange .item-selector__item,
    .mileageInput__exchange .item-selector__label {
		width: 80px;
	}
}

.mileageInput__meterHistory {
    width: 510px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (min-width: 821px) {

	.mileageInput__meterHistory {
		width: 644px;
	}
}

.mileageInput__exchangeRecord--year {
      width: 128px;
    }

@media (min-width: 821px) {

	.mileageInput__exchangeRecord--year {
		width: 156px;
	}
}

.mileageInput__exchangeRecord--month,
    .mileageInput__exchangeRecord--day {
      width: 100px;
}

.mileageInput__exchangeItem {
    width: 60px;
    vertical-align: bottom;
    margin-bottom: 0;
}

@media (min-width: 821px) {

	.mileageInput__exchangeItem {
		width: 100px;
	}
}

.mileageInput__recycleItem {
    vertical-align: bottom;
    margin-bottom: 0;
}

.mileageInput__caution {
    color: var(--accent-red);
    font-size: 8px;
    font-weight: 700;
    margin-left: 5px;
}

@media (min-width: 821px) {

	.mileageInput__caution {
		font-size: 14px;
		margin-bottom: 5px;
	}
}

.mileageInput__exchangeRecordLabel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 5px auto auto;
    height: 10px;
    width: 100px;
    font-size: 8px;
    line-height: 1;
    text-align: right;
}

@media (min-width: 821px) {

	.mileageInput__exchangeRecordLabel {
		font-size: 12px;
		width: 130px;
	}
}

.mileageInput__totalDistance {
    display: flex;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    right: 0;
    width: 100%;
    align-items: flex-end;
}

@media (min-width: 821px) {

	.mileageInput__totalDistance {
		margin-top: 25px;
		margin-bottom: 60px;
	}
}

.mileageInput__totalDistance__inner {
      position: absolute;
      right: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      border-bottom: solid 1px var(--border-color);
      text-align: right;
      margin-top: 12px;
}

@media (min-width: 821px) {

	.mileageInput__totalDistance__inner {
		width: 296px;
		font-size: 14px;
		margin-top: 15px;
	}
}

.mileageInput__totalDistance__inner__wrap {
        position: relative;
}

.mileageInput__totalDistance__inner__title {
        width: 100%;
        font-size: 10px;
}

@media (min-width: 821px) {

	.mileageInput__totalDistance__inner__title {
		font-size: 12px;
		font-weight: 700;
	}
}

.mileageInput__totalDistance__inner__input {
        width: 100%;
        height: auto;
        text-align: right;
        border: none;
}

.mileageInput__shift {
    width: 124px;
}

@media (min-width: 821px) {

	.mileageInput__shift {
		margin-right: 32px;
		width: 132px;
	}
}

@media (min-width: 821px) {

	.mileageInput__shift .select__row {
		height: 42px;
	}
}

.mileageInput__interiorColor {
    width: 225px;
}

@media (min-width: 821px) {

	.mileageInput__interiorColor {
		margin-right: 32px;
		width: 232px;
	}
}

.mileageInput__displacement {
    width: 200px;
    position: relative;
}

.mileageInput__displacement .input__placeholder {
      left: auto;
      right: 30px;
    }

.mileageInput__displacement .input-field--placeholder {
      padding-right: 50px;
      padding-left: 20px;
    }

@media (min-width: 821px) {

	.mileageInput__displacement {
		width: 264px;
	}
}

.mileageInput__handleWrapper {
    width: 124px;
    margin-right: 20px;
}

@media (min-width: 821px) {

	.mileageInput__handleWrapper {
		margin-right: 32px;
		width: auto;
		display: flex;
	}
}

.mileageInput__handle {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mileageInput__handle .item-selector__item {
      width: 60px;
      vertical-align: bottom;
      margin-bottom: 0;
    }

@media (min-width: 821px) {

	.mileageInput__handle .item-selector__item {
		width: 80px;
	}
}

.mileageInput__deposit {
    width: 100px;
    margin-right: 4px;
}

@media (min-width: 821px) {

	.mileageInput__deposit {
		width: auto;
		margin-right: 8px;
	}
}

.mileageInput__recycle {
    width: 263px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.mileageInput__recycle {
		width: auto;
	}

	.mileageInput__recycle .item-selector__label {
        width: 92px;
	}
}

.mileageInput__depositField {
    width: 160px;
}

@media (min-width: 821px) {

	.mileageInput__depositField {
		width: 132px;
	}
}

.mileageInput__interiorEquipmentWrapper {
    width: 308px;
}

@media (min-width: 821px) {

	.mileageInput__interiorEquipmentWrapper {
		width: auto;
	}
}

.mileageInput__interiorEquipment {
    width: 315px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.mileageInput__interiorEquipment {
		width: auto;
	}

	.mileageInput__interiorEquipment .item-selector__label,
      .mileageInput__interiorEquipment .input-field {
        width: 92px;
	}
}

.mileageInput__interiorEquipment .item-selector {
      align-items: flex-end;
}

@media (min-width: 821px) {

	.mileageInput__interiorEquipment .item-selector__item {
		margin-bottom: 0;
	}
}

.mileageInput__interiorEquipmentItem {
    width: 100px;
    right: 6px;
    bottom: 4px;
    position: absolute;
}

@media (min-width: 821px) {

	.mileageInput__interiorEquipmentItem {
		width: auto;
		position: static;
		margin-left: 6px;
	}
}

.mileageInput__airConditionerWrapper {
    width: 254px;
    margin-bottom: 20px;
}

@media (min-width: 821px) {

	.mileageInput__airConditionerWrapper {
		width: auto;
		margin-bottom: 0;
	}
}

.mileageInput__airConditioner {
    width: 254px;
    display: flex;
}

@media (min-width: 821px) {

	.mileageInput__airConditioner {
		width: auto;
	}

	.mileageInput__airConditioner .item-selector__item {
        width: 80px;
	}

	.mileageInput__airConditioner .item-selector__label {
        width: 80px;
	}
}

.mileageInput__airConditionertItem {
    width: 80px;
    margin-bottom: 2px;
}

.mileageInput__employeeNumber {
    position: absolute;
    top: -20px;
    right: 0;
    border: solid 2px #4585B4;
    height: 24px;
    display: flex;
    width: 180px;
}

@media (min-width: 821px) {

	.mileageInput__employeeNumber {
		width: 270px;
		height: 36px;
		font-size: 15px;
	}
}

.mileageInput__employeeNumber__title {
      width: 90px;
      background: #4585B4;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
}

@media (min-width: 821px) {

	.mileageInput__employeeNumber__title {
		width: 135px;
	}
}

.mileageInput__employeeNumber__body {
      width: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 700;
}

@media (min-width: 821px) {

	.mileageInput__employeeNumber__body {
		width: 135px;
	}
}

@media (min-width: 821px) {

	.motiveTimeInput {
		padding-top: 60px;
	}
}

.motiveTimeInput .select {
    width: 100%;
}

.motiveTimeInput .input__wrapper {
    margin-top: 26px;
    width: 100%;
}

.motiveTimeInput .input__wrapper .inputLabel {
      font-weight: 700;
    }

.motiveTimeInput .doki .item-selector__item:nth-child(2) {
	margin-right: 100px;
}

@media (min-width: 821px) {

	.motiveTimeInput .doki .item-selector__label {
		font-size: 11px;
	}
}

.motiveTimeInput__body {
    position: absolute;
    width: 590px;
    margin: 20px auto;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 821px) {

	.motiveTimeInput__body {
		position: relative;
		top: 0;
		width: 824px;
		margin: 48px auto auto;
	}
}

.motiveTimeInput__wrapper {
    margin-bottom: 20px;
    display: flex;
    width:330px;
}

@media (min-width: 821px) {

	.motiveTimeInput__wrapper {
		display: block;
		margin-bottom: 40px;
	}
}

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

.motiveTimeInput__title {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

@media (min-width: 821px) {

	.motiveTimeInput__title {
		font-size: 16px;
	}
}

.motiveTimeInput__label {
    width: 100px;
    font-size: 10px;
    font-weight: 700;
    padding: 0 25px;
}

@media (min-width: 821px) {

	.motiveTimeInput__label {
		width: 128px;
		font-size: 14px;
		padding: 0 2em;
		border-radius: 20px;
	}
}

.motiveTimeInput .nextButton {
    margin-top: 80px;
}

@media (min-width: 821px) {

	.motiveTimeInput .nextButton {
		width: 364px;
		margin-top: 64px;
	}
}

.motiveTimeInput .item-selector__item:last-child {
	margin-right: 0;
}

.newAssessmentChecklist {
  text-align: center;
}

.newAssessmentChecklist .confirmButton {
    margin-top: 15px;
  }

@media (min-width: 821px) {

	.newAssessmentChecklist {
		margin: 0 auto;
		padding: 26px 100px 0;
	}

	.newAssessmentChecklist .confirmButton {
      width: 232px;
      margin: 15px 0 46px;
	}
}

.newAssessmentChecklist__title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.newAssessmentChecklist__title {
		font-size: 16px;
	}
}

.newAssessmentChecklist__line {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #DADDE3;
    padding:0;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.newAssessmentChecklist__line {
		margin-top: 16px;
		margin-bottom: 10px;
	}
}

.newAssessmentChecklist__buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 12px;
}

@media (min-width: 821px) {

	.newAssessmentChecklist__buttons {
		margin: 42px 0 68px;
	}
}

.newAssessmentChecklist__list {
    text-align: left;
    margin: 0 auto;
}

.newAssessmentChecklist__list__item {
      width: 100%;
      height: 32px;
      font-size: 12px;
      border-bottom:1px solid #F0F1F4;
      position: relative;
    }

@media (min-width: 821px) {

	.newAssessmentChecklist__list__item {
		height: 50px;
		font-size: 16px;
	}
}

.newAssessmentChecklist__list__item:last-child {
	border-bottom: none;
}

.newAssessmentChecklist__list__item__label {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
}

.newAssessmentChecklist__notification {
    font-size: 8px;
}

@media (min-width: 821px) {

	.newAssessmentChecklist__notification {
		font-size: 12px;
	}
}

.newAssessmentChecklist input[type="checkBox"] {
  vertical-align: middle;
  margin-right: 10px;
}

@media (min-width: 821px) {

	.newAssessmentChecklist input[type="checkBox"] {
		margin-right: 20px;
	}
}

.classification {
  text-align: center;
}

@media (min-width: 821px) {

	.classification {
		width: 560px;
		height: 450px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.classification__title {
    font-weight: 700;
    margin-top: 9px;
}

@media (min-width: 821px) {

	.classification__title {
		font-size: 16px;
		margin-top: 0;
	}
}

.classification__line {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #DADDE3;
    padding:0;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.classification__line {
		margin-top: 16px;
		margin-bottom: 10px;
	}
}

.classification .checkbox__warapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 821px) {

	.classification .checkbox__warapper {
		margin-top: 42px;
	}
}

.classification .checkbox__warapper .classification__checkbox {
      width: 190px;
      height: 150px;
      position: relative;
      border-radius: 10px;
      text-align: center;
      -webkit-appearance: none;
      background: white;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow: 0 0 20px rgba(123, 129, 144, .35);
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox {
		width: 264px;
		height: 200px;
	}
}

.classification .checkbox__warapper .classification__checkbox:checked {
	width: 47%;
	height: 150px;
	border-radius: 10px;
	text-align: center;
			-webkit-appearance: none;
			        appearance: none;
	background: #BEDBD7;
	box-shadow: 0 0 20px rgba(123, 129, 144, .35);
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox:checked {
		width: 264px;
		height: 200px;
	}
}

.classification .checkbox__warapper .classification__checkbox_miniCar:before {
      width: 52px;
      height: 40px;
      content: '';
      display: block;
      margin: 40px auto 10px;
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -100px -50px;
      background-size: 240px 204px;
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox_miniCar:before {
		width: 80px;
		height: 58px;
		margin: 55px auto 14px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: 0px -66px;
		background-size: 220px 216px;
	}
}

.classification .checkbox__warapper .classification__checkbox_miniCar:before:checked {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -100px -50px;
	background-size: 240px 204px;
}

.classification .checkbox__warapper .classification__checkbox_miniCar:after {
      content: "軽自動車";
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #7B8190;
      margin: 0 auto;
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox_miniCar:after {
		font-size: 16px;
		font-weight: 700;
	}
}

.classification .checkbox__warapper .classification__checkbox_ordinaryCar::before {
      width: 80px;
      height: 40px;
      content: '';
      display: block;
      margin: 40px auto 10px;
      background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
      background-position: -100px 0px;
      background-size: 240px 204px;
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox_ordinaryCar::before {
		width: 120px;
		height: 56px;
		margin: 50px auto 20px;
		background-image: url("../assets/images/_main_sprites.png?v19979d3d733");
		background-position: 0px 0px;
		background-size: 220px 216px;
	}
}

.classification .checkbox__warapper .classification__checkbox_ordinaryCar::before:checked {
	background-image: url("../assets/images/_main_sprites@2x.png?v19979d3d733");
	background-position: -100px 0px;
	background-size: 240px 204px;
}

.classification .checkbox__warapper .classification__checkbox_ordinaryCar:after {
      content: "普通自動車";
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #7B8190;
      margin: 0 auto;
}

@media (min-width: 821px) {

	.classification .checkbox__warapper .classification__checkbox_ordinaryCar:after {
		font-size: 16px;
		font-weight: 700;
	}
}

@media (min-width: 821px) {

	.classification .confirmButton {
		width: 232px;
		height: 50px;
		font-size: 16px;
	}
}

.newAssessmentGuide {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 821px) {

	.newAssessmentGuide {
		width: 560px;
		height: 530px;
		margin: 0 auto;
		padding-top: 26px;
	}
}

.newAssessmentGuide__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 821px) {

	.newAssessmentGuide__title {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 8px;
	}
}

@media (min-width: 821px) {

	.newAssessmentGuide__text {
		font-size: 12px;
	}
}

.newAssessmentGuide__line {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #DADDE3;
    padding:0;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (min-width: 821px) {

	.newAssessmentGuide__line {
		margin-top: 16px;
	}
}

.newAssessmentGuide__body {
    font-size: 8px;
}

@media (min-width: 821px) {

	.newAssessmentGuide__body {
		font-size: 12px;
	}
}

.newAssessmentGuide__Items {
    width:  100%;
    height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

@media (min-width: 821px) {

	.newAssessmentGuide__Items {
		height: 390px;
	}

	.newAssessmentGuide__Items .arrow.bottom:after,
      .newAssessmentGuide__Items .arrow.top:after,
      .newAssessmentGuide__Items .arrow.bottom:before,
      .newAssessmentGuide__Items .arrow.top:before,
      .newAssessmentGuide__Items  {
        top: 2em;
	}
}

.newAssessmentGuide__acordionWrapper {
    min-height: 310px;
}

.newAssessmentGuide__acordionList {
    border-bottom: solid 1px #F0F1F4;
    padding: 10px 0;
}

@media (min-width: 821px) {

	.newAssessmentGuide__acordionList {
		padding: 15px 0;
	}
}

.newAssessmentGuide__acordionList .acordion__title {
	font-size: 12px;
}

@media (min-width: 821px) {

	.newAssessmentGuide__acordionList .acordion__title {
		font-size: 16px;
	}
}

.newAssessmentGuide .confirmButton {
	margin: 10px auto auto;
	width: 400px;
}

@media (min-width: 821px) {

	.newAssessmentGuide .confirmButton {
		width: 232px;
		height: 50px;
		margin: 30px auto auto;
		width: 100%;
	}
}

.newAssessmentGuide__imageList {
    display: flex;
    width: 340px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 0;
}

@media (min-width: 821px) {

	.newAssessmentGuide__imageList {
		width: 524px;
		margin: 25px auto 0;
	}
}

.newAssessmentGuide__imageItem {
    flex-basis: 160px;
    margin-bottom: 20px;
}

@media (min-width: 821px) {

	.newAssessmentGuide__imageItem {
		flex-basis: 240px;
		margin-bottom: 40px;
	}
}

.newAssessmentGuide__image {
    width: 100%;
    height: auto;
}

.NewAssessmentPage__inputWrapper {
    position: relative;
    margin-top: 8px
  }

.NewAssessmentPage__inputWrapper:first-child {
	margin-top: 0;
}

@media (min-width: 821px) {

	.NewAssessmentPage__inputWrapper:first-child {
		margin-top: 8px;
	}
}

.NewAssessmentPage__parallelCar {
    position: absolute;
    top: 1px;
    right: 0;
}

.NewAssessmentPage__button-unknown {
    position: absolute;
    bottom: 17px;
    right: 5px;
    display: inline-block;
    width: 31px;
    height: 20px;
    margin-top: -10px;
    border: solid 2px var(--box-gray01);
    border-radius: 10px;
    font-size: 8px;
    color: var(--base-text-color);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.NewAssessmentPage__button-unknown:active {
	opacity: 0.6;
}

@media (min-width: 821px) {

	.NewAssessmentPage__button-unknown {
		font-size: 10px;
		width: 40px;
		height: 26px;
		border-radius: 13px;
		bottom: 13px;
		right: 8px;
	}
}

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

@media (min-width: 821px) {

	.NewAssessmentPage__form {
		display: block;
	}
}

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

.NewAssessmentPage1,
.NewAssessmentPage2,
.NewAssessmentPage3 {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding-top: 8px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1,
.NewAssessmentPage2,
.NewAssessmentPage3 {
		width: 100%;
		float: none;
		padding: 0;
	}
}

@media (min-width: 821px) {

	.NewAssessmentPage1 {
		padding-bottom: 24px;
	}
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form {
		display: block;
		width: auto;
		padding-right: 0;
		border-right: none;
	}
}

.NewAssessmentPage1 .NewAssessmentPage__form .inputWrapper {
	margin-top: 18px;
}

.NewAssessmentPage1 .NewAssessmentPage__form__leftBlock {
      flex: 1;
      margin-right: 11px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form__leftBlock {
		width: 100%;
		position: relative;
		margin-top: 8px;
		margin-right: auto;
		margin-left: auto;
	}
}

.NewAssessmentPage1 .NewAssessmentPage__form__centerBlock {
      flex: 1.3;
      margin-left: 11px;
      margin-right: 11px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form__centerBlock {
		width: 100%;
		position: relative;
		margin-top: 8px;
		margin-right: auto;
		margin-left: auto;
	}
}

.NewAssessmentPage1 .NewAssessmentPage__form__centerBlock:after {
	content: "";
	clear: both;
	display: block;
}

.NewAssessmentPage1 .NewAssessmentPage__form__rightBlock {
      flex: 1;
      margin-left: 11px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form__rightBlock {
		width: 100%;
		position: relative;
		margin-top: 8px;
		margin-right: auto;
		margin-left: auto;
	}
}

.NewAssessmentPage1 .NewAssessmentPage__form__firstYearRegistration {
      display: inline-block;
      flex: 2;
      margin-right: 2px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form__firstYearRegistration .select__title {
		text-align: left;
	}
}

.NewAssessmentPage1 .NewAssessmentPage__form__month {
      display: inline-block;
      flex: 1;
      margin-left: 2px;
}

@media (min-width: 821px) {

	.NewAssessmentPage1 .NewAssessmentPage__form__month .select__title {
		text-align: left;
	}
}

.NewAssessmentPage2 .select {
	margin-top: 0;
	margin-bottom: 0;
}

.NewAssessmentPage2 .NewAssessmentPage__form {
	margin-top: 15px;
}

@media (min-width: 821px) {

	.NewAssessmentPage2 .NewAssessmentPage__form {
		margin-top: 0;
	}
}

.NewAssessmentPage2 .NewAssessmentPage__form__leftBlock {
      flex: 1.5;
      padding-right: 16px;
      border-right: solid 2px var(--border-color);
}

@media (min-width: 821px) {

	.NewAssessmentPage2 .NewAssessmentPage__form__leftBlock {
		width: 100%;
		position: relative;
		border-right: none;
		padding-right: 0;
		padding-bottom: 0;
	}

	.NewAssessmentPage2 .NewAssessmentPage__form__leftBlock--blank {
          display: none;
	}
}

.NewAssessmentPage2 .NewAssessmentPage__form__centerBlock {
      flex: 2.2;
      padding-left: 16px;
      display: flex;
}

@media (min-width: 821px) {

	.NewAssessmentPage2 .NewAssessmentPage__form__centerBlock {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

.NewAssessmentPage2 .NewAssessmentPage__form__centerLeftBlock {
      flex: 1.3;
      margin-right: 11px;
}

@media (min-width: 821px) {

	.NewAssessmentPage2 .NewAssessmentPage__form__centerLeftBlock {
		margin-right: 0;
	}
}

.NewAssessmentPage2 .NewAssessmentPage__form__centerRightBlock {
      flex: 2;
      margin-left: 11px;
}

@media (min-width: 821px) {

	.NewAssessmentPage2 .NewAssessmentPage__form__centerRightBlock {
		margin-left: 0;
	}
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .item-selector__item {
		width: 104px;
		height: 40px;
		margin-bottom: 10px;
	}

	.NewAssessmentPage3 .item-selector__item:nth-child(2n) {
		margin-right: 0;
	}

	.NewAssessmentPage3 .item-selector__label {
		width: 104px;
		height: 40px;
	}
}

.NewAssessmentPage3 .NewAssessmentPage__text--sp {
      display: none;
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .NewAssessmentPage__text {
		display: none;
	}

	.NewAssessmentPage3 .NewAssessmentPage__text--sp {
        display: inline;
	}
}

.NewAssessmentPage3 .NewAssessmentPage__title {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .NewAssessmentPage__title {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
}

.NewAssessmentPage3 .NewAssessmentPage__form {
	margin-top: 15px;
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .NewAssessmentPage__form {
		display: block;
		width: auto;
		padding-right: 0;
		border-right: none;
	}
}

.NewAssessmentPage3 .NewAssessmentPage__form__leftBlock {
      flex: 1.3;
      padding-right: 20px;
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .NewAssessmentPage__form__leftBlock {
		display: block;
		margin-bottom: 8px;
		padding: 0;
	}
}

.NewAssessmentPage3 .NewAssessmentPage__form__leftBlock .roundCheckBox:last-child {
	margin-left: auto;
	margin-right: 36%;
}

.NewAssessmentPage3 .NewAssessmentPage__form__rightBlock {
      flex: 1;
}

@media (min-width: 821px) {

	.NewAssessmentPage3 .NewAssessmentPage__form__rightBlock {
		display: block;
		width: auto;
		padding-right: 0;
		border-right: none;
	}
}

.newAssessmentSearchItemBar {
  position: fixed;
  top: 40px;
  width: calc(100% - 20px);
  background: #7B8190;
  color: white;
  display: flex;
  height: 65px;
  align-items: center;
}

@media (min-width: 821px) {

	.newAssessmentSearchItemBar {
		position: absolute;
		width: auto;
		min-width: 860px;
		height: 90px;
		top: 60px;
		left: 0;
		right: 0;
	}
}

.newAssessmentSearchItemBar .ItemBar__LeftComponent {
	width: 6%;
	text-align: center;
}

@media (min-width: 821px) {

	.newAssessmentSearchItemBar .ItemBar__LeftComponent {
		font-size: 10px;
		width: auto;
		flex-basis: 110px;
	}
}

.newAssessmentSearchItemBar .ItemBar__RightComponent {
	width: 100%;
	height: 100%;
}

@media (min-width: 821px) {

	.newAssessmentSearchItemBar .ItemBar__RightComponent {
		font-size: 15px;
		width: auto;
		flex-grow: 1;
	}
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage {
      display: flex;
      height: 60%;
      align-items: center;
      text-align: center;
}

@media (min-width: 821px) {

	.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage {
		font-size: 10px;
		font-weight: 700;
		height: 54px;
	}
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__index {
	width: 5%;
	border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__modelSpecification {
	width: 10%;
	border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__section {
	width: 10%;
	border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__maker {
	width: 25%;
	border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__grade,
      .newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__model {
	width: 10%;
	border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__aliasModel,
        .newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__salesDate {
        width: 15%;
        border-right: solid 1px #989BA8;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__UpperStage .UpperStage__salesDate {
	border-right: none;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage {
      display: flex;
      background: #4E5869;
      width: 95%;
      height: 40%;
      align-items: center;
      text-align: center;
      margin: 0 auto;
}

@media (min-width: 821px) {

	.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage {
		font-size: 8px;
		height: 36px;
	}
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__door {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__shape {
	width: 5%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__ridingCapacity {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__shift {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__driveSystem {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__displacement {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__turbo {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__fuel {
	width: 5%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__sunroof {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__seats {
	width: 10%;
	border-right: solid 1px #667080;
}

.newAssessmentSearchItemBar .ItemBar__RightComponent__LowerStage .LowerStage__navi {
	width: 10%;
}

.newAssessmentSearchListItemWrapper {
  margin-top: 15px;
  width: 100%;
  background: #E5E9EA;
  overflow: hidden;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItemWrapper {
		width: auto;
		margin-top: 25px;
	}
}

.newAssessmentSearchListItem {
  background: white;
  display: flex;
  height: 82px;
  margin-bottom: 8px;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem {
		height: 108px;
	}
}

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

.newAssessmentSearchListItem .ItemBar__LeftComponent {
	width: 6%;
	text-align: center;
	font-size: 12px;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__LeftComponent {
		width: auto;
		font-size: 8px;
		flex-basis: 110px;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent {
	width: 100%;
	height: 100%;
	margin-left: 1px;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent {
		width: auto;
		font-size: 20px;
		flex-grow: 1;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage {
      display: flex;
      background: #E7EEF0;
      height: 30%;
      width: 95%;
      align-items: center;
      text-align: center;
      margin: 0 auto;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage {
		height: 36px;
		font-size: 8px;
		font-weight: 700;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__item {
	height: 15px;
	align-items: center;
	justify-content: center;
	border-right: solid 1px #DBDBDB;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__door {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__shape {
	width: 5%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__ridingCapacity {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__shift {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__driveSystem {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__displacement {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__turbo {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__fuel {
	width: 5%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__sunroof {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__seats {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__UpperStage .UpperStage__navi {
	width: 10%;
	border-right: none;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage {
      display: flex;
      width: 100%;
      height: 70%;
      align-items: center;
      text-align: center;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage {
		height: auto;
		margin: 17px 0;
		font-size: 10px;
		font-weight: 700;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__item {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 1px #DBDBDB;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__item {
		height: 35px;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__index {
	width: 5%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__modelSpecification {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__section {
	width: 10%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__maker {
	width: 25%;
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__grade,
      .newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__model {
	width: 10%;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__grade,
      .newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__model {
		font-size: 10px;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__aliasModel,
        .newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__salesDate {
        width: 15%;
}

@media (min-width: 821px) {

	.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__aliasModel,
        .newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__salesDate {
		font-size: 10px;
	}
}

.newAssessmentSearchListItem .ItemBar__RightComponent__LowerStage .LowerStage__salesDate {
	border-right: none;
}

.numberPlateInput {
  position: absolute;
  left: 150px;
  top: 12px;
  z-index: 201;
  background: white;
  padding: 12px;
  border-radius: 5px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .5));
}

@media (min-width: 821px) {

	.numberPlateInput {
		left: 150px;
		top: 45px;
		padding: 18px;
	}
}

.numberPlateInput:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent white transparent;
	position: absolute;
	left: -20px;
	transform: rotate(-90deg);
	top: 76px;
}

.numberPlateInput__inputArea {
    width: 227px;
    height: 138px;
    border-radius: 6px;
    border: solid 2px #B2BBC7;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 821px) {

	.numberPlateInput__inputArea {
		width: 300px;
		height: 166px;
	}
}

.numberPlateInput__buttonWrapper {
    margin-top: 12px;
}

.numberPlateInput__button {
    height: 32px;
    font-size: 10px;
    min-width: 100%;
}

@media (min-width: 821px) {

	.numberPlateInput__button {
		font-size: 16px;
	}
}

.numberPlateInput__button--cancel {
      height: 40px;
}

@media (min-width: 821px) {

	.numberPlateInput__button--cancel {
		height: 50px;
	}
}

.numberPlateInput__button--send {
      height: 86px;
      margin-bottom: 10px;
}

.numberPlateInput__inputList {
    width: 195px;
    margin: 0 auto 4px;
    display: flex;
    justify-content: center;
}

@media (min-width: 821px) {

	.numberPlateInput__inputList {
		width: 276px;
	}
}

.numberPlateInput__input {
    border: solid 1px #E7EEF0;
    position: relative;
    text-align: center;
}

.numberPlateInput__city {
    display: inline-block;
    border: solid 1px #E7EEF0;
    margin-right: 4px;
    position: relative;
}

.numberPlateInput__citySelect {
    width: 124px;
    height: 34px;
}

@media (min-width: 821px) {

	.numberPlateInput__citySelect {
		width: 168px;
		height: 50px;
	}
}

.numberPlateInput__cityValue {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    background-color: #fff;
    line-height: 36px;
    pointer-events: none;
}

@media (min-width: 821px) {

	.numberPlateInput__cityValue {
		line-height: 48px;
		font-size: 16px;
	}
}

.numberPlateInput__circel {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #9DA5AF;
    margin-right: 8px;
    margin-top: 5px;
}

.numberPlateInput__circel:last-child {
	margin-right: 0;
	margin-left: 8px;
}

.numberPlateInput__specNo {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    padding: 0 5px;
    text-align: center;
    line-height: 1.4;
}

@media (min-width: 821px) {

	.numberPlateInput__specNo {
		font-size: 30px;
		line-height: 78px;
	}
}

.numberPlateInput__number--small {
      width: 66px;
      height: 37px;
      font-size: 23px;
      font-weight: 700;
    }

@media (min-width: 821px) {

	.numberPlateInput__number--small {
		width: 100px;
		height: 50px;
		font-size: 16px;
	}
}

.numberPlateInput__hira {
    width: 44px;
    height: 44px;
    font-size: 27px;
    font-weight: 700;
    margin-right: 4px;
}

@media (min-width: 821px) {

	.numberPlateInput__hira {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
}

.numberPlateInput__bigWrapper {
    width: 144px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 821px) {

	.numberPlateInput__bigWrapper {
		width: 218px;
		height: 80px;
	}
}

.numberPlateInput__hyphen {
    font-size: 47px;
}

.numberPlateInput__layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 200;
}

.numberPlateInput__wrapper--hidden {
      display: none;
    }

.otherEquipmentRegistration,
.equipmentRegistration {
  text-align: center;
  width: 640px;
  height: 270px;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration,
.equipmentRegistration {
		width: 582px;
		height: auto;
		margin: 30px auto auto;
	}

	.otherEquipmentRegistration .item-selector__item,
    .otherEquipmentRegistration .item-selector__label,
    .equipmentRegistration .item-selector__item,
    .equipmentRegistration .item-selector__label {
      width: 176px;
      margin: 0 16px 8px 0;
	}
      .otherEquipmentRegistration .item-selector .item-selector__item:nth-child(3n), .equipmentRegistration .item-selector .item-selector__item:nth-child(3n) {
		margin-right: 0;
	}
}

.otherEquipmentRegistration__title, .equipmentRegistration__title {
    font-size: 14px;
    font-weight: 700;
    margin: 18px auto;
    line-height: 1;
    text-align: center;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__title, .equipmentRegistration__title {
		font-size: 16px;
		font-weight: 700;
	}
}

.otherEquipmentRegistration__line, .equipmentRegistration__line {
    display:block;
    width: 586px;
    height:1px;
    border:0;
    border-top:2px solid #DADDE3;
    padding:0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__line, .equipmentRegistration__line {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.otherEquipmentRegistration__lists, .equipmentRegistration__lists {
    height: 150px;
    margin-bottom: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__lists::-webkit-scrollbar, .equipmentRegistration__lists::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
	}

	.otherEquipmentRegistration__lists::-webkit-scrollbar-thumb, .equipmentRegistration__lists::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	.otherEquipmentRegistration__lists, .equipmentRegistration__lists {
		height: 347px;
		margin-bottom: 50px;
	}
}

.otherEquipmentRegistration__list, .equipmentRegistration__list {
    width: 100%;
    padding: 0 29px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__list, .equipmentRegistration__list {
		padding: 0;
	}
}

.otherEquipmentRegistration__list:last-child, .equipmentRegistration__list:last-child {
	margin-bottom: 0;
}

.otherEquipmentRegistration__list, .equipmentRegistration__list {
	text-align: left;
}

.otherEquipmentRegistration__listTitle, .equipmentRegistration__listTitle {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 7px;
}

.otherEquipmentRegistration__item, .equipmentRegistration__item {
    width: 112px;
    margin-bottom: 4px;
    vertical-align: top;
}

.otherEquipmentRegistration__item:last-child, .equipmentRegistration__item:last-child {
	margin-right: 0;
}

.otherEquipmentRegistration__registrationButton, .equipmentRegistration__registrationButton {
    width: 400px;
    height: 52px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__registrationButton, .equipmentRegistration__registrationButton {
		width: 364px;
		height: 50px;
		font-size: 16px;
		margin-bottom: 50px;
	}
}

.otherEquipmentRegistration__label, .equipmentRegistration__label {
    font-size: 10px;
    width: 112px;
    font-weight: 700;
}

@media (min-width: 821px) {

	.otherEquipmentRegistration__label, .equipmentRegistration__label {
		font-size: 12px;
	}
}

.liveSearchListItem {
  margin-bottom: 8px;
  height: 55px;
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

@media (min-width: 821px) {

	.liveSearchListItem {
		height: 90px;
	}
}

.liveSearchListItem__list {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 55px;
    width: 100%;
    margin-top: 2px;
    padding: 10px 0;
    font-weight: 700;
    list-style: none;
    transition-property:left;
    transition-duration: .5s;
}

@media (min-width: 821px) {

	.liveSearchListItem__list {
		height: 90px;
	}
}

.liveSearchListItem__list__open {
      left: -100px;
}

@media (min-width: 821px) {

	.liveSearchListItem__list__open {
		left: 0;
	}
}

.liveSearchListItem__listItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: solid 1px #DBDBDB;
    text-align: center;
}

@media (min-width: 821px) {

	.liveSearchListItem__listItem {
		font-size: 12px;
		font-weight: 700;
		height: 44px;
	}
}

.liveSearchListItem__listItem--motivation {
      width: 15%;
}

.liveSearchListItem__listItem--season {
      width: 10%;
}

.liveSearchListItem__listItem--season--unknown {
        color: var(--button-gray);
      }

.liveSearchListItem__listItem--maker {
      width: 25%;
}

@media (min-width: 821px) {

	.liveSearchListItem__listItem--maker {
		justify-content: flex-start;
	}
}

.liveSearchListItem__listItem--makerBody {
      width: 25%;
      text-align: left;
}

.liveSearchListItem__listItem--examiner {
      width: 10%;
}

.liveSearchListItem__listItem--shopNumber {
      width: 10%;
}

.liveSearchListItem__listItem--shopName  {
      width: 10%;
}

.liveSearchListItem__listItem--sendTime {
      width: 10%;
}

.liveSearchListItem__itemBody {
    width: 100%;
}

.liveSearchListItem__itemBody--maker {
      width: 14em;
      margin: 0 auto;
      text-align: left;
    }

@media (min-width: 821px) {

	.liveSearchListItem__itemBody--maker {
		width: 100%;
		padding: 0 16px;
	}
}

.liveSearchListItem__itemBody--season {
      font-size: 10px;
}

@media (min-width: 821px) {

	.liveSearchListItem__itemBody--season {
		font-size: 12px;
	}
}

.liveSearchListItem__itemBody--examiner,
    .liveSearchListItem__itemBody--shopName,
    .liveSearchListItem__itemBody--shopNumber {
      font-size: 10px;
}

@media (min-width: 821px) {

	.liveSearchListItem__itemBody--examiner,
    .liveSearchListItem__itemBody--shopName,
    .liveSearchListItem__itemBody--shopNumber {
		font-size: 12px;
	}
}

.liveSearchListItem__itemBody--sendTIme {
      text-align: center;
}

.liveSearchListItem__status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 35px;
    font-size: 8px;
    border-radius: 30px;
    color: var(--button-gray);
    border: solid 1px var(--button-gray);
}

@media (min-width: 821px) {

	.liveSearchListItem__status {
		width: 84px;
		height: 57px;
		font-size: 10px;
	}
}

.liveSearchListItem__status--new-contracted {
      color: var(--base-text-color);
      border: solid 1px var(--base-text-color);
}

.liveSearchListItem__status--new-review {
      color: var(--base-text-color);
      border: solid 1px var(--base-text-color);
}

.liveSearchListItem__status--used-contracted {
      color: var(--main-blue-color);
      border: solid 1px var(--main-blue-color);
}

.liveSearchListItem__status--used-review {
      color: var(--accent-red);
      border: solid 1px var(--accent-red);
}

.liveSearchListItem__status--noride {
      color: var(--base-text-color);
      border: solid 1px var(--base-text-color);
}

.liveSearchListItem__status--review {
      color: var(--accent-purple);
      border: solid 1px var(--accent-purple);
}

.liveSearchListItem__visitWrapper {
    width: 10%;
    display: flex;
    justify-content: flex-end;
}

.liveSearchListItem__visit {
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--main-green-color);
    border-radius: 30px;
    margin-right: 10px;
    color: var(--main-green-color);
    font-size: 8px;
}

@media (min-width: 821px) {

	.liveSearchListItem__visit {
		width: 56px;
		height: 35px;
		font-size: 12px;
	}
}

.liveSearchMenuPage {
  display: inline-block;
  width: 100%

}

.liveSearchMenuPage .select {
	margin-top: 0;
}

.liveSearchMenuPage .select .input-field {
	padding-right: 30px;
}

@media (min-width: 821px) {

	.liveSearchMenuPage .select__title,
  .liveSearchMenuPage .item-selector {/*text-align: left!important; */
	}
}

.liveSearchMenuPage .input__wrapper {
	margin-bottom: 7px;
}

.liveSearchMenuPage .item-selector__label {
	width: 78px;
	padding: 0;
	background-color: #B5E0FF;
}

@media (min-width: 821px) {

	.liveSearchMenuPage .item-selector__label {
		width: 106px;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage .item-selector__item {
		margin-right: 4px;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage .item-selector__item:last-child {
		margin-right: 0;
	}
}

.liveSearchMenuPage .item-selector__input:checked + .item-selector__label {
	background-color: var(--main-blue-color);
	color: var(--base-white-color);
}

.liveSearchMenuPage__form {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 821px) {

	.liveSearchMenuPage__form {
		display: block;
		padding-top: 0;
	}
}

.liveSearchMenuPage__store {
    display: inline-block;
    width: 160px;
    margin-right: 11px;
}

@media (min-width: 821px) {

	.liveSearchMenuPage__store {
		width: 100%;
		margin-right: 0;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage__store .item-selector__title {
		text-align: center;
		margin-left: 0;
	}
}

.liveSearchMenuPage__store .select,
    .liveSearchMenuPage__store .input {
      margin-bottom: 8px;
}

.liveSearchMenuPage__assessment {
    display: inline-block;
    flex: 5;
    margin-left: 11px;
    margin-right: 11px;
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment .dateWrapper {
		flex-wrap: wrap;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment .dateWrapper .dateWrapper__month, .liveSearchMenuPage__assessment .dateWrapper .dateWrapper__day {
		flex-basis: calc(50% - 4px);
		margin-left: 0;
		margin-top: 8px;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment .dateWrapper .dateWrapper__month .select__title, .liveSearchMenuPage__assessment .dateWrapper .dateWrapper__day .select__title {
		display: none;
	}
}

.liveSearchMenuPage__assessment .dateWrapper:first-child {
	margin-bottom: 8px;
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment .dateWrapper:first-child {
		width: 100%;
		margin-bottom: 16px;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment .dateWrapper:last-child .select__title {
		display: none;
	}
}

@media (min-width: 821px) {

	.liveSearchMenuPage__assessment {
		width: 100%;
		margin: auto;
	}
}

.liveSearchMenuPage__maker {
    display: inline-block;
    flex: 3;
    margin-left: 11px;
}

.liveSearchMenuPage__maker .select:first-child {
	margin-bottom: 8px;
}

@media (min-width: 821px) {

	.liveSearchMenuPage__maker {
		width: 100%;
		margin-top: 8px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*# sourceMappingURL=main.css.map */
