@charset "UTF-8";

#widget-email {
    display: none;
}

.ja-JP .header_sub-menu,
.slds-global-actions li:first-child,
.ja-JP .slds-context-bar__secondary ul {
    /* display:none !important; */
}

.slds-global-header .slds-context-bar__secondary ul,
.header__divider {
    /* display: none !important; */
}

h3.ttl {
    text-align: center;
    font-size: 194%;
    margin-bottom: 30px;
}
h3.ttl br{
    display:none;
}

h4.sub-ttl {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    color: #ffffff;
    background: #73787c;
    margin: 50px auto 16px;
    padding: 8px 20px 11px;
    border-radius: 24px;
    letter-spacing: 0.05em;
    width: 334px;
}

p.note {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 6px;
}

.device-image {
    max-width: 360px;
    margin: auto 0 20px auto;
}


/*----------------------------
  banner
-----------------------------*/
#banner {
    padding: 30px 0
}
#howto, #utilization, #myportal, #qa, #support, #contact {
    padding: 100px 0;
}


/*----------------------------
  howto
-----------------------------*/
#howto {}

#howto .install ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
#howto .install ul li {
    width: calc(100% / 3);
    min-height: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
}
/* #howto .install ul li:last-child a{
    position: relative;
}
#howto .install ul li:last-child a:after {
    position: absolute;
    content: "＋";
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 24px;
    bottom: 24px;
    color: #ffffff;
    background: #d71921;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    opacity:0;
    visibility:hidden;
}
#howto .install ul li:last-child a:hover:after {
    opacity:1;
    visibility:visible;
} */
#howto .install ul li a {
    text-decoration: none !important;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
    min-height: 100%;
    padding: 20px;
    transition: all ease-in-out 150ms;
    border: 1px solid #d9d9d9;
}
#howto .install ul li a:hover {
    -webkit-box-shadow: 0 10px 20px rgb(50 50 93 / 10%);
    -ms-box-shadow: 0 10px 20px rgba(50, 50, 93, .1);
    box-shadow: 0 10px 20px rgb(50 50 93 / 10%);
    -webkit-transform: scale(1.075) rotate(.0001deg);
    -ms-transform: scale(1.075) rotate(.0001deg);
    transform: scale(1.03) rotate(.0001deg);
}
#howto .install ul li a p {
    color: #555;
    line-height: 29px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}
#howto .install ul li a p span{
    color: #d71921;
    font-size: 24px;
    font-weight: 700;
    margin-right: 2px;
}
#howto .install ul li a p.sub {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    border: none;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #edecec;
}

#howto .install #transfer ul{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 20px;
}
#howto .install #transfer ul li{
    width: 100%;
    margin-bottom: 0;
}
#howto .install #transfer ul li a{
    position: relative;
    box-shadow: none;
    padding: 14px 40px 14px 10px;
    border-radius: 0;
    color: #485665;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    border: none;
    font-weight: 500;
}
#howto .install #transfer ul li:nth-child(n + 2) a{
    border-top: 1px dotted #e1e1e1;
}
#howto .install #transfer ul li a:hover{
    color: #d71920;
    transform: scale(1);
}
#howto .install #transfer 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;
}
#howto .install #transfer ul li a:hover:after{
    right: 4px;
}
#howto .install #transfer ul li a span{
    font-weight: 600;
    margin-right: 4px;
    color: #d71921;
    /* display: contents; */
}


/*----------------------------
  more-protect
-----------------------------*/
#howto .more-protect ul {
    display: flex;
    flex-wrap: wrap;
}
#howto .more-protect ul li {
    width: 100%;
    margin-bottom: 0;
}
#howto .more-protect ul li a {
    position: relative;
    display: flex;
    box-shadow: none;
    padding: 12px 40px 12px 10px;
    border-radius: 0;
    color: #485665;
    font-size: 16px;
    text-decoration: none;
    height: 100%;
    align-items: center;
    text-align: left;
    border: none;
    font-weight: 500;
}
#howto .more-protect ul li:nth-child(n + 2) a {
    border-top: 1px dotted #e1e1e1;
}
#howto .more-protect ul li a:hover {
    color: #d71920;
    transform: scale(1);
}
#howto .more-protect 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;
}
#howto .more-protect ul li a:hover:after {
    right: 4px;
}


