/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.showSP {
    display: block
}

@media (min-width:768px) {
    .showSP {
        display: none
    }
}

.showPC {
    display: none
}

@media (min-width:768px) {
    .showPC {
        display: block
    }
}

.mb00 {
    margin-bottom: 0 !important
}

html {
    font-size: 62.5%
}

body {
    min-height: 100vh;
    color: #151a39;
    font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Hiragino Kaku Gothic ProN, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    font-size: 1.6em;
    line-height: 1.6;
    letter-spacing: 1.2px;
    font-weight: 600
}

@media (min-width:768px) {
    body {
        min-width: 1024px
    }
}

img,
svg {
    max-width: 100%;
    height: auto
}

svg {
    display: block
}

dd img,
li img {
    vertical-align: bottom
}

.layout {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "h""m""f";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 57px 1fr auto;
    grid-template-rows: 57px 1fr auto;
    overflow: hidden
}

@media (min-width:768px) {
    .layout {
        -ms-grid-rows: 80px 1fr auto;
        grid-template-rows: 80px 1fr auto;
        min-width: 1056px;
        overflow: hidden
    }
}

.layout__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: h;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999
}

.layout__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: m
}

@media (min-width:768px) {
    .layout__main {
        position: relative
    }
}

.layout__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: f
}

.bread {
    display: none
}

@media (min-width:768px) {
    .bread {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1024px;
        margin: 24px auto 0;
        padding: 0
    }

    .bread li {
        font-size: 1.2rem;
        line-height: 1
    }

    .bread li:not(:first-of-type):before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_nvy.svg) no-repeat 50%;
        background-size: contain;
        margin: 0 15px
    }

    .bread a,
    .bread span {
        color: #151a39
    }
}

.gFooter {
    padding: 16px 16px 0;
    background-color: #005bab;
    color: #fff
}

@media (min-width:768px) {
    .gFooter {
        padding: 40px 0 0
    }
}

@media (min-width:768px) {
    .gFooter__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 1024px;
        margin: auto
    }
}

.gFooter__menu {
    margin-bottom: 20px
}

.gFooter__menu .footerLogo {
    width: 160px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .gFooter__menu .footerLogo {
        width: 200px
    }
}

.gFooter__menu .footerMenu {
    list-style: none;
    padding-left: 0
}

.gFooter__menu .footerMenu__contents {
    margin-bottom: .8rem;
    font-size: 1.2rem;
    line-height: 1.69
}

@media (min-width:768px) {
    .gFooter__menu .footerMenu__contents {
        font-size: 1.6rem
    }
}

.gFooter__menu .footerMenu__contents .link {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    .gFooter__menu .footerMenu__contents .link:hover {
        color: #fff;
        opacity: .5
    }
}

.gFooter__menu .footerMenu__contents .link--out:after {
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_wht.svg)
}

.gFooter__menu .footerMenu__item {
    margin-bottom: .8rem;
    font-size: 1rem;
    line-height: 1.69
}

@media (min-width:768px) {
    .gFooter__menu .footerMenu__item {
        font-size: 1.6rem
    }
}

.gFooter__menu .footerMenu__item .link {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    .gFooter__menu .footerMenu__item .link:hover {
        color: #fff;
        opacity: .5
    }
}

.gFooter__menu .footerMenu__item .link--out:after {
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_wht.svg)
}

.gFooter__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.gFooter__bnr .footerBnr {
    height: 56px
}

@media (min-width:768px) {
    .gFooter__bnr .footerBnr {
        height: 100px
    }

    .gFooter__bnr .footerBnr:hover {
        opacity: .5
    }
}

.gFooter__bnr .footerBnr:last-child {
    margin-left: 4px
}

@media (min-width:768px) {
    .gFooter__bnr .footerBnr:last-child {
        margin-left: 16px
    }
}

.gFooter__bnr .footerBnr img {
    width: auto;
    height: 100%
}

.gFooter__copy {
    border-top: 1px solid #fff;
    margin: 0 -16px;
    padding: 4px;
    font-size: 10px;
    text-align: center
}

@media (min-width:768px) {
    .gFooter__copy {
        margin: 0;
        padding: 12px;
        font-size: 12px
    }
}

.gHeader {
    width: 100%;
    height: 56px;
    background-color: #fff;
    position: relative;
    z-index: 999
}

