*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body  {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
}


body.noScroll {
    height: 100%;
    overflow: hidden;
}



.pc {
    display: none;
}

@media all and (min-width:640px){  
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}


/* WRAPPER */

.wrapper {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
}

/* COUNTER  */
.countdown-container {
    background: #000 url(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    line-height: 1;
    animation:counter ease-out forwards 70s
    
}
@media all and (min-width:640px){
    .countdown-container {
        animation:counter ease-out forwards 20s
    }
}
@keyframes counter {
    0% { 
        background-position: 0%;
   
    }
    100% {
        background-position: 50% 0;
 
    }
}



.countdown-container .sp { display: block; }
@media all and (min-width:640px){ 
    .countdown-container .sp { display: none; }
}

.countdown-wrapper {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 6rem 0 6rem;
}

.countdown-heading {
    font-size: 6vw;
    text-align: center;
    padding: 0rem 0 3rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 1rem;
}
.countdown-heading.en {
    letter-spacing: 0rem;
}

@media all and (min-width:640px){
    .countdown-heading {
        font-size: 1.6rem;
    }
.countdown-wrapper {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 6rem 0 10rem;
}}



.countdown {
    display: flex;
    flex-wrap: wrap;

   justify-content: space-between;
}


.countdown-circle {
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    background-size:0 0;
    z-index: 0;
}

.countdown-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.5rem;
    
    width: calc(100% - 1rem );
    height: 100%;
    background: url(../img/circle.png) no-repeat center;
    background-size: contain;
  
    display: block;

  }







  

.countdown .countdown-circle:not(:first-of-type)::before {
    content: none;    
}

.countdown .countdown-circle:first-of-type {
    width: 70%;
    margin: 0 15%;
 
}
.countdown .countdown-circle p {
    font-size: .8rem;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    color: #58C2FF;
}

.countdown .countdown-circle:first-of-type p {
    font-size: 5.5vw;
    letter-spacing: .2rem;
}
.countdown .countdown-circle:not(:first-of-type) {
    width: calc(64% / 3);
}

.countdown .countdown-circle:first-of-type span{
    font-size: 30vw;
}

.countdown .countdown-circle span {
    font-size: 5rem;
    font-family: din-2014, sans-serif;
    color: #00D4B8;
    font-weight: 100;
}


@media all and (min-width:640px){
    .countdown .countdown-circle:not(:first-of-type)::before {
        content: "";    
    }
    .countdown .countdown-circle:not(:first-of-type),

    .countdown .countdown-circle:first-of-type {
        width: calc( (100% / 4) - 2rem);
        height: 200px;
        margin: 0;
    }
    .countdown .countdown-circle:first-of-type span {
        font-size: 5rem;
        line-height: 1;
    }
    .countdown .countdown-circle:first-of-type p {
        font-size: 1rem;
    }


}




