@charset "utf-8";
/************************************
 * REBORT *
************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/*dt {
  font-weight: 700;
}*/

dd {
  /*margin-bottom: .5rem;*/
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  /*margin-bottom: 0.5rem;*/
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/************************************
 * GRID *
************************************/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/************************************
 * MODAL *
************************************/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  background-clip: padding-box;
  outline: 0;
  padding: 20px 15px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  margin-bottom: 10px;
}
.modal-header .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.modal-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-img {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}
.modal-note {
  margin-bottom: 10px;
}
.modal-name {
  font-size: 19px;
  font-weight: 600;
}
.modal-name .unit {
  font-size: 16px;
  margin-left: 5px;
}
.modal-voice {
  display: flex;
  margin-bottom: 25px;
}
.modal-voice .user {
  width: 45px;
  min-width: 45px;
  margin-right: 7px;
}
.modal-voice .voice {
  position: relative;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 10px;
}
.modal-voice .voice::before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("https://remotelock.kke.co.jp/hubfs/lp/hotel//modal_bubble-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -9px;
}
.modal-voice .voice-title {
  font-weight: 600;
}
.modal-service {
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .modal-content {
    border-radius: 6px;
    padding: 30px;
  }
  .modal-header {
    margin-bottom: 30px;
  }
  .modal-title {
    font-size: 18px
  }
  .modal-header .close {
    width: 44px;
    height: 44px;
    top: 12px;
    right: 14px;
  }
  .modal-img {
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .modal-note {
    margin-bottom: 20px;
  }
  .modal-name {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .modal-name .unit {
    font-size: 20px;
  }
  .modal-voice .user {
    width: 53px;
    min-width: 53px;
    padding-top: 6px;
    margin-right: 20px;
  }
  .modal-voice .voice {
    border-radius: 6px;
    padding: 10px 15px;
  }
  .modal-voice .voice::before {
    width: 20px;
    height: 14px;
    background-image: url("https://remotelock.kke.co.jp/hubfs/lp/hotel//modal_bubble-pc.png");
    top: 26px;
    left: -17px;
  }
}

/************************************
 * SLOCK *
************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 45px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media print, screen and (min-width: 768px) {
  .slick-list {
    padding: 0 145px;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: 0;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 43px;
  height: 43px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  background-size: contain;
}
.slick-prev {
  left: 15px;
  background: url(https://remotelock.kke.co.jp/hubfs/lp/hotel/installation_arrow_prev.png) no-repeat;
}
.slick-next {
  right: 15px;
  background: url(https://remotelock.kke.co.jp/hubfs/lp/hotel/installation_arrow_next.png) no-repeat;
}
@media print, screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 37px;
    height: 76px;
  }
  .slick-prev {
    left: calc(50% - 537px)
  }
  .slick-next {
    right: calc(50% - 537px)
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  margin: 0 2.5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  .slick-dots {
    bottom: 18px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button,
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

/************************************
 * LAYOUT *
************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  color: #00001a;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-print-color-adjust: exact;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

a,
a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: 0;
}

img {
  width: 100%;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

.row-fluid [class*="span"] {
  float: none;
}

.main {
  padding-bottom: 124px;
}
@media print, screen and (min-width: 768px) {
  .main {
    padding-bottom: 100px;
  }
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.fc-orange {
  color: #fe5705;
}

@media print, screen and (min-width: 768px) {
  .header {
    background-image: url("https://2864453.fs1.hubspotusercontent-na1.net/hubfs/2864453/lp/hotel/heroheader_bg-pc.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
    margin-bottom: 80px;
  }
}


.heroheader {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heroheader {
    background-image: url("https://2864453.fs1.hubspotusercontent-na1.net/hubfs/2864453/lp/hotel/heroheader_bg-pc.jpg");
    background-size: cover;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroheader {
    padding: 170px 15px 80px;
  }
}
.heroheader img {
  width: auto;
}

.heroheader-2nd {
  text-align: center;
  padding: 0 40px;/*0 75px*/
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .heroheader-2nd {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.heroheader-2nd img {
  width: auto;
}
.heroheader-2nd .heroheader-2nd__note {
  font-size: 10px;
  text-align: left;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .heroheader-2nd .heroheader-2nd__note {
    text-align: center;
    font-size: 13px;
  }
}

.section .section__inner {
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section_01 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .section_01 {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .product {
    display: flex;
    justify-content: space-between;
  }
}
.product .product__item {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .product .product__item {
    width: 100%;
    max-width: 475px;
  }
}
@media print, screen and (min-width: 768px) {
  .product .product__item + .product__item {
    margin-left: 30px;
  }
}
.product .product__item .product__item--header {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #d1d1d0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .product .product__item .product__item--header {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 30px;
  }
}

.product-2nd {
  display: flex;
  justify-content: center;
}
.product-2nd .product-2nd__item.product-2nd__item02 {
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  .product-2nd .product-2nd__item.product-2nd__item02 {
    margin-left: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .product-2nd .product-2nd__item.product-2nd__item03 {
    margin-left: 5%;
  }
}
.product-2nd .product__item--card {
  text-align: center;
}
.product-2nd .product__item--img {
  padding: 0 10px;
}
.product-2nd .product__item--name {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .product-2nd .product__item--name {
    font-size: 14px;
    margin-top: 15px;
  }
}

.product_controler {
  position: relative;
}
.product_controler::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -30%;
  left: 0;
}

.linked {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .linked {
    margin-top: 100px;
  }
}
.linked .linked__header {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .linked .linked__header {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .logos__wrap {
    display: flex;
    justify-content: center;
  }
}
.logos__wrap .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos__wrap .logos .logos__item {
  padding: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .logos__wrap .logos .logos__item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .logos__wrap .logos.logos-2nd {
    padding: 0 12%;
    margin-top: 10px;
  }
}


.section_02 {
  background-color: #f0f1f1;
  padding: 30px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .section_02 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.trouble .trouble__header {
  text-align: center;
  margin-bottom: 30px;
}
.trouble .trouble__header h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble__header h1 {
    font-size: 32px;
  }
}
.trouble .trouble__header p {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble__header p {
    font-size: 20px;
  }
}
.trouble .trouble__body {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble-list {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .trouble .trouble-list__item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble-list__item {
    width: 33.3333%;
  }
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble-list__item + .trouble-list__item {
    margin-left: 18px;
  }
}
.trouble .trouble__item--img {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .trouble .trouble__item--img {
    padding: 0 42.5px;
  }
}
.trouble .trouble__note {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .trouble .trouble__note {
    font-size: 32px;
  }
}

.trouble-list-2nd {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .trouble-list-2nd {
    font-size: 12px;
  }
}
.trouble-list-2nd .trouble-list-2nd__item {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.trouble-list-2nd .trouble-list-2nd__item + .trouble-list-2nd__item {
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .trouble-list-2nd .trouble-list-2nd__item + .trouble-list-2nd__item {
    margin-top: 6px;
  }
}
.trouble-list-2nd .trouble_check {
  width: 15px;
  margin-right: 5px;
}


/*お悩み箇所section_02を縦並び＆どう解決するかまで見せてA/Bテストをするため再定義 20211209 kato S*/
.section_02_ver2 {
  background-color: #f0f1f1;
  padding: 30px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .section_02_ver2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section .section__inner_section02_ver2 {
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.trouble_ver2 .trouble__header_ver2 {
  text-align: center;
  margin-bottom: 30px;
}
.trouble_ver2 .trouble__header_ver2 h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .trouble_ver2 .trouble__header_ver2 h2 {
    font-size: 32px;
  }
}
.trouble_ver2 .trouble__header_ver2 p {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .trouble_ver2 .trouble__header_ver2 p {
    font-size: 20px;
  }
}
/*RemoteLOCKロゴ追加*/
.trouble_ver2 .trouble__header_logo{
  width:25%;
  padding:0 10px;
}
@media only screen and (max-width: 768px) {
  .trouble_ver2 .trouble__header_logo{
    width:35%;
    padding:0 10px;
  } 
}
.trouble_ver2 .trouble__body_ver2 {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .trouble_ver2 .trouble-list_ver2 {
    /*display: flex;*//*縦並びにする*/
  }
}
@media only screen and (max-width: 999px) {/*767px*/
  .trouble_ver2 .trouble-list__item_ver2 {
    margin-bottom: 30px;
  }
}
.trouble_ver2 .trouble-list__item_ver2 {
    width: 100%;
}
@media print, screen and (min-width: 1000px) {/*768px*/
  .trouble_ver2 .trouble-list__item_ver2 {
    /*width: 33.3333%;*//*横並びにするので幅制限をなくす*/
    display:flex;/*imageと文を横並びにする*/
    margin-left:100px;/*左側をきれいにそろえる*/
  }
}
/*横並びから縦並びになったので2,3個目の不要なマージンは削除*//*
@media print, screen and (min-width: 768px) {
  .trouble_ver2 .trouble-list__item_ver2 + .trouble-list__item_ver2 {
    margin-left: 18px;
  }
}
*/

.trouble_ver2 .trouble__item--img_ver2 {
  width: 80%;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .trouble_ver2 .trouble__item--img_ver2 {
    width: 30%;
    text-align: center;
    margin-bottom: 15px;
  }
}


.trouble_ver2 .trouble__note_ver2 {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .trouble_ver2 .trouble__note_ver2 {
    font-size: 32px;
  }
}

.trouble-list-2nd_ver2 {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .trouble-list-2nd_ver2 {
    font-size: 12px;
    margin-left:15px;/*追加*/
    /*上下中央左寄せ test*/
    display: flex;
    justify-content: center;/*-y方向は中央*/
    align-items: flex-start;/*＋x方向は左寄せ*/
    flex-direction: column;/*y方向にflex*/
  }
}
.trouble-list-2nd_ver2 .trouble-list-2nd__item_ver2 {
  text-indent: -1.6em;
  padding-left: 1.6em;
  font-size: 16px;
}
.trouble-list-2nd_ver2 .trouble-list-2nd__item_ver2 + .trouble-list-2nd__item_ver2 {
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .trouble-list-2nd_ver2 .trouble-list-2nd__item_ver2 + .trouble-list-2nd__item_ver2 {
    margin-top: 6px;
  }
}
/*解決テキストの概要を追記*/
.trouble-list-2nd_ver2 .trouble-list-3nd__item {
  text-indent: -1.6em;
  padding-left: 1.6em;
  font-size: 23px;
  margin-top:1.0em;
}


.trouble-list-2nd_ver2 .trouble_check_ver2 {
  width: 15px;
  margin-right: 5px;
}
/*解決テキストの概要を追記*/
.trouble-list-2nd_ver2 .trouble_arrow {
  width: 20px;
  margin-right: 5px;
  font-weight: 1000;
}
/*20211209 kato E*/

@media only screen and (max-width: 767px) {
  .section_03 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .whatis {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .whatis .whatis__img {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__img {
    width: 50%;
    min-width: 50%;
  }
}
.whatis .whatis__header p {
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__header p {
    font-size: 18px;
  }
}
.whatis .whatis__header h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .whatis .whatis__header h2 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__header h2 {
    font-size: 36px;
  }
}
.whatis .whatis__header h2 .font01 {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__header h2 .font01 {
    font-size: 20px;
  }
}
.whatis .whatis__header h2 .font02 {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__header h2 .font02 {
    font-size: 36px;
  }
}
.whatis .whatis__content {
  padding-right: 15px;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .whatis .whatis__content {
    padding-left: 40px;
  }
}
.whatis .whatis__content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 15px;
}

.section_04 {
  overflow: hidden;
}

.point .point__header {
  background-color: #032f3c;
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .point .point__header {
    padding: 18px 0;
    margin-bottom: 80px;
  }
}
.point .point__header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #032f3c transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
}
@media print, screen and (min-width: 768px) {
  .point .point__header::after {
    border-width: 22px 22px 0 22px;
    bottom: -22px;
    left: calc(50% - 20px);
  }
}
.point .point__header h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .point .point__header h2 {
    font-size: 32px;
  }
}
.point.point-2nd .point__header {
  margin-bottom: 0;
}

.point-box {
  position: relative;
}
.point-box + .point-box {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .point-box + .point-box {
    margin-top: 100px;
  }
}
.point-box .point-box__num {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .point-box .point-box__num {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__num {
    position: absolute;
    top: -70px;
    left: -150px;
  }
}
.point-box .point-box__num .point-box__num--inner {
  color: #e3e5e6;
  font-size: 100px;
  line-height: 1;
  border-bottom: 2px solid #fe5705;
  display: inline-block;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__num .point-box__num--inner {
    font-size: 200px;
  }
}
.point-box .point-box__header {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__header {
    margin-bottom: 30px;
  }
}
.point-box .point-box__header h2 {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__header h2 {
    font-size: 32px;
    text-align: left;
  }
}
.point-box .point-box__body h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__body h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 35px;
  }
}
.point-box .point-box__body p + p {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .point-box .point-box__body p + p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .point-box.point-box01 .point-box__body {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .point-box.point-box01 .point-box__body .point-box__img {
    min-width: 45%;
    margin-top: -30px;
    margin-right: -30px;
  }
}

.point-list__wrap + .point-list__wrap {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .point-list__wrap + .point-list__wrap {
    margin-top: 80px;
  }
}
.point-list__wrap .point-list__header {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #e3e5e6;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .point-list__wrap .point-list__header {
    padding: 15px 0;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .point-list {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .point-list .point-list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .point-list .point-list__item + .point-list__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .point-list .point-list__item + .point-list__item {
    margin-left: 18px;
  }
}
.point-list .point-list__img {
  text-align: center;
  padding: 0 70px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .point-list .point-list__img {
    padding: 0 46px;
  }
}
.point-list .point-list__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .point-list .point-list__title {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .point-list .point-list__description {
    font-size: 12px;
  }
}
.point-list.point-list-2nd .point-list__img {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .point-list.point-list-2nd .point-list__img {
    padding: 0 28px;
  }
}


/*section_04内の資料請求前のpをcenterにするクラスを定義*/
.section_04_p_center {
  font-size: 18px; 
  margin-top: 50px;/*余白調整*/
  text-align: center;
}
/*section_04内の資料請求前のpをcenterにするクラスを定義*/
.section_04_button_center{
  text-align: center;
  margin-bottom: 30px;
}

ul.h-systems {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;}

ul.h-systems > li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  max-height: 140px; 
  vertical-align:middle;
  align-items: center;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 768px) {
    ul.h-systems > li {
       width: 33.3%; 
      padding: 0 5px;
      margin-top: 10px;
      margin-bottom: 10px;}　}

@media only screen and (max-width: 768px) {
    ul.h-systems > li:nth-of-type(n + 4) {
       margin-top: 10px;  } }

ul.h-systems > li > img {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 200px;
  height: 40px;
  object-fit: contain;
  margin-left:　auto;
  margin-right:　auto;
}
@media print, screen and (max-width: 768px) {
  ul.h-systems > li > img { 
    margin: 0px 10px; 
    width: 80px;
    height: 30px; } }


.section_05 {
  background-color: #f0f1f1;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .section_05 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.selfcheckin .selfcheckin__header {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin__header {
    margin-bottom: 40px;
  }
}
.selfcheckin .selfcheckin__header h2 {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin__header h2 {
    font-size: 32px;
  }
}
.selfcheckin .selfcheckin__header p {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin-list {
    display: flex;
  }
}
.selfcheckin .selfcheckin-list__item {
  text-align: center;
}
.selfcheckin .selfcheckin-list__item + .selfcheckin-list__item .selfcheckin-list__img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .selfcheckin .selfcheckin-list__item + .selfcheckin-list__item .selfcheckin-list__img {
    margin-top: 80px;
  }
}
.selfcheckin .selfcheckin-list__item + .selfcheckin-list__item .selfcheckin-list__img::before {
  content: "";
  display: block;
  border-right: 10px solid #b2b2ba;
  border-bottom: 10px solid #b2b2ba;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .selfcheckin .selfcheckin-list__item + .selfcheckin-list__item .selfcheckin-list__img::before {
    width: 40px;
    height: 40px;
    top: -70px;
    left: calc(50% - 20px);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin-list__item + .selfcheckin-list__item .selfcheckin-list__img::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: -20px;
    transform: rotate(-45deg);
    border-width: 8px;
  }
}
.selfcheckin .selfcheckin-list__img {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin-list__img {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}
.selfcheckin .selfcheckin-list__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  min-width: 120px;
  display: inline-block;
  background-color: #de6d00; 　
  margin: auto auto 15px;
}
@media print, screen and (min-width: 768px) {
  .selfcheckin .selfcheckin-list__title {
    padding: 0 30px;
  }
}
.selfcheckin .selfcheckin-list__description {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section_06 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .improvement .improvement__item {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__item:nth-of-type(odd) .improvement__content {
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__item:nth-of-type(2n) .improvement__content {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .improvement .improvement__item + .improvement__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .improvement .improvement__img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__img {
    width: 50%;
    min-width: 50%;
  }
}
.improvement .improvement__content {
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__content {
    max-width: 490px;
  }
}
.improvement .improvement__content p + p {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__content p + p {
    margin-top: 30px;
  }
}
.improvement .improvement__header {
  padding-left: 3px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__header {
    margin-bottom: 50px;
  }
}
.improvement .improvement__header h3 {
  color: #032f3c;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  border-left: 2px solid #fe5705;
  padding-left: 6px;
}
@media print, screen and (min-width: 768px) {
  .improvement .improvement__header h3 {
    font-size: 22px;
    border-width: 4px;
    padding-left: 20px;
  }
}

.section_07 {
  overflow: hidden;
  background-color: #f0f1f1;
  padding: 25px 0 45px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .section_07 {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
}

.installation .installation__header {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .installation .installation__header {
    margin-bottom: 60px;
  }
}
.installation .installation__header h1 {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .installation .installation__header h1 {
    font-size: 32px;
  }
}
.installation .installation__note {
  font-size: 14px;
  text-align: center;
  max-width: 1010px;
  padding: 0 15px;
  margin: 15px auto 0;
}

.installation-list .slick-list {
  overflow: visible;
}
.installation-list .slick-track {
  display: flex;
}
.installation-list .installation-list__item {
  float: none;
  width: 222px;
  height: auto;
  height: inherit;
  margin: 0 8px;
}
@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item {
    width: 315px;
  }
}
.installation-list .installation-list__item--link {
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.installation-list .installation-list__item--meta {
  padding: 10px 15px;
}
.installation-list .installation-list__item--name {
  font-size: 12.5px;
  min-height: 60px;
}
@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item--name {
    font-size: 18px;
    min-height: 80px;
  }
}
.installation-list .installation-list__item--description {
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  .installation-list .installation-list__item--description {
    font-size: 16px;
  }
}

.section_08 {
  margin-bottom: 40px;
}

.contact .contact__header {
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.contact .contact__header h1 {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__header h1 {
    font-size: 32px;
  }
}
.contact .contact__tel {
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px 0;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 770px;
    border-radius: 4px;
    padding: 16px 0;
    margin: auto auto 25px;
  }
}
.contact .contact__tel .contact__tel--title {
  font-size: 19px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact .contact__tel .contact__tel--title {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact .contact__tel .contact__tel--title {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}
.contact .contact__tel .contact__tel--num {
  font-size: 25px;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.contact .contact__tel .contact__tel--num span {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__tel .contact__tel--num span {
    font-size: 16px;
  }
}
.contact .contact__tel .contact__tel--icon {
  width: 25px;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__tel .contact__tel--icon {
    width: 40px;
  }
}
.contact .contact__tel .tel-num {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__tel .tel-num {
    font-size: 32px;
  }
}
.contact .contact__company {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__company {
    margin-bottom: 50px;
  }
}
.contact .contact__company .contact__company--name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__company .contact__company--name {
    font-size: 16px;
  }
}
.contact .contact__company p {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__company p {
    font-size: 14px;
  }
}
.contact .contact__company p + p {
  margin-top: 15px;
}
.contact .contact__description {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact .contact__description {
    font-size: 18px;
  }
}

.section_09 {
  background-color: #f0f1f1;
  margin-bottom: 50px;
}

.section_10 {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .section_10 {
    margin-bottom: 100px;
  }
}

.sticky {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00001a;
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1010px;
    padding: 21px 15px;
    margin: auto;
  }
}
.sticky .sticky__tel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sticky .sticky__tel {
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__tel {
    align-items: baseline;
  }
}
.sticky .sticky__tel--title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.sticky .sticky__tel--title span {
  font-size: 14px;
}
.sticky .sticky__tel--num {
  color: #fff;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__tel--num {
    margin-left: 10px;
  }
}
.sticky .sticky__tel--num a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__tel--num a {
    font-size: 20px;
  }
}
.sticky .sticky__documents--link {
  text-decoration: none;
  display: block;
  background-color: #00ab8a; 
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__documents--link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 15px 30px;
  }
}
.sticky .sticky__documents--description,
.sticky .sticky__documents--title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.sticky .sticky__documents--title {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .sticky .sticky__documents--title {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .sticky .sticky__documents--title {
    margin-left: 30px;
  }
}

.contact-2nd {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact-2nd {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.contact-2nd fieldset {
  max-width: 750px !important;
  margin: auto !important;
}
.contact-2nd input[type="email"],
.contact-2nd input[type="text"],
.contact-2nd input[type="tel"],
.contact-2nd select,
.contact-2nd textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  padding: 5px 10px;
}
.contact-2nd input[type="email"]::-ms-clear,
.contact-2nd input[type="text"]::-ms-clear,
.contact-2nd input[type="tel"]::-ms-clear,
.contact-2nd select::-ms-clear,
.contact-2nd textarea::-ms-clear {
  display: none;
}
.contact-2nd input[type="email"]::-ms-reveal,
.contact-2nd input[type="text"]::-ms-reveal,
.contact-2nd input[type="tel"]::-ms-reveal,
.contact-2nd select::-ms-reveal,
.contact-2nd textarea::-ms-reveal {
  display: none;
}
.contact-2nd input[type="email"]::-ms-expand,
.contact-2nd input[type="text"]::-ms-expand,
.contact-2nd input[type="tel"]::-ms-expand,
.contact-2nd select::-ms-expand,
.contact-2nd textarea::-ms-expand {
  display: none;
}
.contact-2nd .hs-form-booleancheckbox-display input {
  display: none;
}
.contact-2nd .hs-form-booleancheckbox-display input:checked + span::after {
  opacity: 1;
}
.contact-2nd .hs-form-booleancheckbox-display input + span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
}
@media print, screen and (min-width: 768px) {
  .contact-2nd .hs-form-booleancheckbox-display input + span {
    font-size: 18px;
  }
}
.contact-2nd .hs-form-booleancheckbox-display input + span::before, .contact-2nd .hs-form-booleancheckbox-display input + span::after {
  content: "";
  position: absolute;
  display: block;
}
.contact-2nd .hs-form-booleancheckbox-display input + span::before {
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  top: calc(50% - 10px);
  left: 0;
  background-color: #fff;
  border-radius: 3px;
}
.contact-2nd .hs-form-booleancheckbox-display input + span::after {
  width: 12px;
  height: 9px;
  top: calc(50% - 7px);
  transform: rotate(-45deg);
  left: 4px;
  border-bottom: 3px solid #1885f5;
  border-left: 3px solid #1885f5;
  opacity: 0;
}
.contact-2nd .hs-form-required,
.contact-2nd .hs-error-msg {
  color: #1885f5;
}
.contact-2nd .hs-form-required {
  font-size: 12px;
}
.contact-2nd .form-columns-1,
.contact-2nd .form-columns-2 {
  margin-top: 15px !important;
}
.contact-2nd .grecaptcha-badge {
  margin: 15px auto;
}
.contact-2nd .actions {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .contact-2nd .actions {
    margin-top: 50px;
  }
}
.contact-2nd .actions input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 250px;
  display: block;
  background-color: #1885F5;/*20211117 kato アクションボタンの色を青色に統一*/
  padding: 15px 0;
}
.contact-2nd .actions input[type="submit"]::-ms-clear {
  display: none;
}
.contact-2nd .actions input[type="submit"]::-ms-reveal {
  display: none;
}
.contact-2nd .actions input[type="submit"]::-ms-expand {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .contact-2nd .actions input[type="submit"] {
    font-size: 18px;
    width: 350px;
    padding: 25px 0;
  }
}
/*お客様の声　内部文章調整*/
.reviewItem__left_p_title{
  margin-bottom:30px;
}
.reviewItem__left_p_sentence{
  margin-bottom:10px;
}


/* バナー common-style.cssにもあるがホテルLP用 */
.rental-banner {
  width: 100%;
  background-color: #032F3C;
  text-align: center;
  font-family: 'ShinGoPro';
  margin: 50px 0px ;
  vertical-align:middle;  
}

@media screen and (max-width: 750px) {
  .rental-banner  {
      margin: 30px 0px ;  } }


.rental-banner ul {
  width:100%;
  list-style: none; 
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .rental-banner ul {
      padding: 10px 0; } }

.rental-banner ul li {
  list-style: none;  
  display: inline-block;
  vertical-align:middle; 
}

@media screen and (max-width: 750px) {
  .rental-banner ul li {
     display: block;
     margin: 10px auto;  } }

.rental-banner p {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 180%;
  color:#FFFFFF;
  padding: 20px auto;
}

@media screen and (max-width: 750px) {
  .rental-banner p {
  font-size: 16px;
  } }



.rental-banner img {
  max-width: 420px;
}

@media screen and (max-width: 750px) {
  .rental-banner img {
  max-width: 350px;
  } }　



/*------------------------------------------------------*/
/*  cookie */
/*------------------------------------------------------*/


#hs-banner-parent #hs-eu-cookie-confirmation {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: 1px solid #ececec;
  bottom: 0 !important;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 90px;
  top: 12px;
  border-radius: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #035b90;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: none !important;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg {
  width: 12px;
  height: 12px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg path {
  fill: #035b90;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container:hover {
    background: #035b90;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container:hover button svg path {
    fill: #fff;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  padding: 34px 90px 34px;
  gap: 10px;
  min-height: auto;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner div, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
  color: #000;
  font-size: 15px;
  line-height: 36px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
  position: absolute;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  padding-right: 280px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover {
    border-bottom: none;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
  padding-right: 280px;
  font-size: 12px;
  line-height: 24px;
  gap: 5px;
  display: none;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer::before {
  content: "※";
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
  font-size: 16px;
  line-height: 48px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 1px solid #035b90;
  min-width: 180px;
  height: 48px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button:hover, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button:hover {
    background: #fff;
    color: #035b90;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons #hs-eu-decline-button {
  display: none;
}
@media screen and (max-width: 1400px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
    right: 4vw;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
    right: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
    padding-right: 50px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
    padding-right: 0;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 750px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
    width: 21px;
    height: 21px;
    right: 4.6vw;
    top: 13px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg {
    width: 9px;
    height: 9px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding-top: 26px;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    padding-bottom: 30px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner div, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
    font-size: 12px;
    line-height: 22px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
    padding-right: 0;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
    font-size: 12px;
    line-height: 40px;
    height: 42px;
    min-width: 150px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#hs-eu-cookie-confirmation {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: 1px solid #ececec !important;
  bottom: 0 !important;
}