@media (min-width:768px) {
    .gHeader {
        height: 80px;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .5);
        box-shadow: 0 0 12px rgba(0, 0, 0, .5)
    }
}

.gHeader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 16px;
    margin: 0 auto
}

@media (min-width:768px) {
    .gHeader__inner {
        min-width: 1024px;
        width: auto;
        padding: 0 2vw
    }
}

.gHeader__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

@media (min-width:768px) {
    .gHeader__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        margin-right: .7vw
    }
}

.gHeader__logo a {
    display: block
}

@media (min-width:768px) {
    .gHeader__logo a:hover {
        opacity: .5
    }
}

.gHeader__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px
}

@media (min-width:768px) {
    .gHeader__menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: 100%;
        margin-left: auto
    }
}

.gHeader #gHeader__menuSwitch {
    display: none
}

.gHeader__menuSwitch {
    display: block;
    width: 34px;
    height: 44px;
    margin: 0;
    position: relative
}

.gHeader__menuSwitch .line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.gHeader__menuSwitch .line:first-of-type {
    top: 12px
}

.gHeader__menuSwitch .line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gHeader__menuSwitch .line:nth-of-type(3) {
    bottom: 12px
}

@media (min-width:768px) {
    .gHeader__menuSwitch {
        display: none
    }
}

.gHeader__menuContent {
    width: 100vw;
    height: 0;
    background-color: #e4f0fb;
    overflow: hidden;
    position: fixed;
    top: 56px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:768px) {
    .gHeader__menuContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;
        position: relative;
        top: 0
    }
}

.gHeader__menuContentInner {
    width: 100%;
    height: 100%;
    padding: 0 0 90px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
    .gHeader__menuContentInner {
        padding: 0;
        height: auto;
        text-align: right
    }
}

.gHeader__menuContentInner .menuList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width:768px) {
    .gHeader__menuContentInner .menuList {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        text-align: right
    }
}

@media (min-width:768px) {
    .gHeader__menuContentInner .menuList__item {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin: 0 .6vw
    }
}

.gHeader__menuContentInner .menuList a {
    display: block;
    border-bottom: 1px solid #636b85;
    padding: 24px 16px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_blu.svg) no-repeat right 16px center;
    background-size: 16px 16px;
    text-decoration: none
}

@media (min-width:768px) {
    .gHeader__menuContentInner .menuList a {
        border: none;
        padding: 0;
        background: none;
        text-align: center
    }

    .gHeader__menuContentInner .menuList a:hover {
        opacity: .5
    }
}

.gHeader__menuContentInner .menuList .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    color: #005bab;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3
}

.gHeader__menuContentInner .buttonWrap {
    padding: 24px 16px 16px
}

@media (min-width:768px) {
    .gHeader__menuContentInner .buttonWrap {
        display: inline-block;
        vertical-align: middle;
        padding: 0
    }

    .gHeader__menuContentInner .buttonWrap .button--tell {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        margin: 0 .5vw;
        padding: 0
    }

    .gHeader__menuContentInner .buttonWrap .button--tell .main {
        display: block;
        padding-left: 28px;
        background-size: 24px 24px;
        font-size: 24px
    }

    .gHeader__menuContentInner .buttonWrap .button--tell .sub {
        display: block;
        margin-top: 0;
        font-size: 12px;
        text-align: right
    }

    .gHeader__menuContentInner .buttonWrap .button--mail {
        display: inline-block;
        vertical-align: middle;
        max-width: 167px;
        min-width: 140px;
        width: 12vw;
        height: 47px;
        margin-top: 0;
        padding: 12px 0
    }

    .gHeader__menuContentInner .buttonWrap .button--mail span {
        padding-left: 24px;
        background-size: 20px 20px;
        font-size: 16px
    }
}

#gHeader__menuSwitch:checked+.gHeader__menuSwitch .line:first-of-type {
    -webkit-transform: translate(-16px, 9px) rotate(-45deg);
    transform: translate(-16px, 9px) rotate(-45deg)
}

#gHeader__menuSwitch:checked+.gHeader__menuSwitch .line:nth-of-type(2) {
    opacity: 0
}

