@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

:root {
  --vw: 1vw;
  --vh: 1vh;
  --font-family-1: Zen Maru Gothic, sans-serif;
  --font-family-2: Noto Sans JP, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-2);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

a {
  text-decoration: none;
}

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

@media print, screen and (min-width: 768px) {
  .LvvContent {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvContent {
    margin-top: 24px;
  }
}

.LvvFooterHead {
  padding: 20px;
  background-color: #E9E9E9;
}

.LvvFooterHead__inner {
  max-width: 1000px;
  margin-inline: auto;
}

.LvvFooterHead__logo {
  display: block;
  width: 124px;
  margin-left: auto;
  margin-right: 0;
}

.userway-s3-2 .LvvFooterHead__logo img {
  -webkit-filter: invert(100%) brightness(2) !important;
          filter: invert(100%) brightness(2) !important;
}

.userway-s6 .LvvFooterHead__logo img {
  -webkit-filter: brightness(7) !important;
          filter: brightness(7) !important;
}

.LvvFooterBody {
  background-color: #FFD100;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterBody {
    padding: 40px 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterBody {
    padding: 40px 29px;
  }
}

.LvvFooterBody__inner {
  max-width: 1000px;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.LvvFooterNav__item {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .LvvFooterNav__item + .LvvFooterNav__item {
    margin-top: 32px;
    border-top: 1px solid #25282A;
    padding-top: 32px;
  }
}

.LvvFooterNav__group + .LvvFooterNav__group {
  margin-top: 24px;
}

.LvvFooterNav__primary {
  line-height: 1.4444444444;
  font-size: 1.8rem;
  font-weight: 700;
  color: #25282A;
}

.LvvFooterNav__primary a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}

@media (any-hover: hover) {
  .LvvFooterNav__primary a:hover {
    text-decoration-color: #25282A;
  }
}

.LvvFooterNav__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterNav__secondary {
    row-gap: 8px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterNav__secondary {
    row-gap: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvFooterNav__secondary li {
    line-height: 1.3125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterNav__secondary li {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}

.LvvFooterNav__secondary li a {
  color: #25282A;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}

@media (any-hover: hover) {
  .LvvFooterNav__secondary li a:hover {
    text-decoration-color: #25282A;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvFooterNav__primary + .LvvFooterNav__secondary {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterNav__primary + .LvvFooterNav__secondary {
    margin-top: 24px;
  }
}

.LvvFooterSubNav {
  margin-top: 32px;
}

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

@media print, screen and (min-width: 768px) {
  .LvvFooterSubNavList {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterSubNavList {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 8px;
  }
}

.LvvFooterSubNavList__item {
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterSubNavList__item {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterSubNavList__item {
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
}

.LvvFooterSubNavList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: inherit;
}

.LvvFooterSubNavList__item a::after {
  content: "";
  background-image: url("/lvv/asset/img/common/icon_tab_01.svg");
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterSubNavList__item a::after {
    width: 12px;
    height: 12px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterSubNavList__item a::after {
    width: 11px;
    height: 11px;
  }
}

.LvvFooterFoot {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterFoot {
    padding: 16px 20px 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFooterFoot {
    padding: 16px 29px 30px 29px;
  }
}

.LvvFooterFoot__inner {
  max-width: 1000px;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .LvvFooterFoot__misc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: calc(660/1000 * 100%);
       -moz-column-gap: calc(660/1000 * 100%);
            column-gap: calc(660/1000 * 100%);
  }
}

.LvvFooterFoot__misc p {
  font-size: 1.2rem;
  line-height: calc(12, 18);
}

@media print, screen and (max-width: 767px) {
  .LvvFooterFoot__misc p {
    margin: 40px 0 0;
    text-align: center;
  }
}

.LvvHeaderOverlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.LvvHeaderOverlay.-visible {
  visibility: visible;
  opacity: 0.4;
}

.LvvHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background-color: #fff;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .LvvHeader {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 15px solid #FFD100;
    border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeader {
    border-top: 10px solid #FFD100;
    border-bottom: 1px solid #E9E9E9;
  }
}

.LvvHeader__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvHeader__logo {
    width: 278px;
    padding: 36.3px 31.6px 37px 35.9px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeader__logo {
    padding: 16px 29px;
    width: 183.58px;
  }
}

.LvvHeader__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .LvvHeader__nav {
    padding-left: calc(4/1366 * 100%);
    width: calc(1088/1366 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeader__nav {
    overflow-y: scroll;
    width: 100%;
    height: 100dvh;
    background-color: #FFD100;
    position: fixed;
    top: 0;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

.LvvHeader__nav.-open {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderOpenButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 24px;
    right: 29px;
    width: 24px;
    height: 22px;
    pointer-events: all;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderOpenButton::before, .LvvHeaderOpenButton::after {
    content: "";
    border-radius: 9999px;
    width: 100%;
    height: 2px;
    background-color: #25282A;
    position: relative;
  }
}

.LvvHeaderOpenButton__line {
  border-radius: 9999px;
  width: 100%;
  height: 2px;
  background-color: #25282A;
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderCloseButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 34px 29px 0 auto;
    width: 24px;
    height: 22px;
    pointer-events: all;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderCloseButton::before {
    content: "";
    border-radius: 9999px;
    width: 100%;
    height: 2px;
    background-color: #25282A;
    position: relative;
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderCloseButton::after {
    content: "";
    border-radius: 9999px;
    width: 100%;
    height: 2px;
    background-color: #25282A;
    position: relative;
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.userway-s3-2 .LvvHeaderLogo__image img {
  -webkit-filter: invert(100%) brightness(2) !important;
          filter: invert(100%) brightness(2) !important;
}

.userway-s6 .LvvHeaderLogo__image img {
  -webkit-filter: brightness(7) !important;
          filter: brightness(7) !important;
}

.LvvHeaderLogo__text {
  text-align: center;
  font-family: var(--font-family-1);
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderLogo__text {
    margin-top: 16px;
    line-height: 1.45;
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderLogo__text {
    margin-top: 8px;
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav {
    margin: 35px 0 0;
    padding: 0 28px 93px;
  }
}

.LvvHeaderNav__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.LvvHeaderNav__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 0 18px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    border-bottom: solid 1px #25282A;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav__main::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("/lvv/asset/img/common/icon_arrow-bottom_02.svg");
    background-size: cover;
  }
}

.LvvHeaderNav__core {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav__core {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.LvvHeaderNav__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.LvvHeaderNav__image img {
  position: relative;
}

.LvvHeaderNav__image.-nav-1 img {
  width: 160px;
}

.LvvHeaderNav__image.-nav-2 img {
  width: 122px;
}

.LvvHeaderNav__image.-nav-3 img {
  width: 189px;
}

.LvvHeaderNav__image::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  z-index: -1;
  aspect-ratio: 302/159;
  width: calc(150 / 361 * 100%);
  translate: -50% -50%;
  background-image: url("/lvv/asset/img/common/bg_headernav_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.LvvHeaderNav__main.-active .LvvHeaderNav__image::before {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .LvvHeaderNav__main:hover .LvvHeaderNav__image::before {
    opacity: 1;
    visibility: visible;
  }
}

.LvvHeaderNav__text {
  font-family: var(--font-family-1);
  font-size: 1.6rem;
  font-weight: 700;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav__text {
    margin-top: 23px;
    text-align: center;
    line-height: 1.25;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav__text {
    line-height: 1.5;
  }
}

.LvvHeaderNav__sub {
  visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav__sub {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #fff;
    translate: 0 0;
    opacity: 0;
    -webkit-transition-property: translate, opacity, visibility;
    transition-property: translate, opacity, visibility;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav__sub {
    display: -ms-grid;
    display: grid;
    padding: 0 0 0 20px;
    width: 100%;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition-property: grid-template-rows, visibility;
    transition-property: grid-template-rows, visibility;
    transition-property: grid-template-rows, visibility, -ms-grid-rows;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNav__sub.-visible {
    translate: 0 var(--headerHeight);
    opacity: 1;
    visibility: visible;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNav__sub.-open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    visibility: visible;
  }
}

.LvvHeaderNavSub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNavSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(30/1366 * 100%);
       -moz-column-gap: calc(30/1366 * 100%);
            column-gap: calc(30/1366 * 100%);
    width: 100%;
    height: 100%;
    padding: 40px calc(20/1366 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNavSub {
    overflow: hidden;
  }
}

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

@media print, screen and (min-width: 768px) {
  .LvvHeaderNavSub__item {
    width: calc(250/1366 * 100%);
    max-width: 250px;
    min-height: 100px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNavSub__item {
    width: 100%;
  }
}

.LvvHeaderNavSub__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #FFD100;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNavSub__target {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    padding: 20px calc(20/250 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNavSub__target {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #25282A;
    padding: 16px 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNavSub__target::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-image: url("/lvv/asset/img/common/icon_arrow-right_01.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (any-hover: hover) {
  .LvvHeaderNavSub__target:hover {
    background-color: #FFF3C1;
  }
}

.LvvHeaderNavSub__image {
  margin-inline: auto;
}

.LvvHeaderNavSub__image.-nav-1 {
  width: 34px;
}

.LvvHeaderNavSub__image.-nav-2 {
  width: 60px;
}

.LvvHeaderNavSub__image.-nav-3 {
  width: 50px;
}

.LvvHeaderNavSub__image.-nav-4 {
  width: 42px;
}

.LvvHeaderNavSub__text {
  font-family: var(--font-family-1);
  font-size: 1.6rem;
  color: #25282A;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .LvvHeaderNavSub__text {
    font-weight: 700;
    line-height: 1.25;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeaderNavSub__text {
    font-weight: 500;
    line-height: 1.5;
  }
}

.LvvMain {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .LvvMain {
    max-width: 1000px;
    padding: 40px 20px 64px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMain {
    padding: 24px 29px 80px;
  }
}

.LvvScrollTop {
  position: fixed;
  translate: -100% 0;
  left: calc(100vw - 21px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .LvvScrollTop {
    width: 64px;
    top: calc(50% + 45px);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvScrollTop {
    width: 44px;
    top: calc(50% + 32px);
  }
}

.LvvScrollTop.-visible {
  opacity: 1;
  visibility: visible;
}

.LvvWrapper {
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvWrapper {
    background-image: url("/lvv/asset/img/common/bg_wrapper_01_pc.png");
    background-size: 1091px auto;
    background-position: top 350px right -555px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvWrapper {
    background-image: url("/lvv/asset/img/common/bg_wrapper_01_sp.png");
    background-size: 676px auto;
    background-position: top 503px right -286px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .LvvAnchorNav {
    margin-top: 93px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvAnchorNav {
    margin-top: 42px;
  }
}

.LvvAnchorNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .LvvAnchorNav ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvAnchorNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    width: 100%;
  }
}

.LvvAnchorNav ul li {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvAnchorNav ul li {
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvAnchorNav ul li {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}

.LvvAnchorNav ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  height: 100%;
  background-color: #FFD100;
  color: #25282A;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  -webkit-transition: background-color 0.3s ease, text-decoration-color 0.3s ease;
  transition: background-color 0.3s ease, text-decoration-color 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .LvvAnchorNav ul li a {
    border-radius: 10px;
    padding: 20px 24px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvAnchorNav ul li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5px;
    padding: 15px 20px;
  }
}

.LvvAnchorNav ul li a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/lvv/asset/img/common/icon_arrow-bottom_01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.LvvAnchorNav ul li a span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (any-hover: hover) {
  .LvvAnchorNav ul li a:hover {
    background-color: #FFF3C1;
    text-decoration-color: #25282A;
  }
}

.LvvBox {
  border-radius: 10px;
  background-color: #FFF8DB;
}

@media print, screen and (min-width: 768px) {
  .LvvBox__inner {
    padding: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvBox__inner {
    padding: 20px;
  }
}

.LvvBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .LvvBreadcrumb ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvBreadcrumb ul {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}

.LvvBreadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvBreadcrumb ul li {
    line-height: 1.4166666667;
    font-size: 1.2rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvBreadcrumb ul li {
    line-height: 1.5;
    font-size: 1rem;
  }
}

.LvvBreadcrumb ul li a {
  color: inherit;
  text-decoration: underline;
}

.LvvBreadcrumb ul li::after {
  content: '';
  display: inline-block;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: translate(-25%, 25%) rotate(45deg);
          transform: translate(-25%, 25%) rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .LvvBreadcrumb ul li::after {
    margin-left: 15px;
    width: 7px;
    height: 7px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvBreadcrumb ul li::after {
    margin-left: 6px;
    width: 5px;
    height: 5px;
  }
}

.LvvBreadcrumb ul li:last-child::after {
  content: none;
}

.LvvSimBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-weight: 700;
  color: #25282A;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .LvvSimBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 4px solid #FFD100;
    padding: 17.5px 0;
    width: calc(900/1000 * 100%);
    text-align: center;
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimBtn {
    border: 2px solid #FFD100;
    padding: 8px 10px;
    width: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.LvvSimBtn::after {
  content: "";
  display: block;
  background-image: url("/lvv/asset/img/common/icon_arrow-right_02.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .LvvSimBtn::after {
    width: 30px;
    height: 30px;
    right: 36px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimBtn::after {
    width: 19px;
    height: 19px;
    right: 8px;
  }
}

.LvvCase {
  border-radius: 6px;
  border: 3px solid #676872;
  width: 100%;
}

.LvvCase__ttl {
  padding-bottom: 3px;
  background-color: #676872;
  text-align: center;
  line-height: 1.3333333333;
  font-family: var(--font-family-1);
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}

.LvvCase__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 16px;
  background-color: #FFFBE8;
}

@media print, screen and (min-width: 768px) {
  .LvvCase__content {
    padding: 16px 0 13px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCase__content {
    padding: 12px 21px 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvCaseType.-w405 {
    width: 405px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvCaseType.-w490 {
    width: 490px;
  }
}

.LvvCaseType__ttl {
  text-align: center;
  line-height: 1.4444444444;
  font-family: var(--font-family-1);
  font-size: 1.8rem;
  font-weight: 700;
  color: #25282A;
}

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

@media print, screen and (min-width: 768px) {
  .LvvCaseList {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 8px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCaseList {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvCaseType__ttl + .LvvCaseList {
    margin-top: 8px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCaseType__ttl + .LvvCaseList {
    margin-top: 4px;
  }
}

.LvvCaseList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4444444444;
  font-family: var(--font-family-1);
  font-size: 1.8rem;
  font-weight: 700;
  color: #25282A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .LvvCaseList li {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCaseList li {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.LvvCaseList li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #810037;
  -webkit-transform: translateY(calc(13px - 50%));
          transform: translateY(calc(13px - 50%));
}

@media print, screen and (min-width: 768px) {
  .LvvCaseList li::before {
    width: 15.8px;
    height: 15.8px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCaseList li::before {
    width: 7.7px;
    height: 7.7px;
  }
}

.LvvDefinitionList dt {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvDefinitionList dt {
    line-height: 1.5238095238;
    font-size: 2.1rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvDefinitionList dt {
    line-height: 1.5;
    font-size: 1.6em;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvDefinitionList dd + dt {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvDefinitionList dd + dt {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvDefinitionList dd {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvDefinitionList dd {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .DisplaySP {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .DisplayPC {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlow {
    margin: 0 -29px;
  }
}

.LvvFlow__ttl {
  background-color: #FED12E;
  text-align: center;
  font-family: var(--font-family-1);
  font-weight: 700;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvFlow__ttl {
    padding: 5px 0 4px;
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlow__ttl {
    padding: 14px 0 13px;
    line-height: 1.4;
    font-size: 2rem;
  }
}

.LvvFlowList {
  background-color: #FFF3C1;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowList {
    padding: 42px 62px 40px 88px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowList {
    padding: 39px 29px 24px 54px;
  }
}

.LvvFlowItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItem {
    padding: 13px 15px 13px 0;
    min-height: 160px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 24px  25px;
  }
}

.LvvFlowItem::before {
  content: "";
  width: 6px;
  background-color: #FED12E;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItem::before {
    height: calc(100% + 20px);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem::before {
    height: calc(100% + 25px);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItem + .LvvFlowItem {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem + .LvvFlowItem {
    margin-top: 25px;
  }
}

.LvvFlowItem:nth-last-of-type(1)::before {
  display: none;
}

.LvvFlowItem__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
  width: 50px;
  height: 50px;
  background-color: #FED12E;
  font-family: var(--font-family-1);
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.LvvFlowItem__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-family: var(--font-family-1);
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItem__icon {
    width: calc(200/850 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem__icon {
    width: 100%;
  }
}

.LvvFlowItem__icon p {
  margin-top: -5px;
}

.LvvFlowItem__icon::before {
  content: "";
  display: block;
  margin: auto;
  width: 96px;
  height: 96px;
  background-size: 100%;
}

.LvvFlowItem__icon.-type01::before {
  background-image: url("/lvv/asset/img/medical_bills/icon_01.svg");
}

.LvvFlowItem__icon.-type02::before {
  background-image: url("/lvv/asset/img/medical_bills/icon_02.svg");
}

.LvvFlowItem__icon.-type03::before {
  background-image: url("/lvv/asset/img/medical_bills/icon_03.svg");
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.LvvFlowItemText {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemText {
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemText.-leftSp {
    text-align: left;
  }
}

.LvvFlowItemText span {
  display: inline-block;
}

.LvvFlowItemNote {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemNote {
    line-height: 1.8333333333;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemNote {
    line-height: 1.5;
  }
}

.LvvFlowItemNote a {
  text-decoration: underline;
  color: inherit;
}

.LvvFlowItemList {
  border-radius: 5px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FDEDE4;
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemList {
    width: 100%;
  }
}

.LvvFlowItemList li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemList li {
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemList li {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvFlowItemList li:first-letter {
  color: #971546;
}

.LvvFlowItem__point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItem__point {
    margin: 0 0 0 auto;
    padding-left: 15px;
    width: calc(286/850 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItem__point {
    padding-top: 15px;
  }
}

.LvvFlowItemComment {
  border-radius: 5px;
  background-color: #FDEDE4;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemComment {
    padding: 8px 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemComment {
    padding: 13px;
  }
}

.LvvFlowItemComment::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #FDEDE4;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemComment::before {
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemComment::before {
    clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.LvvFlowItemComment__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #971546;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemComment__ttl {
    line-height: 1.7857142857;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemComment__ttl {
    line-height: 1.4;
  }
}

.LvvFlowItemComment__txt {
  font-size: 1.1rem;
  color: #971546;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemComment__txt {
    margin-top: 8px;
    line-height: 1.8333333333;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemComment__txt {
    margin-top: 4px;
    line-height: 1.5;
  }
}

.LvvFlowItemCaution {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .LvvFlowItemCaution {
    line-height: 1.8;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvFlowItemCaution {
    line-height: 1.6;
  }
}

.LvvHeading1 {
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.LvvHeading1 h1 {
  position: relative;
  display: block;
  font-family: var(--font-family-1);
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading1 h1 {
    line-height: 1.4444444444;
    font-size: 3.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading1 h1 {
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}

.LvvHeading1 h1::after {
  content: '';
  display: block;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom left, bottom right;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading1 h1::after {
    width: calc(100% + 42px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd100), to(#ffd100)), url("/lvv/asset/img/common/bg_heading1-left_01_pc.png"), url("/lvv/asset/img/common/bg_heading1-right_01_pc.png");
    background-image: linear-gradient(0deg, #ffd100 0%, #ffd100 100%), url("/lvv/asset/img/common/bg_heading1-left_01_pc.png"), url("/lvv/asset/img/common/bg_heading1-right_01_pc.png");
    background-size: calc(100% - 160px) 18px, 280px 27px, 280px 27px;
    height: 27px;
    -webkit-transform: translate(-50%, 13px);
            transform: translate(-50%, 13px);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading1 h1::after {
    width: calc(100% + 40px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd100), to(#ffd100)), url("/lvv/asset/img/common/bg_heading1-left_01_sp.png"), url("/lvv/asset/img/common/bg_heading1-right_01_sp.png");
    background-image: linear-gradient(0deg, #ffd100 0%, #ffd100 100%), url("/lvv/asset/img/common/bg_heading1-left_01_sp.png"), url("/lvv/asset/img/common/bg_heading1-right_01_sp.png");
    background-size: calc(100% - 86px) 15px, 43px 19px, 43px 19px;
    height: 19px;
    -webkit-transform: translate(-50%, 3.6px);
            transform: translate(-50%, 3.6px);
  }
}

.LvvHeading2 {
  font-family: var(--font-family-1);
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading2 {
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading2 {
    line-height: 1.45;
    font-size: 2rem;
  }
}

.LvvHeading2.-dotted {
  padding-bottom: 16px;
  border-bottom: dotted 10px #FFD100;
}

.LvvHeading2.-fill {
  background-color: #FFD100;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading2.-fill {
    padding: 12.5px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading2.-fill {
    padding: 4px 0;
  }
}

.LvvHeading3 {
  font-family: var(--font-family-1);
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading3 {
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading3 {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.LvvHeading3.-dotted {
  padding-bottom: 16px;
  border-bottom: dotted 10px #FFD100;
}

.LvvHeading3.-fill {
  background-color: #FFD100;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .LvvHeading3.-fill {
    padding: 10.5px 0 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading3.-fill {
    padding: 7px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvImage.-w470 {
    max-width: 470px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvImage.-w560 {
    max-width: 560px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvImage.-w600 {
    max-width: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvImage.-w630 {
    max-width: 630px;
  }
}

.LvvImage.-center {
  margin-inline: auto;
}

.LvvJumbotron {
  margin-top: 60px;
}

.LvvJumbotron__heading {
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.LvvJumbotron__heading .-narrowSp {
  letter-spacing: -0.07em;
}

.LvvJumbotron__heading h1 {
  position: relative;
  display: block;
  font-family: var(--font-family-1);
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__heading h1 {
    line-height: 1.4444444444;
    font-size: 3.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__heading h1 {
    line-height: 1.7857142857;
    font-size: 2.8rem;
  }
}

.LvvJumbotron__heading h1::after {
  content: '';
  display: block;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom left, bottom right;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__heading h1::after {
    width: calc(100% + 42px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd100), to(#ffd100)), url("/lvv/asset/img/common/bg_heading1-left_01_pc.png"), url("/lvv/asset/img/common/bg_heading1-right_01_pc.png");
    background-image: linear-gradient(0deg, #ffd100 0%, #ffd100 100%), url("/lvv/asset/img/common/bg_heading1-left_01_pc.png"), url("/lvv/asset/img/common/bg_heading1-right_01_pc.png");
    background-size: calc(100% - 160px) 18px, 280px 27px, 280px 27px;
    height: 27px;
    -webkit-transform: translate(-50%, 13px);
            transform: translate(-50%, 13px);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__heading h1::after {
    width: calc(100% + 40px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd100), to(#ffd100)), url("/lvv/asset/img/common/bg_heading1-left_01_sp.png"), url("/lvv/asset/img/common/bg_heading1-right_01_sp.png");
    background-image: linear-gradient(0deg, #ffd100 0%, #ffd100 100%), url("/lvv/asset/img/common/bg_heading1-left_01_sp.png"), url("/lvv/asset/img/common/bg_heading1-right_01_sp.png");
    background-size: calc(100% - 86px) 15px, 43px 19px, 43px 19px;
    height: 19px;
    -webkit-transform: translate(-50%, 3.6px);
            transform: translate(-50%, 3.6px);
  }
}

.LvvJumbotron__image {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__image {
    width: calc(600/1000 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__image {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__heading + .LvvJumbotron__image {
    margin-top: 61px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__heading + .LvvJumbotron__image {
    margin-top: 43px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__text + .LvvJumbotron__image {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__text + .LvvJumbotron__image {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__text {
    line-height: 1.7777777778;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__text {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__heading + .LvvJumbotron__text {
    margin-top: 93px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__heading + .LvvJumbotron__text {
    margin-top: 43px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__image + .LvvJumbotron__text {
    margin-top: 48px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__image + .LvvJumbotron__text {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__note {
    text-align: center;
    line-height: 1.7857142857;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__note {
    text-align: left;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__text + .LvvJumbotron__note {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__text + .LvvJumbotron__note {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvJumbotron__image + .LvvJumbotron__note {
    margin-top: 120px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvJumbotron__image + .LvvJumbotron__note {
    margin-top: 80px;
  }
}

.scroll-prevent {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

.layerBoard_bg {
  display: none;
}

.layerBoard_contWrap {
  display: none;
}

.layerBoard {
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #25282A;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.layerBoard * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.layerBoard img, .layerBoard input, .layerBoard select {
  vertical-align: baseline;
}

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

.layerBoard img {
  width: 100%;
  height: auto;
}

.layerBoard a {
  display: block;
  color: #111;
  text-decoration: none;
}

.layerBoard ::-moz-selection {
  background: #25282a;
  color: #fff;
}

.layerBoard ::selection {
  background: #25282a;
  color: #fff;
}

@media (min-width: 641px) {
  .layerBoard .pc-df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layerBoard span.supwrap {
  padding-right: .75em;
  position: relative;
  display: inline-block;
}

.layerBoard span.supwrap sup.r {
  position: absolute;
  top: -.5em;
  right: -.1em;
  font-size: 1.5em;
  font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
}

.layerBoard .dottedListItem {
  position: relative;
  padding-left: 1.9em;
  letter-spacing: .1em;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .layerBoard .dottedListItem {
    font-size: 5vw;
  }
}

@media screen and (min-width: 640px) {
  .layerBoard .dottedListItem {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .layerBoard .dottedListItem {
    font-size: 20px;
  }
}

@media print {
  .layerBoard .dottedListItem {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .layerBoard .dottedListItem {
    font-size: 3.6vw;
    line-height: 2;
  }
}

.layerBoard .dottedListItem::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #ffd100;
  border-radius: 50%;
  position: absolute;
  top: .3em;
  left: 0;
}

@media (max-width: 640px) {
  .layerBoard .dottedListItem::before {
    width: 1.1em;
    height: 1.1em;
    top: .5em;
  }
}

.layerBoard .dottedListItem + .dottedListItem {
  margin-top: 1.5em;
}

.layerBoard .dottedList.yellow .dottedListItem::before {
  background-color: #ffd100;
}

@media (min-width: 641px) {
  .layerBoard .text-layerBorardWrap {
    min-height: 8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.layerBoard .text-layerBorard {
  color: #25282a;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .layerBoard .text-layerBorard {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 640px) {
  .layerBoard .text-layerBorard {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1000px) {
  .layerBoard .text-layerBorard {
    font-size: 14px;
  }
}

@media print {
  .layerBoard .text-layerBorard {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .layerBoard .text-layerBorard {
    line-height: 1.4;
    font-size: 3.6vw;
  }
}

.layerBoard .layerBoard_bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(37, 40, 42, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.layerBoard .layerBoard_contScrollInnerWrap {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

@media (max-width: 640px) {
  .layerBoard .layerBoard_contScrollInnerWrap {
    padding: 0 .5em 1em;
  }
}

.layerBoard .layerBoard_contScrollInnerWrap::-webkit-scrollbar {
  width: 3px;
}

.layerBoard .layerBoard_contScrollInnerWrap::-webkit-scrollbar-thumb {
  background: rgba(37, 40, 42, 0.08);
}

.layerBoard .layerBoard_contWrap {
  padding: 5.3em 5em 5.6em 5.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 86px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 100%;
  max-height: 630px;
}

@media all and (-ms-high-contrast: none) {
  .layerBoard .layerBoard_contWrap {
    padding: 4.3em 5em 4.6em 5.8em;
  }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .layerBoard .layerBoard_contWrap {
    width: 90%;
    height: 44em;
  }
}

@media (max-width: 640px) {
  .layerBoard .layerBoard_contWrap {
    width: 90%;
    padding: 3em 2.5em 3em;
    border-radius: 66px;
    height: 90%;
    max-height: 760px;
  }
}

.layerBoard .layerBoard_contWrap::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  border-radius: 81px;
  width: 97.5%;
  height: 95.1%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid #ffd100;
}

@media (max-width: 640px) {
  .layerBoard .layerBoard_contWrap::before {
    width: 95%;
    height: 96.8%;
    border-radius: 66px;
  }
}

.layerBoard .layerBoard_title {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 93.136%;
  margin: 0 0 2.8%;
}

@media (max-width: 640px) {
  .layerBoard .layerBoard_title {
    width: 84.651%;
    margin: 0 auto 5%;
  }
}

.layerBoard .dottedList-layerBoard {
  margin-top: 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard {
    margin-top: 5%;
  }
}

.layerBoard .dottedList-layerBoard .dottedListItem {
  width: 46%;
}

@media (min-width: 641px) {
  .layerBoard .dottedList-layerBoard .dottedListItem {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .dottedListItem {
    width: 92%;
  }
}

.layerBoard .dottedList-layerBoard .dottedListItem + .dottedListItem {
  margin-top: 0;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .dottedListItem + .dottedListItem {
    margin-top: 11%;
  }
}

.layerBoard .dottedList-layerBoard .text-layerBorard {
  font-weight: 400;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .text-layerBorard {
    margin-left: -1.6em;
    text-align: left;
  }
}

.layerBoard .dottedList-layerBoard .text-layerBorard.fwBold {
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  .layerBoard .dottedList-layerBoard .text-layerBorard.fwBold {
    font-size: 12px;
  }
}

.layerBoard .dottedList-layerBoard .layerBoardBtnQuestion {
  margin-top: .7em;
  text-align: left;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .layerBoardBtnQuestion {
    text-align: left;
  }
}

.layerBoard .dottedList-layerBoard .layerBoard_dottedList_title {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: .15em;
  margin-bottom: .8em;
}

.layerBoard .dottedList-layerBoard .layerBoard_dottedList_title img {
  height: 1.2em;
  width: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (min-width: 641px) {
  .layerBoard .dottedList-layerBoard .layerBoard_dottedList_title img {
    padding-left: 2em;
  }
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .layerBoard_dottedList_title img {
    height: 1.45em;
  }
}

.layerBoard .dottedList-layerBoard .layerBoard_btnWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  margin-top: 2%;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .layerBoard_btnWrap {
    margin-right: 11%;
    margin-top: 7%;
    margin-left: 0;
    width: 100%;
  }
}

.layerBoard .dottedList-layerBoard .layerBoard_btnWrap li {
  display: inline-block;
  max-width: 210px;
  width: 100%;
}

.layerBoard .dottedList-layerBoard .layerBoard_btnWrap li + li {
  margin-left: 5.8%;
}

@media (max-width: 640px) {
  .layerBoard .dottedList-layerBoard .layerBoard_btnWrap li + li {
    margin-left: 0;
    margin-top: 7%;
  }
}

.layerBoard .button-noIcon {
  border-radius: 8px;
  -webkit-box-shadow: 0.5em 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0.5em 0 1em rgba(0, 0, 0, 0.1);
  max-width: 210px;
  width: 100%;
  padding: .6em 0 .6em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  background-repeat: no-repeat;
  font-size: 20px;
  font-size: 20rem;
}

@media screen and (max-width: 640px) {
  .layerBoard .button-noIcon {
    font-size: 5vw;
  }
}

@media screen and (min-width: 640px) {
  .layerBoard .button-noIcon {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .layerBoard .button-noIcon {
    font-size: 20px;
  }
}

@media print {
  .layerBoard .button-noIcon {
    font-size: 20px;
  }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .layerBoard .button-noIcon {
    max-width: 21vw;
  }
}

@media (max-width: 640px) {
  .layerBoard .button-noIcon {
    border-radius: 7px;
    max-width: 25em;
    padding: 1em 1.5em 1em 1.3em;
    font-size: 4vw;
  }
}

.layerBoard .button-noIcon_text {
  font-size: 20px;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .layerBoard .button-noIcon_text {
    font-size: 5vw;
  }
}

@media screen and (min-width: 640px) {
  .layerBoard .button-noIcon_text {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .layerBoard .button-noIcon_text {
    font-size: 20px;
  }
}

@media print {
  .layerBoard .button-noIcon_text {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .layerBoard .button-noIcon_text {
    font-size: 4vw;
    line-height: 1.3;
    font-weight: 400;
  }
}

.layerBoard .button-noIcon::after {
  content: "";
  width: 1.4em;
  height: 2.2em;
  background-image: url(../img/layer_board/button_noicon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: -.4em;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 640px) {
  .layerBoard .button-noIcon::after {
    width: 1.3em;
    height: 2.4em;
    right: -.3em;
  }
}

.layerBoard .button-noIcon.yellow {
  background-image: url(../img/layer_board/bg_btn_ylw_noicon.png);
}

.layerBoard .button-noIcon.gray {
  background-image: url(../img/layer_board/bg_btn_gray_noicon.png);
}

.layerBoard .button-noIcon.gray .button_text {
  color: #fff;
}

.LvvMarginTop-6 {
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-6 {
    margin-top: 6px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-6 {
    margin-top: 6px;
  }
}

.LvvMarginTop-8 {
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-8 {
    margin-top: 8px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-8 {
    margin-top: 8px;
  }
}

.LvvMarginTop-10 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-10 {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-10 {
    margin-top: 10px;
  }
}

.LvvMarginTop-12 {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-12 {
    margin-top: 12px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-12 {
    margin-top: 12px;
  }
}

.LvvMarginTop-15 {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-15 {
    margin-top: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-15 {
    margin-top: 15px;
  }
}

.LvvMarginTop-16 {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-16 {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-16 {
    margin-top: 16px;
  }
}

.LvvMarginTop-24 {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-24 {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-24 {
    margin-top: 24px;
  }
}

.LvvMarginTop-27 {
  margin-top: 27px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-27 {
    margin-top: 27px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-27 {
    margin-top: 27px;
  }
}

.LvvMarginTop-32 {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-32 {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-32 {
    margin-top: 32px;
  }
}

.LvvMarginTop-40 {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-40 {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-40 {
    margin-top: 40px;
  }
}

.LvvMarginTop-48 {
  margin-top: 48px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-48 {
    margin-top: 48px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-48 {
    margin-top: 48px;
  }
}

.LvvMarginTop-56 {
  margin-top: 56px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-56 {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-56 {
    margin-top: 56px;
  }
}

.LvvMarginTop-64 {
  margin-top: 64px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-64 {
    margin-top: 64px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvMarginTopSp-64 {
    margin-top: 64px;
  }
}

.LvvMarginTop-80 {
  margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopPc-80 {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMarginTopSp-80 {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: calc(40/1000 * 100%);
       -moz-column-gap: calc(40/1000 * 100%);
            column-gap: calc(40/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__text.-w680 {
    width: calc(680/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__text.-w500 {
    width: calc(500/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__image.-w260 {
    width: calc(260/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__image.-w284 {
    width: calc(284/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__image.-w452 {
    width: calc(452/1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvMedia__image.-w476 {
    width: calc(476/1000 * 100%);
  }
}

.LvvPoint ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .LvvPoint ul {
    -webkit-column-gap: calc(40/920 * 100%);
       -moz-column-gap: calc(40/920 * 100%);
            column-gap: calc(40/920 * 100%);
    row-gap: 12px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvPoint ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}

.LvvPoint ul li {
  padding-left: 21px;
  text-indent: -21px;
  list-style-position: inside;
}

@media print, screen and (min-width: 768px) {
  .LvvPoint ul li {
    list-style-image: url("/lvv/asset/img/common/icon_list-bullet_01_pc.svg");
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvPoint ul li {
    list-style-image: url("/lvv/asset/img/common/icon_list-bullet_01_sp.svg");
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvPoint ul li .LvvPoint__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (max-width: 767px) {
  .LvvPoint ul li:nth-of-type(odd) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvPoint ul li:nth-of-type(even) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.LvvPoint.-all ul li {
  width: 100%;
}

.LvvPoint.-half ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .LvvPoint.-half ul li {
    width: calc(440/920 * 100%);
  }
}

.LvvPoint.-w410 ul {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  max-width: 410px;
}

.LvvPointTitle {
  line-height: 1.5;
  font-family: var(--font-family-1);
  font-size: 2.4rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvSection + .LvvSection {
    margin-top: 120px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSection + .LvvSection {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvHeading1 + .LvvSection {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvHeading1 + .LvvSection {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvAnchorNav + .LvvSection {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvAnchorNav + .LvvSection {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvText + .LvvSection {
    margin-top: 56px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvText + .LvvSection {
    margin-top: 48px;
  }
}

.LvvSim {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .LvvSim {
    width: calc(897/1000 * 100%);
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSim {
    width: 100%;
  }
}

.LvvSimQuestItem {
  counter-increment: num;
}

@media print, screen and (min-width: 768px) {
  .LvvSimQuestItem + .LvvSimQuestItem {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimQuestItem + .LvvSimQuestItem {
    margin-top: 38px;
  }
}

.LvvSimDemListTerm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.5909090909;
}

@media print, screen and (min-width: 768px) {
  .LvvSimDemListTerm {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 22px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimDemListTerm {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    font-size: 22px;
  }
}

.LvvSimDemListTerm span {
  display: inline-block;
}

.LvvSimDemListTerm::before {
  content: counter(num);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #FFD100;
  letter-spacing: 0em;
  -webkit-transform: translateY(calc(17.5px - 50%));
          transform: translateY(calc(17.5px - 50%));
}

@media print, screen and (min-width: 768px) {
  .LvvSimDemListTerm::before {
    padding-bottom: 3px;
    width: 30px;
    height: 30px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimDemListTerm::before {
    padding-bottom: 2px;
    width: 32px;
    height: 32px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .LvvSimSelect {
    margin-top: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSelect {
    margin-top: 20px;
    row-gap: 10px;
  }
}

.LvvSimSelectLabel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #F6F6F6;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .LvvSimSelectLabel {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    padding: 12px 10px;
    width: 291px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSelectLabel {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 10px 9px;
    width: 100%;
  }
}

.LvvSimSelectLabel:has(input:checked) {
  background-color: #FFD100;
}

.LvvSimSelectLabel input {
  margin: 0;
  border-radius: 50%;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.LvvSimSelectLabel input:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: #FFD100;
}

@media print, screen and (min-width: 768px) {
  .LvvSimSelectLabel span {
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSelectLabel span {
    letter-spacing: 0.03em;
    line-height: 1.45;
    font-size: 20px;
  }
}

.LvvSimSelectLabel span span {
  display: inline-block;
}

.LvvSimDateLabel {
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .LvvSimDateLabel {
    margin-top: 16px;
    width: 436px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimDateLabel {
    margin-top: 20px;
    width: 100%;
  }
}

.LvvSimDateLabel:has([type="text"])::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  aspect-ratio: 13/11;
  background-color: #25282A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .LvvSimDateLabel:has([type="text"])::after {
    width: 13px;
    right: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimDateLabel:has([type="text"])::after {
    width: 15px;
    right: 10px;
  }
}

.LvvSimDateLabel input {
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  width: 100%;
  background-color: #F6F6F6;
  font: inherit;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .LvvSimDateLabel input {
    padding: 12px 10px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimDateLabel input {
    letter-spacing: 0.03em;
    padding: 10px 10px 9px;
    line-height: 1.45;
    font-size: 20px;
  }
}

.LvvSimDateLabel input::-webkit-input-placeholder {
  color: inherit;
}

.LvvSimDateLabel input::-moz-placeholder {
  color: inherit;
}

.LvvSimDateLabel input:-ms-input-placeholder {
  color: inherit;
}

.LvvSimDateLabel input::-ms-input-placeholder {
  color: inherit;
}

.LvvSimDateLabel input::placeholder {
  color: inherit;
}

.LvvSimDateLabel input.is-current {
  background-color: #FFD100;
}

.LvvSimDateLabel input.is-error {
  outline: 2px solid #f00;
}

.LvvSimSubmit {
  margin: 80px auto 0;
}

@media print, screen and (min-width: 768px) {
  .LvvSimSubmit {
    width: 500px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSubmit {
    width: 100%;
  }
}

.LvvSimSubmit button {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background-color: #FFD100;
}

@media print, screen and (min-width: 768px) {
  .LvvSimSubmit button {
    padding: 0 40px 0 0;
    height: 70px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSubmit button {
    padding: 0 20px;
    height: 91px;
  }
}

.LvvSimSubmit button.-disabled {
  pointer-events: none;
  background-color: #E9E9E9;
}

.LvvSimSubmit button span {
  display: inline-block;
}

.LvvSimSubmit button::after {
  content: "";
  aspect-ratio: 14.05/22.48;
  width: 14px;
  background-image: url("/lvv/asset/img/common/icon_arrow-right_03.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .LvvSimSubmit button::after {
    right: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimSubmit button::after {
    right: 20px;
  }
}

.LvvSimCaution {
  border-radius: 10px;
  background-color: #F4F4F4;
}

@media print, screen and (min-width: 768px) {
  .LvvSimCaution {
    padding: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimCaution {
    padding: 23px 15px 35px 14px;
  }
}

.LvvSimCaution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .LvvSimCaution li {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimCaution li {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.LvvSimCaution li:before {
  content: "・";
}

@media print, screen and (min-width: 768px) {
  .LvvSimCaution li + li {
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimCaution li + li {
    margin-top: 16px;
  }
}

.LvvSimCaution a {
  text-decoration: underline;
  color: inherit;
}

.js-result {
  opacity: 0;
}

.LvvSimResult {
  width: 100%;
}

.LvvSimResultInner {
  width: 100%;
}

.LvvSimResultTable {
  border-collapse: collapse;
  border: 1px solid #C6C6C6;
  width: 100%;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable {
    line-height: 1.375;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable {
    line-height: 1.2857142857;
    font-size: 14px;
  }
}

.LvvSimResultTable th,
.LvvSimResultTable td {
  border: 1px solid #C6C6C6;
}

.LvvSimResultTable thead th {
  vertical-align: middle;
  font-weight: normal;
  background-color: #FFD100;
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable thead th {
    padding: 25px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable thead th {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable thead th:nth-of-type(1) {
    width: 15%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable thead th:nth-of-type(1) {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable thead th:nth-of-type(2) {
    width: 28%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable thead th:nth-of-type(2) {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable thead th:nth-of-type(3) {
    width: 28%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable thead th:nth-of-type(3) {
    width: 25%;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable thead th:nth-of-type(4) {
    width: 29%;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable thead th:nth-of-type(4) {
    width: 25%;
  }
}

.LvvSimResultTable tbody {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .LvvSimResultTable tbody td {
    padding: 16px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimResultTable tbody td {
    padding: 10px 0;
  }
}

.LvvSimResultTable tbody tr:nth-of-type(even) td {
  background-color: #FFFFFF;
}

.LvvSimResultTable tbody tr:nth-of-type(odd) td {
  background-color: #FFFCEB;
}

.LvvSimTotal {
  background-color: #FFFCEB;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .LvvSimTotal {
    padding: 0 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimTotal {
    padding: 0 25px;
  }
}

.LvvSimTotalItem {
  text-align: center;
  line-height: 1.375;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .LvvSimTotalItem {
    padding: 28px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSimTotalItem {
    padding: 25px 0;
  }
}

.LvvSimTotalItem span {
  font-size: 26px;
}

.LvvSimTotalItem + .LvvSimTotalItem {
  border-top: 1px solid #C6C6C6;
}

.LvvSystem {
  border: 1px solid #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvSystem {
    padding: 40px 32px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystem {
    padding: 20px;
  }
}

.LvvSystemItem__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #25282A;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItem__ttl {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    line-height: 1.7777777778;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItem__ttl {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.LvvSystemItem__ttl::before {
  content: "■";
  font-family: var(--font-family-1);
  color: #970B46;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItem__ttl::before {
    line-height: 1.5238095238;
    font-size: 2.1rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItem__ttl::before {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSystemIndent01 {
    padding-left: 32px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemIndent01 {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSystemIndent02 {
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemIndent02 {
    padding-left: 20px;
  }
}

.LvvSystemItemTxt {
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemTxt {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItemTxt {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvSystemItemContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #25282A;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemContact {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItemContact {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvSystemItemContact::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
  width: 14px;
  height: 16px;
  background-color: #A21E41;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemContact::before {
    -webkit-transform: translateY(calc(14.5px - 50%));
            transform: translateY(calc(14.5px - 50%));
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItemContact::before {
    -webkit-transform: translateY(calc(12px - 50%));
            transform: translateY(calc(12px - 50%));
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemList li {
    line-height: 2;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemItemList li {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvSystemItemList em {
  font-weight: 700;
  font-style: normal;
  color: #A21E41;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemList .-pl7emPc {
    padding-left: 7em;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemList.-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(888/902 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .LvvSystemItemList.-half li {
    width: 50%;
  }
}

.LvvSystemBtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #FFD100;
  text-align: center;
  font-weight: 700;
  color: #25282A;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemBtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 70.5px;
    line-height: 1.6;
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemBtn {
    padding: 10.5px 0;
    width: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.LvvSystemBtn::after {
  content: "";
  display: block;
  background-image: url("/lvv/asset/img/common/icon_arrow-right_02.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .LvvSystemBtn::after {
    width: 30px;
    height: 30px;
    right: 24px;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemBtn::after {
    width: 19px;
    height: 19px;
    right: 10px;
  }
}

.LvvSystemNote {
  color: #A21E41;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .LvvSystemNote {
    line-height: 1.7777777778;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvSystemNote {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvText {
    line-height: 1.7777777778;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvText {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvText .-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.LvvText a {
  color: #A21E41;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .LvvNote {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvNote {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvNote.-centerPc {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .LvvNote.-rightPc {
    text-align: right;
  }
}

.LvvNote a {
  color: inherit;
  text-decoration: underline;
}

.LvvCaution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 1.75;
  font-size: 1.2rem;
}

.LvvCaution::before {
  content: '※';
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .LvvCredit {
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 767px) {
  .LvvCredit {
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.LvvCredit.-center {
  text-align: center;
}

/*! jQuery UI - v1.12.1 - 2021-02-01
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/simulation/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/simulation/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("../img/simulation/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("../img/simulation/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/simulation/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../img/simulation/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../img/simulation/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.ui-datepicker {
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffd100;
  background: #fff;
  color: #454545;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, a.ui-button:active {
  border-color: #ffd100;
  background-color: #ffd100;
  color: #25282a;
}
