:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FooterJP{background-color:#000;border-top:1px solid #333;padding:20px}.FooterJP__content{display:flex;align-items:center;max-width:1050px;margin:0 auto}.FooterJP__item,.FooterJP__links{display:inline-block}.FooterJP__item{padding:0 16px;color:#999;font-size:15px;text-decoration:none}.FooterJP__item:not(:last-child){border-right:1px solid #666}.FooterJP__item:first-child{padding-left:0}.FooterJP__item:last-child{padding-right:0}.FooterJP__link{transition:color .2s ease;cursor:pointer}.FooterJP__link:hover{color:#fff;text-decoration:underline}.FooterJP__sns_buttons{display:inline-block;margin-left:auto}.FooterJP__sns_button{display:inline-block;padding:0 12px}.FooterJP__sns_button img{width:36px;height:36px}.FooterJP__sns_button img:hover{cursor:pointer;opacity:.7}@media only screen and (max-width:916px){.FooterJP{padding-bottom:30px;background-color:#1d2021}.FooterJP__content{flex-direction:column-reverse;justify-content:center}.FooterJP__links{display:flex;flex-wrap:wrap;justify-content:center}.FooterJP__item{font-size:12px;line-height:35px}.FooterJP__item:not(:last-child){border:none}.FooterJP__copyrights{padding:0;font-size:11px;color:#fff;width:100%;text-align:center}.FooterJP__sns_buttons{margin:30px 0}.FooterJP__sns_button{padding:0 12px}.FooterJP__sns_button img{width:29px;height:29px}}.Navigation--all,.Navigation--web{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;border-bottom:1px solid #e5e5e5}.Navigation--web{position:-webkit-sticky;position:sticky;top:0;z-index:100}.Navigation--mobile{width:100%;box-sizing:border-box;display:none;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5}.Navigation--black{background-color:#000;border-bottom:#000}.Navigation--black .Navigation__item{color:#fff}.Navigation--blue{background-color:#204d8c;border-bottom:#204d8c}.Navigation--blue .Navigation__item{color:#fff}.Navigation--blue .Navigation__content:after,.Navigation--blue .Navigation__content:before{display:none}.Navigation--indigo{background-color:#292e3c;border-bottom:#292e3c}.Navigation--indigo .Navigation__item{color:#fff}.Navigation--indigo .Navigation__content:after,.Navigation--indigo .Navigation__content:before{display:none}.Navigation__SnsContents{margin-left:auto;display:flex}.Navigation__SnsContents__item{display:inline-block;cursor:pointer}.Navigation__SnsContents__item:not(:first-child){margin-left:12px}.Navigation__SnsContents__item:not(:last-child){margin-right:12px}.Navigation__SnsContents__itemImg{height:36px;width:36px}.Navigation__content{display:flex;justify-content:space-between;position:relative;align-items:center;height:64px;width:100%;max-width:980px;box-sizing:border-box}.Navigation__content a{display:inherit}.Navigation__logo{width:160px;height:34px}.Navigation__logo:hover{cursor:pointer}.Navigation__tabMenus{display:flex;gap:16px;align-items:center;height:100%}.Navigation__items{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;margin:0;padding:0}.Navigation__item{height:100%;font-size:12px;font-weight:500;line-height:1.35;color:#000;text-decoration:none;cursor:pointer;transition:color .2s ease}.Navigation__item.Navigation__item__loginBtn{background-color:#fff;padding:6px 16px;border-radius:100px;color:#000}.Navigation__downloadBtn{border-radius:2px;padding:0 5px;flex-shrink:0;font-weight:700;min-width:80px;height:30px;line-height:30px}@media only screen and (max-width:780px){.Navigation--web{display:none}.Navigation--all{height:66px}.Navigation--all .Navigation__logo{height:30px}.Navigation--all .Navigation__items{display:none}.Navigation--mobile{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Navigation--mobile .Navigation__logo{width:44px;height:44px}.Navigation--mobile .Navigation__wrapper{height:66px;align-items:center;display:flex;padding:0 12px;box-sizing:border-box;width:100%}.Navigation--mobile .Navigation__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 16px}.Navigation--mobile .Navigation__title{font-size:15px;color:#000;font-weight:700;line-height:1.5}.Navigation--mobile .Navigation__description{font-size:13px;white-space:nowrap;color:#000;display:flex;align-items:center}.Navigation--mobile .Navigation__description__lineLogo{width:32px}}.IframeModal__iframeContainer{height:calc(85vh - 32px);width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex}.IframeModal__iframe{width:100%;flex:1 1;border:none}.PrivacyTerm{color:#000;cursor:pointer}@media only screen and (min-width:769px){.mobile-only{display:none!important}}@media only screen and (max-width:768px){.web-only{display:none!important}}.ServiceFooter{width:100%;overflow-x:hidden;box-sizing:border-box;padding:29px 0;margin-top:60px;-webkit-text-size-adjust:none}.ServiceFooter .container{display:flex;flex-direction:column;flex:1 1 auto;min-width:1110px;max-width:1110px;margin-left:auto;margin-right:auto;align-self:center;padding:0 15px;height:100%}.ServiceFooter .links-wrapper .item,.ServiceFooter .links-wrapper a{font-size:12px;font-weight:400;color:#858585;line-height:normal}.ServiceFooter .links-wrapper .vertical-divider{background-color:#d8d8d8}.ServiceFooter .copyrights{font-size:12px;font-weight:400;color:#858585;line-height:normal}.ServiceFooter.mobileWebStickyButtonFooter{-webkit-padding-after:80px;margin-bottom:70px}.ServiceFooter .links-wrapper{display:flex;align-items:center}.ServiceFooter .links-wrapper .item,.ServiceFooter .links-wrapper a{text-decoration:none;cursor:pointer}.ServiceFooter .links-wrapper .textBold{font-weight:700!important}.ServiceFooter .links-wrapper .vertical-divider{height:12px;width:1px;margin:1px 14px 0}.ServiceFooter .copyrights{margin-top:16px;line-height:1.67}.ServiceFooter .copyrights .textPlain{font-size:12px;font-weight:400;color:#858585;line-height:normal}.ServiceFooter .copyrights .textPlain:hover{color:#1b8ee4}.ServiceTerm{color:#000;cursor:pointer}.SimpleNavigation--white{text-align:center;height:60px;display:flex;background-color:#fff;border-bottom:1px solid #e5e5e5}.SimpleNavigation--gray{text-align:center;height:60px;display:flex;background-color:#efefef;box-shadow:inset 0 -2px 0 0 #000}.SimpleNavigation__logo--small{margin:0 auto;align-self:center;height:28px}.SimpleNavigation__logo--full{margin:0 auto;align-self:center;width:45%;height:auto;max-width:190px}.IntroduceServiceBannerJP{background-color:#252525;padding:20px 20px 0}.IntroduceServiceBannerJP__content{max-width:900px;height:273px;display:flex;align-items:center;position:relative;margin:0 auto}.IntroduceServiceBannerJP__content__description{font-size:28px;color:#fff}.IntroduceServiceBannerJP__content__description__text{margin-bottom:40px;font-weight:700}.IntroduceServiceBannerJP__content__button{font-size:14.4px;text-decoration:underline}.IntroduceServiceBannerJP__content__screenshot{width:241px;position:absolute;bottom:0;right:10px}.IntroduceServiceBannerJP__content__button{width:210px;height:50px;display:block;border:2px solid #fff;font-size:18px;text-align:center;text-decoration:none;line-height:50px;margin-top:30px;color:#fff}.IntroduceServiceBannerJP__content__button__arrow{width:24px;height:24px;display:inline-block;vertical-align:middle;margin-top:-5px}.IntroduceServiceBannerJP__Download__button{width:185.3px;height:55.6px}.IntroduceServiceBannerJP__Download__button:first-child{margin-right:10.4px}@media only screen and (max-width:780px){.IntroduceServiceBannerJP__content{height:inherit}.IntroduceServiceBannerJP__content__description{margin:0 auto 60px}.IntroduceServiceBannerJP__content__description__text{font-size:20px;text-align:center;margin:50px 0 34px}.IntroduceServiceBannerJP__content__button{margin:30px auto}.IntroduceServiceBannerJP__Download__buttons{display:flex;flex-direction:column;align-items:center}.IntroduceServiceBannerJP__Download__button{margin-right:0!important;margin-bottom:10px;cursor:pointer}}.Modal{position:relative;width:auto;margin:0 auto;top:50px;background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.2);outline:0;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.Modal-hidden{transform:scale(.2)}.Modal__overlay{position:fixed;height:100%;z-index:1000;top:0;right:0;bottom:0;left:0;background-color:rgba(55,55,55,.6);transition:opacity .3s cubic-bezier(.78,.14,.15,.86)}.Modal__overlay-hidden{opacity:0}.Modal__closeButton{cursor:pointer;border:0;background:transparent;position:absolute;right:0;top:0;z-index:10;padding:0;outline:0;width:48px;height:48px;line-height:48px}.Modal__closeButtonImg{width:10px}.Modal__header{padding:16px 12px;border-radius:0;background:#fff}.Modal__title{margin:0;color:#000;font-size:15px;line-height:21px;font-weight:700}.Modal__body{max-height:85vh;overflow-y:auto;padding:0 12px;font-size:15px;line-height:normal;color:#666}.Modal__footer{padding:16px 12px;text-align:right}.Modal__footer .Button:not(:first-child){margin-left:8px}.Modal__footer .Button{border:none;height:32px;font-size:13px}@media only screen and (max-width:780px){.Modal{width:auto!important;margin:0 27px;top:50%;transform:translateY(-50%)}}.Button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:12px;color:#000;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);padding:0 15px;height:28px;text-align:center}.Button-default{border:1px solid #e5e5e5;color:#000}.Button-default:focus,.Button-default:hover{color:#333;border-color:#333}.Button-primary{color:#fff;background-color:#333}.Button-primary:focus,.Button-primary:hover{background-color:#595959}.Button-submit{color:#fff;background-color:#00bd5d}.Button-submit:focus,.Button-submit:hover{background-color:#00cc65}.Button-loading{cursor:default}.Button-loading.Button-primary{background-color:#595959}.Button-loading.Button-submit{background-color:#00cc65}.Button-large{height:48px;padding:0 20px;font-size:15px;line-height:48px}.Button__loading{width:18px;margin-right:6px}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:.7}}.zoomIn{animation-name:zoomIn}@keyframes zoomOut{0%{opacity:.7}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}.animate{animation-duration:.3s}.Toastify__toast-container--top-center{top:66px!important;margin-left:0!important;transform:translateX(-50%)!important}@media only screen and (max-width:480px){.Toastify__toast-container--top-center{left:0;right:0;margin:0 auto;transform:translateX(0)!important}.DcToast{width:80%;margin:0 auto}}.Toastify__toast-container{width:unset!important}div .DcToast{padding:15px 28px;text-align:center;border-radius:6px;background-color:#fffff9;min-height:0;min-width:324px;opacity:.9}div .DcToast .Toastify__toast-body{margin:0;font-size:14px;font-weight:400;color:#000;line-height:normal;word-break:break-all;word-wrap:break-word;text-align:center;padding:0}div .DcToastError{padding:15px 28px;border-radius:6px;background-color:#ea5128;min-height:0;min-width:324px;opacity:.9}div .DcToastError .Toastify__toast-body{margin:0;font-size:14px;font-weight:400;color:#000;line-height:normal;word-break:break-all;word-wrap:break-word;text-align:center}.HomeLayout{height:760px;display:flex;align-content:center;justify-content:center;padding:0 20px;position:relative;overflow:hidden}.HomeLayout-white .HomeLayout__title{color:#000}.HomeLayout-white .HomeLayout__background{background-color:#fff}.HomeLayout-gray .HomeLayout__description,.HomeLayout-gray .HomeLayout__title{color:#000}.HomeLayout-gray .HomeLayout__backgroundIllust{background-image:url(/static/home/img-white-background.svg)}.HomeLayout-gray .HomeLayout__background{background-color:#f2f2f2}.HomeLayout-black .HomeLayout__title{color:#fff}.HomeLayout-black .HomeLayout__backgroundIllust{background-image:url(/static/home/img-black-background.svg)}.HomeLayout-black .HomeLayout__pointDeco{width:36px;height:4px;background-color:#fff}.HomeLayout-black .HomeLayout__background{background-color:#25292b}.HomeLayout-black .HomeLayout__button{border-color:#fff;color:#fff}.HomeLayout-transparent{background-color:transparent}.HomeLayout-transparent .HomeLayout__title{color:#000}.HomeLayout-indigo .HomeLayout__title{color:#fff}.HomeLayout-indigo .HomeLayout__backgroundIllust{background-image:url(/static/home/img-black-background.svg)}.HomeLayout-indigo .HomeLayout__pointDeco{width:36px;height:4px;background-color:#fff}.HomeLayout-indigo .HomeLayout__background{background-color:#2d3444}.HomeLayout-indigo .HomeLayout__button{border-color:#fff;color:#fff}.HomeLayout__backgroundIllust{background-position:50%;background-repeat:no-repeat;background-size:auto}.HomeLayout__background{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.HomeLayout__content{width:100%;max-width:980px}.HomeLayout__content,.HomeLayout__textContainer{display:flex;align-items:center;justify-content:center}.HomeLayout__textContainer{flex-direction:column}.HomeLayout__textContainer:not(:last-child){flex:1 1;justify-content:flex-start}.HomeLayout__pointDeco{width:36px;height:4px;background-color:#000;margin-bottom:40px}.HomeLayout__pointIcon{margin-bottom:10px}.HomeLayout__pointIcon img{width:60px}.HomeLayout__pointText{margin-bottom:10px;font-size:28px;color:#000}.HomeLayout__imageContainer,.HomeLayout__imageDiv{display:flex;max-width:100%}.HomeLayout__imageDiv{transition:all 1s ease;position:relative}.HomeLayout__imageDiv-hide{transform:translateY(20%);opacity:.5}.HomeLayout__image{width:auto;height:auto}.HomeLayout__deviceWindowImage{position:absolute;width:302px;height:536px;left:21px;bottom:0;border:2px solid #000;border-bottom:none;transform:translateZ(0)}.HomeLayout__coverImage{position:absolute;left:50%;top:calc(50% + 30px);transform:translate3d(-50%,-50%,0);max-width:400px}.HomeLayout__title{font-size:45px;text-align:center;font-weight:700;line-height:67px;letter-spacing:-1px}.HomeLayout__title__sub{font-size:32px;line-height:1}.HomeLayout__description{text-align:center;font-size:16px;color:#999;margin-top:25px;line-height:29px}.HomeLayout__buttonContainer{display:flex;flex-wrap:wrap;justify-content:center}.HomeLayout__buttonContainer:nth-child(2){margin-top:50px}.HomeLayout__button{border:2px solid #000;font-size:20px;font-weight:700;color:#000;height:66px;padding:0 50px;line-height:66px;box-sizing:border-box;background-color:transparent;cursor:pointer}@media only screen and (min-width:781px){.HomeLayout__content-center{flex-direction:column}.HomeLayout__content-center .HomeLayout__textContainer:not(:last-child){margin-top:120px}.HomeLayout__content-left .HomeLayout__imageContainer{align-items:flex-end;align-self:stretch}.HomeLayout__content-left .HomeLayout__description,.HomeLayout__content-left .HomeLayout__title{text-align:left}.HomeLayout__content-left .HomeLayout__textContainer{align-items:flex-start}.HomeLayout__content-right{flex-direction:row-reverse}.HomeLayout__content-right .HomeLayout__imageContainer{align-items:flex-end;align-self:stretch;margin-right:80px}.HomeLayout__content-right .HomeLayout__description,.HomeLayout__content-right .HomeLayout__title{text-align:left}.HomeLayout__content-right .HomeLayout__textContainer{align-items:flex-start}.HomeLayout__textContainer:last-child{margin:80px 0}.HomeLayout__description:not(:last-child){margin-bottom:40px}.HomeLayout__buttonDescription{color:#fff;font-size:15px;font-weight:400;margin-top:20px;cursor:pointer}}@media only screen and (max-width:780px){.HomeLayout{height:auto;padding:0 25px}.HomeLayout-gray .HomeLayout__backgroundIllust{background-image:url(/static/home/img-white-bg.svg)}.HomeLayout-black .HomeLayout__backgroundIllust{background-image:url(/static/home/img-black-bg.svg)}.HomeLayout__backgroundIllust{background-position:bottom}.HomeLayout__content{flex-direction:column}.HomeLayout__content-center .HomeLayout__image{max-width:100%}.HomeLayout__title{font-size:28px;line-height:38px;letter-spacing:-1px}.HomeLayout__title__sub{font-size:19px;line-height:1.3}.HomeLayout__description{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:25px}.HomeLayout__imageDiv{display:flex;align-items:flex-end;justify-content:center}.HomeLayout__image{width:230px}.HomeLayout__deviceWindowImage{width:200px;height:356px;left:13px}.HomeLayout__textContainer:not(:last-child){flex:none;margin-top:60px;justify-content:center}.HomeLayout__textContainer:last-child{margin:60px 0}.HomeLayout__pointIcon img{width:40px}.HomeLayout__buttonContainer:nth-child(2){margin-top:30px}.HomeLayout__button{height:50px;line-height:50px;padding:0 40px;font-size:18px}.HomeLayout__buttonDescription{font-size:13px;color:#fff;font-weight:400;margin-top:20px;cursor:pointer}.HomeLayout__pointDeco{display:none}.HomeLayout__coverImage{top:calc(50% + 20px);transform:translate3d(-50%,-50%,0) scale(.7)}}@media only screen and (min-width:781px){.HomeView--japan .HomeLayout__content-right .HomeLayout__imageContainer{margin-right:150px}.HomeView--japan .HomeLayout__textContainer:last-child{margin:80px 0}.HomeView--japan .HomeLayout__description,.HomeView--japan .HomeLayout__description:not(:last-child){margin-bottom:20px}.HomeView--japan .HomeView__header .HomeLayout__imageContainer{margin-right:100px}}@media only screen and (max-width:780px)and (max-width:780px){.HomeView--japan .HomeLayout{height:auto;padding:0 5px}}@media only screen and (max-width:780px){.HomeView--japan .HomeLayout__description{font-size:13px}}.HomeAppDownloadButtons{display:flex}.HomeAppDownloadButtons__button img{height:50px;width:169px}.HomeAppDownloadButtons__button:hover{cursor:pointer}.HomeAppDownloadButtons__button:last-child{margin-left:10px}.HomeAppDownloadButtons__button--appstore img{height:50px;width:150px;margin-right:10px}.HomeAppDownloadButtons__button--appstore:hover{cursor:pointer}.HomeAppDownloadButtons__button--pc img{border-radius:6px}@media only screen and (max-width:780px){.HomeAppDownloadButtons__button,.HomeAppDownloadButtons__button img{height:48px;width:163px}.HomeAppDownloadButtons__button:last-child{margin-left:0}}.HomeView--japan .HomeAppDownloadButtons__button,.HomeView--japan .HomeAppDownloadButtons__button img{height:55px;width:186px}@media only screen and (max-width:780px){.HomeView--japan .HomeAppDownloadButtons__button,.HomeView--japan .HomeAppDownloadButtons__button img{height:48px;width:163px}}.HomeFree{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:140px}.HomeFree__logo{height:114px;width:229.5px}.HomeFree__features{display:flex;align-items:flex-start;margin-top:55px}.HomeFree__featureImg{margin-bottom:8px}.HomeFree__feature{display:flex;flex-direction:column;color:#000;font-size:15px;align-items:center;justify-content:center;text-align:center;margin:0 10px}@media only screen and (max-width:780px){.HomeFree{margin:60px 0}.HomeFree__featureImg{width:45px}.HomeFree__feature{font-size:10px;margin:0 5px}.HomeFree__features{margin-bottom:160px;flex-wrap:wrap;justify-content:space-evenly;width:80%;height:190px;align-content:space-between}}@media only screen and (max-width:320px){.HomeFree__features{margin-bottom:160px;flex-wrap:wrap;justify-content:space-evenly;width:80%;height:320px;align-content:space-between}}.HomeIso{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:140px}.HomeIso__logos{display:flex;justify-content:space-between;width:72%}.HomeIso__logo{height:152px;width:152px;margin-top:27px}.HomeIso__features{display:flex;align-items:flex-start;margin-top:55px;min-width:480px;justify-content:space-between}.HomeIso__featureImg{margin-bottom:8px}.HomeIso__feature{display:flex;flex-direction:column;color:#fff;font-size:15px;align-items:center;justify-content:center;text-align:center;margin:0 10px}@media only screen and (max-width:780px){.HomeIso{margin:60px 0}.HomeIso__logos{width:100%}.HomeIso__logo{margin-top:0}.HomeIso__featureImg{width:45px}.HomeIso__feature{font-size:10px;margin:0 5px}.HomeIso__features{margin-bottom:160px;min-width:320px}}.HomeScanStep{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:140px}.HomeScanStep__logo{height:114px;width:229.5px}.HomeScanStep__steps{display:flex;align-items:center;margin-top:55px}.HomeScanStep__stepImg{margin-bottom:18px;width:70px}.HomeScanStep__stepArrow{width:13px;margin:0 30px}.HomeScanStep__step{display:flex;flex-direction:column;color:#fff;font-size:24px;align-items:center;justify-content:center;text-align:center;margin:0 10px;line-height:32px;min-width:200px}@media only screen and (max-width:780px){.HomeScanStep{margin:60px 0}.HomeScanStep__stepImg{width:35px}.HomeScanStep__step{line-height:16px;font-size:14px;min-width:60px;margin:0}.HomeScanStep__steps{margin-top:0;margin-bottom:100px}.HomeScanStep__stepArrow{width:7px;margin:0 15px}}.HomeView{overflow-y:auto;-webkit-overflow-scrolling:touch}.HomeView__desktopStore_button{width:270px;height:66px;border:2px solid #000;font-size:24px;font-weight:700;color:#000;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.HomeView__importPromotion_button,.HomeView__import_button,.HomeView__teambook_button{height:50px;display:flex;align-items:center;padding:0 32px;box-sizing:border-box;border:2px solid #fff;font-size:15px;color:#fff;cursor:pointer;font-weight:700;margin-top:16px}.HomeView__import_button{border:2px solid #000;color:#000}.HomeView__header{font-weight:700}.HomeView__header .HomeLayout__title{font-size:66px;line-height:77px;letter-spacing:-1.8px}.HomeView__header .HomeLayout__title__iso{display:flex;align-items:center;margin-bottom:15px}.HomeView__header .HomeLayout__title__iso__logo{width:33px;height:27px;object-fit:contain}.HomeView__header .HomeLayout__title__iso__title{font-size:13px;letter-spacing:-.16px;color:#0053a6;font-weight:700;margin-left:1px;line-height:normal}.HomeView__header .HomeLayout__textContainer{margin-top:30px}.HomeView__homelayout__image{width:346px;height:609px}@media only screen and (max-width:780px){.HomeView__header .HomeLayout__title{font-size:36px;line-height:44px;letter-spacing:-1px}.HomeView__header .HomeLayout__title__iso{justify-content:center}.HomeView__homelayout__image{width:230px;height:404.8px}.HomeView__importPromotion_button,.HomeView__teambook_button{margin-top:5px;margin-bottom:50px}}.HomeHeaderBackground{height:100%;background-color:#f1f1f1;display:flex;justify-content:center;background-position:bottom;background-repeat:no-repeat;background-size:auto;background-image:url(/static/home/img-top-background.png)}.HomeHeaderBackground__base{position:absolute;left:50%;transform:translateX(-50%)}.HomeHeaderBackground__illust1{position:absolute;bottom:0;margin-left:auto;margin-right:auto;transform:translateX(-620px)}.HomeHeaderBackground__illust2{position:absolute;bottom:0;margin-left:auto;margin-right:auto;transform:translateX(480px)}.HomeHeaderDescription__lineLogo{width:64px;margin-right:4px;flex-shrink:0}@media only screen and (max-width:780px){.HomeHeaderBackground{width:100vw;overflow:hidden;background-image:url(/static/home/img-whiterea-bg.svg)}.HomeHeaderBackground__base{position:relative}.HomeHeaderBackground__illust1{width:110px;transform:unset;left:5px}.HomeHeaderBackground__illust2{width:110px;transform:unset;right:5px}}.HomeView--japan .HomeHeaderBackground__illust1{position:absolute;bottom:0;margin-left:auto;margin-right:auto;transform:translateX(-640px)}.HomeView--japan .HomeHeaderBackground__illust2{position:absolute;bottom:0;margin-left:auto;margin-right:auto;transform:translateX(480px)}@media only screen and (max-width:780px){.HomeView--japan .HomeHeaderBackground__illust1{width:110px;transform:unset;left:5px}.HomeView--japan .HomeHeaderBackground__illust2{width:110px;transform:unset;right:5px}}@media only screen and (min-width:781px){.HomeView--korea .HomeHeaderBackground__illust1,.HomeView--korea .HomeHeaderBackground__illust2{height:250px}}.HomeHeaderDescription{margin-top:15px;margin-bottom:100px}.HomeHeaderDescription .modal-video-close-btn:hover{cursor:pointer}.HomeHeaderDescription__text{font-size:26px;color:#000;display:flex;align-items:center;margin-bottom:35px}.HomeHeaderDescription__buttons{display:flex}.HomeHeaderDescription__desktopStore_button{width:270px;height:66px;border:5px solid #000;font-size:24px;color:#000;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.HomeHeaderDescription__bttomMobileStore_button:not(:first-child){margin-left:20px}.HomeHeaderDescription__video{display:flex;align-items:center;margin-top:35px;font-size:22px;color:#000;font-weight:700}.HomeHeaderDescription__video:hover{cursor:pointer}.HomeHeaderDescription__videoIcon{margin-right:8px}@media only screen and (max-width:780px){.HomeHeaderDescription{margin-bottom:0}.HomeHeaderDescription__buttons,.HomeHeaderDescription__text{display:none}.HomeHeaderDescription__bttomMobileStore_button img{height:48px;width:163px}.HomeHeaderDescription__video{justify-content:center;margin-top:20px;font-size:15px}.HomeHeaderDescription__videoIcon{width:20px}}.HomeView--japan .HomeHeaderDescription{margin-top:0}.HomeView--japan .HomeHeaderDescription__buttons{margin-top:35px}.HomeHeaderDevice-web{position:relative;height:722px;width:346px;padding-top:18px}.HomeHeaderDevice-web__device{position:absolute}.HomeHeaderDevice-web__deviceGif{width:302px;height:536px;position:absolute;left:21px;top:91px;border:2px solid #000}.HomeHeaderDevice-mobile{display:none;position:relative}@media only screen and (max-width:780px){.HomeHeaderDevice-web{display:none}.HomeHeaderDevice-mobile{display:flex}.HomeHeaderDevice-mobile__device{width:230px;height:406px;bottom:0}.HomeHeaderDevice-mobile__deviceGif{width:200px;height:356px;position:absolute;left:13px;bottom:0;border:2px solid #000;border-bottom:none;transform:translateZ(0)}}.ImportView *{white-space:normal;word-break:break-all;word-wrap:break-word}.ImportView body{color:#333}.ImportView ol,.ImportView ul{margin:0;list-style-position:inside;padding-left:1rem}@media only screen and (max-width:780px){.ImportView ol,.ImportView ul{padding-left:0}}.ImportView__list-item>.ImportView__google-contacts-img{margin:10px 0;width:380px}.ImportView img{margin:10px 0;width:100%}.ImportView__title{padding:16px;margin:0;border-bottom:1px solid #d8d8d8;color:#000;font-weight:700;font-size:28px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:left}@media only screen and (max-width:780px){.ImportView__title{font-size:19px;line-height:1.35em}}.ImportView__content{padding:0 16px 16px}.ImportView__content a{color:#333;text-decoration:underline}.ImportView__list-title{font-size:20px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1.53;letter-spacing:normal;text-align:left;color:#000;margin:20px 0 5px}@media only screen and (max-width:780px){.ImportView__list-title{font-size:15px;font-weight:700;line-height:1.53em;margin:24px 0 16px}}.ImportView__list-item{font-size:15px;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;line-height:1.2;text-align:left;color:#666;margin:.3rem 0}@media only screen and (max-width:780px){.ImportView__list-item{line-height:1.3}}.ImportView__list-item-caution{line-height:1.2;color:#999;font-size:13px}.ImportView__description{list-style:none}.ImportView__list-not-step{padding-left:10px}.ImportView__container{max-width:600px;margin:0 auto;padding-bottom:56px}.ImportView__bottom{position:fixed;bottom:0;left:0;right:0;height:56px;line-height:56px;background-color:#00bd5d;color:#fff;text-align:center;cursor:pointer;font-size:15px;text-decoration:none;font-weight:700;display:none}@media only screen and (max-width:780px){.ImportView__bottom{display:block}}.InvitationForwardView{padding:30px 20px}.InvitationForwardView__introduceMessage{font-size:16px;line-height:1.75}.InvitationForwardView__divider{width:100%;height:1px;background-color:#eee;margin-top:30px;margin-bottom:32px}.InvitationForwardView__cardWrapper{display:flex;flex-direction:column;margin-top:32px}.InvitationForwardView__cardWrapper__card{width:90%;border:thin solid #d7d7d7;align-self:center}.InvitationForwardView__cardWrapper__hand{width:100%}.job_offers_report_view_container{font-family:Spoqa Han Sans Neo,SF Pro KR,SF Pro Display,Apple SD Gothic Neo,Segoe UI,SegoeUI,Nanum Barun Gothic,맑은고딕,malgun gothic,돋움,dotum,sans-serif}.Dimmed__Spin{position:absolute;background-color:#fff;width:100%;height:100%;opacity:.6;z-index:2000;display:flex;justify-content:center;align-items:center}.job_offers_report_alarm_container{background-color:#f5f5f5;border-radius:5px;height:100px;margin:0 auto 92px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.job_offers_report_alarm_message_main{font-size:14px;line-height:24px;font-weight:700;margin-bottom:4px}.job_offers_report_alarm_message_description{font-size:12px;line-height:18px}.job_offers_report_alarm_message_description span{color:#2864f0}.blue_background_color label{background:#3c6bd9}.job_offers_report_job_offers_bar_container{display:flex;align-items:flex-end;justify-content:center;margin-bottom:36px}.job_offers_report_job_offers_count_header{font-weight:700;line-height:24px;text-align:center;margin-bottom:20px;font-size:16px}.job_offers_report_job_offers_count_header span{color:#3c6bd9}.job_offers_report_charts_container{background-color:#f2f3f5;border-radius:5px;padding:36px 0;margin-bottom:20px}.job_offers_report_completion_container{text-align:center}.job_offers_report_completion{height:92px;width:257px}.job_offers_report_container{padding:20px 20px 0}.job_offers_report_error_view_container{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.job_offers_report_error_view_image_container{margin-bottom:20px}.job_offers_report_error_view_description{font-weight:500;font-size:16px;line-height:22px;text-align:center;margin-bottom:20px}.job_offers_report_error_view_button{padding:10px 50px;border:1px solid #ccc;border-radius:5px;font-weight:600;font-size:16px;line-height:22px;background-color:transparent}.job_offers_report_footer{font-size:14px;line-height:24px;margin-bottom:20px}.job_offers_report_header_main{font-weight:500;line-height:26px;margin-bottom:16px;font-size:20px}.job_offers_report_header_description{font-size:14px;line-height:24px;margin-bottom:20px}.job_offers_report_header_description span{color:#2864f0}.job_offers_report_job_offers_career_share_header{font-weight:700;line-height:24px;text-align:center;margin-bottom:20px;font-size:16px}.job_offers_report_job_offers_career_share_header span{color:#3c6bd9}.job_offers_report_job_offers_completion_share_header{font-weight:700;line-height:24px;text-align:center;margin-bottom:20px;font-size:16px}.job_offers_report_job_offers_completion_share_header span{color:#3c6bd9}.job_offers_count_bar_container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 16px}.job_offers_last_bar{background-color:#3c6bd9;margin:8px 0;border-radius:5px;width:40px}.job_offers_not_last_bar{background-color:#d5dcf2;margin:8px 0;border-radius:5px;width:40px}.job_offers_last_bar_count{color:#3c6bd9;font-size:12px;border-radius:5px}.job_offers_not_last_bar_count{color:#000;font-size:12px;border-radius:5px}.job_offers_last_bar_month{color:#3c6bd9;font-size:12px;border-radius:5px}.job_offers_not_last_bar_month{color:#000;font-size:12px;border-radius:5px}.job_offers_report_outer_base_pie_graph{background-color:#3c6bd9;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;border-radius:50%;border-color:none;margin:0 auto;height:180px;width:180px}.job_offers_report_inner_pie_graph{background-color:#f2f3f5;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;height:140px;width:140px}.job_offers_percentage_by_career_range span{color:#3c6bd9;font-size:24px;line-height:30px;font-weight:700}.job_offers_count_by_career_range{font-size:14px;line-height:24px;font-weight:700}.check_my_profile_button_container{position:-webkit-sticky;position:sticky;left:0;bottom:0;z-index:2;height:92px;-webkit-box-pack:center;background:linear-gradient(0deg,#fff 87.5%,hsla(0,0%,100%,.3) 100.54%);display:flex;justify-content:center;align-items:center}.check_my_profile_button{width:100%;height:52px;font-size:16px;line-height:25px;color:#fff;background-color:#212322;border:none;border-radius:5px}.job_offers_report_toast{font-size:14px;font-weight:400;color:#fff;border-radius:6px;background-color:#333;min-width:324px;line-height:1.4}.Toastify__toast-body{padding:15px 28px}.job_offers_report_unscription_container{display:flex;justify-content:space-between;align-items:center;height:100px;background-color:#f5f5f5;border-radius:5px;margin:0 auto 92px;padding:0 20px}.job_offers_report_unscription_message_main{font-size:14px;line-height:24px;font-weight:700;margin-bottom:4px}.job_offers_report_unscription_message_description{font-size:12px;line-height:18px}.job_offers_report_unscription_message_description span{color:#2864f0}.job_offers_report_unscription_button{font-size:14px;line-height:24px;display:flex;justify-content:center;align-items:center;border-radius:5px;border:1px solid #ccc;background-color:transparent;padding:5px 10px;font-family:Spoqa Han Sans Neo,SF Pro KR,SF Pro Display,Apple SD Gothic Neo,Segoe UI,SegoeUI,Nanum Barun Gothic,맑은고딕,malgun gothic,돋움,dotum,sans-serif}.job_offers_report_unsubscription_toast{font-size:14px;font-weight:400;color:#fff;padding:15px 28px;border-radius:6px;background-color:#333;min-width:324px}.LiveInvitationPreview{width:100vw;height:100vh;position:absolute;top:0;left:0;right:0;bottom:0}.LiveInvitationPreview__header{width:100vw;height:30px;background-color:#000;font-size:13px;color:#fff;line-height:30px;text-align:center}.LiveInvitationPreview__content{max-width:620px;background-color:#fff;margin:auto;padding:20px 18px 24px;word-break:break-all;position:relative;display:flex;flex-direction:column;line-height:1.4em}.LiveInvitationPreview__content__card{width:100%;margin:0 auto;border:1px solid #cdcdcd}.LiveInvitationPreview__content__invitor{display:flex;flex-direction:column;margin-bottom:20px}.LiveInvitationPreview__content__invitor__avatar{align-self:center;width:72px;height:72px;border-radius:40px;margin-top:36px;margin-bottom:8px}.LiveInvitationPreview__content__invitor__wrapper{display:flex;flex-direction:column;align-self:center;text-align:center}.LiveInvitationPreview__content__invitor__wrapper__info{font-size:18px;font-weight:700;line-height:1.44;color:#000}.LiveInvitationPreview__content__invitor__wrapper__position{opacity:.4;font-size:13px;line-height:1.54;color:#000}.LiveInvitationPreview__content__inviteMessage{font-weight:700;font-size:21px;margin-top:32px;text-align:center;word-break:keep-all}.LiveInvitationPreview__content__description{text-align:center;font-size:17px;color:#333;margin-top:8px;line-height:1.41}.LiveInvitationPreview__content__submitBtn{margin-top:31px;width:100%;height:52px;background-color:#191414}.LiveInvitationPreview__content__submitBtn__text{color:#fff;font-size:16px}.CertificationEmailView{margin-top:40px;padding:0 20px;display:flex;align-items:center;flex-direction:column}.CertificationEmailView__title{color:#333;font-weight:500;font-size:18px;margin-bottom:12px;text-align:center}.CertificationEmailView__subtitle{text-align:center;font-size:13px;font-weight:500;color:#999}.CertificationEmailView__email{font-size:18px;font-weight:500;margin-bottom:12px;text-align:center;color:#00bd5d}.CertificationEmailView__mobile-button{width:300px;max-width:calc(100vw - 80px);margin-top:30px}.ErrorPageView{text-align:center}.ErrorPageView__title{color:#666;font-size:28px;line-height:40px;margin-top:45px;padding:0 15%}.ErrorPageView__link{margin-top:20px;padding:0 15%}.ErrorPageView__link a,.ErrorPageView__link span{display:block;margin-bottom:10px;color:#333;text-decoration:none;background-color:transparent}@media only screen and (max-width:780px){.ErrorPageView__title{font-size:20px}}.GreetingView{padding:5%}.GreetingView__header{font-weight:700;line-height:22px}.GreetingView__title{margin-bottom:7%}.GreetingView__Wrapper{margin-top:4%;border:1px solid #ccc}.GreetingView__content{padding:0 5%;text-align:center}.GreetingView__content__banner{width:100%;margin-top:15%}.GreetingView__content__description{font-size:15.5px;line-height:1.53;margin-top:10%}.GreetingView__content__divider{height:1px;background-color:#d7d7d7;margin:13% 0}.GreetingView__content__liveConnect__title{font-size:15px;font-weight:700;margin-bottom:10%}.GreetingView__content__liveConnect__card{width:100%;border:1px solid #d7d7d7}.GreetingView__content__liveConnect__button{margin:7% 0 13%;width:100%;height:45px;background-color:#000;color:#fff;line-height:45px;font-size:14px}.OnlinecardLandingView{font-family:Noto Sans JP,sans-serif}.OnlinecardLandingView .FooterJP{padding:14px 20px}.OnlinecardLandingView .FooterJP .FooterJP__content .FooterJP__item{border-right:0;font-size:13px;line-height:14px;color:#f5f5f5}.OnlinecardLandingView .FooterJP .FooterJP__content .FooterJP__sns_button img{border-radius:3px}@media only screen and (max-width:916px){.OnlinecardLandingView{-webkit-overflow-scrolling:touch;overflow-x:hidden;width:100vw;height:100vh}.OnlinecardLandingView .FooterJP .FooterJP__content{padding-bottom:80px}.OnlinecardLandingView .FooterJP .FooterJP__content .FooterJP__links{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;text-align:center}.OnlinecardLandingView .FooterJP .FooterJP__content .FooterJP__item{padding:8px 0}.OnlinecardLandingView .FooterJP .FooterJP__content .FooterJP__sns_button img{width:36px;height:36px}}.Onlinecard__LastSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#fff}.Onlinecard__LastSection__Content{width:916px;display:flex;align-items:center;justify-content:space-between;padding-bottom:0;padding-top:44px}@media only screen and (max-width:916px){.Onlinecard__LastSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__LastSection__Title{font-size:14px;line-height:16px;letter-spacing:.2em;color:#00bd5d;letter-spacing:.1em;margin-top:-15px}.Onlinecard__LastSection__SubTitle,.Onlinecard__LastSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;text-align:center;text-align:left;padding-bottom:20px}.Onlinecard__LastSection__SubTitle{font-size:26px;line-height:26px;letter-spacing:.06em;color:#242424;letter-spacing:inherit}.Onlinecard__LastSection__Desc{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:23px;letter-spacing:.03em;padding-bottom:20px;color:#666}.Onlinecard__LastSection__List{text-align:left;padding-bottom:20px}.Onlinecard__LastSection__List-item{display:flex;align-items:center;padding-bottom:12px}.Onlinecard__LastSection__List-item:last-child{padding-bottom:0}.Onlinecard__LastSection__List-item img{width:24px;height:auto;margin-right:10px}.Onlinecard__LastSection__List-item span{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:13px;letter-spacing:.03em;color:#666}.Onlinecard__LastSection__Img{width:305px;margin-right:-15px}.Onlinecard__LastSection__Img img{width:100%}@media only screen and (max-width:916px){.Onlinecard__LastSection__Content{padding:56px 0 0;text-align:center}.Onlinecard__LastSection__Title{padding-bottom:24px;text-align:center;letter-spacing:.2em;margin-top:0}.Onlinecard__LastSection__SubTitle{font-size:24px;line-height:36px;letter-spacing:.02em}.Onlinecard__LastSection__Desc,.Onlinecard__LastSection__SubTitle{padding-bottom:16px;text-align:center}.Onlinecard__LastSection__List-item{padding-bottom:16px}.Onlinecard__LastSection__List-item img{width:20px}.Onlinecard__LastSection__Img{width:305px;padding-top:24px;margin-right:0}.Onlinecard__LastSection__Img img{width:100%}}.Onlinecard__StepsSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#fff}.Onlinecard__StepsSection__Content{width:916px;padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;justify-content:center}@media only screen and (max-width:916px){.Onlinecard__StepsSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__StepsSection__Title{font-size:14px;line-height:16px;letter-spacing:.2em;color:#00bd5d;padding-bottom:20px}.Onlinecard__StepsSection__SubTitle,.Onlinecard__StepsSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;text-align:center}.Onlinecard__StepsSection__SubTitle{font-size:26px;line-height:26px;letter-spacing:.06em;color:#242424;padding-bottom:94px}.Onlinecard__StepsSection__Cards{width:916px;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:30px;position:relative}@media only screen and (max-width:916px){.Onlinecard__StepsSection__Cards{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__StepsSection__Cards-center{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;padding-top:0;padding-bottom:0}@media only screen and (max-width:916px){.Onlinecard__StepsSection__Cards-center{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__StepsSection__Cards__Card{width:284px;height:317px;box-sizing:border-box;padding:16px 16px 22px;background:#fff;box-shadow:0 0 15px rgba(0,189,93,.3);border-radius:10px;line-height:190px;position:relative}.Onlinecard__StepsSection__Cards__Card__Img{width:100%;height:190px;background:#f7fdfa;text-align:center;margin-bottom:16px}.Onlinecard__StepsSection__Cards__Card__Img img{width:50%;vertical-align:middle}.Onlinecard__StepsSection__Cards__Card__Img-big img{width:98%}.Onlinecard__StepsSection__Cards__Card__Img-fit{width:100%;height:190px;background:#f7fdfa;text-align:center;margin-bottom:16px}.Onlinecard__StepsSection__Cards__Card__Img-fit img{object-fit:contain;height:100%;vertical-align:middle}.Onlinecard__StepsSection__Cards__Card__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:23px;text-align:justify;letter-spacing:0;color:#00bd5d;margin-bottom:10px}.Onlinecard__StepsSection__Cards__Card__Desc{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;text-align:justify;letter-spacing:.02em;color:#888}@media only screen and (max-width:916px){.Onlinecard__StepsSection__Cards__Card{width:100%;height:337px;margin:25px 0}.Onlinecard__StepsSection__Cards__Card__Img,.Onlinecard__StepsSection__Cards__Card__Img-fit{height:210px}.Onlinecard__StepsSection__Cards__Card__Img-fit img{object-fit:contain;width:100%}}.Onlinecard__StepsSection__Cards__Card:last-child .Onlinecard__StepsSection__Cards__Card__Desc{letter-spacing:inherit}.Onlinecard__StepsSection__Cards__Card-icon{position:absolute;top:-56px;left:0;right:0;margin:0 auto;width:72px;height:72px}.Onlinecard__StepsSection__Cards__Card-iconbar{position:absolute;top:-26px;right:0}.Onlinecard__StepsSection__Cards .Cards__Top__Bar{background:url(/static/online-meishi/ic-step-bar.png);background-repeat:repeat-x;height:3px;position:absolute;left:174px;top:-21px;width:570px;background-size:100% 50%}@media only screen and (max-width:916px){.Onlinecard__StepsSection__Content{padding:56px 0}.Onlinecard__StepsSection__Title{padding-bottom:24px}.Onlinecard__StepsSection__SubTitle{font-size:24px;line-height:36px;text-align:center;letter-spacing:.02em;padding-bottom:24px}.Onlinecard__StepsSection__Cards{padding:0;width:100vw}.Onlinecard__StepsSection__Cards__Card{width:95%!important;max-width:300px;margin-top:62px}.Onlinecard__StepsSection__Cards__Card__Img img{margin:0 auto;padding-top:40px}.Onlinecard__StepsSection__Cards__Card__Img-big img{margin:0 auto;padding-top:12px}.Onlinecard__StepsSection__Cards .wrapper-carousel{height:420px;width:100%}.Onlinecard__StepsSection__Cards .pagination{display:block;width:100%;padding:6px 0 0;text-align:center}.Onlinecard__StepsSection__Cards .pagination .dot{display:inline-block;width:8px;height:8px;border-radius:5px;background:#e0e0e0;margin:0 8px}.Onlinecard__StepsSection__Cards .pagination .dot.selected{background:#00bd5d}}.Onlinecard__Navigation__Wrapper{background-color:#f7fdfa;display:flex;justify-content:center;align-items:center;width:100%}.Onlinecard__Navigation__Content{width:916px;padding-top:30px;padding-bottom:0;display:flex;align-items:center;justify-content:space-between}.Onlinecard__Navigation__Logo{width:120px;height:auto}.Onlinecard__Navigation__Img{width:100%}.Onlinecard__Navigation__Button{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:13px;line-height:14px;border-radius:21px;cursor:pointer;width:auto;display:inline-block;box-shadow:0 0 10px rgba(0,0,0,.3);padding:14px 20px;background:#242424;color:#fff}@media only screen and (max-width:916px){.Onlinecard__Navigation__Content{width:100vw;padding:32px;display:flex;align-items:center;justify-content:center}.Onlinecard__Navigation__Logo{width:92px;height:auto}.Onlinecard__Navigation__Button{position:fixed;bottom:0;width:100%;left:0;border-radius:0;text-align:center;height:64px;padding:0;line-height:64px;z-index:9999;font-weight:700;font-size:19px;letter-spacing:.09em;background:#000}}.Onlinecard__DownloadSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#f7fdfa}.Onlinecard__DownloadSection__Content{width:916px;padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;justify-content:center}@media only screen and (max-width:916px){.Onlinecard__DownloadSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__DownloadSection__Title{font-size:14px;line-height:16px;letter-spacing:.2em;font-size:20px;line-height:20px;letter-spacing:.1em;color:#00bd5d;padding-bottom:40px}.Onlinecard__DownloadSection__SubTitle,.Onlinecard__DownloadSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;text-align:center}.Onlinecard__DownloadSection__SubTitle{font-size:26px;line-height:26px;letter-spacing:.06em;font-weight:400;font-size:30px;line-height:48px;letter-spacing:.12em;color:#242424;margin-bottom:20px}.Onlinecard__DownloadSection__Logo{width:92px;height:92px;margin:0 auto 40px}.Onlinecard__DownloadSection__Logo img{object-fit:contain;height:100%;vertical-align:middle}.Onlinecard__DownloadSection__Button{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;padding-top:0;padding-bottom:32px}@media only screen and (max-width:916px){.Onlinecard__DownloadSection__Button{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__DownloadSection__Divider{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;padding-top:0;padding-bottom:32px}@media only screen and (max-width:916px){.Onlinecard__DownloadSection__Divider{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__DownloadSection__Divider__Line{width:101px;height:1px;background-color:#b8b8b8}.Onlinecard__DownloadSection__Divider__Text{font-size:13px;line-height:13px;letter-spacing:.03em;color:#888;margin:0 20px}.Onlinecard__DownloadSection__Apps{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;padding-top:0;padding-bottom:0}@media only screen and (max-width:916px){.Onlinecard__DownloadSection__Apps{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__DownloadSection__Apps__App{width:172px;height:56px;cursor:pointer}.Onlinecard__DownloadSection__Apps__App img{object-fit:contain;height:100%}.Onlinecard__DownloadSection__Apps__App:first-child{margin-right:32px}@media only screen and (max-width:916px){.Onlinecard__DownloadSection__Content{padding:56px 0}.Onlinecard__DownloadSection__Title{padding-bottom:24px;line-height:34px}.Onlinecard__DownloadSection__SubTitle{font-size:24px;line-height:36px;text-align:center;letter-spacing:.04em;padding-bottom:0}.Onlinecard__DownloadSection__Logo{margin-bottom:24px}.Onlinecard__DownloadSection__Divider{padding-bottom:24px;flex-direction:row}.Onlinecard__DownloadSection__Divider__Line{width:calc((100vw - 150px - 20vw)/2);max-width:100px}.Onlinecard__DownloadSection__Divider__Text{margin:0 10px}.Onlinecard__DownloadSection__Apps{flex-direction:row;padding:0 30px}.Onlinecard__DownloadSection__Apps__App{width:148px;height:48px}.Onlinecard__DownloadSection__Apps__App:first-child{margin-right:15px}}.Onlinecard__FaqSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#fff}.Onlinecard__FaqSection__Content{width:916px;padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;justify-content:center}@media only screen and (max-width:916px){.Onlinecard__FaqSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__FaqSection__Title{font-size:14px;line-height:16px;letter-spacing:.2em;color:#00bd5d;padding-bottom:20px}.Onlinecard__FaqSection__SubTitle,.Onlinecard__FaqSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;text-align:center}.Onlinecard__FaqSection__SubTitle{font-size:26px;line-height:26px;letter-spacing:.06em;color:#242424;letter-spacing:.02em;padding-bottom:39px}.Onlinecard__FaqSection__Button{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;padding-top:0;padding-bottom:32px}@media only screen and (max-width:916px){.Onlinecard__FaqSection__Button{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__FaqSection__List{width:916px;display:flex;align-items:center;justify-content:space-between;justify-content:center;flex-direction:column;padding-top:0;padding-bottom:40px}@media only screen and (max-width:916px){.Onlinecard__FaqSection__List{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__FaqSection__List__Item{width:100%;border-top:1px solid #f0f0f0;cursor:pointer}.Onlinecard__FaqSection__List__Item-selected{background:rgba(228,248,238,.55)}.Onlinecard__FaqSection__List__Item:last-child{border-bottom:1px solid #f0f0f0}.Onlinecard__FaqSection__List__Item__Question{height:50px;display:flex;align-items:center;padding:0 20px;font-weight:700;font-size:14px;line-height:20px;color:#00bd5d;background-image:url(/static/common/ic-arrow-down.png);background-position-x:calc(100% - 20px);background-position-y:50%;background-repeat:no-repeat;background-size:20px 20px}.Onlinecard__FaqSection__List__Item__Question-visible{background-image:url(/static/common/ic-arrow-up.png)}.Onlinecard__FaqSection__List__Item__Answer{display:flex;align-items:center;padding:0 30px 20px;font-size:14px;line-height:20px;text-align:justify;color:#888}@media only screen and (max-width:916px){.Onlinecard__FaqSection__Content{padding:56px 0}.Onlinecard__FaqSection__Title{padding-bottom:24px}.Onlinecard__FaqSection__SubTitle{font-size:24px;line-height:36px;text-align:center;letter-spacing:.02em;padding-bottom:0}.Onlinecard__FaqSection__Button{padding:0 30px}.Onlinecard__FaqSection__List__Item__Question{padding:15px 50px 15px 20px}}.Onlinecard__InfoSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#f7fdfa}.Onlinecard__InfoSection__Content{width:916px;padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;justify-content:center}@media only screen and (max-width:916px){.Onlinecard__InfoSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__InfoSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:16px;text-align:center;letter-spacing:.2em;color:#00bd5d;padding-bottom:20px}.Onlinecard__InfoSection__SubTitle{padding-bottom:20px}.Onlinecard__InfoSection__Desc,.Onlinecard__InfoSection__SubTitle{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:26px;line-height:26px;text-align:center;letter-spacing:.06em;color:#242424}.Onlinecard__InfoSection__Desc{font-weight:400;font-size:13px;line-height:23px;letter-spacing:.03em;color:#666;padding-bottom:40px}.Onlinecard__InfoSection__Comment{width:916px;display:flex;align-items:center;justify-content:space-between;font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:26px;line-height:26px;text-align:center;letter-spacing:.06em;color:#242424;justify-content:flex-end;font-size:12px;font-weight:400;line-height:12px;letter-spacing:.03em;color:#b8b8b8;padding-top:0;padding-bottom:0}@media only screen and (max-width:916px){.Onlinecard__InfoSection__Comment{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__InfoSection__Cards{width:916px;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:16px}@media only screen and (max-width:916px){.Onlinecard__InfoSection__Cards{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__InfoSection__Cards__Card{width:284px;height:317px;box-sizing:border-box;padding:16px 16px 22px;background:#fff;box-shadow:0 0 15px rgba(0,189,93,.3);border-radius:10px;line-height:190px}.Onlinecard__InfoSection__Cards__Card__Img{width:100%;height:190px;background:#f7fdfa;text-align:center;margin-bottom:16px}.Onlinecard__InfoSection__Cards__Card__Img img{width:50%;vertical-align:middle}.Onlinecard__InfoSection__Cards__Card__Img-big img{width:98%}.Onlinecard__InfoSection__Cards__Card__Img-fit{width:100%;height:190px;background:#f7fdfa;text-align:center;margin-bottom:16px}.Onlinecard__InfoSection__Cards__Card__Img-fit img{object-fit:contain;height:100%;vertical-align:middle}.Onlinecard__InfoSection__Cards__Card__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:23px;text-align:justify;letter-spacing:0;color:#00bd5d;margin-bottom:10px}.Onlinecard__InfoSection__Cards__Card__Desc{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;text-align:justify;letter-spacing:.02em;color:#888}@media only screen and (max-width:916px){.Onlinecard__InfoSection__Cards__Card{width:100%;height:337px;margin:25px 0}.Onlinecard__InfoSection__Cards__Card__Img,.Onlinecard__InfoSection__Cards__Card__Img-fit{height:210px}.Onlinecard__InfoSection__Cards__Card__Img-fit img{object-fit:contain;width:100%}}.Onlinecard__InfoSection__Cards__Card__Desc{line-height:23px}@media only screen and (max-width:916px){.Onlinecard__InfoSection__Content{padding:56px 0}.Onlinecard__InfoSection__Title{padding-bottom:24px}.Onlinecard__InfoSection__SubTitle{font-size:24px;line-height:36px;text-align:center;letter-spacing:.02em;padding-bottom:16px}.Onlinecard__InfoSection__Desc{padding-bottom:0;text-align:left;width:85vw;max-width:280px;margin:0 auto}.Onlinecard__InfoSection__Comment{letter-spacing:inherit;padding-bottom:0}.Onlinecard__InfoSection__Cards{padding:0;width:100vw}.Onlinecard__InfoSection__Cards__Card{width:95%!important;max-width:300px}.Onlinecard__InfoSection__Cards .wrapper-carousel{height:420px;width:100%}.Onlinecard__InfoSection__Cards .pagination{display:block;width:100%;padding:6px 0 0;text-align:center}.Onlinecard__InfoSection__Cards .pagination .dot{display:inline-block;width:8px;height:8px;border-radius:5px;background:#e0e0e0;margin:0 8px}.Onlinecard__InfoSection__Cards .pagination .dot.selected{background:#00bd5d}.Onlinecard__InfoSection__Cards .wrapper-carousel{height:377px}}.Onlinecard__Button{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:700;font-size:13px;line-height:14px;border-radius:21px;cursor:pointer;width:auto;display:inline-block;box-shadow:0 0 10px rgba(0,0,0,.3);padding:14px 40px;letter-spacing:.21em;min-width:172px;box-sizing:border-box;text-align:center}.Onlinecard__Button-green{background:#00bd5d;color:#fff}.Onlinecard__Button-white{background:#fff;box-shadow:0 0 15px rgba(0,189,93,.3);color:#00bd5d}.Onlinecard__Button-none{background:transparent;box-shadow:none;color:#3272f5;font-size:10px;line-height:10px;padding:0;font-weight:400;text-align:left}@media only screen and (max-width:916px){.Onlinecard__Button-none{text-align:center}}.Onlinecard__IntroduceSection__Wrapper{display:flex;justify-content:center;align-items:center;width:100%;background-color:#f7fdfa}.Onlinecard__IntroduceSection__Content{width:916px;display:flex;align-items:center;justify-content:space-between;padding-bottom:0;padding-top:16px}@media only screen and (max-width:916px){.Onlinecard__IntroduceSection__Content{width:85vw;padding:30px;justify-content:center;flex-direction:column}}.Onlinecard__IntroduceSection__Title{font-size:14px;line-height:16px;letter-spacing:.2em;color:#00bd5d;font-size:20px;line-height:20px;letter-spacing:.1em;margin-top:-32px}.Onlinecard__IntroduceSection__SubTitle,.Onlinecard__IntroduceSection__Title{font-family:Noto Sans JP,sans-serif;font-style:normal;text-align:center;text-align:left;font-weight:700;padding-bottom:30px}.Onlinecard__IntroduceSection__SubTitle{font-size:26px;line-height:26px;letter-spacing:.06em;color:#242424;font-size:36px;line-height:36px;letter-spacing:.07em}.Onlinecard__IntroduceSection__Desc{font-family:Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:34px;letter-spacing:.06em;padding-bottom:30px;color:#666}.Onlinecard__IntroduceSection__Img{width:305px;margin-right:-15px}.Onlinecard__IntroduceSection__Img img{width:100%}@media only screen and (max-width:916px){.Onlinecard__IntroduceSection__Content{padding:0}.Onlinecard__IntroduceSection__Title{font-size:14px;line-height:14px;text-align:center;padding-bottom:16px;margin-top:0}.Onlinecard__IntroduceSection__SubTitle{font-size:28px;line-height:42px;text-align:center;letter-spacing:.07em;padding-bottom:16px}.Onlinecard__IntroduceSection__Desc{font-size:12px;line-height:26px;text-align:center;letter-spacing:.12em;padding-bottom:16px}.Onlinecard__IntroduceSection__Img{margin-right:0;margin-bottom:-6px}}.TeambookLandingView__Navigation .Navigation__content{max-width:1120px}.TeambookLandingView__BannerSection{background-color:#2d3444;height:460px;color:#fff;padding:3% 1% 1%;display:flex;justify-content:center;flex-direction:row-reverse}.TeambookLandingView__BannerSection__left__header{font-size:20px;line-height:1.6;margin-bottom:10px;font-weight:700}.TeambookLandingView__BannerSection__left__title{margin-bottom:33px}.TeambookLandingView__BannerSection__left__title-top{font-size:60px;line-height:1.23;font-weight:700}.TeambookLandingView__BannerSection__left__title-bottom{font-size:60px;line-height:1.23;color:#52f556;font-weight:700;position:relative;left:-37px}.TeambookLandingView__BannerSection__left__description{font-size:18px;font-weight:700;line-height:1.56;margin-bottom:40px}.TeambookLandingView__BannerSection__left__downloadTitle{font-size:18px;font-weight:700;margin-bottom:24px}.TeambookLandingView__BannerSection__right{display:flex;align-items:center}.TeambookLandingView__BannerSection__right__bannerImg{width:580px;height:391px}.TeambookLandingView__InfoSection{margin:48px 0 66px}.TeambookLandingView__InfoSection__title{text-align:center;font-size:40px;font-weight:700;margin-bottom:40px}.TeambookLandingView__InfoSection__content{display:flex;justify-content:center;flex-wrap:wrap}.TeambookLandingView__InfoSection__content__infomation{width:460px}.TeambookLandingView__InfoSection__content__infomation:first-child{margin-right:80px}.TeambookLandingView__InfoSection__content__infomation__img{width:420px;height:240px}.TeambookLandingView__InfoSection__content__infomation__title{font-size:22px;text-align:center;font-weight:700;line-height:1.41;margin:10px 0 20px}.TeambookLandingView__InfoSection__content__infomation__descriptions__text{font-size:16px;line-height:1.61;margin-bottom:30px}.TeambookLandingView__FeatureSection{margin:66px 0 35px}.TeambookLandingView__FeatureSection__title{text-align:center;font-size:40px;font-weight:700;margin-bottom:40px}.TeambookLandingView__FeatureSection__Features{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center}.TeambookLandingView__FeatureSection__Features__Feature{display:flex;flex-direction:column;flex-basis:34%;align-items:center;margin-bottom:30px;max-width:566px}.TeambookLandingView__FeatureSection__Features__Feature__content{display:flex;flex-direction:row}.TeambookLandingView__FeatureSection__Features__Feature__content__image{width:150px;height:150px}.TeambookLandingView__FeatureSection__Features__Description{width:300px;margin-left:24px;color:#191414}.TeambookLandingView__FeatureSection__Features__Description__title{font-size:22px;font-weight:700;margin-bottom:20px}.TeambookLandingView__FeatureSection__Features__Description__content{font-size:16px}.TeambookLandingView__FeatureSection__Features__Description__content__wrapper{margin-bottom:20px}.TeambookLandingView__FeatureSection__Features__Description__content__title{font-weight:700}.TeambookLandingView__ContentQuestion{background-color:#f6f6f6;text-align:center;padding-bottom:35px}.TeambookLandingView__ContentQuestion__title{font-size:40px;font-weight:700;padding:70px 0}.TeambookLandingView__ContentQuestion__question{width:66%;margin:0 auto;height:66px;line-height:66px}.TeambookLandingView__ContentQuestion__question__icon{width:66px;height:66px;background-color:#292e3c;color:#fff;font-size:36px;text-align:center;padding:0}.TeambookLandingView__ContentQuestion__question__content{width:1014px;height:66px;line-height:33px;text-align:left;padding:20px;font-size:22px;font-weight:700;color:#000;background-color:#fff}.TeambookLandingView__ContentQuestion__answer{width:55%;font-size:16px;color:#000;line-height:1.72;text-align:left;margin:20px auto 35px}.TeambookLandingView__DownloadSection{text-align:center;margin-bottom:50px}.TeambookLandingView__DownloadSection__title{font-size:40px;margin-top:60px;font-weight:700}.TeambookLandingView__DownloadSection__description{font-size:18px;margin:32px 0 43px;line-height:1.44;font-weight:700}.TeambookLandingView__DownloadSection__button{display:block;text-decoration:none;border-radius:3.6px;background-color:#00bd5d;width:320px;height:64px;line-height:64px;color:#fff;font-size:22px;font-weight:700;margin:0 auto 43px;cursor:pointer}.TeambookLandingView__DownloadSection__footer{line-height:1.38;font-size:16px;margin-bottom:17px}.TeambookLandingView__DownloadSection__footer-link{line-height:1.38;font-size:16px;text-decoration:underline;color:#000}.TeambookLandingView__Download__button{width:185.3px;height:55.6px}.TeambookLandingView__Download__button:first-child{margin-right:10.4px}@media only screen and (max-width:780px){.TeambookLandingView__Navigation--mobile{position:relative}.TeambookLandingView__Navigation #PriceBanner{display:none}.TeambookLandingView__BannerSection{display:block;height:inherit}.TeambookLandingView__BannerSection__right{justify-content:center}.TeambookLandingView__BannerSection__right__bannerImg{width:343px;height:auto;margin:30px 0}.TeambookLandingView__BannerSection__left{text-align:center}.TeambookLandingView__BannerSection__left__header{font-size:16px;line-height:1.38}.TeambookLandingView__BannerSection__left__title{margin-bottom:20px}.TeambookLandingView__BannerSection__left__title-bottom,.TeambookLandingView__BannerSection__left__title-top{text-align:center;font-size:38px;left:0}.TeambookLandingView__BannerSection__left__description{font-size:16px;line-height:1.63}.TeambookLandingView__InfoSection__title{font-size:28px}.TeambookLandingView__InfoSection__content__infomation{width:90%}.TeambookLandingView__InfoSection__content__infomation:first-child{margin-right:0}.TeambookLandingView__InfoSection__content__infomation__img{width:100%;height:auto}.TeambookLandingView__InfoSection__content__infomation__title{font-size:18px}.TeambookLandingView__InfoSection__content__infomation__descriptions{-webkit-padding-start:20px;padding-inline-start:20px}.TeambookLandingView__InfoSection__content__infomation__descriptions__text{font-size:15px}.TeambookLandingView__FeatureSection__title{font-size:28px}.TeambookLandingView__FeatureSection__Features__Feature__content{flex-direction:column;align-items:center}.TeambookLandingView__FeatureSection__Features__Feature__content__image{width:40%;height:auto}.TeambookLandingView__FeatureSection__Features__Description{margin-left:0;width:344px}.TeambookLandingView__FeatureSection__Features__Description__title{text-align:center;font-size:18px}.TeambookLandingView__FeatureSection__Features__Description__content{font-size:15px}.TeambookLandingView__ContentQuestion__title{font-size:26px;padding:60px 0 30px}.TeambookLandingView__ContentQuestion__question{width:90%}.TeambookLandingView__ContentQuestion__question__icon{font-size:20px}.TeambookLandingView__ContentQuestion__question__content{font-size:15px;line-height:1.47;padding:10px}.TeambookLandingView__ContentQuestion__answer{font-size:15px;width:75%}.TeambookLandingView__DownloadSection__title{font-size:26px}.TeambookLandingView__DownloadSection__description{font-size:18px;width:75%;text-align:center;margin:32px auto 43px}.TeambookLandingView__DownloadSection__button{height:52px;line-height:52px;font-size:17px}.TeambookLandingView__Download__buttons{display:flex;flex-direction:column;align-items:center}.TeambookLandingView__Download__button{margin-right:0!important;margin-bottom:10px;cursor:pointer}}@media only screen and (max-width:320px){.Navigation__SnsContents__item{margin-right:0!important}.TeambookLandingView__BannerSection__right__bannerImg{width:100%}.TeambookLandingView__FeatureSection__Features__Description{width:280px}.TeambookLandingView__DownloadSection__button{width:86%}}.color-rmbr{color:#333}.color-rmbr-dark{color:#000}.color-rmbr-green,.color-rmbr-green-bright{color:#00bd5d}.color-rmbr-blue{color:#6aa0e0}.color-rmbr-blue-dark{color:#487ab8}.color-rmbr-warn{color:#ff5252}.color-rmbr-highlight{color:#6aa0e0}.color-rmbr-text0{color:#000}.color-rmbr-text1{color:#333}.color-rmbr-text2{color:#666}.color-rmbr-text3{color:#999}.color-rmbr-text4{color:#ccc}.color-rmbr-text5{color:#fff}.color-rmbr-text-active,.color-rmbr-text-hover{color:#333}.color-line{color:#00d300}.shadow-border{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.05);border:1px solid #cdcdcd}.UnSubscribeEmailView{width:90%;margin:40px auto 0;text-align:center}.UnSubscribeEmailView__ConfirmWrapper__title,.UnSubscribeEmailView__ErrorWrapper__title,.UnSubscribeEmailView__UnSubscribeWrapper__title{font-size:28px;color:#000;line-height:1.43;margin-bottom:5px}.UnSubscribeEmailView__ConfirmWrapper__message,.UnSubscribeEmailView__ErrorWrapper__message,.UnSubscribeEmailView__UnSubscribeWrapper__message{font-size:15px;color:#000;line-height:1.47;opacity:.6;margin-bottom:32px}.UnSubscribeEmailView__ConfirmWrapper__buttons{display:flex;justify-content:center}.UnSubscribeEmailView__ConfirmWrapper__buttons-confirm{background-color:#000;color:#fff;margin-right:4px}.UnSubscribeEmailView__ConfirmWrapper__buttons-cancel,.UnSubscribeEmailView__ConfirmWrapper__buttons-confirm{border:1px solid #000;width:162px;height:52px;border-radius:3px;line-height:52px;cursor:pointer}.UnSubscribeEmailView__UnSubscribeWrapper__processingDate{font-size:19px;line-height:1.21;margin-bottom:8px}.UnSubscribeEmailView__UnSubscribeWrapper__email{font-size:15px;opacity:.4}.UnSubscribeEmailView__divider{width:33px;height:2px;background-color:#202427;margin:0 auto 12px}.UnSubscribeEmailView__ErrorWrapper__helpTitle{font-size:19px;line-height:1.21;margin-bottom:8px}.UnSubscribeEmailView__ErrorWrapper__helpMessage{font-size:15px;opacity:.4;margin-bottom:20px}.UnSubscribeEmailView__ErrorWrapper__email{font-size:15px}