/*----------------------------
  qa
-----------------------------*/
#qa h4.sub-ttl {
    margin: 66px auto 16px;
}
#qa .accordion {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
#qa .accordion.first {
    border-top:none;
}
#qa .accordion-btn {
    padding: 20px 46px 20px 18px;
    display: flex;
    gap: 14px;
    border: none;
}
#qa .accordion-btn:hover {
   background-color: #fff;
   color: #d71921;
}
#qa .accordion-btn:hover:after {
   color: #d71921;
}
#qa .accordion-btn:hover p{
   color: #d71921;
}
#qa .accordion-btn span{
    color: #fff;
    /* background: linear-gradient(to bottom, #0743bd, #0743bd); */
    background: linear-gradient(to bottom, #d71921, #d71921);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}
#qa .accordion-btn p{
    flex: 1;
    line-height: 24px;
    font-weight: 500;
    color: #485665;
    font-size: 17px;
}
#qa .accordion-content{
    padding: 0;
    border: none;
}
#qa .accordion-content .accordion-content-wrap {
    padding: 0px 46px 36px 18px;
    display: flex;
    gap: 14px;
}
#qa .accordion-content .accordion-content-wrap span{
    color: #fff;
    background: linear-gradient(to bottom, #d71921, #d71921);
    background: linear-gradient(to bottom, #686868, #686868);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
#qa .accordion-content .accordion-content-wrap div{
    flex: 1;
    margin-top: 0px;
}
#qa .accordion-content .accordion-content-wrap div p{
    line-height: 24px;
    font-weight: 400;
    color: #485665;
    font-size: 16px;
    position: relative;
}
#qa .accordion-content .accordion-content-wrap div p a{
    font-weight: 500;
    padding-left: 26px;
    display: inline-block;
    margin-top: 4px;
}

#qa .accordion-content .accordion-content-wrap div p a:before {
    content: "\f08e";
    font-family: cons_icons !important;
    position: absolute;
    left: 2px;
    top: 6px;
    font-size: 98%;
}

/*----------------------------
  utilization
-----------------------------*/
#utilization {}

#utilization ul.utilization-list {
    display: flex;
    /* justify-content: space-between; */
    /* column-gap: 20px; */
    row-gap: 40px;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

#utilization ul.utilization-list li {
    display: flex;
    width: calc(100% / 2 - 30px);
    gap: 20px;
    border-radius: 6px;
}

#utilization ul.utilization-list li .img {
    width: 40px;
    margin-top: 6px;
}
#utilization ul.utilization-list li .text {
    flex: 1;
}

#utilization ul.utilization-list li .text .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

#utilization ul.utilization-list li .text .desciption {
    margin-bottom: 16px;
}

#utilization ul.utilization-list li .text a {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #0070d2;
}


/*----------------------------
  myportal
-----------------------------*/

#qa, #myportal{
    padding: 60px 0;
}
#qa,#myportal {
    background: #f7fafb;
}

#myportal .myportal-wrap {
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
    align-items: center;
}

#myportal .myportal-wrap .img {
    width: 70px;
}

#myportal .myportal-wrap .img img {
    filter: drop-shadow(0px 1px 1px #d2d2d2);
}

#myportal .myportal-wrap .text {
    text-align: center;
}

#myportal .myportal-wrap .text p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