#gHeader__menuSwitch:checked+.gHeader__menuSwitch .line:nth-of-type(3) {
    -webkit-transform: translate(-16px, -9px) rotate(45deg);
    transform: translate(-16px, -9px) rotate(45deg)
}

#gHeader__menuSwitch:checked+.gHeader__menuSwitch+.gHeader__menuContent {
    height: calc(100vh - 56px)
}

.u-headerSns {
    display: none
}

@media (min-width:768px) {
    .u-headerSns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 10px;
        right: 2vw;
        z-index: 1
    }

    .u-headerSns_item {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px
    }

    .u-headerSns_item.-twitter {
        margin-top: 5px
    }
}

.u-headerSp_sns {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.u-headerSp_sns_item {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 5px
}

@media (min-width:768px) {
    .u-headerSp_sns {
        display: none
    }
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 70px;
    padding: 5px 30px;
    border-radius: 8px;
    outline: 0;
    position: relative;
    background-color: #005bab;
    border: 1px solid #005bab;
    text-align: center
}

@media (min-width:768px) {
    .button {
        width: 640px;
        height: 88px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}

.button span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width:768px) {
    .button span {
        font-size: 24px;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}

.button:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .button:hover {
        background-color: #fff
    }

    .button:hover span {
        color: #005bab
    }
}

.button+.button {
    margin-top: 1rem
}

.button--arrRight {
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_wht.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px
}

@media (min-width:768px) {
    .button--arrRight:hover {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_blu.svg)
    }
}

.button--arrBlank {
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_wht.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px
}

@media (min-width:768px) {
    .button--arrBlank:hover {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_nvy.svg)
    }
}

@media (min-width:768px) {
    .button--sub {
        width: 360px;
        height: 48px
    }

    .button--sub span {
        font-size: 1.6rem
    }
}

.button--tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .button--tell {
        background-color: #fff;
        border: 1px solid #fff;
        pointer-events: none
    }
}

@media (min-width:768px) {
    .button--tell span {
        color: #151a39
    }
}

.button--tell .main {
    padding-left: 20px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_tell_wht.svg) no-repeat 0;
    background-size: 16px
}

@media (min-width:768px) {
    .button--tell .main {
        padding-left: 48px;
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_tell_nvy.svg);
        background-size: 40px 40px;
        font-size: 36px
    }
}

.button--tell .sub {
    margin-top: .5rem;
    font-size: 12px
}

@media (min-width:768px) {
    .button--tell .sub {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .button--tell:hover span {
        color: #151a39
    }
}

.button--mail {
    background-color: #f5428e;
    border-color: #f5428e
}

.button--mail span {
    padding-left: 24px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_mail_wht.svg) no-repeat 0;
    background-size: 20px 20px
}

@media (min-width:768px) {
    .button--mail span {
        padding-left: 44px;
        background-size: 35px 35px
    }
}

.button--mail.button--arrRight {
    background-image: none
}

@media (min-width:768px) {
    .button--mail.button--arrRight {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_wht.svg)
    }
}

@media (min-width:768px) {
    .button--mail:hover span {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_mail_pink.svg);
        color: #f5428e
    }

    .button--mail:hover.button--arrRight {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_pink.svg)
    }
}

.button--bnrLang {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 82px;
    margin-top: 2.4rem;
    padding: 0;
    overflow: hidden;
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_wht.svg);
    background-repeat: no-repeat;
    background-position: right 8px bottom 8px;
    background-size: 12px 12px
}

@media (min-width:768px) {
    .button--bnrLang {
        width: 775px;
        height: 170px;
        background-position: right 16px bottom 16px;
        background-size: 24px 24px
    }
}

.button--bnrLang .img {
    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-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 78px;
    flex: 1 0 78px;
    padding-right: 5px;
    background: #fff
}

@media (min-width:768px) {
    .button--bnrLang .img {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 252px;
        flex: 1 0 252px;
        padding: 0 33px
    }
}

.button--bnrLang .img img {
    width: 100%
}

@media (min-width:768px) {
    .button--bnrLang .img img {
        width: 187px
    }
}

.button--bnrLang .txt {
    width: 100%;
    padding: 5px
}

.button--bnrLang .txt .main {
    display: block;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 18px
}

@media (min-width:768px) {
    .button--bnrLang .txt .main {
        font-size: 32px
    }
}

