@charset "UTF-8";

section.updating{
  height: calc(60vh);
  overflow: hidden;
  margin-bottom: 4vh;
}
section.updating:before{
  content: "";
  background: #fff;
  z-index: 100;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
section.updating:after {
  /*content: "\f1ce";
  font-family: 'cons_icons' !important;*/
  content: "\f110";
  font-family: FontAwesome;
  margin: auto;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #de4b4a;
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center 0;
  -webkit-animation: 3s linear infinite rotation;
  animation: 1s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
body.ja-JP {
      background-color: #fff;
}
body.sticky-sub-header {
    padding-top: 0!important;
}
.sticky-sub-header .slds-global-header_container ,.sticky-header .hc-header ,.hc-header{
    position: relative !important;
    box-shadow:none inset 0px -1px #e0e0e0!important;
}

/* ---------------------------------
 contact_us-banner
--------------------------------- */
#contact_us-banner {
  display: none;
}



/* ---------------------------------
 contact_us-contents
--------------------------------- */
#contact-us-contents{
  position: relative;
  background: #fff;
  padding: 80px 0;
}
#contact-us-contents h3{
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}


/* ---------------------------------
 progress
--------------------------------- */
.progressbar {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 36px 0 0;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% /4);
    color: #dbdbdb;
    font-size: 15px;
    font-weight: bold;
    counter-increment: steps;
    transition: all ease-in-out 500ms;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 35px;
    height: 35px;
    margin: 4px auto 12px auto;
    content: '';
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #dbdbdb;
    font-family: FontAwesome;
    position: relative;
    z-index: 2;
    transition: all ease-in-out 500ms;
    border: 3px solid #fff;
}
.progressbar li[data-target="product"]:before {
    background-image: url(/ja-jp/media/contactus-icon-product.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li[data-target="help"]:before {
    background-image: url(/ja-jp/media/contactus-icon-help.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li[data-target="login"]:before {
    background-image: url(/ja-jp/media/contactus-icon-signin.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li[data-target="support"]:before {
    background-image: url(/ja-jp/media/contactus-icon-support.svg);
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li:after {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #dfdfdf;
    transition: all ease-in-out 100ms;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active{
    color: #de4b4a;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #de4b4a;
}
.progressbar li.active:before {
    font-weight: bold;
    border: 3px solid #de4b4a;
    background-color: #de4b4a;
    background-size: 65%;
}
.progressbar li.complete:before {
    content: "\f00c";
    color: #de4b4a;
    background-image: none;
    background-color: #fff;
    border: 3px solid #de4b4a;
    transform: scale(0.8);
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #de4b4a;
}
.progressbar li.complete:hover {
    cursor: pointer;
    color: #de4b4a;
}
.progressbar li.complete:hover:before {
    background-color: #ffd4d4;
    transform: scale(1);
    /* content: "\f112"; */
}



/* ---------------------------------
 step
--------------------------------- */
.step{
  display: none;
}
.step.on{
  display: block;
  padding: 40px 0 80px;
}
.step ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.step ul li{
  width: calc(100% / 4);
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  align-items: center;
  text-align: center;
}
.step ul li a{
  text-decoration: none!important;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: -2px -2px 5px #fbfbfb, 2px 2px 5px #e7e7e7;
  box-shadow: none;
  min-height: 100%;
  padding: 25px 6px;
  transition: all ease-in-out 150ms;
  margin-left: 0;
}
.step ul li a:hover{
  /*box-shadow: -5px -5px 10px #fbfbfb, 5px 5px 10px #e7e7e7;*/
}
.step ul li a img{
  max-height: 100px;
  margin: 0 auto 10px;
  transition: all ease-in-out 150ms;
}
.step ul li a:hover img{
  transform: scale(1.1);
}
.step ul li a p{
  color: #555;
  font-size: 15px;
  font-weight: 400;
}
.step ul li a:hover p{
  color: #de4b4a;
}
.step ul li a p span{
  display: block;
}
.step ul li a p span.small{
  font-size: 13px;
}
.step p.description{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px;
  text-align: center;
}
.step p.description span.note{
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  background: #fff;
}
.step p.description span.note a{
  color: #de4b4a;
  text-decoration: underline;
}
.step #product-image{
  margin: auto;
  max-width: 70%;
}
.step #product-image.pkg{
  max-width: 34%;
  margin-bottom: 10px;
}

/* ---------------------------------
 product
--------------------------------- */
#product ul li.other{
  display: none;
}
#product .other-select{
    justify-content: center;
    margin-top: 30px;
}
#product .other-select li{
    width: 190px;
    padding: 0;
    margin: 0 30px;
    text-align: center;
}
#product .other-select li a{
  color: #fff;
  padding: 13px 12px 15px;
  margin: auto;
  font-size: 15px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: all ease-in-out 150ms;
  transform: scale(1.025);
}
#product .other-select li a.my-product{
  background: #db3d44;
}
#product .other-select li a.other-product{
  background: #6c6c6c;
}
#product .other-select li a.my-product:hover,
#product .other-select li a.other-product:hover{
  box-shadow: 0px 4px 10px #cbcbcb;
}
#product #VBSE{
  /* z-index: 1000; */
}
#product #VBSE .slds-text-heading{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#product #LOGIN img{
  width: 340px;
  margin: 10px auto 26px;
}
#product #LOGIN .slds-text-heading{
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
#product #LOGIN a{
  padding: 12px;
  padding: 13px 12px 14px;
  display: block;
  background: #db3d44;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  max-width: 152px;
  text-align: center;
  margin: 26px auto 10px;
  font-size: 14px;
  transition: all ease-in-out 150ms;
  transform: scale(1.025);
}
#product #LOGIN a:hover{
  box-shadow: 0px 4px 10px #cbcbcb;
}
#product .slds-modal{
  display: flex;
  z-index: 10000000000;
}
#product .slds-modal .slds-modal__container{
    margin: auto;
    padding: 10px;
    max-height: 100%;
    width: max-content;
    height: max-content;
}
#product .product-selection .slds-modal__container{
    width: auto;
    max-width: 43rem;
    flex: 1;
}
#product .product-selection .slds-text-heading{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
#product .product-selection ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 14px 10px 0;
    column-gap: 14px;
    row-gap: 36px;
    margin: 0;
}
#product .product-selection ul li{
    width: calc(100% / 2 - 7px);
    text-align: center;
    margin: 0;
}
#product .product-selection ul li a{
    display: block;
    border-radius: 6px;
    transition: all ease-in-out 150ms;
    margin-left: 0;
    text-decoration: none;
    border-top: none;
    padding: 0 6px;
    box-shadow: none;
    padding: 0!important;
}
#product .product-selection ul li a .pkg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 0 20px;
    gap: 14px;
    transition: all ease-in-out 150ms;
}
#product .product-selection ul li a .pkg img{
    max-height: 120px;
    margin: 0;
}
#product .product-selection ul li a p{
    color: #555;
    font-size: 15px;
    line-height: 22px;
    /* font-weight: 500; */
    text-align: center;
}
#product .product-selection ul li a:hover p{
    color: #de4b4a;
}
#product #VBSE img{
  width: 130px;
  margin: 0 auto 14px;
}
#product #VBSE ul{
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
#product #VBSE ul li{
  width: 100%!important;
  margin-bottom: 0;
}
#product #VBSE ul li a{
  position: relative;
  display: flex;
  box-shadow: none;
  padding: 12px 40px 12px 10px;
  border-radius: 0;
  color: #485665;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
  align-items: center;
  text-align: left;
}
#product #VBSE ul li a p span {
    display: inline-block;
}
#product #VBSE ul li:nth-child(n + 2) a {
  border-top: 1px dotted #e1e1e1;
}
#product #VBSE ul li a:hover{
  color: #d71920;
  box-shadow: none;
}
#product #VBSE ul li a:hover p{
  color: #d71920;
}
#product #VBSE ul li a:after{
  position: absolute;
  content: "\f105";
  display: block;
  font-family: 'FontAwesome';
  font-size: 18px;
  background-image: none;
  width: 8px;
  height: 25px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease-in-out 180ms;
}
#product #VBSE ul li a:hover:after {
  right: 4px;
}