#myportal .myportal-wrap .text a {
    padding: 10px 20px 12px;
    border: 1px solid;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #0070d2;
    display: inline-block;
    border-radius: 6px;
    transition: all ease-in-out 150ms;
    text-decoration: none;
    background: #fff;
}
#myportal .myportal-wrap .text a:hover {
    background: #0070d2;
    color: #fff;
}


/*----------------------------
  support
-----------------------------*/
#support p.desciption {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

#support ul.product-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

#support ul.product-list li {
    width: calc(100% / 4);
    min-height: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
}

#support ul.product-list li:nth-child(-n+2) {
    width: calc(100% / 2);
}

#support ul.product-list.three-seet li {
    width: calc(100% / 2);
}

#support ul.product-list.premium li {
    width: calc(100% / 2);
}

#support ul.product-list li a {
    text-decoration: none !important;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
    min-height: 100%;
    padding: 20px 10px;
    transition: all ease-in-out 150ms;
    border: 1px solid #d9d9d9;
}

#support ul.product-list li a:hover {
    -webkit-box-shadow: 0 10px 20px rgb(50 50 93 / 10%);
    -ms-box-shadow: 0 10px 20px rgba(50, 50, 93, .1);
    box-shadow: 0 10px 20px rgb(50 50 93 / 10%);
    -webkit-transform: scale(1.075) rotate(.0001deg);
    -ms-transform: scale(1.075) rotate(.0001deg);
    transform: scale(1.03) rotate(.0001deg);
}

#support ul.product-list li a img {
    max-height: 86px;
    margin: 0 auto 10px;
    transition: all ease-in-out 150ms;
}

#support ul.product-list.premium li:first-child a img {
    padding: 12px;
    max-height: 86px;
}

#support ul.product-list.premium li:last-child a img {
    padding: 15px;
    max-height: 86px;
}

#support ul.product-list li a p.product-name {
    color: #555;
    font-size: 15px;
}

#support ul.product-list li a p.product-name span {
    display: block;
}

#product-search{
  margin: 27px auto 10px;
}
#product-search input {
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
}



/*----------------------------
  contact
-----------------------------*/
#howto, #myportal, #qa, #support, #contact {
    border-top: 1px solid #ededed;
}

#contact .tab-menu_link {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 40px 0 60px;
}

#contact .tab-menu_container {
    border: none !important;
    margin-top: 0;
}

#contact .tab-menu_container .product {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 55px;
    text-align: center;
}

#contact .tab-menu_container .product img {
    width: 100%;
    max-width: 80px;
    margin: auto;
}

#contact .tab-menu_container .product p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

#contact .tab-menu_link a {
    position: relative;
    text-align: center;
    padding: 18px 20px;
    background: #c0c0c0;
    margin: 0;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
}

#contact .tab-menu_link a p {
    font-size: 16px;
    font-weight: 600;
}

#contact .tab-menu_link a.active,
#contact .tab-menu_link a:hover {
    background: #de4b4a;
}

#contact .tab-menu_link a.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0 12px;
    border-color: #de4b4a transparent transparent transparent;
    bottom: -9px;
    right: 0;
    left: 0;
    margin: auto;
}

#contact .support-channel {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

#contact .support-channel .widget .widget-contact_detail {
    width: 100%;
}

#contact .support-channel .widget-header {
    letter-spacing: 0.05em;
}

#contact .support-channel .widget-subheader small {
    font-size: 13px;
}

#contact .support-channel .widget-header span {
    font-size: 14px;
    color: #5f5f5f;
}

#contact .support-channel p.desciption {
    font-size: 14px;
    margin-bottom: 14px;
}

#contact .support-channel p.desciption span.note {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
}

#contact .support-channel .recommend {
    margin-bottom: 14px;
}

#contact .support-channel .recommend ul {
    font-size: 13px;
    background: #f7f8fb;
    padding: 10px 12px;
    border-radius: 2px;
    margin: 0;
}

#contact .support-channel .recommend ul li {
    position: relative;
    padding-left: 14px;
    width: 100% !important;
    text-align: left;
    margin-bottom: 0;
}