.button--bnrLang .txt .sub {
    display: block;
    font-size: 12px;
    color: #fef100
}

@media (min-width:768px) {
    .button--bnrLang .txt .sub {
        font-size: 20px
    }
}

@media (min-width:768px) {
    .button--bnrLang:hover {
        background-color: #005bab;
        opacity: .7
    }
}

.headding1 {
    margin-bottom: 0;
    padding: 20px 8px;
    background: #005bab;
    color: #fff;
    text-align: center;
    font-size: 32px
}

@media (min-width:768px) {
    .headding1 {
        padding: 28px 8px;
        font-size: 48px
    }
}

.headding1__sub {
    display: block;
    font-weight: 400;
    font-size: 12px
}

.headding3 {
    margin: 40px 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #005bab
}

.headding3+.headding3,
.headding3:first-child {
    margin-top: 0
}

@media (min-width:768px) {
    .headding3 {
        font-size: 24px
    }
}

.headding3--navy,
.headding3--navy a {
    color: #151a39
}

.label,
.labelWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -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;
    width: 24px;
    height: 24px;
    margin: 2px 8px 0 0;
    background: #005bab;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1
}

@media (min-width:768px) {
    .label {
        width: 32px;
        height: 32px;
        margin-right: 12px
    }
}

.label__sub {
    font-size: 12px
}

@media (min-width:768px) {
    .label__sub {
        font-size: 14px
    }
}

.label__num {
    font-size: 18px
}

.label__sub+.label__num {
    font-size: 24px
}

@media (min-width:768px) {
    .label__num {
        font-size: 24px
    }
}

.label__lett {
    font-size: 16px
}

@media (min-width:768px) {
    .label__lett {
        font-size: 24px
    }
}

.label--yellow {
    color: #fef100
}

a:not(.button) {
    color: #151a39;
    -webkit-transition: all .3s;
    transition: all .3s
}

a.link {
    text-decoration: underline
}

@media (min-width:768px) {
    a.link:hover {
        color: #005bab
    }
}

a.link--right:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_blu.svg) no-repeat 50%;
    background-size: contain;
    margin-left: 4px
}

@media (min-width:768px) {
    a.link--right:after {
        width: 16px;
        height: 16px;
        margin-left: 8px
    }
}

a.link--out:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_blank_nvy.svg) no-repeat 50%;
    background-size: contain;
    margin-left: 4px
}

@media (min-width:768px) {
    a.link--out:after {
        width: 14px;
        height: 14px;
        margin-left: 8px
    }
}

.list {
    list-style: none;
    padding: 0
}

.list>li {
    margin-bottom: 16px;
    padding-left: 1em;
    text-indent: -1em
}

.list>li:last-child {
    margin-bottom: 0
}

.list--link>li:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_blu.svg) no-repeat 0;
    background-size: contain;
    margin-right: 4px;
    vertical-align: text-top
}

.list--link>li>a {
    color: #005bab
}

.list--linkAnchor>li:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_bottom_blu.svg) no-repeat 0;
    background-size: contain;
    margin-right: 4px;
    vertical-align: text-top
}

.list--linkAnchor>li>a {
    color: #005bab
}

.listWrap {
    border: 1px solid #ccc;
    padding: 24px 16px
}

@media (min-width:768px) {
    .listWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 0
    }
}

.listWrap>.list {
    margin-bottom: 0
}

@media (min-width:768px) {
    .listWrap>.list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 40px
    }

    .listWrap>.list:first-child {
        border-right: 1px solid #ccc
    }
}

.scrollX_wrap {
    position: relative;
    margin-bottom: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.scrollX_wrap .scrollX {
    width: auto;
    max-width: none;
    min-width: 100%
}

.scrollX_wrap .scrollX_overlay {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5
}

.scrollX_wrap .scrollX_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    -webkit-filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 5px #000)
}

.scrollX_wrap .scrollX_btn span {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-top: 91px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px
}

.scrollX_wrap .scrollX_btn:before {
    position: absolute;
    left: -6px;
    top: 0;
    content: "";
    width: 102px;
    height: 91px;
    background: url(/ja/lp/bellquick24lcc/assets/images/common/i_sp_swipe.svg) no-repeat 50%;
    background-size: contain;
    -webkit-animation-name: swipe;
    animation-name: swipe;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.scrollX_wrap::-webkit-scrollbar {
    height: 5px
}

.scrollX_wrap::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollX_wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc
}