/* ---------------------------------
 help
--------------------------------- */
#help .help-contents{
  display: none;
}
#help .help-contents.active{
  display: block;
  margin: 0 0 10px;
}
#help .help-contents .help-category{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#help .help-contents .help-category a{
  position: relative;
  width: calc(100% / 3 - 20px);
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 0 6px 4px 40px;
  border-bottom: 2px solid #e7e7e7;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
#help .help-contents .help-category a:before{
  position: absolute;
  content: "";
  left: 10px;
  width: 22px;
  height: 22px;
}
#help .help-contents .help-category a.install:before{
  background:url(/ja-jp/media/contactus-icon-install.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#help .help-contents .help-category a.subscription:before{
  background:url(/ja-jp/media/contactus-icon-subscription.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#help .help-contents .help-category a.troubleshoot:before{
  background:url(/ja-jp/media/contactus-icon-troubleshoot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#help .help-contents .help-category a:after{
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f0d7";
  display: block;
  right: 12px;
  font-size: 18px;
  /* opacity: 0; */
  color: #e7e7e7;
}
#help .help-contents .help-category a.active{
  border-bottom: 2px solid #de4b4a;
}
#help .help-contents .help-category a.active:hover{
  cursor: unset;
}
#help .help-contents .help-category a:hover:after{
  color: #eb7473;
  opacity: 1;
}
#help .help-contents .help-category a.active:after{
  /* opacity: 0; */
  color: #de7c79;
}