.countdown-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-webinar {
    margin: 4rem auto 2rem;
    padding: .5rem 0;
    width: 330px;
    border-bottom: 1px solid #70D2FF;
    color: #70D2FF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 1.35rem;
    display: block;
    text-align: center;
}
.counter-webinar span {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media all and (min-width:640px){
    .counter-webinar br { 
        display: none;
    }
}
.counter-deadline {
    width: 475px;
    margin: 0 auto 1.5rem;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-size: 8.25vw;
    letter-spacing:.15rem;
}

.counter-deadline span {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4vw;
    /* padding-right:1rem; */
}


.counter-deadline.en {
    text-align: center;
}

@media all and (min-width:640px){
    .counter-deadline {
        font-size: 3rem;
    }
    .counter-deadline span {
        font-size: 2rem;
        padding-right: 1rem;
        font-weight: 300;
    }
}

.counter-online {
    text-align: center;
    padding: 1rem 0 2rem;
    font-size: 1rem;
    line-height: 1.8;
}

.counter-join {
    display: block;
    background: linear-gradient(90deg,#00D4AE, #0F54F9);
    padding: 1.5rem;
    font-size: 6vw;
    color: #fff;
    letter-spacing: .5rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-family:  sans-serif;
    font-style: normal;
}

.counter-join.en {
    letter-spacing: 0;
}
@media all and (min-width:640px){ 
    .counter-join {
        font-size: 1.5rem;
        width: 50%;
    } 
   .counter-online {
    text-align: center;
    padding: 0 0 1rem 0;
    font-size: 1.2rem;
    line-height: 2.8;
}
}
.counter-join.open {
    animation: open  2s infinite ease ;
}

@keyframes open {
    0% { width: 50%;}
    50% { width: 52%;}
    100% { width: 50%;}
}





/* DIVIDER */
.divider {
    background: #000 url(../img/bg2.jpg);
    width: 100%;
    height: 320px;
    background-size: cover;
}


/* RADIOLOGY */

.radiology {
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    
}
@media all and (min-width:640px) {
    .radiology {
        padding-bottom: 300px;
    }
}



.radio-box-border {
    border-radius: 30px;
    background: linear-gradient(300deg,#0F54F9,#00D4AE);
    position: relative;
    top: -220px;
    padding: .5rem;
}

.radio-box-border::after {
    content: '';
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
   
}

.radio-box {
    background: linear-gradient(#000,#001F36);
    position: relative;
    border-radius: 20px;
    z-index: 1;
    color: #fff;
    padding: 1.5rem;

}
@media all and (min-width:640px) {
    .radio-box {
        padding: 3rem 6rem ;
    }
    .radio-box-border {
        padding: 1.5rem;
    }
}



.rsna {
    margin: 0 auto;
    width: 100%;
    position: relative;
   padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.rsna::after {
    content:"";
    background: linear-gradient(45deg,#00D4AE,#0F54F9);
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 3px;
    left: 35%;
}
.rsna img {
    width: 100%;
  
}
@media all and (min-width:640px) { 
    .rsna {
        width: 70%;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }
   
}

.healthcare p span{
    background: linear-gradient(45deg,#0072E1,#001845);
    padding: .2rem .5rem;
    margin: .5rem 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    max-width:  revert;
    width: 100%;
    display: block;
    font-size: 4vw;
}



@media all and (min-width:640px) {
    .healthcare p span{
        background: none;
        padding: 0;
        margin: 0;
        width: auto;
        max-width: max-content;
        display: inline-block;
        font-size: 1.2rem;
    }

    .healthcare p{
        background: linear-gradient(45deg,#0072E1,#001845);
        padding: 0 .5rem;
        margin: .25rem 0;
        width: 100%;
    }
    .healthcare p:not(:first-of-type){
        width: 100%;
     }
}


.heading1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #00F1DE;
    font-size: 2rem;
    margin-top: 2rem;
}

.heading2 {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00F1DE;
    font-size: .8rem;

}



.product-list {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 1rem 0;
    font-size: .9rem;
}
.product-list ul {
    flex: 1;
    list-style: none;
}
.product-list ul li{
    padding: .5rem 0 0 1rem;
    position: relative;
}
.product-list ul li::before{
    content: "";
    width: 10px;
    height: 2px;
    background: #00C7FF;
    position: absolute;
    top: calc(8px + 0.5rem);
    left: 0;
}
@media all and (min-width:640px) {
    .product-list {
        display: flex;
        gap: 1.3rem;
        font-size: 1.1rem;
    }
    
.heading1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #00F1DE;
    font-size: 2rem;
    margin-top: 2rem;
}

}

.heading3 {
    display: flex;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.heading3 h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}
.heading3 span{
    position: absolute;
    display: block;
    width: calc(100% - 255px);
    right: 0;
    top: 50%;

}

@media all and (min-width:640px) {
    .heading3 {
        margin-bottom: 0;
    }
    .heading3 span::after {
        content: "";
        width: 100%;
        height: 1px;
        background: linear-gradient(45deg,#00D4AE,#0F54F9);
        position: absolute;
        
    }
}

.company {
    font-size: .8rem;
}

.company > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 1.5rem;
}



.company-details {
    display: block;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 1rem;
    font-size: 3.25vw;
}



.company-details span {
    min-width: 60px;
    color: #00D4AE;
    letter-spacing: 0.5rem;
    position: relative;
}


.company-details p {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    padding-top:5px;
}


.company-details span::after {
    content: ':';
    color: #00D4AE;
    position: absolute;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.company-details small {
    font-size: .6rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* ENGLISH */
.company-details.en span{
    letter-spacing: 0;
    line-height: 1.5;
}

@media all and (min-width:640px) {
  .company {
        display: flex;
        font-size: 1.1rem;
    }
    .company > img {
        width: 53%;
        transform: translateX(-4rem);
    }
    .company-info {
        position: relative;
        left: -30px;
    }
    .company-details{
        width: 110%;
        display: flex;
        font-size: .9rem;
    }
}

.btn-modal {
    margin: 2rem 0 2rem auto;
    background: 
    linear-gradient(#001F36, #001F36) padding-box,
    linear-gradient(45deg,#00D4AE,#0F54F9) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
    padding:.5rem 2rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: color .2s;
    display: block;
    text-align: center;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #00D4AE;
    transition: all ease 250ms;
}
  
.btn-modal:hover {
    opacity: 0.8;
    transition: all ease 250ms; 
}

@media all and (min-width:640px) {
    .btn-modal {
        max-width: 280px;
        padding: 0.7rem
 2rem;
    }
}

/* ARIETTA SERIES*/
.theater {
    padding: 1rem 0;
}
.arietta {
    background: url(../img/bg4.png) no-repeat;
    background-size: cover;
}
.arietta .wrapper {
    position: relative;
    top: -160px;
}

.arietta-title {
    position: relative;
    width: 100%;
}

.arietta-title img {
    width: 80%;
}   


.theater video,
.theater .theater-placeholder
 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

@media all and (min-width:640px) {
    .arietta .wrapper {
        top: -110px;
    }
    .arietta-title {
        position: relative;
        top: -180px;
        left: 0;
    }
    .arietta-title img {
        position: absolute;
        width: 55%;
    }   
    
    .theater video ,.theater .theater-placeholder
    {
        position: absolute;
        
        left: 30%;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 100%;
    }
    
    .iframe-container {
        top: -100px;
        padding-top: 39.25%;
    }
    .responsive-iframe {
        position: absolute;
        
        left: 30%;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 100%;
      }


    
}

.press {
    color: #fff;
    padding-bottom: 3rem;
}

.press-release {
    width: 100%;
    display: flex;
    padding: 5rem 0 0;
}
.press-release img {
    width: 61%;
    padding: 0;
}



@media all and (min-width:640px) { 
    .press-release {
        display: block;
        margin: 0 auto;
        width: max-content;
       
    }
    .press-release img {
        width: 310px;
        /* height: 40px; */
        padding: 2rem 0 0;
    }
    
.press-release {
    width: 100%;
    display: flex;
    /* padding: 5rem 0 0; */
    align-items: flex-end;
}
}

.press-release span {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #70D2FF;
    display: block;
    font-size: 1rem;
    transform: translateY(6px);
}

.press-content {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.press-ai {
    position: relative;
    margin: 0  0 1rem;
    padding: 1rem 0;
    width: 100%;
    display: block;
}
.press-ai::after {
    content: "";
    background:  linear-gradient(45deg,#00D4AE,#0F54F9);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}
.press-ai span:first-of-type {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 20px;
}
.press-ai span:last-of-type {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
}


@media all and (min-width:640px) {
 .press-ai {
    position: relative;
    margin: 1rem 0;
    padding: 1rem 0;   
    width: 100%;
    display: block
}
.press-release span {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #70D2FF;
    display: block;
    font-size: 1.38rem;
    transform: translateY(10px);
}
    .press-ai span:first-of-type {
        font-size: 2rem;
    }
    .press-ai span:last-of-type {
        font-size: 1.4rem;
    }
}
.press-healthcare {
    font-weight: 300;
    font-style: normal;
    font-size: .86rem;
}



@media all and (min-width:640px) {
    .press-healthcare {
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}

}

.press-note {
    display: block;
    font-size: .8rem;
    margin-top: .5rem;
}


.modal .press-note {
    margin-top: 1rem;
    text-align: left;
    
}

@media all and (min-width:640px) {
    .modal .press-note {
        text-align: right;
    }
}




.btn-read {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border-bottom:1px solid #fff;
    padding: 2.5rem 3rem .5rem 0;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
}
.btn-read::after {
    content: url(../img/arrow.svg);
    width: 30px;
    height: auto;
    position: absolute;
    right: 5px;
    transition: all ease 250ms;
}
.btn-read:hover::after {
    content: url(../img/arrow.svg);
    width: 30px;
    height: auto;
    position: absolute;
    right: -10px;
    transition: all ease 100ms;
}


 .modal-container {
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-transition: opacity ease 1000ms;
    transition: opacity ease 1000ms;
    z-index: -10;
} 


.modal-container.active {
    -webkit-transition: opacity ease 500ms;
    transition: opacity ease 500ms;
    opacity: 1;
    overflow-y: auto;
    z-index: 10;
}

.modal-close {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: .5rem 2rem;
    border-radius: 30px;
    position: relative;
    font-size: 6vw;
    font-family: 'Montserrat', sans-serif;
    margin: 2rem auto 4rem;
}

@media all and (min-width:640px) { 
.btn-read {

    font-size: 1.35rem;
}
.modal-close {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: .75rem 2rem;
    border-radius: 40px;
    position: relative;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    margin: 2rem auto 4rem;
}
}
.modal-close::after {
    content:'';
    width: 1rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(-135deg);
    position: absolute;
    top:50%;
    right: 1.5rem;
  }
  .modal-close::before {
    content:'';
    width: 1rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top:50%;
    right: 1.5rem;
  }

.modal-container.wrapper {
    position: relative;
}
.modal {
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    
}
.modal img{
    width: 100%;
}

.heading4 {
    padding: .5rem 0;
    margin: 1rem 0;
    border-bottom: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;

}
.location {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 1rem;
}
.location span {
    display: block;
    padding: .2rem 0;
}
.location span:first-of-type {
    font-size: 1.2rem;
}
.location span:last-of-type {
    font-size: 1rem;
}

#exibition img {
    padding: 1rem 0;
}


#ai-use .press-release img {
    width: 55%;
    transform: translateY(-4px);
}
@media all and (min-width:640px) { 
    #ai-use .press-release {
        display: none;
    }
}


.heading5 {
    font-size: 1.35rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding-bottom: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.heading5::after {
    content: '';
    width: 100%;
    height: 1px;
    background:  linear-gradient(45deg,#00D4AE,#0F54F9);
    position: absolute;
    bottom: 0;
    left: 0;
    
}
.heading5 span {
    font-size: 1rem;
    display: block;
    padding-top: 1rem;
}
@media all and (min-width:640px) { 
    .heading5 {
        font-size: 1.8rem;
        
    }
    .heading5 span {
        font-size: 1.2rem;
        display: block;
        padding-top: 0;
    }
}


#ai-use p{
    font-size: 3.55vw;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8;
}


.heading6 {
    color: #00F1DE;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    width: max-content;
    margin: 2rem 0 0rem;
    font-size: 5.5vw;
}
.heading6::after {
    content: '';
    width: 100%;
    height: 1px;
    background:  linear-gradient(45deg,#00D4AE,#0F54F9);
    position: absolute;
    bottom: 0;
    left: 0;
}

.special-technology  {
    padding: 0 0 2rem;
}
.tech-title {
    display: flex;
    gap: .55rem;
    padding: 3rem 0 1rem;
}


.tech-heading {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    align-self: center;
    line-height: 1.6;

}

.tech-heading small {
    font-size: .5rem;
    vertical-align: text-top;
}


@media all and (min-width:640px) { 

.heading6 {
    color: #00F1DE;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    width: max-content;
    margin: 2rem 0 0rem;
    font-size: 1.6rem;
}
.tech-title {
    display: flex;
    gap: 1.6rem;
    padding: 2.5rem 0 1rem;
}
.special-technology  {
    padding:1rem;
}
#ai-use p{
    font-size: 1.0rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8;
}
    .tech > p  {
        padding-left: 4.5rem;
    }
    .tech-heading {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .special-technology .tech:last-of-type > p {
        margin-top: -20px;
    }
}

.tech .number {
    font-family: din-2014, sans-serif;
    font-weight: 100;
    font-size: 3.25rem;
    line-height: 1;
    padding-right: 1.6rem;
} 


.comparison {
    border: #fff 1px solid;
    padding: 1rem ;
    margin: 1rem 0;
}
.comparison-image {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding:1rem 0;
}

.comparison-image > div {
    padding: 1rem;
}
#ai-use .comparison-image  div > p {
    color: #00F1DE;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    padding-bottom: 1rem;
}   

.comparison-image > div:nth-child(2) span{
    background:#808080 ;
    border-radius: 10px;
    display: block;
    padding: 1rem;
}
@media all and (min-width:640px) { 
    .comparison {
        background: #333333;       
        padding: 1rem 3rem;
    }
    .comparison-image {
        flex-direction: row;
      
  
    }
}

#ai-use .note {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .6rem;

    list-style: none;
}




/* FOOTER HEADER */

footer {
    width: 100%;
    padding: 1rem 0 2rem;
    background: #000;
    color: #999;
    
}

footer ul {
    list-style: none;
   
}
footer ul a {
    text-decoration: none;
    color: #999;
    font-size: 1rem;
}
footer ul a:hover {
    text-decoration: underline;
    color: #fff;
}
footer .wrapper span {
    margin-top: 0rem;
    text-align: left;
    display: block;
    font-size: .8rem;
}


@media all and (min-width:640px) {  
    footer ul {
        display: flex;
    }
    footer li {
        padding-right: 1rem;
        margin-right: 1rem;
        position: relative;
    }
    footer li::after  {
        content: '';
        width: 1px;
        height: 50%;
        background: #999;
        position: absolute;
        top: 25%;
        right: 0;
    }
    footer li:last-of-type::after  {
        content: none;
      
    }
    footer .wrapper span {
        text-align: left;
   
    }
}












header {
    width: 100%;
    height: 40px;
    background: #fff;
    position: fixed;
    z-index: 10;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header img {
    height: 20px;
    /* padding-left: 20px; */
}
header a {
    color:#000;
    text-decoration: none;
    font-size: .8rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}





/* COOKIE NOTICE */
#cookieNotice {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem 1rem;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}
#cookieNotice .wrapper > p {
    font-size: 1rem;  

}

#cookieNotice .wrapper >div> p {
    font-size: .8rem;  
    
}
#cookieNotice button {
    border-radius: 20px;
    padding: .5rem 1rem;
    background: linear-gradient(#000, #000) padding-box, 
    linear-gradient(45deg,#00D4AE,#0F54F9) border-box;
    border: 2px solid #0000;
    text-align: center; 
    color: #00D4AE;  
    width: 100%;
    margin-top: 1rem;
    
}
@media all and (min-width:640px) { 
    #cookieNotice .wrapper div {
        display: flex;
        gap: 1rem;
    }
    #cookieNotice button {
        width: max-content;
        margin-top: 0;
    }
}



#configuration .note{
    list-style:none;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;

}
#configuration .note li{
    padding:.5rem 0;
}

#configuration .heading4 {
font-family: dnp-shuei-gothic-gin-std, sans-serif;

}
table {
    width:100%;
    border-spacing: .5rem;
    padding:1rem 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;

}
table td {
text-align:center;
}
.table-head th{
    padding:.5rem;
    border-bottom:1px solid #fff;
    margin-bottom:.5rem;
    word-break: keep-all;
}
.table-head th:first-of-type{
width:50%;
}
@media all and (min-width:640px) {
    .table-head th:first-of-type{
        width:30%;
    }   
    .table-head th{
        padding:1rem;
        border-bottom:1px solid #fff;
        margin-bottom:.5rem;
    }
}

.table-row th{
    padding-right:1rem;
    text-align:left;
}