@-webkit-keyframes swipe {
    0% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    to {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
}

@keyframes swipe {
    0% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    to {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
}

.section {
    padding: 42px 16px
}

@media (min-width:768px) {
    .section {
        padding: 85px 0
    }
}

.section__head {
    padding-bottom: 35px;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .section__head {
        width: 1024px;
        padding-bottom: 17px;
        margin: 0 auto 40px
    }
}

.section__title {
    margin-bottom: 0;
    position: relative;
    text-align: center
}

.section__title .main {
    display: block;
    font-size: 2.4rem;
    color: #005bab
}

@media (min-width:768px) {
    .section__title .main {
        font-size: 3.2rem
    }
}

.section__title .sub {
    display: block;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .section__title .sub {
        font-size: 2.4rem
    }
}

.section__title:before {
    content: "";
    display: block;
    width: 38px;
    border-bottom: 3px solid #005bab;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .section__title:before {
        bottom: -18px
    }
}

@media (min-width:768px) {
    .section__body {
        width: 1024px;
        margin: 0 auto
    }
}

.section__body>:last-child {
    margin-bottom: 0
}

.section--blue {
    background-color: #e4f0fb
}

.section--gray {
    background-color: #f7f7f7
}

@media (min-width:768px) {
    .section--small .section__body {
        width: 800px
    }
}

@media (min-width:768px) {
    .section--pcCol2 .section__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 1024px;
        margin: auto
    }

    .section--pcCol2 .section__head {
        width: 28%;
        margin: 0
    }

    .section--pcCol2 .section__title {
        text-align: left
    }

    .section--pcCol2 .section__title:before {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .section--pcCol2 .section__body {
        width: 68%;
        margin: 0
    }
}

.section--contact {
    background: url(/ja/lp/bellquick24lcc/assets/images/common/contact_sp.jpg) no-repeat 50%;
    background-size: cover
}

@media (min-width:768px) {
    .section--contact {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/contact.jpg)
    }
}

.section--contact .section__title .main {
    color: #fff
}

.section--contact .section__title:before {
    border-color: #fff
}

.section--contact .section__body .txt {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 14px
}

@media (min-width:768px) {
    .section--contact .section__body .txt {
        text-align: center;
        font-size: 16px
    }
}

@media (min-width:768px) {
    .section--contact .section__body .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 160px;
        padding: 0 72px;
        background: #fff
    }
}

.section--contact .section__body .box .button--tell {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-color: #fff
}

@media (min-width:768px) {
    .section--contact .section__body .box .button--tell {
        padding: 0
    }
}

@media (min-width:768px) {
    .section--contact .section__body .box .button--mail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        height: 80px
    }
}

.section--outsourcing {
    background: url(/ja/lp/bellquick24lcc/assets/images/common/outsourcing_sp.jpg) no-repeat 50%;
    background-size: cover
}

@media (min-width:768px) {
    .section--outsourcing {
        background-image: url(/ja/lp/bellquick24lcc/assets/images/common/outsourcing.jpg)
    }
}

.section--outsourcing .section__title .main {
    color: #fff
}

.section--outsourcing .section__title:before {
    border-color: #fff
}

.section--outsourcing .section__body .txt {
    color: #fff;
    font-size: 14px
}

@media (min-width:768px) {
    .section--outsourcing .section__body .txt {
        text-align: center;
        font-size: 16px
    }
}

.tagList {
    list-style: none;
    padding: 0
}

.tagList .tag {
    line-height: 1;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 4px;
    font-size: 12px;
    background-color: #fef100
}

.tagList .tag.inactive {
    background-color: #ccc;
    color: #fff
}

.textLead {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .textLead {
        text-align: center
    }
}

.textStrong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0, #fef100));
    background: linear-gradient(transparent 80%, #fef100 0)
}

.textSizeS {
    font-size: 12px
}

.textSizeM {
    font-size: 14px
}

@media (min-width:768px) {
    .textSizeM {
        font-size: 16px
    }
}

.textSizeL {
    font-size: 18px
}

@media (min-width:768px) {
    .textSizeL {
        font-size: 20px
    }
}