#help .help-contents .help-category a img{
  width: 66px;
}
#help .help-contents .help-category a p{
  position: relative;
  padding: 10px;
  color: #555;
  font-size: 15px;
}
#help .help-contents .help-category a:hover p{
  color: #de4b4a;
}
#help .help-contents .help-category a.active p{
  color: #de4b4a;
  font-weight: bold; 
}

#help .help-contents ul{
  display: flex;
  flex-wrap: wrap;
}
#help .help-contents ul li{
  width: 100%;
  margin-bottom: 0;
}
#help .help-contents ul li a{
  position: relative;
  display: flex;
  box-shadow: none;
  padding: 12px 40px 12px 10px;
  border-radius: 0;
  color: #485665;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
  align-items: center;
  text-align: left;
}
#help .help-contents ul li:nth-child(n + 2) a {
  border-top: 1px dotted #e1e1e1;
}
#help .help-contents ul li a:hover{
  color: #d71920;
}
#help .help-contents ul li a:after{
  position: absolute;
  content: "\f105";
  display: block;
  font-family: 'FontAwesome';
  font-size: 18px;
  background-image: none;
  width: 8px;
  height: 25px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease-in-out 180ms;
}
#help .help-contents ul li a:hover:after {
  right: 4px;
}
#help #product-search{
  margin: 16px auto 40px;
}
#help #product-search input {
  background: #fffbfb;
}
#help ul.select{
  justify-content: center;
}
#help ul.select li a{
 max-width: 226px!important;
 padding: 12px;
 padding: 13px 12px 15px;
 background: #de4b4a;
 border-radius: 30px;
 text-align: center;
 margin: auto;
 transition: all ease-in-out 150ms;
 transform: scale(1.025);
}
#help ul.select li a:hover{
  box-shadow: 0px 4px 10px #cbcbcb;
}
#help ul.select li p {
  color: #fff;
  margin: auto;
  padding-left: 0;
}


/* ---------------------------------
 login
--------------------------------- */
#login{

}
#login ul {
    justify-content: center;
    column-gap: 40px;
    margin: 0;
}
#login ul li {
    width: 190px;
    padding: 0;
    /* margin: 0 20px; */
}
#login ul li a{
  background-color: #de4b4a;
  color: #fff;
  padding: 12px 0;
  padding: 13px 0 15px;
  border-radius: 30px;
  transition: all ease-in-out 150ms;
  transform: scale(1.025);
  margin: 0;
}
#login ul li a:hover{
  box-shadow: 0px 4px 10px #cbcbcb;
}
#login ul li a p{
    color: #fff;
    padding: 0;
    margin: auto;
}
#login ul li a[data-login="Yes"]{

}
#login ul li a[data-login="No"]{
  background: #6c6c6c;
}
#login .login-img{
  margin: 20px auto;
