@charset "UTF-8";

.exploration-guide-veil.active, .dialog-container.active,
.exploration-guide-veil, .dialog-container {
    display: none;
}
.slds-modal {
    display: flex;
    align-items: center;
}
.slds-modal__container {
    height: auto;
    padding: 0;
}

/*----------------------------
  common
-----------------------------*/
body section li a{
    margin-left: 0!important;!important;
}

.main-ttl {
    text-align: center;
    font-size: 194%;
    margin-bottom: 30px;
}
.main-ttl br{
    display:none;
}

.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;
}

.main-topic {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    gap: 16px;
    margin-bottom: 1rem;
}
.main-topic li {
    width: 100%;
    text-align: center;
}
.main-topic.topic-column02 li {
    width: calc(100% / 2 - 12px);
}
.main-topic.topic-column03 li {
    width: calc(100% / 3 - 12px);
}
.main-topic 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 20px;
    transition: all ease-in-out 150ms;
    border: 1px solid #d9d9d9;
    margin: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-topic 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);
}
.main-topic li a p {
    color: #555;
    line-height: 29px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}
.main-topic li a p span{
    color: #d71921;
    font-size: 22px;
    font-weight: 700;
    margin-right: 2px;
}
.main-topic li a p.sub {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    border: none;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #edecec;
    width: 100%;
}

.sub-topic {
    display: flex;
    flex-wrap: wrap;
}
.sub-topic li {
    width: 100%;
    margin-bottom: 0;
}
.sub-topic li a {
    position: relative;
    display: flex;
    box-shadow: none;
    padding: 12px 40px 12px 8px;
    border-radius: 0;
    color: #485665;
    font-size: 16px;
    text-decoration: none;
    height: 100%;
    align-items: center;
    text-align: left;
    border: none;
    font-weight: 500;
}
.sub-topic li:nth-child(n + 2) a {
    border-top: 1px dotted #e1e1e1;
}
.sub-topic li a:hover {
    color: #d71920;
    transform: scale(1);
}
.sub-topic li a:after {
    position: absolute;
    content: "\f105";
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}
.sub-topic li a:hover:after {
    right: 4px;
}

/*----------------------------
  section
-----------------------------*/
#install-and-activation,#other-support{
    padding: 100px 0 120px;
    background-color: #fff;
}

/*----------------------------
  hero
-----------------------------*/
#hero {
    position: relative;
    width: 100%;
    height: 330px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f0f5;
    background-image: url(/ja-jp/media/jp-productsupport_main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 36%;
    text-align: center;
}
.sb #hero {
    background-image: url(/ja-jp/media/jp-productsupport_main-bg-sb.jpg);
    background-repeat: no-repeat;
}
.test #hero {
    background-image: url(/ja-jp/media/jp-productsupport_main-bg-sb.jpg);
    background-repeat: no-repeat;
}
#hero:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(31, 45, 61, 0.03);
}
#hero h1{
    color: white;
}
#hero p{
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

/*----------------------------
  install-and-activation
-----------------------------*/
.slds-modal ul{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 20px;
}
.slds-modal ul li{
    width: 100%;
    margin-bottom: 0;
}
.slds-modal 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;
    display: block;
}
.slds-modal ul li:nth-child(n + 2) a{
    border-top: 1px dotted #e1e1e1;
}
.slds-modal ul li a:hover{
    color: #d71920;
    transform: scale(1);
}
.slds-modal 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;
}
.slds-modal ul li a:hover:after{
    right: 4px;
}
.slds-modal ul li a span{
    font-weight: 600;
    margin-right: 4px;
    color: #d71921;
}


/*----------------------------
  contract-and-account
-----------------------------*/
#contract-and-account {
    background: #fafafa;
}
#contract-and-account .category{
    display: flex;
    gap: 10%;
}
#contract-and-account .category .category-icon{
    display: flex;
    justify-content: center;
}
#contract-and-account .category .category-icon img{
    max-height: 36px;
    margin-bottom: 16px;
}
#contract-and-account .category .contract,
#contract-and-account .category .account{
    position:relative;
    padding: 60px 0;
    width: 50%;
}
#contract-and-account .category .account:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ededed;
    top: 0;
    left: -11%;
}
#contract-and-account .main-topic li {
    width: calc(100%);
}