.blockCase__row {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .blockCase__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px
    }

    .blockCase__row>* {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.blockCase__photo {
    margin: 0 -16px -14px
}

@media (min-width:768px) {
    .blockCase__photo {
        width: 375px;
        margin: 0 0 0 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.blockCase__photo img {
    width: 100%
}

.blockCase__main>:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .blockCase__main .tagList {
        margin-bottom: 16px
    }
}

.blockCase__title {
    margin-bottom: 16px;
    color: #005bab;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4
}

@media (min-width:768px) {
    .blockCase__title {
        font-size: 2.4rem
    }
}

.blockCase__box {
    margin: 84px 0 24px;
    border: 1px solid #005bab;
    background-color: #fff
}

@media (min-width:768px) {
    .blockCase__box {
        margin: 60px 0 0
    }
}

@media (min-width:768px) {
    .blockCase__box:first-child {
        margin-right: 40px
    }
}

.blockCase__box__icon {
    width: 120px;
    height: 120px;
    padding-top: 75px;
    margin: -60px auto 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    position: relative
}

.blockCase__box--problem .blockCase__box__icon {
    color: #005bab;
    background: #fef100 url(/ja/lp/bellquick24lcc/assets/images/use_cases_icon_problem.png) no-repeat center 24px/33px 44px
}

.blockCase__box--solution .blockCase__box__icon {
    color: #fff;
    background: #005bab url(/ja/lp/bellquick24lcc/assets/images/use_cases_icon_solution.png) no-repeat center 24px/40px 45px
}

.blockCase__box__txt {
    padding: 24px
}

.blockCase__box__txt>:last-child {
    margin-bottom: 0
}

.blockCase__diagram {
    min-width: 520px !important;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .blockCase__diagram {
        padding: 20px
    }
}

.blockImgTxt,
.blockImgTxt__box {
    margin-bottom: 40px
}

.blockImgTxt__box:last-child {
    margin-bottom: 0
}

.blockImgTxt__txt {
    font-size: 14px
}

.blockImgTxt__img {
    margin-bottom: 16px
}

.blockImgTxt__img img {
    width: 100%
}

@media (min-width:768px) {
    .blockImgTxt__box:after {
        content: "";
        display: block;
        clear: both
    }

    .blockImgTxt__title {
        float: left;
        width: 582px
    }

    .blockImgTxt__box:nth-child(2n) .blockImgTxt__title {
        float: right
    }

    .blockImgTxt__txt {
        float: left;
        width: 582px;
        font-size: 16px
    }

    .blockImgTxt__box:nth-child(2n) .blockImgTxt__txt {
        float: right
    }

    .blockImgTxt__img {
        float: right;
        width: 400px;
        margin-bottom: 0
    }

    .blockImgTxt__box:nth-child(2n) .blockImgTxt__img {
        float: left
    }
}

.blockLineup {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

@media (max-width:767px) {
    .blockLineup.scrollX {
        width: 1024px
    }
}

.blockLineup col.head {
    width: 120px
}

.blockLineup td,
.blockLineup th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.blockLineup td>:last-child,
.blockLineup th>:last-child {
    margin-bottom: 0
}

.blockLineup tbody tr:first-child td,
.blockLineup tbody tr:first-child th {
    border-top: none
}

.blockLineup th+td {
    border-left: none
}

.blockLineup__head {
    padding: 8px;
    text-align: center;
    font-size: 2rem;
    background-color: #eee
}

@media (min-width:768px) {
    .blockLineup__head {
        padding: 10px
    }
}

.blockLineup__head--empty {
    background-color: transparent;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #ccc
}

.blockLineup__head--yellow {
    background-color: #fef100
}

.blockLineup__head--blue {
    background-color: #8ad9ff
}

.blockLineup__head--Lblue {
    background-color: #c4ecff
}

.blockLineup__body {
    padding: 16px;
    background-color: #fff;
    vertical-align: top
}

.blockLineup__dl {
    text-align: left
}

.blockLineup__dl>dt {
    padding-left: 1.5em;
    text-indent: -1.5em
}

.blockLineup__dl>dd {
    margin-bottom: 16px
}

.blockLineup__dl>dd:last-child {
    margin-bottom: 0
}

.blockLineup__dl>dd .description {
    color: #005bab
}

.blockLineup__dl>dd .price {
    color: #005bab;
    font-weight: 700;
    font-size: 2.4rem
}

@media (max-width:767px) {
    .blockLineup--pickup {
        display: block;
        border: 1px solid #ccc
    }

    .blockLineup--pickup tbody,
    .blockLineup--pickup td,
    .blockLineup--pickup th,
    .blockLineup--pickup thead,
    .blockLineup--pickup tr {
        display: block;
        border: none
    }
}

.blockLineup--pickup .blockLineup__head--yellow {
    height: 50px;
    position: relative
}

@media (min-width:768px) {
    .blockLineup--pickup .blockLineup__head--yellow {
        height: 60px
    }
}

.blockLineup--pickup .blockLineup__head--yellow .pickup {
    width: 100%;
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    color: #005bab;
    font-size: 2rem
}

@media (min-width:768px) {
    .blockLineup--pickup .blockLineup__body {
        padding-left: 70px
    }

    .blockLineup--pickup .blockLineup__body.pc_pl200 {
        padding-left: 200px
    }
}

.blockLineup--pickup .blockLineup__body .list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    text-align: left
}

.companyInfo {
    font-size: 1.4rem
}

@media (min-width:768px) {
    .companyInfo {
        font-size: 1.6rem
    }
}

.companyInfo__row {
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

@media (min-width:768px) {
    .companyInfo__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 0
    }
}

.companyInfo__row:first-child {
    padding-top: 0
}

@media (min-width:768px) {
    .companyInfo__row:first-child {
        border-top: 1px solid #ccc;
        padding-top: 24px
    }
}

.companyInfo dt {
    margin-bottom: 8px;
    color: #8f8f8f;
    font-weight: 400
}

@media (min-width:768px) {
    .companyInfo dt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7em;
        flex: 0 0 7em;
        margin-bottom: 0
    }
}

.companyInfo dd {
    margin-bottom: 0
}

.featureList {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 0
}

@media (min-width:768px) {
    .featureList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }
}