/*  width: 90%;*/
}

#login[data-channel="sb"] .description.default,
#login[data-channel="cop"] .description.default{
  display: none;
}
#login:not([data-channel="sb"]):not([data-channel="cop"]) .description.no-tell{
  display: none;
}

/* ---------------------------------
 channel
--------------------------------- */
#channel .support-channel {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

/* tell */
#channel[data-channel="dls"] .support-channel #widget-tell .widget-subheader .default,
#channel[data-channel="vbts-p"] .support-channel #widget-tell .widget-subheader .default{
  display: none;
}
#channel:not([data-channel="dls"]):not([data-channel="vbts-p"]) .support-channel #widget-tell .widget-subheader .dls{
  display: none;
}
#channel[data-channel="dls"] .support-channel #widget-tell .widget-subheader .dls {
  display: inline-block;
}

/* info */
#channel:not([data-channel="vbhn"]) .vbhn-info {
  display: none;
}
#channel[data-channel="vbhn"] .alert.vbhn-info {
  margin-top: 0;
  margin-bottom: 50px;
}
#channel[data-channel="vbhn"] #widget-tell p.vbhn-info {
    margin-top: 10px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    color: #de4b4a;
}



#channel .support-channel .widget .widget-contact_detail{
  width: 100%;
}
#channel .support-channel .widget-header {
    letter-spacing: 0.05em;
}
#channel .support-channel p.desciption{
    font-size: 14px;
    margin-bottom: 14px;
}
#channel .support-channel p.desciption span.note{
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}
#channel .support-channel .recommend{
  margin-bottom: 14px;
}
#channel .support-channel .recommend ul {
  font-size: 13px;
  background: #f7f8fb;
  padding: 10px 12px;
  border-radius: 2px;
  margin: 0;
}
#channel .support-channel .recommend ul li {
    position: relative;
    padding-left: 14px;
    width: 100%!important;
    text-align: left;
    margin-bottom: 0;
}
#channel .support-channel .recommend ul li:before{
  position: absolute;
  content: "・";
  left:0;
}
#channel .support-channel .recommend ul li.emphasis{
  color: #de4b4a;
  font-weight: bold;
  padding-left: 2px;
}
#channel .support-channel .recommend ul li.emphasis:before{
  display: none;
}
#channel .support-channel .recommend ul li.note{
  padding-left: 2em;
}
#channel .support-channel .recommend ul li.note:before{
  position: absolute;
  content: "※";
  left:1em;
}
#channel .support-channel .recommend ul li:first-child{
  margin-bottom: 4px;
}
#channel .support-channel .recommend ul li a {
  background: unset;
  padding: 0;
  color: #006dcc;
  display: inline;
}
#channel .support-channel .widget.white-background {
  width: calc(100% / 2 - 30px);
  margin: 0;
  padding: 0 0 50px;
  box-shadow: none;
}
#channel .support-channel .widget.white-background:hover {
  -webkit-box-shadow: unset;
  -ms-box-shadow: unset;
  box-shadow: unset;
}
#channel .support-channel button.slds-button.sub-btn.widget-button {
    height: auto;
    margin: 0;
    padding: 0;
}
#channel .support-channel a.slds-button {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  height: auto;
  text-align: left;
}

/* ---------------------------------
 channel order
--------------------------------- */
#channel[data-channel="vb"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vb"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="vb"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="vb"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vb"] .support-channel #widget-community { order: 2}
#channel[data-channel="vb"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="vb"] .support-channel #widget-email { display: none }