/*----------------------------
  other-support
-----------------------------*/
#other-support {
    
}
#other-support .tab-menu_link {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 10px 0 30px;
}
#other-support .tab-menu_container {
    border: none !important;
    margin-top: 0;
}
#other-support .tab-menu_container .product {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 55px;
    text-align: center;
}
#other-support .tab-menu_container .product img {
    width: 100%;
    max-width: 80px;
    margin: auto;
}
#other-support .tab-menu_container .product p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
#other-support .tab-menu_link a {
    position: relative;
    width: calc(100% / 3 - 12px);
    text-align: center;
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
    margin: 0;
    color: #485665;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#other-support .tab-menu_link a p {
    font-size: 18px;
    font-weight: 600;
}
#other-support .tab-menu_link a:hover {
    color: #de4b4a;
    border-radius: 0;
    border-bottom: 1px solid #de4b4a;
}
#other-support .tab-menu_link a.active {
    background: #de4b4a;
    color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #de4b4a;
}
#other-support .tab-menu_link a.active:hover {
    background: #de4b4a;
    color: #ffffff;
    border-radius: 4px;
    border-bottom: 1px solid #de4b4a;
}
#other-support .tab-menu_link a: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;
    opacity:0;
    visibility:hidden;
    transition: all 0.3s;
}
#other-support .tab-menu_link a.active:after {
    opacity:1;
    visibility:visible;
}
.solr-outer {
    margin: 27px auto 10px;
}
.solr-outer .solr-input{
    border-right: 1px solid #e1e6ea;
    border-radius: 4px;
}
.solr-outer .solr-button{
    position: absolute;
    right: 11px;
    top: 0;
    font-size: 19px;
    background: unset;
    color: #c2ceda;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 32px;
    padding: 0;
    outline: 0;
}
.solr-outer .solr-button:hover{
    background: unset;
}
.solr-outer .solr-button i{
    color: #c2ceda;
}
.solr-outer .solr-button i:hover{
    color: #de4b4a;  
}

/*----------------------------
  ai-support
-----------------------------*/
#ai-support{
    position: relative;
    width: 100%;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/ja-jp/media/jp-productsupport_ai-support-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 94%;
    background-position-y: 40%;
}
#ai-support:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(31 45 61 / 50%);
}
#ai-support h3.main-ttl {
    color: #fff;
    margin-bottom: 20px;
}
#ai-support h3.main-ttl br{
    display: none;
}
#ai-support p.text{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}
#ai-support p.note{
    font-weight: 400;
    max-width: 92%;
    margin: auto;
}
#ai-support p.note span{
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
#ai-support .widget-button{
}

#ai-support #fin-button{
    background: #dc3635;
    padding: 7px 22px 9px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 150ms;
}
#ai-support #fin-button: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);
}


/*----------------------------
  @media screen
-----------------------------*/
@media screen and (max-width: 992px) {
#hero h1 {
    font-size: 40px;
    line-height: 125%;
  }
}
@media screen and (max-width: 820px) {
    .main-topic li {
        width: 100%;
    }
    .main-topic.topic-column02 li {
        width: 100%;
    }
    .main-topic.topic-column03 li {
        width: 100%;
    }
    #contract-and-account .category {
        flex-direction: column;
        gap: 0;
    }
    #contract-and-account .category .contract,
    #contract-and-account .category .account{
        width: 100%;
        padding: 45px 0;
    }
    #contract-and-account .category .account:before {
        width: calc(100% + 40px);
        height: 1px;
        left: -20px;
    }
    #other-support .tab-menu_link a p{
        font-size: 16px;
    }
}
@media screen and (max-width: 580px) {
    #hero {
        background-position: 56% !important;
    }
}
@media screen and (max-width: 480px) {
    #hero p {
        text-align: left;
        font-size: 18px;
    }
    h3.main-ttl {
        margin-bottom: 22px;
    }
    .main-topic li a {
        padding: 20px 16px;
    }
    .main-topic li a p {
        line-height: 26px;
        font-size: 16px;
    }
    .main-topic li a p span {
        font-size: 21px;
    }
    .main-topic li a p.sub {
        font-size: 16px;
    }
    .sub-topic li a {
        padding: 10px 30px 10px 0px;
        font-size: 15px;
    }
    #install-and-activation,
    #other-support {
        padding: 60px 0;
    }
    #ai-support {
        padding: 40px 0;
    }
    .slds-modal ul {
        padding: 4px 10px;
    }
    .slds-modal ul li a {
        padding: 14px 26px 14px 0px;
        font-size: 15px;
    }
    .slds-modal ul li a:after {
        right: 6px;
    }
    .slds-modal .slds-modal__container {
        margin: 0 1rem;
    }
    #contract-and-account .category .category-icon img {
        max-height: 34px;
    }
    #other-support .tab-menu_link {
        gap: 6px;
        margin: 10px 0 20px;
    }
    #other-support .tab-menu_link a {
        width: calc(100% / 3);
        padding: 14px 2px;
    }
    #other-support .tab-menu_link a p {
        font-size: 13px;
    }
    #ai-support h3.main-ttl br{
        display: inline-block;
    }
    #ai-support p.text {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin: 0 0 20px;
    }
    #ai-support p.text br{
        display:none;
    }
}