.featureList__item {
    border: 1px solid #ccc;
    margin: 80px 0 24px
}

.featureList__item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .featureList__item {
        width: 320px;
        margin-bottom: 0
    }
}

.featureList__item .img {
    margin-top: -60px;
    text-align: center
}

@media (min-width:768px) {
    .featureList__item .img {
        margin-top: -80px
    }
}

.featureList__item .img img {
    width: 120px;
    height: 120px
}

@media (min-width:768px) {
    .featureList__item .img img {
        width: 160px;
        height: 160px
    }
}

.featureList__item .txt {
    padding: 24px 16px
}

@media (min-width:768px) {
    .featureList__item .txt {
        padding: 24px
    }
}

.featureList__item .title {
    margin-bottom: 16px;
    color: #005bab;
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem
}

.featureList__item .title .textStrong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fef100));
    background: linear-gradient(transparent 60%, #fef100 0)
}

.featureBox {
    margin-bottom: 24px
}

.featureBox__head {
    margin-bottom: -1.4rem;
    color: #005bab;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .featureBox__head {
        font-size: 2.4rem;
        margin-bottom: -1.8rem
    }
}

.featureBox__body {
    background-color: #e4f0fb;
    padding: 32px 16px 16px;
    border-radius: 8px
}

@media (min-width:768px) {
    .featureBox__body {
        padding: 40px 32px 32px
    }
}

.featureBox__body>:last-child {
    margin-bottom: 0
}

.flowList {
    list-style: none;
    padding: 0;
    counter-reset: section
}

@media (min-width:768px) {
    .flowList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.flowList__item {
    position: relative;
    border: 1px solid #005bab;
    margin-bottom: 20px;
    background-color: #fff
}

@media (min-width:768px) {
    .flowList__item {
        width: 240px
    }
}

.flowList__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-color: #005bab transparent transparent;
    border-style: solid;
    border-width: 12px 23px 0
}

@media (min-width:768px) {
    .flowList__item:after {
        top: 0;
        left: 100%;
        right: auto;
        bottom: 0;
        border-width: 32px 0 32px 16px;
        border-color: transparent transparent transparent #005bab
    }
}

.flowList__item:last-child:after {
    display: none
}