#channel[data-channel="dls"] .support-channel #widget-ai { order: 1}
#channel[data-channel="dls"] .support-channel #widget-airsupport { order: 2 }
#channel[data-channel="dls"] .support-channel #widget-rakurakusupport { order: 5 }
#channel[data-channel="dls"] .support-channel #widget-prechat { display: none }
#channel[data-channel="dls"] .support-channel #widget-community { order: 4 }
#channel[data-channel="dls"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="dls"] .support-channel #widget-email { display: none }

#channel[data-channel="vbts-s"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vbts-s"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="vbts-s"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="vbts-s"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vbts-s"] .support-channel #widget-community { order: 2 }
#channel[data-channel="vbts-s"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="vbts-s"] .support-channel #widget-email { display: none }

#channel[data-channel="vbts-p"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vbts-p"] .support-channel #widget-airsupport { order: 2 }
#channel[data-channel="vbts-p"] .support-channel #widget-rakurakusupport { order: 5 }
#channel[data-channel="vbts-p"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vbts-p"] .support-channel #widget-community { order: 4 }
#channel[data-channel="vbts-p"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="vbts-p"] .support-channel #widget-email { display: none }

#channel[data-channel="vbm"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vbm"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="vbm"] .support-channel #widget-rakurakusupport { order: 2 }
#channel[data-channel="vbm"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vbm"] .support-channel #widget-community { order: 3 }
#channel[data-channel="vbm"] .support-channel #widget-tell { order: 4 }
#channel[data-channel="vbm"] .support-channel #widget-email { display: none }

#channel[data-channel="ivbm"] .support-channel #widget-ai { order: 1}
#channel[data-channel="ivbm"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="ivbm"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="ivbm"] .support-channel #widget-prechat { display: none }
#channel[data-channel="ivbm"] .support-channel #widget-community { order: 2 }
#channel[data-channel="ivbm"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="ivbm"] .support-channel #widget-email { display: none }

#channel[data-channel="ivb"] .support-channel #widget-ai { order: 1}
#channel[data-channel="ivb"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="ivb"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="ivb"] .support-channel #widget-prechat { display: none }
#channel[data-channel="ivb"] .support-channel #widget-community { order: 2 }
#channel[data-channel="ivb"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="ivb"] .support-channel #widget-email { display: none }

#channel[data-channel="pwm"] .support-channel #widget-ai { order: 1}
#channel[data-channel="pwm"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="pwm"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="pwm"] .support-channel #widget-prechat { display: none }
#channel[data-channel="pwm"] .support-channel #widget-community { order: 2 }
#channel[data-channel="pwm"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="pwm"] .support-channel #widget-email { display: none }

#channel[data-channel="hns"] .support-channel #widget-ai { order: 1}
#channel[data-channel="hns"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="hns"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="hns"] .support-channel #widget-prechat { display: none }
#channel[data-channel="hns"] .support-channel #widget-community { order: 2 }
#channel[data-channel="hns"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="hns"] .support-channel #widget-email { display: none }

#channel[data-channel="vbhn"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vbhn"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="vbhn"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="vbhn"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vbhn"] .support-channel #widget-community { order: 2 }
#channel[data-channel="vbhn"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="vbhn"] .support-channel #widget-email { display: none }

#channel[data-channel="idp"] .support-channel #widget-ai { order: 1}
#channel[data-channel="idp"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="idp"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="idp"] .support-channel #widget-prechat { display: none }
#channel[data-channel="idp"] .support-channel #widget-community { order: 2 }
#channel[data-channel="idp"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="idp"] .support-channel #widget-email { display: none }

#channel[data-channel="tmvpn"] .support-channel #widget-ai { order: 1}
#channel[data-channel="tmvpn"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="tmvpn"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="tmvpn"] .support-channel #widget-prechat { display: none }
#channel[data-channel="tmvpn"] .support-channel #widget-community { order: 2 }
#channel[data-channel="tmvpn"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="tmvpn"] .support-channel #widget-email { display: none }

#channel[data-channel="fwp"] .support-channel #widget-ai { order: 1}
#channel[data-channel="fwp"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="fwp"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="fwp"] .support-channel #widget-prechat { display: none }
#channel[data-channel="fwp"] .support-channel #widget-community { order: 2 }
#channel[data-channel="fwp"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="fwp"] .support-channel #widget-email { display: none }

