<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container&gt;.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content&gt;.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide&gt;*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.bx-bg-bel-black1.bx-bg-bel-black1.bx-bg-bel-black1{background-color:#555}.bx-text-bel-black1.bx-text-bel-black1.bx-text-bel-black1{color:#555}.bx-outline-bel-black1.bx-outline-bel-black1.bx-outline-bel-black1{border:1px solid #555}.bx-bg-bel-black2.bx-bg-bel-black2.bx-bg-bel-black2{background-color:#333}.bx-text-bel-black2.bx-text-bel-black2.bx-text-bel-black2{color:#333}.bx-outline-bel-black2.bx-outline-bel-black2.bx-outline-bel-black2{border:1px solid #333}.bx-bg-bel-black3.bx-bg-bel-black3.bx-bg-bel-black3{background-color:#333}.bx-text-bel-black3.bx-text-bel-black3.bx-text-bel-black3{color:#333}.bx-outline-bel-black3.bx-outline-bel-black3.bx-outline-bel-black3{border:1px solid #333}.bx-bg-bel-black4.bx-bg-bel-black4.bx-bg-bel-black4{background-color:rgba(0,0,0,.7019607843)}.bx-text-bel-black4.bx-text-bel-black4.bx-text-bel-black4{color:rgba(0,0,0,.7019607843)}.bx-outline-bel-black4.bx-outline-bel-black4.bx-outline-bel-black4{border:1px solid rgba(0,0,0,.7019607843)}.bx-bg-bel-blue1.bx-bg-bel-blue1.bx-bg-bel-blue1{background-color:#ebf3fe}.bx-text-bel-blue1.bx-text-bel-blue1.bx-text-bel-blue1{color:#ebf3fe}.bx-outline-bel-blue1.bx-outline-bel-blue1.bx-outline-bel-blue1{border:1px solid #ebf3fe}.bx-bg-bel-blue2.bx-bg-bel-blue2.bx-bg-bel-blue2{background-color:#2f80ed}.bx-text-bel-blue2.bx-text-bel-blue2.bx-text-bel-blue2{color:#2f80ed}.bx-outline-bel-blue2.bx-outline-bel-blue2.bx-outline-bel-blue2{border:1px solid #2f80ed}.bx-bg-bel-blue3.bx-bg-bel-blue3.bx-bg-bel-blue3{background-color:#0d6efd}.bx-text-bel-blue3.bx-text-bel-blue3.bx-text-bel-blue3{color:#0d6efd}.bx-outline-bel-blue3.bx-outline-bel-blue3.bx-outline-bel-blue3{border:1px solid #0d6efd}.bx-bg-bel-blue4.bx-bg-bel-blue4.bx-bg-bel-blue4{background-color:#1d3994}.bx-text-bel-blue4.bx-text-bel-blue4.bx-text-bel-blue4{color:#1d3994}.bx-outline-bel-blue4.bx-outline-bel-blue4.bx-outline-bel-blue4{border:1px solid #1d3994}.bx-bg-bel-gray1.bx-bg-bel-gray1.bx-bg-bel-gray1{background-color:#f7f7f7}.bx-text-bel-gray1.bx-text-bel-gray1.bx-text-bel-gray1{color:#f7f7f7}.bx-outline-bel-gray1.bx-outline-bel-gray1.bx-outline-bel-gray1{border:1px solid #f7f7f7}.bx-bg-bel-gray2.bx-bg-bel-gray2.bx-bg-bel-gray2{background-color:#d7d7d7}.bx-text-bel-gray2.bx-text-bel-gray2.bx-text-bel-gray2{color:#d7d7d7}.bx-outline-bel-gray2.bx-outline-bel-gray2.bx-outline-bel-gray2{border:1px solid #d7d7d7}.bx-bg-bel-gray3.bx-bg-bel-gray3.bx-bg-bel-gray3{background-color:#ccc}.bx-text-bel-gray3.bx-text-bel-gray3.bx-text-bel-gray3{color:#ccc}.bx-outline-bel-gray3.bx-outline-bel-gray3.bx-outline-bel-gray3{border:1px solid #ccc}.bx-bg-bel-gray4.bx-bg-bel-gray4.bx-bg-bel-gray4{background-color:#bbb}.bx-text-bel-gray4.bx-text-bel-gray4.bx-text-bel-gray4{color:#bbb}.bx-outline-bel-gray4.bx-outline-bel-gray4.bx-outline-bel-gray4{border:1px solid #bbb}.bx-bg-bel-gray5.bx-bg-bel-gray5.bx-bg-bel-gray5{background-color:#aaa}.bx-text-bel-gray5.bx-text-bel-gray5.bx-text-bel-gray5{color:#aaa}.bx-outline-bel-gray5.bx-outline-bel-gray5.bx-outline-bel-gray5{border:1px solid #aaa}.bx-bg-bel-gray6.bx-bg-bel-gray6.bx-bg-bel-gray6{background-color:#999}.bx-text-bel-gray6.bx-text-bel-gray6.bx-text-bel-gray6{color:#999}.bx-outline-bel-gray6.bx-outline-bel-gray6.bx-outline-bel-gray6{border:1px solid #999}.bx-bg-bel-gray7.bx-bg-bel-gray7.bx-bg-bel-gray7{background-color:#888}.bx-text-bel-gray7.bx-text-bel-gray7.bx-text-bel-gray7{color:#888}.bx-outline-bel-gray7.bx-outline-bel-gray7.bx-outline-bel-gray7{border:1px solid #888}.bx-bg-bel-green1.bx-bg-bel-green1.bx-bg-bel-green1{background-color:#75c33c}.bx-text-bel-green1.bx-text-bel-green1.bx-text-bel-green1{color:#75c33c}.bx-outline-bel-green1.bx-outline-bel-green1.bx-outline-bel-green1{border:1px solid #75c33c}.bx-bg-bel-green2.bx-bg-bel-green2.bx-bg-bel-green2{background-color:#27ae60}.bx-text-bel-green2.bx-text-bel-green2.bx-text-bel-green2{color:#27ae60}.bx-outline-bel-green2.bx-outline-bel-green2.bx-outline-bel-green2{border:1px solid #27ae60}.bx-bg-bel-green3.bx-bg-bel-green3.bx-bg-bel-green3{background-color:#2e9b49}.bx-text-bel-green3.bx-text-bel-green3.bx-text-bel-green3{color:#2e9b49}.bx-outline-bel-green3.bx-outline-bel-green3.bx-outline-bel-green3{border:1px solid #2e9b49}.bx-bg-bel-green4.bx-bg-bel-green4.bx-bg-bel-green4{background-color:#309a4c}.bx-text-bel-green4.bx-text-bel-green4.bx-text-bel-green4{color:#309a4c}.bx-outline-bel-green4.bx-outline-bel-green4.bx-outline-bel-green4{border:1px solid #309a4c}.bx-bg-bel-green5.bx-bg-bel-green5.bx-bg-bel-green5{background-color:rgba(117,195,60,.7019607843)}.bx-text-bel-green5.bx-text-bel-green5.bx-text-bel-green5{color:rgba(117,195,60,.7019607843)}.bx-outline-bel-green5.bx-outline-bel-green5.bx-outline-bel-green5{border:1px solid rgba(117,195,60,.7019607843)}.bx-bg-bel-orange.bx-bg-bel-orange.bx-bg-bel-orange{background-color:#ff8e00}.bx-text-bel-orange.bx-text-bel-orange.bx-text-bel-orange{color:#ff8e00}.bx-outline-bel-orange.bx-outline-bel-orange.bx-outline-bel-orange{border:1px solid #ff8e00}.bx-bg-bel-purple1.bx-bg-bel-purple1.bx-bg-bel-purple1{background-color:#e490a1}.bx-text-bel-purple1.bx-text-bel-purple1.bx-text-bel-purple1{color:#e490a1}.bx-outline-bel-purple1.bx-outline-bel-purple1.bx-outline-bel-purple1{border:1px solid #e490a1}.bx-bg-bel-purple2.bx-bg-bel-purple2.bx-bg-bel-purple2{background-color:#c1aed2}.bx-text-bel-purple2.bx-text-bel-purple2.bx-text-bel-purple2{color:#c1aed2}.bx-outline-bel-purple2.bx-outline-bel-purple2.bx-outline-bel-purple2{border:1px solid #c1aed2}.bx-bg-bel-red1.bx-bg-bel-red1.bx-bg-bel-red1{background-color:#fff2f2}.bx-text-bel-red1.bx-text-bel-red1.bx-text-bel-red1{color:#fff2f2}.bx-outline-bel-red1.bx-outline-bel-red1.bx-outline-bel-red1{border:1px solid #fff2f2}.bx-bg-bel-red2.bx-bg-bel-red2.bx-bg-bel-red2{background-color:#f5727f}.bx-text-bel-red2.bx-text-bel-red2.bx-text-bel-red2{color:#f5727f}.bx-outline-bel-red2.bx-outline-bel-red2.bx-outline-bel-red2{border:1px solid #f5727f}.bx-bg-bel-red3.bx-bg-bel-red3.bx-bg-bel-red3{background-color:#e00}.bx-text-bel-red3.bx-text-bel-red3.bx-text-bel-red3{color:#e00}.bx-outline-bel-red3.bx-outline-bel-red3.bx-outline-bel-red3{border:1px solid #e00}.bx-bg-bel-red4.bx-bg-bel-red4.bx-bg-bel-red4{background-color:#c00}.bx-text-bel-red4.bx-text-bel-red4.bx-text-bel-red4{color:#c00}.bx-outline-bel-red4.bx-outline-bel-red4.bx-outline-bel-red4{border:1px solid #c00}.bx-bg-bel-red5.bx-bg-bel-red5.bx-bg-bel-red5{background-color:#bf1e1e}.bx-text-bel-red5.bx-text-bel-red5.bx-text-bel-red5{color:#bf1e1e}.bx-outline-bel-red5.bx-outline-bel-red5.bx-outline-bel-red5{border:1px solid #bf1e1e}.bx-bg-bel-white.bx-bg-bel-white.bx-bg-bel-white{background-color:#fff}.bx-text-bel-white.bx-text-bel-white.bx-text-bel-white{color:#fff}.bx-outline-bel-white.bx-outline-bel-white.bx-outline-bel-white{border:1px solid #fff}.bx-bg-bel-yellow1.bx-bg-bel-yellow1.bx-bg-bel-yellow1{background-color:#e5c800}.bx-text-bel-yellow1.bx-text-bel-yellow1.bx-text-bel-yellow1{color:#e5c800}.bx-outline-bel-yellow1.bx-outline-bel-yellow1.bx-outline-bel-yellow1{border:1px solid #e5c800}.bx-bg-bel-yellow2.bx-bg-bel-yellow2.bx-bg-bel-yellow2{background-color:#f2ce86}.bx-text-bel-yellow2.bx-text-bel-yellow2.bx-text-bel-yellow2{color:#f2ce86}.bx-outline-bel-yellow2.bx-outline-bel-yellow2.bx-outline-bel-yellow2{border:1px solid #f2ce86}.bx-bg-bel-yellow3.bx-bg-bel-yellow3.bx-bg-bel-yellow3{background-color:#b89762}.bx-text-bel-yellow3.bx-text-bel-yellow3.bx-text-bel-yellow3{color:#b89762}.bx-outline-bel-yellow3.bx-outline-bel-yellow3.bx-outline-bel-yellow3{border:1px solid #b89762}.bx-bg-bel-Gray-1.bx-bg-bel-Gray-1.bx-bg-bel-Gray-1{background-color:#fff}.bx-text-bel-Gray-1.bx-text-bel-Gray-1.bx-text-bel-Gray-1{color:#fff}.bx-outline-bel-Gray-1.bx-outline-bel-Gray-1.bx-outline-bel-Gray-1{border:1px solid #fff}.bx-bg-bel-Gray-2.bx-bg-bel-Gray-2.bx-bg-bel-Gray-2{background-color:#f0f0f0}.bx-text-bel-Gray-2.bx-text-bel-Gray-2.bx-text-bel-Gray-2{color:#f0f0f0}.bx-outline-bel-Gray-2.bx-outline-bel-Gray-2.bx-outline-bel-Gray-2{border:1px solid #f0f0f0}.bx-bg-bel-Gray-3.bx-bg-bel-Gray-3.bx-bg-bel-Gray-3{background-color:#d9d9d9}.bx-text-bel-Gray-3.bx-text-bel-Gray-3.bx-text-bel-Gray-3{color:#d9d9d9}.bx-outline-bel-Gray-3.bx-outline-bel-Gray-3.bx-outline-bel-Gray-3{border:1px solid #d9d9d9}.bx-bg-bel-Gray-4.bx-bg-bel-Gray-4.bx-bg-bel-Gray-4{background-color:#a9a9a9}.bx-text-bel-Gray-4.bx-text-bel-Gray-4.bx-text-bel-Gray-4{color:#a9a9a9}.bx-outline-bel-Gray-4.bx-outline-bel-Gray-4.bx-outline-bel-Gray-4{border:1px solid #a9a9a9}.bx-bg-bel-Gray-5.bx-bg-bel-Gray-5.bx-bg-bel-Gray-5{background-color:#8c8c8c}.bx-text-bel-Gray-5.bx-text-bel-Gray-5.bx-text-bel-Gray-5{color:#8c8c8c}.bx-outline-bel-Gray-5.bx-outline-bel-Gray-5.bx-outline-bel-Gray-5{border:1px solid #8c8c8c}.bx-bg-bel-Gray-6.bx-bg-bel-Gray-6.bx-bg-bel-Gray-6{background-color:#575757}.bx-text-bel-Gray-6.bx-text-bel-Gray-6.bx-text-bel-Gray-6{color:#575757}.bx-outline-bel-Gray-6.bx-outline-bel-Gray-6.bx-outline-bel-Gray-6{border:1px solid #575757}.bx-bg-bel-Gray-7.bx-bg-bel-Gray-7.bx-bg-bel-Gray-7{background-color:#434343}.bx-text-bel-Gray-7.bx-text-bel-Gray-7.bx-text-bel-Gray-7{color:#434343}.bx-outline-bel-Gray-7.bx-outline-bel-Gray-7.bx-outline-bel-Gray-7{border:1px solid #434343}.bx-bg-bel-Gray-8.bx-bg-bel-Gray-8.bx-bg-bel-Gray-8{background-color:#1f1f1f}.bx-text-bel-Gray-8.bx-text-bel-Gray-8.bx-text-bel-Gray-8{color:#1f1f1f}.bx-outline-bel-Gray-8.bx-outline-bel-Gray-8.bx-outline-bel-Gray-8{border:1px solid #1f1f1f}.bx-bg-bel-Gray-9.bx-bg-bel-Gray-9.bx-bg-bel-Gray-9{background-color:#111}.bx-text-bel-Gray-9.bx-text-bel-Gray-9.bx-text-bel-Gray-9{color:#111}.bx-outline-bel-Gray-9.bx-outline-bel-Gray-9.bx-outline-bel-Gray-9{border:1px solid #111}.bx-bg-bel-Gray-10.bx-bg-bel-Gray-10.bx-bg-bel-Gray-10{background-color:#000}.bx-text-bel-Gray-10.bx-text-bel-Gray-10.bx-text-bel-Gray-10{color:#000}.bx-outline-bel-Gray-10.bx-outline-bel-Gray-10.bx-outline-bel-Gray-10{border:1px solid #000}.bx-bg-bel-Red-1.bx-bg-bel-Red-1.bx-bg-bel-Red-1{background-color:#fff1f0}.bx-text-bel-Red-1.bx-text-bel-Red-1.bx-text-bel-Red-1{color:#fff1f0}.bx-outline-bel-Red-1.bx-outline-bel-Red-1.bx-outline-bel-Red-1{border:1px solid #fff1f0}.bx-bg-bel-Red-2.bx-bg-bel-Red-2.bx-bg-bel-Red-2{background-color:#ffccc7}.bx-text-bel-Red-2.bx-text-bel-Red-2.bx-text-bel-Red-2{color:#ffccc7}.bx-outline-bel-Red-2.bx-outline-bel-Red-2.bx-outline-bel-Red-2{border:1px solid #ffccc7}.bx-bg-bel-Red-3.bx-bg-bel-Red-3.bx-bg-bel-Red-3{background-color:#ffa39e}.bx-text-bel-Red-3.bx-text-bel-Red-3.bx-text-bel-Red-3{color:#ffa39e}.bx-outline-bel-Red-3.bx-outline-bel-Red-3.bx-outline-bel-Red-3{border:1px solid #ffa39e}.bx-bg-bel-Red-4.bx-bg-bel-Red-4.bx-bg-bel-Red-4{background-color:#ff7875}.bx-text-bel-Red-4.bx-text-bel-Red-4.bx-text-bel-Red-4{color:#ff7875}.bx-outline-bel-Red-4.bx-outline-bel-Red-4.bx-outline-bel-Red-4{border:1px solid #ff7875}.bx-bg-bel-Red-5.bx-bg-bel-Red-5.bx-bg-bel-Red-5{background-color:#ff4d4f}.bx-text-bel-Red-5.bx-text-bel-Red-5.bx-text-bel-Red-5{color:#ff4d4f}.bx-outline-bel-Red-5.bx-outline-bel-Red-5.bx-outline-bel-Red-5{border:1px solid #ff4d4f}.bx-bg-bel-Red-6.bx-bg-bel-Red-6.bx-bg-bel-Red-6{background-color:#f5222d}.bx-text-bel-Red-6.bx-text-bel-Red-6.bx-text-bel-Red-6{color:#f5222d}.bx-outline-bel-Red-6.bx-outline-bel-Red-6.bx-outline-bel-Red-6{border:1px solid #f5222d}.bx-bg-bel-Red-7.bx-bg-bel-Red-7.bx-bg-bel-Red-7{background-color:#cf1322}.bx-text-bel-Red-7.bx-text-bel-Red-7.bx-text-bel-Red-7{color:#cf1322}.bx-outline-bel-Red-7.bx-outline-bel-Red-7.bx-outline-bel-Red-7{border:1px solid #cf1322}.bx-bg-bel-Red-8.bx-bg-bel-Red-8.bx-bg-bel-Red-8{background-color:#a8071a}.bx-text-bel-Red-8.bx-text-bel-Red-8.bx-text-bel-Red-8{color:#a8071a}.bx-outline-bel-Red-8.bx-outline-bel-Red-8.bx-outline-bel-Red-8{border:1px solid #a8071a}.bx-bg-bel-Red-9.bx-bg-bel-Red-9.bx-bg-bel-Red-9{background-color:#111}.bx-text-bel-Red-9.bx-text-bel-Red-9.bx-text-bel-Red-9{color:#111}.bx-outline-bel-Red-9.bx-outline-bel-Red-9.bx-outline-bel-Red-9{border:1px solid #111}.bx-bg-bel-Red-10.bx-bg-bel-Red-10.bx-bg-bel-Red-10{background-color:#5c0011}.bx-text-bel-Red-10.bx-text-bel-Red-10.bx-text-bel-Red-10{color:#5c0011}.bx-outline-bel-Red-10.bx-outline-bel-Red-10.bx-outline-bel-Red-10{border:1px solid #5c0011}.bx-bg-bel-Yelow-1.bx-bg-bel-Yelow-1.bx-bg-bel-Yelow-1{background-color:#fffbe6}.bx-text-bel-Yelow-1.bx-text-bel-Yelow-1.bx-text-bel-Yelow-1{color:#fffbe6}.bx-outline-bel-Yelow-1.bx-outline-bel-Yelow-1.bx-outline-bel-Yelow-1{border:1px solid #fffbe6}.bx-bg-bel-Yelow-2.bx-bg-bel-Yelow-2.bx-bg-bel-Yelow-2{background-color:#fff1b8}.bx-text-bel-Yelow-2.bx-text-bel-Yelow-2.bx-text-bel-Yelow-2{color:#fff1b8}.bx-outline-bel-Yelow-2.bx-outline-bel-Yelow-2.bx-outline-bel-Yelow-2{border:1px solid #fff1b8}.bx-bg-bel-Yelow-3.bx-bg-bel-Yelow-3.bx-bg-bel-Yelow-3{background-color:#ffe58f}.bx-text-bel-Yelow-3.bx-text-bel-Yelow-3.bx-text-bel-Yelow-3{color:#ffe58f}.bx-outline-bel-Yelow-3.bx-outline-bel-Yelow-3.bx-outline-bel-Yelow-3{border:1px solid #ffe58f}.bx-bg-bel-Yelow-4.bx-bg-bel-Yelow-4.bx-bg-bel-Yelow-4{background-color:#ffd666}.bx-text-bel-Yelow-4.bx-text-bel-Yelow-4.bx-text-bel-Yelow-4{color:#ffd666}.bx-outline-bel-Yelow-4.bx-outline-bel-Yelow-4.bx-outline-bel-Yelow-4{border:1px solid #ffd666}.bx-bg-bel-Yelow-5.bx-bg-bel-Yelow-5.bx-bg-bel-Yelow-5{background-color:#ffc53d}.bx-text-bel-Yelow-5.bx-text-bel-Yelow-5.bx-text-bel-Yelow-5{color:#ffc53d}.bx-outline-bel-Yelow-5.bx-outline-bel-Yelow-5.bx-outline-bel-Yelow-5{border:1px solid #ffc53d}.bx-bg-bel-Yelow-6.bx-bg-bel-Yelow-6.bx-bg-bel-Yelow-6{background-color:#faad14}.bx-text-bel-Yelow-6.bx-text-bel-Yelow-6.bx-text-bel-Yelow-6{color:#faad14}.bx-outline-bel-Yelow-6.bx-outline-bel-Yelow-6.bx-outline-bel-Yelow-6{border:1px solid #faad14}.bx-bg-bel-Yelow-7.bx-bg-bel-Yelow-7.bx-bg-bel-Yelow-7{background-color:#d48806}.bx-text-bel-Yelow-7.bx-text-bel-Yelow-7.bx-text-bel-Yelow-7{color:#d48806}.bx-outline-bel-Yelow-7.bx-outline-bel-Yelow-7.bx-outline-bel-Yelow-7{border:1px solid #d48806}.bx-bg-bel-Yelow-8.bx-bg-bel-Yelow-8.bx-bg-bel-Yelow-8{background-color:#ad6800}.bx-text-bel-Yelow-8.bx-text-bel-Yelow-8.bx-text-bel-Yelow-8{color:#ad6800}.bx-outline-bel-Yelow-8.bx-outline-bel-Yelow-8.bx-outline-bel-Yelow-8{border:1px solid #ad6800}.bx-bg-bel-Yelow-9.bx-bg-bel-Yelow-9.bx-bg-bel-Yelow-9{background-color:#874d00}.bx-text-bel-Yelow-9.bx-text-bel-Yelow-9.bx-text-bel-Yelow-9{color:#874d00}.bx-outline-bel-Yelow-9.bx-outline-bel-Yelow-9.bx-outline-bel-Yelow-9{border:1px solid #874d00}.bx-bg-bel-Yelow-10.bx-bg-bel-Yelow-10.bx-bg-bel-Yelow-10{background-color:#613400}.bx-text-bel-Yelow-10.bx-text-bel-Yelow-10.bx-text-bel-Yelow-10{color:#613400}.bx-outline-bel-Yelow-10.bx-outline-bel-Yelow-10.bx-outline-bel-Yelow-10{border:1px solid #613400}.bx-bg-bel-Green-1.bx-bg-bel-Green-1.bx-bg-bel-Green-1{background-color:#f6ffed}.bx-text-bel-Green-1.bx-text-bel-Green-1.bx-text-bel-Green-1{color:#f6ffed}.bx-outline-bel-Green-1.bx-outline-bel-Green-1.bx-outline-bel-Green-1{border:1px solid #f6ffed}.bx-bg-bel-Green-2.bx-bg-bel-Green-2.bx-bg-bel-Green-2{background-color:#d9f7be}.bx-text-bel-Green-2.bx-text-bel-Green-2.bx-text-bel-Green-2{color:#d9f7be}.bx-outline-bel-Green-2.bx-outline-bel-Green-2.bx-outline-bel-Green-2{border:1px solid #d9f7be}.bx-bg-bel-Green-3.bx-bg-bel-Green-3.bx-bg-bel-Green-3{background-color:#b7eb8f}.bx-text-bel-Green-3.bx-text-bel-Green-3.bx-text-bel-Green-3{color:#b7eb8f}.bx-outline-bel-Green-3.bx-outline-bel-Green-3.bx-outline-bel-Green-3{border:1px solid #b7eb8f}.bx-bg-bel-Green-4.bx-bg-bel-Green-4.bx-bg-bel-Green-4{background-color:#95de64}.bx-text-bel-Green-4.bx-text-bel-Green-4.bx-text-bel-Green-4{color:#95de64}.bx-outline-bel-Green-4.bx-outline-bel-Green-4.bx-outline-bel-Green-4{border:1px solid #95de64}.bx-bg-bel-Green-5.bx-bg-bel-Green-5.bx-bg-bel-Green-5{background-color:#73d13d}.bx-text-bel-Green-5.bx-text-bel-Green-5.bx-text-bel-Green-5{color:#73d13d}.bx-outline-bel-Green-5.bx-outline-bel-Green-5.bx-outline-bel-Green-5{border:1px solid #73d13d}.bx-bg-bel-Green-6.bx-bg-bel-Green-6.bx-bg-bel-Green-6{background-color:#52c41a}.bx-text-bel-Green-6.bx-text-bel-Green-6.bx-text-bel-Green-6{color:#52c41a}.bx-outline-bel-Green-6.bx-outline-bel-Green-6.bx-outline-bel-Green-6{border:1px solid #52c41a}.bx-bg-bel-Green-7.bx-bg-bel-Green-7.bx-bg-bel-Green-7{background-color:#389e0d}.bx-text-bel-Green-7.bx-text-bel-Green-7.bx-text-bel-Green-7{color:#389e0d}.bx-outline-bel-Green-7.bx-outline-bel-Green-7.bx-outline-bel-Green-7{border:1px solid #389e0d}.bx-bg-bel-Green-8.bx-bg-bel-Green-8.bx-bg-bel-Green-8{background-color:#237804}.bx-text-bel-Green-8.bx-text-bel-Green-8.bx-text-bel-Green-8{color:#237804}.bx-outline-bel-Green-8.bx-outline-bel-Green-8.bx-outline-bel-Green-8{border:1px solid #237804}.bx-bg-bel-Green-9.bx-bg-bel-Green-9.bx-bg-bel-Green-9{background-color:#135200}.bx-text-bel-Green-9.bx-text-bel-Green-9.bx-text-bel-Green-9{color:#135200}.bx-outline-bel-Green-9.bx-outline-bel-Green-9.bx-outline-bel-Green-9{border:1px solid #135200}.bx-bg-bel-Green-10.bx-bg-bel-Green-10.bx-bg-bel-Green-10{background-color:#092b00}.bx-text-bel-Green-10.bx-text-bel-Green-10.bx-text-bel-Green-10{color:#092b00}.bx-outline-bel-Green-10.bx-outline-bel-Green-10.bx-outline-bel-Green-10{border:1px solid #092b00}.bx-bg-bel-Blue-1.bx-bg-bel-Blue-1.bx-bg-bel-Blue-1{background-color:#e6f7ff}.bx-text-bel-Blue-1.bx-text-bel-Blue-1.bx-text-bel-Blue-1{color:#e6f7ff}.bx-outline-bel-Blue-1.bx-outline-bel-Blue-1.bx-outline-bel-Blue-1{border:1px solid #e6f7ff}.bx-bg-bel-Blue-2.bx-bg-bel-Blue-2.bx-bg-bel-Blue-2{background-color:#bae7ff}.bx-text-bel-Blue-2.bx-text-bel-Blue-2.bx-text-bel-Blue-2{color:#bae7ff}.bx-outline-bel-Blue-2.bx-outline-bel-Blue-2.bx-outline-bel-Blue-2{border:1px solid #bae7ff}.bx-bg-bel-Blue-3.bx-bg-bel-Blue-3.bx-bg-bel-Blue-3{background-color:#91d5ff}.bx-text-bel-Blue-3.bx-text-bel-Blue-3.bx-text-bel-Blue-3{color:#91d5ff}.bx-outline-bel-Blue-3.bx-outline-bel-Blue-3.bx-outline-bel-Blue-3{border:1px solid #91d5ff}.bx-bg-bel-Blue-4.bx-bg-bel-Blue-4.bx-bg-bel-Blue-4{background-color:#69c0ff}.bx-text-bel-Blue-4.bx-text-bel-Blue-4.bx-text-bel-Blue-4{color:#69c0ff}.bx-outline-bel-Blue-4.bx-outline-bel-Blue-4.bx-outline-bel-Blue-4{border:1px solid #69c0ff}.bx-bg-bel-Blue-5.bx-bg-bel-Blue-5.bx-bg-bel-Blue-5{background-color:#40a9ff}.bx-text-bel-Blue-5.bx-text-bel-Blue-5.bx-text-bel-Blue-5{color:#40a9ff}.bx-outline-bel-Blue-5.bx-outline-bel-Blue-5.bx-outline-bel-Blue-5{border:1px solid #40a9ff}.bx-bg-bel-Blue-6.bx-bg-bel-Blue-6.bx-bg-bel-Blue-6{background-color:#1890ff}.bx-text-bel-Blue-6.bx-text-bel-Blue-6.bx-text-bel-Blue-6{color:#1890ff}.bx-outline-bel-Blue-6.bx-outline-bel-Blue-6.bx-outline-bel-Blue-6{border:1px solid #1890ff}.bx-bg-bel-Blue-7.bx-bg-bel-Blue-7.bx-bg-bel-Blue-7{background-color:#096dd9}.bx-text-bel-Blue-7.bx-text-bel-Blue-7.bx-text-bel-Blue-7{color:#096dd9}.bx-outline-bel-Blue-7.bx-outline-bel-Blue-7.bx-outline-bel-Blue-7{border:1px solid #096dd9}.bx-bg-bel-Blue-8.bx-bg-bel-Blue-8.bx-bg-bel-Blue-8{background-color:#0050b3}.bx-text-bel-Blue-8.bx-text-bel-Blue-8.bx-text-bel-Blue-8{color:#0050b3}.bx-outline-bel-Blue-8.bx-outline-bel-Blue-8.bx-outline-bel-Blue-8{border:1px solid #0050b3}.bx-bg-bel-Blue-9.bx-bg-bel-Blue-9.bx-bg-bel-Blue-9{background-color:#003a8c}.bx-text-bel-Blue-9.bx-text-bel-Blue-9.bx-text-bel-Blue-9{color:#003a8c}.bx-outline-bel-Blue-9.bx-outline-bel-Blue-9.bx-outline-bel-Blue-9{border:1px solid #003a8c}.bx-bg-bel-Blue-10.bx-bg-bel-Blue-10.bx-bg-bel-Blue-10{background-color:#002766}.bx-text-bel-Blue-10.bx-text-bel-Blue-10.bx-text-bel-Blue-10{color:#002766}.bx-outline-bel-Blue-10.bx-outline-bel-Blue-10.bx-outline-bel-Blue-10{border:1px solid #002766}.bx-text-underline-hover-black.bx-text-underline-hover-black.bx-text-underline-hover-black:hover{color:#333!important;text-decoration:underline!important}#maincontent{font-family:Noto Sans JP,verdana,Lucida Grande,\\30E1\30A4\30EA\30AA,meiryo,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",MS PGothic,sans-serif}#maincontent .h1,#maincontent .h2,#maincontent .h3,#maincontent .h4,#maincontent .h5,#maincontent .h6,#maincontent h1,#maincontent h2,#maincontent h3,#maincontent h4,#maincontent h5,#maincontent h6{font-family:Noto Sans JP,verdana,Lucida Grande,\\30E1\30A4\30EA\30AA,meiryo,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",MS PGothic,sans-serif!important}@media screen and (max-width:520px){.bx-product-detail__container{margin-bottom:56px}}@media screen and (min-width:521px){.bx-product-detail__container{margin-bottom:80px}}.bx-product-detail button:focus{outline:0;box-shadow:none}@media screen and (min-width:521px){.bx-product-detail--sticky{max-width:432px;width:100%}}.bx-product-detail--sticky__shippingdate img{width:16px}.bx-product-detail__message{color:#575757!important}.bx-product-detail__message p{margin-bottom:8px}.bx-product-detail__number{padding:4px 5px}@media screen and (max-width:520px){.bx-product-detail__heading{font-size:20px;line-height:28px;font-weight:700;margin-bottom:24px;text-align:center}}@media screen and (min-width:521px){.bx-product-detail__heading{font-size:24px;line-height:32px;font-weight:700;margin-bottom:32px;text-align:center}}.bx-product-detail__tag{gap:8px;margin-bottom:8px}.bx-product-detail__tag--label{padding:4px}.bx-product-detail__keyword__inner{gap:12px 8px}@media screen and (min-width:521px){.bx-product-detail__keyword__inner{max-width:666px}.bx-product-detail__keyword__inner .btn{padding:5px 15px}}@media screen and (max-width:520px){.bx-product-detail__keyword__inner{max-width:343px}.bx-product-detail__keyword__inner .btn{padding:4px 9px}}.bx-product-detail__keyword__inner h3{margin-bottom:0}.bx-product-detail__shop__cta{margin-top:1rem}.bx-product-detail__shop__cta__button{font-size:16px!important}.bx-product-detail__shop__cta__button__inside{text-align:left;padding-right:14px!important}.bx-product-detail__shop__cta__button__icon{color:#ccc;margin-right:10px!important}.bx-product-detail__shop__cta__button div button.checked .fas{color:#f5727f}@media screen and (min-width:521px){.bx-product-detail--w20{-ms-flex:0 0 20%!important;flex:0 0 20%!important;max-width:20%!important}}@media screen and (min-width:521px){.bx-product-detail__staff-cordinate__wrap{gap:16px}}@media screen and (max-width:520px){.bx-product-detail__staff-cordinate__wrap{display:-ms-flexbox;display:flex;margin:0 auto;width:100%;overflow-x:scroll;gap:8px;padding-left:16px}}@media screen and (min-width:521px){.bx-product-detail__staff-cordinate__button{margin-top:40px}}@media screen and (max-width:520px){.bx-product-detail__staff-cordinate__button{margin-top:32px}}.bx-product-detail_size_and_color{padding-bottom:10px;margin-top:10px}.bx-product-detail__fancybox .fancybox__slide{padding:0!important}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow{fill:#fff;cursor:pointer}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--left{width:30px;height:30px;margin-left:-34px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167L16.67 24 4.5 12.004z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,.33);padding:25px 3.5px;background-repeat:no-repeat;background-position:50%;background-size:22.29px 13px}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--left.arrow--disabled{background-color:inherit;background-image:none}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--right{width:30px;height:30px;margin-right:-34px;background-color:rgba(0,0,0,.33);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M5 3l3.057-3L20 12 8.057 24 5 21l9-9z'/%3E%3C/svg%3E");padding:25px 3.5px;background-repeat:no-repeat;background-position:50%;background-size:22.29px 13px}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--right.arrow--disabled{background-color:inherit;background-image:none}@media screen and (min-width:521px){.bx-product-detail__wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:521px){.bx-product-detail__topinfo{max-width:601px}}@media screen and (min-width:521px){.bx-product-detail__review_summary{margin-bottom:8px}}@media screen and (min-width:521px){.bx-product-detail__left{max-width:601px}}@media screen and (min-width:521px){.bx-product-detail__right{max-width:432px;width:100%}}.bx-product-detail .caption{width:100%;display:block;text-align:center;overflow:hidden;text-align:left;word-break:break-all}@media screen and (max-width:520px){.bx-product-detail .caption{padding:6px 16px 0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px}}@media screen and (min-width:521px){.bx-product-detail .caption{padding-top:12px;font-size:14px;line-height:20px}}@media screen and (max-width:520px){.bx-product-detail__check .homepage-product-listing{width:100%;overflow-x:scroll;gap:8px;padding-left:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bx-product-detail__check .homepage-product-listing&gt;div:last-child{margin-right:16px}}@media screen and (max-width:520px){.bx-product-detail__check .bx-producttile__wrapper{width:calc((100% - 30px) / 2);max-width:calc((100% - 30px) / 2);-ms-flex:0 0 45%;flex:0 0 45%;padding:0!important;margin-left:0}}@media screen and (max-width:520px){.bx-product-detail__btn_more--line:after,.bx-product-detail__btn_more--line:before{content:"";height:1px;-ms-flex-positive:1;flex-grow:1;background-color:#d9d9d9}}.bx-product-detail__btn_more--rounded-pill{transition:all .15s ease-in-out;position:relative;border-color:#111;padding:8px 24px}@media screen and (max-width:520px){.bx-product-detail__btn_more--rounded-pill{padding:4px 10px}}.bx-product-detail__btn_more--rounded-pill span.chevron-down,.bx-product-detail__btn_more--rounded-pill span.chevron-up{margin-left:4px}.bx-product-detail__btn_more--rounded-pill span.chevron-down:after,.bx-product-detail__btn_more--rounded-pill span.chevron-up:after{content:"";background-size:contain;display:block;width:16px;height:16px}@media screen and (max-width:520px){.bx-product-detail__btn_more--rounded-pill span.chevron-down:after,.bx-product-detail__btn_more--rounded-pill span.chevron-up:after{width:14px;height:14px}}.bx-product-detail__btn_more--rounded-pill span.chevron-up:after{background-image:url("../../../default/images/Up_icon.svg")}.bx-product-detail__btn_more--rounded-pill span.chevron-down:after{background-image:url("../../../default/images/down.svg")}.bx-product-detail__btn_more--rounded{transition:all .15s ease-in-out;position:relative;border-color:#111;padding:12px 16px}@media screen and (min-width:521px){.bx-product-detail__btn_more--rounded{min-width:343px}}@media screen and (max-width:520px){.bx-product-detail__btn_more--rounded{padding:13px 16px;width:100%}}.bx-product-detail__btn_more--rounded span.chevron-right:after{content:"";background-size:contain;display:block;width:16px;height:16px;background-image:url("../../../default/images/arrow_right.svg")}@media screen and (max-width:520px){.bx-product-detail__btn_more--rounded span.chevron-right:after{width:14px;height:14px}}.bx-product-detail__btn_more--text:before{content:"";width:16px;height:16px;display:block}@media screen and (max-width:520px){.bx-product-detail__btn_more--text:before{width:14px;height:14px}}#bx-product-detail-modal-images-wrapper .current{border:3px solid #333}.bx-sp_top_category_search__heading{display:none}.bx-common__tab{border:0!important}@media screen and (min-width:521px){.bx-common__tab{margin-bottom:32px!important}}@media screen and (max-width:520px){.bx-common__tab{margin-bottom:24px!important}}.bx-common__tab ul{-ms-flex-pack:center;justify-content:center}.bx-common__tab ul li{-ms-flex:none;flex:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bx-common__tab ul li:first-child:after{content:"";border-right:2px solid #d9d9d9;height:50%;display:-ms-flexbox;display:flex}@media screen and (max-width:520px){.bx-common__tab ul li+li{border-left:0}}.bx-common__tab__content--staffcordinate{border:0!important;display:-ms-flexbox;display:flex;width:100%}@media screen and (min-width:521px){.bx-common__tab__content--staffcordinate{margin:0 0 32px!important;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:520px){.bx-common__tab__content--staffcordinate{margin:0 0 16px!important;overflow-x:scroll}}.bx-common__tab__content--staffcordinate li{height:auto;-ms-flex:0 0 auto;flex:0 0 auto}.bx-common__tab__content--staffcordinate li+li{border:0}.bx-common__tab__trigger{border-bottom:0;margin:0 8px;padding:0 9px;border-radius:4px}@media screen and (min-width:521px){.bx-common__tab__trigger{line-height:32px}}@media screen and (max-width:520px){.bx-common__tab__trigger{line-height:24px;background-color:#fff}}.bx-common__tab__trigger.active{background-color:#f0f0f0;font-weight:700}@media screen and (max-width:520px){.bx-common__tab__trigger.active{background-color:#f0f0f0}}.bx-common__tab__trigger--staffcordinate{border:0;background:none;margin:0 8px;padding:0 0 8px;line-height:normal;position:relative}.bx-common__tab__trigger--staffcordinate.active{background:none}.bx-common__tab__trigger--staffcordinate.active:after{content:"";background-color:#111;width:100%;bottom:0;height:1px;left:50%;position:absolute;transform:translateX(-50%)}.bx-common__tab__trigger--staffcordinate:hover{background:none!important}.bx-common__tab__trigger--staffcordinate:hover:after{content:"";width:100%;background-color:#111;bottom:0;height:1px;left:50%;position:absolute;transform:translateX(-50%)}@media screen and (min-width:521px){.bx-cordinate{width:203px}}@media screen and (max-width:520px){.bx-cordinate{height:auto;-ms-flex:0 0 40%;flex:0 0 40%;padding:0!important}}.bx-cordinate .image-container{margin-bottom:12px}.bx-cordinate .tile-body *{line-height:1}.bx-cordinate .tile-body a{color:#575757!important}.bx-cordinate .tile-body a .bx-cordinate__desc__height,.bx-cordinate .tile-body a .bx-cordinate__desc__name{color:#111!important}.bx-cordinate .tile-body a .bx-cordinate__desc__color__cont{color:#575757!important}.bx-cordinate .tile-body a .bx-cordinate__desc__color__info{color:#111!important}.bx-cordinate .tile-body a .bx-cordinate__desc__color__info:before,.bx-cordinate .tile-body a .bx-cordinate__desc__size__cont,.bx-cordinate .tile-body a .bx-cordinate__desc__size__info:before{color:#575757!important}@media screen and (max-width:520px){.bx-cordinate:last-child{margin-right:16px}}.bx-cordinate__desc{font-size:medium;margin-bottom:0}.bx-cordinate__desc__brand{margin:0 0 8px}.bx-cordinate__desc__brand span{color:#575757!important;margin:0;font-weight:400}@media screen and (min-width:521px){.bx-cordinate__desc__brand span{font-size:14px}}@media screen and (max-width:520px){.bx-cordinate__desc__brand span{font-size:14px}}.bx-cordinate__desc__name{color:#111;margin-bottom:4px}.bx-cordinate__desc__height{color:#111;margin-bottom:8px}.bx-cordinate__desc__color{margin-bottom:4px}.bx-cordinate__desc__color__cont{color:#575757;width:18%}@media screen and (max-width:520px){.bx-cordinate__desc__color__cont{width:20%}}.bx-cordinate__desc__color__info:before{content:"\FF1A";color:#575757}.bx-cordinate__desc__size__cont{color:#575757;width:18%}@media screen and (max-width:520px){.bx-cordinate__desc__size__cont{width:20%}}.bx-cordinate__desc__size__info{color:#111!important}.bx-cordinate__desc__size__info:before{content:"\FF1A";color:#575757}@media screen and (min-width:521px){.bx-producttile__wrapper{padding:0 5px!important}}@media screen and (max-width:520px){.bx-producttile__wrapper{padding:0 2px!important}}.bx-exchange-postage{height:28px}@media screen and (max-width:520px){.bx-exchange-postage{height:50px}}@media screen and (min-width:521px){.bx-sns-row{gap:15px}}@media screen and (max-width:520px){.bx-sns-row{gap:24px}}.bx-sns-row a{width:28px;height:28px;display:block}@media screen and (max-width:520px){.bx-product-detail_color__hedding{margin:24px 16px 16px}}@media screen and (min-width:521px){.bx-product-detail_color__hedding{margin-bottom:12px}}@media screen and (max-width:520px){.bx-product-detail_color__container{padding:0 16px;overflow:hidden!important}}@media screen and (max-width:520px){.bx-product-detail_color .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-width:71px;max-width:71px}}@media screen and (min-width:521px){.bx-product-detail__sns{margin-bottom:24px}}.bx-product-detail__sns:first-child .text-md-left{text-align:center!important}#ZVList .zv-basic-info{display:none}#ZVList .zv-top-customer-review{margin-left:0;margin-right:0;-ms-flex-wrap:wrap;flex-wrap:wrap}#ZVList .zv-answer,#ZVList .zv-top-customer-review{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#ZVList .zv-answer{margin-bottom:0!important}#ZVList .zv-answer:nth-of-type(4){margin-left:10px}#ZVList .zv-answer:nth-of-type(5){width:100%}#ZVList .zv-answer:nth-last-of-type(3){width:100%;margin:10px 0 0!important;font-weight:700}#ZVList .zv-answer:nth-last-of-type(2){width:100%;margin:5px 0!important;display:block!important}#ZVList .zv-answer:nth-last-of-type(n+5):after{content:"\FF5C"}#ZVList .zv-answer:nth-of-type(-n+5):after{content:""}#ZVList .zv-title{width:auto}#ZVList .zv-title .zv-star-svg{margin-right:1px!important}#ZVList .zv-hist-count{min-width:45px!important;width:auto!important}#ZVList .zv-review-sort{margin:0!important}#ZVList .zv-review-sort span{display:none}#ZVList #zv-select-sort{padding:10px 38px 10px 8px!important;background:inherit!important;color:#333}#ZVList .zv-select-wrap:before{top:1.25em!important}#ZVList .zv-select-wrap{margin:20px 0 0}#ZVList .zv-heading.zv-top-customer-review-heading{display:none}#ZVList .zv-row{background:#f0f0f0;padding:0 10px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#ZVList .zv-row&gt;div{padding:0}#ZVList .zv-row&gt;div:nth-child(2){margin-top:0}#ZVCQA .zv-heading,#ZVList .zv-heading{margin-bottom:20px!important}#ZVList .zv-hist{box-shadow:none!important;background-color:#fff;border:1px solid #ccc;width:100%!important}#ZVList table tr{margin-bottom:10px;width:100%}#ZVList .zv-hist-count{min-width:60px!important}#ZVList table.zv-counts-table&gt;tbody&gt;tr&gt;th{padding-right:20px!important}#ZVList table.zv-counts-table&gt;tbody&gt;tr&gt;th:not(.zv-star-comment){min-width:70px;padding-right:9px!important}#ZVList .zv-answer:has(label.zv-bipolar-title){width:100%;margin-top:-12px}#ZVList .zv-answer&gt;label.zv-bipolar-title{width:4.5rem}#ZVList .zv-bipolar{margin-top:20px!important;margin-left:0!important}.zv-helpful.zv-helpful-no,.zv-helpful.zv-helpful-num.zv-helpful-no-num,.zv-popupModal1,.zv-separator{display:none!important}.zv-cqa-a-reviewer{margin-left:20px}#ZVCQA{padding:0}#ZVCQA .zv-select-wrap:before{top:1.25em!important}#ZVCQA .zv-cqa-step-link{margin:0!important}#ZVCQA .zv-cqa-a-text,#ZVCQA .zv-cqa-question{margin-bottom:5px}#ZVCQA .zv-cqa-step-link span{display:none}#ZVCQA #zv-cqa-select-sort{padding:10px 38px 10px 8px!important;width:100%!important;background:inherit!important;color:#333}#ZVList .zv-hist-bar,#ZVSummary .zv-hist-bar{height:16px;line-height:16px}#ZVList #zv-apply{background:#ff8e00;color:#fff!important;width:90%;height:50px;margin-top:10px;border:none}#zv-n-reviews{margin-left:0}#zv-filter-clear{color:#1d3994!important;text-decoration:underline}#zv-review-filter-link{margin-top:20px!important}#zv-review-filter-link .zv-link{display:inline-block;border:1px solid #bdc3c7;border-radius:3px;color:#333;padding:9px}#zv-modal-container #zv-close-button{width:auto;margin:12px 10px 0 0}#zv-modal-container #zv-close-button:after{content:"\9589\3058\308B";color:#fff;font-size:16px}#zv-modal-container #zv-lightbox-header{background:#333;height:60px;box-shadow:none}#zv-modal-container #zv-lightbox-header .zv-close-icon{color:#fff;display:-ms-flexbox;display:flex;width:16px;height:16px;margin-right:4px;-ms-flex-align:center;align-items:center;position:static}#zv-modal-container #zv-lightbox-header .zv-close-icon:after,#zv-modal-container #zv-lightbox-header .zv-close-icon:before{width:16px}#zv-modal-container,#zv-modal-container #zv-modal-image-container{animation:none}#zv-lightbox{width:90%!important;margin:0 5%!important;height:auto!important;border:none!important;animation-name:bx-fade-in-modal;animation-duration:.3s;animation-timing-function:ease-in-out}#zv-lightbox-body{padding:10px 0!important}#zv-lightbox-body .zv-select-wrap{box-shadow:none!important;margin:20px 0 0!important}#zv-lightbox-body .zv-select-wrap:last-child{margin-bottom:15px!important}#zv-lightbox-body .zv-select{color:#333;width:100%}.zv-modal-button{border-top:1px solid #d9d9d9}.zv-modal-inner{max-height:70vh;overflow-y:auto;padding:0 18px}@media screen and (min-width:521px){#zv-lightbox{left:calc(50% - 200px)!important;width:400px!important;margin:0!important}#zv-review-filter{display:none!important}#zv-review-filter-link{display:block!important;float:right}#zv-modal .zv-select.zv-select-filters{padding:10px}#zv-modal .zv-select.zv-select-filters option{font-size:16px}.zv-modal-inner{max-height:calc(80vh - 120px)}}@media screen and (max-width:520px){#ZVList .zv-answer&gt;label.zv-bipolar-title{width:5rem}#ZVList table.zv-counts-table&gt;tbody&gt;tr&gt;th:not(.zv-star-comment) svg{width:13px}#ZVList table.zv-counts-table&gt;tbody&gt;tr&gt;th:not(.zv-star-comment){min-width:auto!important;width:23%;padding-right:0!important;text-align:left}#ZVList table.zv-counts-table&gt;tbody&gt;tr&gt;td,#ZVSummary table.zv-counts-table&gt;tbody&gt;tr&gt;td{min-width:auto!important;width:46%}#ZVList table.zv-counts-table td.zv-hist-count{width:18%!important;padding:0}#ZVList table.zv-counts-table td.zv-hist-per{width:13%;padding:0}#ZVList table.zv-counts-table,#ZVSummary table.zv-counts-table{width:100%}#ZVList table.zv-counts-table .zv-star-comment,#ZVSummary .zv-star-comment{text-align:left}.bx-footer-gray{padding-bottom:80px}}.fancybox__carousel .fancybox__caption{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,.5);display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;padding:1rem;z-index:20;word-break:break-all}.bx-brandlogo{padding:8px 12px 16px}@media screen and (max-width:520px){.bx-brandlogo{padding:16px 12px;border:1px solid #d9d9d9;margin:0 16px}}.bx-brandlogo__image{width:120px;height:auto}.bx-brandlogo__favbtn{background-color:#f0f0f0;transition:auto}.bx-brandlogo__favbtn__text{gap:4px}.bx-brandlogo__favbtn__text:before{content:"";width:16px;height:16px;background-image:url("../../../default/images/heart_outline.svg");background-repeat:no-repeat;background-size:contain}@media screen and (max-width:520px){.bx-brandlogo__favbtn__text:before{width:14px;height:14px}}.bx-brandlogo__favbtn__text:after{content:"\304A\6C17\306B\5165\308A\8FFD\52A0"}.bx-brandlogo__favbtn.checked{color:#f5222d;background-color:#fff1f0}.bx-brandlogo__favbtn.checked .bx-brandlogo__favbtn__text:before{background-image:url("../../../default/images/heart_fill.svg");filter:invert(21%) sepia(60%) saturate(5609%) hue-rotate(347deg) brightness(98%) contrast(96%)}.bx-brandlogo__favbtn.checked .bx-brandlogo__favbtn__text:after{content:"\304A\6C17\306B\5165\308A\8FFD\52A0\6E08";color:#f5222d}.bx-brandlogo__favbtn.checked:hover{background-color:#fff1f0;color:#ffa39e!important}.bx-brandlogo__favbtn.checked:hover .bx-brandlogo__favbtn__text:before{filter:invert(86%) sepia(10%) saturate(3170%) hue-rotate(301deg) brightness(98%) contrast(115%)}.bx-brandlogo__favbtn.checked:hover .bx-brandlogo__favbtn__text:after{color:#ffa39e}.bx-brandlogo__favbtn:hover{background-color:#fff1f0;color:#ffa39e!important}.bx-brandlogo__favbtn:hover .bx-brandlogo__favbtn__text:before{filter:invert(86%) sepia(10%) saturate(3170%) hue-rotate(301deg) brightness(98%) contrast(115%)}.bx-brandlogo__favbtn:hover .bx-brandlogo__favbtn__text:after{color:#ffa39e}.bx-review-full img{filter:invert(0) sepia(4%) saturate(1153%) hue-rotate(358deg) brightness(92%) contrast(87%)}.bx-review-none img{filter:invert(61%) sepia(0) saturate(549%) hue-rotate(156deg) brightness(91%) contrast(86%)}.bx-review a{text-decoration:underline}.bx-review a:hover{text-decoration:none}@media screen and (max-width:520px){.bx-product-detail-images__product__slider--main div img{width:100%!important;height:auto}}@media screen and (min-width:521px){.bx-product-detail-images__product__slider--main div img{width:600px!important;min-height:600px;height:auto}}@media screen and (max-width:520px){.bx-product-detail-images__product__slider--main{min-width:320px;min-height:320px}}.bx-product-detail-images__product__slider--sub .keen-slider__slide{width:64px;max-width:72px!important;border:2px solid transparent;transform:none!important}.bx-product-detail-images__product__slider--sub .keen-slider__slide img{max-width:64px;width:100%;height:auto;padding:2px;box-sizing:content-box}.bx-product-detail-images__product__slider--sub .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider--color{overflow:visible!important}.bx-product-detail-images__product__slider--color .keen-slider__slide{border:2px solid transparent}.bx-product-detail-images__product__slider--color .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider--color img{width:100%;height:auto;padding:2px}.bx-product-detail-images__product__slider--color-pc{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;opacity:0}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide{width:64px;max-width:72px!important;border:2px solid transparent;transform:none!important}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide img{max-width:64px;width:100%;height:auto;padding:2px;box-sizing:content-box}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider__counter{left:calc(50% - 19.5px);height:20px;border-radius:0;padding:0;width:49px;background:rgba(0,0,0,.5);bottom:40px;line-height:1}.bx-product-detail-images__product__slider__counter--divider{margin:0 2px;width:auto;height:auto;background:transparent}.bx-product-detail-images__product__slider__counter--divider:before{content:"/";display:block}.bx-home__section{margin-bottom:0}.bx-quick_view_modal__sales_banner{margin-bottom:8px;padding:4px;background-color:#f5222d}.bx-quick_view_modal__price .value{line-height:1;font-size:26px}@media screen and (max-width:520px){.bx-review{margin-bottom:12px}}.bx-review i{width:20px;height:20px}.bx-review i img{width:100%;vertical-align:inherit;height:auto}@media screen and (min-width:521px){.bx-modal-width{width:fit-content!important;max-width:none!important}}@media screen and (max-width:520px){.bx-modal-width{width:350px!important}}@media screen and (min-width:521px){#maincontent .modal-body{padding:40px 40px 0}}@media screen and (max-width:520px){#maincontent .modal-body{padding:0 16px}}@media screen and (max-width:520px){.bx-bonus-item-modal__body{padding:10px!important}}@media screen and (min-width:521px){.bx-added-favorite-modal{width:616px}}.bx-added-favorite-modal__button-wrapper{margin-top:16px}@media screen and (min-width:521px){.bx-added-favorite-modal__button-btn{width:343px}}@media screen and (max-width:520px){.bx-added-favorite-modal__button-btn{width:311px}}.bx-added-favorite-modal__button-btn a{position:relative;padding-right:36px}.bx-added-favorite-modal__button-btn a:after{content:"";background-image:url("../../../default/images/arrow_right.svg");display:block;background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;right:12px}@media screen and (min-width:521px){#bx-favoriteModal .bx-modal-width{width:650px!important;max-width:inherit!important;margin:auto!important}}#bx-sizeIframe{height:300px;border:0}.bx-product-detail__right .veil{max-width:432px;left:auto!important;top:0!important;bottom:0!important;position:sticky!important}.bx-product-detail__right .spinner{position:absolute!important}.bx-product-detail__left&gt;.d-block .veil{height:100%;left:auto!important;top:0!important;bottom:0!important;position:absolute!important}.bx-product-detail__left&gt;.d-block .spinner{position:absolute!important}.bx-product-detail__left&gt;.d-block .bx-product-add-to-cart__detail_button__bottom .veil{left:-10px!important;width:calc(100% + 20px)}.bx-product-detail_color .veil{left:auto!important;top:0!important;bottom:0!important;position:absolute!important}.bx-product-detail_color .spinner{position:absolute!important}.underlay.underlay.underlay{background:hsla(0,0%,100%,.5);opacity:1}.bx-product-detail-images .bx-product-detail-images__product__slider--sub,.bx-product-detail_color__container .keen-slider__slide{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bx-product-add-to-cart__stock_button{border:1px solid #111}.bx-product-add-to-cart__stock_button:hover{opacity:.7}</pre></body></html>