#contact .support-channel .recommend ul li:before {
    position: absolute;
    content: "・";
    left: 0;
}

#contact .support-channel .recommend ul li:first-child {
    margin-bottom: 4px;
}

#contact .support-channel .widget.white-background {
    width: calc(100% / 2 - 30px);
    margin: 0;
    padding: 10px 0 40px;
    box-shadow: none;
}

#contact .support-channel .widget.white-background:hover {
    -webkit-box-shadow: unset;
    -ms-box-shadow: unset;
    box-shadow: unset;
}

#contact .support-channel button.slds-button.sub-btn.widget-button {
    height: auto;
    margin: 0;
    padding: 0;
}

#contact .support-channel a.slds-button {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    height: auto;
    text-align: left;
}

#contact .support-channel a.slds-button:focus {
    box-shadow: unset;
}



/*----------------------------
  modal
-----------------------------*/
.slds-modal .slds-modal__content .table-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 20px;
}

.slds-modal .slds-modal__content .table-wrap table tbody tr th {
    text-transform: unset;
    font-size: 14px;
    line-height: 18px;
    width: 40%;
}

.slds-modal .slds-modal__content p.phone-number {
    font-size: 36px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    color: #33aef8;
    margin-bottom: 20px;
}

#PHONENUMBER02.slds-modal .slds-modal__content p.phone-number {

    font-size: 36px;

    margin-bottom: 20px;
}

.slds-modal .slds-modal__content p.phone-number:after {
    content: attr(data-number);
}

.slds-modal .slds-modal__content .note p {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 6px;
    font-size: 14px;
}


/*----------------------------
  footer
-----------------------------*/
footer .footer-primary {
    column-gap: 5rem;
    color: #ffffff;
    margin-inline: 30px;
    padding: 3.5rem 30px 4rem;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

footer .footer-primary>section h4 {
    font-size: 15px;
    margin-bottom: 1.0rem;
    color: #ffffff;
}

footer .footer-primary .flow>*:where(:not(:first-child)) {
    margin-top: var(--flow, 0.5rem);
}



/*----------------------------
  @media screen
-----------------------------*/
@media screen and (max-width: 1040px) {
    #utilization ul.utilization-list {
        margin-top: 10px;
    }

    #utilization ul.utilization-list li {
        width: 100%;
        gap: 20px;
    }

    #utilization ul.utilization-list li .text .desciption {
        margin-bottom: 10px;
    }

    #support p.desciption {
        text-align: left;
    }

    #support p.desciption br {
        display: none;
    }

    #support ul.product-list li {
        width: calc(100% / 2);
    }

    #contact .tab-menu_link {
        margin: 40px 0;
    }
}

@media screen and (max-width: 1023px) {
    .show-menu--mobile.show_1023 {
        /* display: none !important; */
    }
}