#channel[data-channel="sb"] .support-channel #widget-ai { order: 1}
#channel[data-channel="sb"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="sb"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="sb"] .support-channel #widget-prechat { display: none }
#channel[data-channel="sb"] .support-channel #widget-community { order: 2 }
#channel[data-channel="sb"] .support-channel #widget-tell { display: none }
#channel[data-channel="sb"] .support-channel #widget-email { order: 3 }

#channel[data-channel="cop"] .support-channel #widget-ai { order: 1}
#channel[data-channel="cop"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="cop"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="cop"] .support-channel #widget-prechat { display: none }
#channel[data-channel="cop"] .support-channel #widget-community { order: 2 }
#channel[data-channel="cop"] .support-channel #widget-tell { display: none }
#channel[data-channel="cop"] .support-channel #widget-email { order: 3 }

#channel[data-channel="vbws"] .support-channel #widget-ai { order: 1}
#channel[data-channel="vbws"] .support-channel #widget-airsupport { display: none }
#channel[data-channel="vbws"] .support-channel #widget-rakurakusupport { display: none }
#channel[data-channel="vbws"] .support-channel #widget-prechat { display: none }
#channel[data-channel="vbws"] .support-channel #widget-community { order: 2 }
#channel[data-channel="vbws"] .support-channel #widget-tell { order: 3 }
#channel[data-channel="vbws"] .support-channel #widget-email { display: none }

#channel ul.select{
  justify-content: center;
  /* margin-top: 10px; */
}
#channel ul.select li a{
 max-width: 226px!important;
 padding: 12px;
 padding: 13px 12px 15px;
 background: #6c6c6c;
 border-radius: 30px;
 text-align: center;
 margin: auto;
 transition: all ease-in-out 150ms;
 transform: scale(1.025);
}
#channel ul.select li a:hover{
  box-shadow: 0px 4px 10px #cbcbcb;
}
#channel ul.select li p {
  color: #fff;
  margin: auto;
  padding-left: 0;
}


/* ---------------------------------
 @media
--------------------------------- */
@media screen and (min-width: 1024px){
  body.sticky-sub-header #contact-us-contents{
  }
}