.flowList__item .img {
    background-color: #c4ecff;
    overflow: hidden
}

.flowList__item .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: #005bab transparent transparent;
    border-style: solid;
    border-width: 56px 56px 0 0
}

.flowList__item .img:after {
    counter-increment: section;
    content: counter(section);
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:768px) {
    .flowList__item .img:after {
        top: 3px;
        left: 5px;
        font-size: 32px
    }
}

.flowList__item .img img {
    width: 100%;
    margin: -16px 0;
    padding: 0 10%
}

@media (min-width:768px) {
    .flowList__item .img img {
        margin: 0;
        padding: 0
    }
}

.flowList__item .txt {
    padding: 16px
}

.flowList__item .txt .title {
    margin-bottom: 1rem;
    text-align: center;
    color: #005bab;
    font-size: 18px;
    font-weight: 700
}

@media (min-width:768px) {
    .flowList__item .txt .title {
        font-size: 24px
    }
}

.flowList__item .txt .body {
    font-size: 14px
}

@media (min-width:768px) {
    .flowList__item .txt .body {
        font-size: 16px
    }
}

.flowClose {
    text-align: center;
    color: #005bab;
    font-weight: 700
}

@media (min-width:768px) {
    .flowClose {
        font-size: 24px
    }
}

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

@media (min-width:768px) {
    .hero {
        min-width: 1024px;
        height: 546px
    }
}

.hero picture {
    display: block;
    width: 100%;
    height: 100%
}

.hero picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.hero .hero__txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    color: #fff
}

@media (min-width:768px) {
    .hero .hero__txt {
        width: 1024px;
        padding: 0;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }
}

.hero .hero__txt .title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 1.3;
    text-shadow: 5px 5px 12px rgba(0, 63, 119, .5), -5px 5px 12px rgba(0, 63, 119, .5), 5px -5px 12px rgba(0, 63, 119, .5), -5px -5px 12px rgba(0, 63, 119, .5)
}

@media (min-width:768px) {
    .hero .hero__txt .title {
        margin-bottom: 2rem;
        font-size: 56px
    }
}

.hero .hero__txt .txt {
    font-size: 18px;
    line-height: 1.4;
    text-shadow: 5px 5px 12px rgba(0, 63, 119, .5), -5px 5px 12px rgba(0, 63, 119, .5), 5px -5px 12px rgba(0, 63, 119, .5), -5px -5px 12px rgba(0, 63, 119, .5)
}

@media (min-width:768px) {
    .hero .hero__txt .txt {
        margin-bottom: 4rem;
        font-size: 24px
    }
}

.hero .hero__txt .btn {
    margin-bottom: 0
}

@media (min-width:768px) {
    .hero .hero__txt .btn .button {
        margin-left: 0
    }
}

.swiper {
    position: relative;
    margin: 0 -16px
}

@media (min-width:768px) {
    .swiper {
        width: 1024px;
        margin: 0 auto
    }
}

.swiper .swiper-container {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .swiper .swiper-container {
        width: 928px;
        padding: 0;
        margin: 0 auto 64px
    }
}

.swiper .swiper-slide {
    height: auto;
    background-color: #fff;
    position: relative;
    word-break: break-all;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #e4f0fb;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1
}

.swiper .swiper-slide a {
    display: block
}

@media (min-width:768px) {
    .swiper .swiper-slide:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1)
    }

    .swiper .swiper-slide:hover a {
        text-decoration: none
    }
}

.swiper .swiper-slide img {
    width: 100%;
    height: 164px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.swiper .swiper-slide .txt {
    padding: 16px
}

@media (min-width:768px) {
    .swiper .swiper-slide .txt {
        padding: 20px 18px
    }
}

.swiper .swiper-slide .txt .tagList {
    margin-top: -30px
}

.swiper .swiper-slide .txt .main {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 700;
    color: #005bab
}

.swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_left_gry.svg);
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 4px;
    outline: 0
}

@media (min-width:768px) {
    .swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -5px
    }
}

.swiper .swiper-button-next {
    width: 26px;
    height: 26px;
    background-image: url(/ja/lp/bellquick24lcc/assets/images/common/i_arr_right_gry.svg);
    background-size: contain;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4px;
    outline: 0
}

@media (min-width:768px) {
    .swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        right: -5px
    }
}