@media screen and (max-width: 768px) {

    #banner .slds-grid_vertical-align-center,
    .slds-grid--vertical-align-center {
        flex-direction: column-reverse;
    }

    .device-image {
        margin: 0 auto 30px;
        width: 240px;
    }
    #howto .install ul li {
        width: 100%;
    }
    #myportal .myportal-wrap .text p{
        text-align:left;
    }
    #myportal .myportal-wrap .text p br{
        display:none;
    }
    
    #support ul.product-list li {
        width: calc(100% / 2);
    }

    #contact .support-channel .widget.white-background {
        width: 100%;
    }

    #contact .tab-menu_link {
        margin: 30px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-primary {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    h3.ttl {
        margin-bottom: 16px;
    }
    h3.ttl br{
        display:inline-block;
    }
    #banner p {
        font-size: 16px;
    }

    #howto,
    #utilization,
    #myportal,
    #support{
        padding: 60px 0;
    }

    #howto .install ul li a {
        padding: 16px;
    }
    #howto .install ul li a p {
        line-height: 26px;
        font-size: 16px;
    }
    #howto .install ul li a p span {
        font-size: 21px;
    }
    #howto .install ul li a p.sub {
        /* font-size: 14px; */
    }
    #howto .more-protect ul li a {
        padding: 10px 30px 10px 0px;
        font-size: 15px;
    }
    #howto .more-protect ul li a:after {
        height: 25px;
        right: 4px;
    }
    #howto .install #transfer ul {
        padding: 4px 10px;
    }
    #howto .install #transfer ul li a {
        padding: 14px 27px 14px 0px;
        font-size: 15px;
    }
    #qa .accordion-btn {
        padding: 16px 38px 16px 14px;
        gap: 10px;
    }
    #qa .accordion-btn span {
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 19px;
    }
    #qa .accordion-btn p {
        line-height: 20px;
        font-size: 16px;
    }
    #qa .accordion-btn:after {
        right: 14px;
    }
    #qa .accordion-content .accordion-content-wrap {
        padding: 2px 14px 26px 14px;
        display: flex;
        gap: 10px;
    }
    #qa .accordion-content .accordion-content-wrap span{
        width: 22px;
        height: 22px;
        line-height: 21px;
        font-size: 14px;
    }
    #qa .accordion-content .accordion-content-wrap div{
        flex: 1;
        margin-top: 0px;
    }
    #qa .accordion-content .accordion-content-wrap div p{
        line-height: 20px;
        font-size: 14px;
        position: relative;
        margin-bottom: 10px;
    }
    #qa .accordion-content .accordion-content-wrap div p br{
        /* display: none; */
    }
    #qa .accordion-content .accordion-content-wrap div p a{
        padding-left: 22px;
    }
    
    #qa .accordion-content .accordion-content-wrap div p a:before {
        content: "\f08e";
        font-family: cons_icons !important;
        position: absolute;
        left: 2px;
        top: 6px;
        font-size: 98%;
    }

    
    #contact {
        padding: 60px 0 80px;
    }

    #support ul.product-list li,
    #support ul.product-list.three-seet li {
        width: 100%;
        margin-bottom: 10px;
    }

    #support ul.product-list li:nth-child(-n+2) {
        width: calc(100%);
    }

    #support ul.product-list li a {
        padding: 10px 12px;
        display: flex;
    }

    #support ul.product-list li a img {
        width: 50px;
        margin: 0;
    }

    #support ul.product-list.premium li:first-child a img {
        padding: 3px;
    }

    #support ul.product-list.premium li:last-child a img {
        padding: 3px;
    }

    #support ul.product-list li a p {
        padding-left: 12px;
        font-size: 14px;
        text-align: left;
    }

    #support ul.product-list li a p.product-name span {
        display: inline-block;
        padding-left: 4px;
    }

    #qa,#myportal {
        padding: 45px 0;
    }
    #myportal .myportal-wrap .img {
        width: 60px;
    }

    #contact .support-channel {
        margin-top: 0px;
    }

    #contact .support-channel button.slds-button.sub-btn.widget-button,
    #contact .support-channel button.slds-button.sub-btn.widget-button a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .slds-modal .slds-modal__container {
        margin: 0 1rem;
    }

    .slds-modal .slds-modal__content .slds-modal__detail {
        padding: 36px 20px;
    }

    #contact .tab-menu_container .product {
        gap: 26px;
        margin-bottom: 25px;
    }

    #contact .tab-menu_container .product p {
        text-align: left;
    }
}

#contact .support-channel .recommend ul li.emphasis {
    color: #de4b4a;
    font-weight: bold;
    padding-left: 2px;
}

#contact .support-channel .recommend ul li.emphasis:before {
    display: none;
}

#contact .support-channel .recommend ul li.note {
    padding-left: 2em;
}

#contact .support-channel .recommend ul li.note:before {
    position: absolute;
    content: "※";
    left: 1em;
}