@media screen and (max-width: 992px){
  #contact-us-contents{
    padding: 50px 0 70px
  }
  .step ul li{
    width: calc(100% / 3);
  }
  .step ul li a p span{
    display: inline-block;
    margin-left: 3px;
  }
  #product .slds-modal ul li a p span {
      display: block;
  }
  #help .help-contents .help-category a {
      width: calc(100% / 3 - 10px);
      padding: 0 6px 6px;
  }
  #help .help-contents .help-category a:before {
      display: none;
  }
  #channel .support-channel .widget.white-background {
    padding: 0 0 36px;
  }
}
@media screen and (max-width: 768px){
  body.ja-JP {
      padding-bottom: 0;
  }
  #contact-us-contents{
    padding: 40px 0 60px
  }
  .step ul li{
    width: calc(100% / 2);
  }
  .step ul li a p span.small {
      display: block;
  }
  .step p.description {
    text-align: left;
    margin: 20px 0 30px;
  }
  .step p.description br{
    display: none;
  }
  #product .other-select li{
      width: 178px;
      margin: 0 20px;
  }
  #product .product-selection .slds-modal__content .slds-modal__detail {
      padding: 30px 20px;
  }
  #product .product-selection .slds-text-heading {
      font-size: 18px!important;
      text-align: center!important;!importan;!importa;!import;!impor;!impora;!impor;!impo;!imp;!im;!i;!;
  }
  #product #product-selection ul {
      gap: 36px;
      padding: 20px 0 0;
  }
  #product .product-selection ul li {
      width: 100%;
  }
  #product .product-selection ul li a .pkg {
      padding: 0 0 10px;
  }
  #product .product-selection ul li a .pkg img {
      max-height: 100px;
  }
  #help ul.select li a{
    width: 226px!important;
  }
  #help .help-contents .help-category a {
      padding: 0 0 4px;
  }
  #help .help-contents .help-category a p{
      font-size: 14px;
  }
  #channel .support-channel .widget.white-background {
    width: 100%;
  }
  #channel .support-channel .other-channel:after {
    display: none;
  }
  #channel .support-channel .widget.white-background {
    width: 100%;
  }
  #channel .support-channel p.desciption{
    min-height: auto;
    margin-bottom: 14px;
  }

}
@media screen and (max-width: 480px){
  #contact-us-contents{
    padding:20px 0 60px;
  }
  #contact-us-contents h3 {
      font-size: 24px;
      text-align: left;
  }
  .progressbar {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
  }
  .progressbar li {
      font-size: 13px;
  }
  .step.on {
      padding: 30px 0 40px;
  }
  .step ul li {
      width: 100%;
      margin-bottom: 10px;
  }
  .step ul li a {
    padding: 10px 16px;
    display: flex;
    box-shadow: -2px -2px 5px #fbfbfb, 2px 2px 5px #e7e7e7;
  }
  .step ul li.active a{
    padding: 10px 34px 10px 4px!important;
  }
  .step ul li a img{
      width: 50px;
      margin: 0;
  }
  .step ul li a:hover img {
      transform: scale(1);
  }
  .step ul li a p {
    padding-left: 12px;
    font-size: 14px;
    text-align: left;
  }
  .step ul li a p span {
      margin-left: 0;
  }
  .step ul li a p span.small {
      font-size: 13px;
  }
  .tab_topic_list{
      margin-top: 6px;
  }
  .slds-modal__container {
      margin: auto;
      padding: 20px!important;
  }
  #product .slds-modal__content .slds-modal__detail {
      padding: 26px 20px;
  }
  #product #VBSE .slds-text-heading {
      /* text-align: left; */
      font-size: 16px!important;
  }
  #product .slds-modal ul li a p {
      padding-left: 0;
  }
  #product .slds-modal .slds-modal__footer .slds-button.slds-x_modal {
      height: 0;
      padding: 0;
  }
  .slds-modal__footer {
      padding: 1rem!important;
  }
  #product #LOGIN img{
    width: 240px;
  }
  #product #VBSE ul li a, #help .help-contents ul li a{
    padding: 10px 28px 10px 0!important;
  }
  #product .slds-modal ul li a:after,
  #help .help-contents ul li a:after {
      right: 4px;
  }
  #product .slds-modal ul li a:hover:after,
  #help .help-contents ul li a:hover:after {
      right: 0;
  }
  #product .other-select {
      justify-content: space-between;
  }
  #product .other-select li{
      margin: 0 6px;
      width: calc(100% / 2 - 14px);
  }
  #product .other-select li a{
    font-size: 14px;
  }
  #help ul.select li a{
    width: 226px!important;
  }
  #help .help-contents .help-category a {
      width: calc(100% / 3 - 10px);
      padding: 0 0 6px;
      justify-content: center;
  }
  #help .help-contents .help-category a:after{
    display: none;
  }
  #help .help-contents .help-category a:hover:after{
    display: none;
  }
  #help .help-contents .help-category a p {
      padding: 6px 0;
      font-size: 12px;
  }
  #login ul {
      justify-content: space-between;
      column-gap: 8px;
      margin-top: 14px;
  }
  #login ul li{
    width: calc(100% / 2 - 8px);
    margin: 0 0 12px;
  }
  #channel .support-channel {
      margin-top: 0px;
  }
  #channel .support-channel button.slds-button.sub-btn.widget-button,
  #channel .support-channel button.slds-button.sub-btn.widget-button a{
      padding-top: 0!important;
      padding-bottom: 0!important;
  }
  #channel[data-channel="vbhn"] .alert.vbhn-info {
    margin-bottom: 30px;
  }
  #channel .support-channel .widget-subheader small {
    font-size: 14px;
    margin-top: 4px;
    display: block;
  }
  #channel ul.select {
      margin-top: 10px;
  }
}