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

body  {
    font-family: 'Montserrat',dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 300;
    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 10rem;
}

.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: 2.3rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        line-height: 1.4;
    }
}



.countdown {
    display: flex;
    flex-wrap: wrap;
    grid-gap:2rem;
    gap: 2rem;
   justify-content: center;
   position: relative;
}

.countdown::after {
    content: "IN CET";
    font-family: 'din-2014', sans-serif;
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: 11vw;
    font-weight: 300;
    font-size: 1rem;
    text-align: right;
}

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

    .countdown::after {
        bottom: -1rem;
        
        right: unset;
    }
}





.countdown-circle {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    background-size:0 0;
    z-index: 0;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 2rem;
}

.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: 1rem;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    color: #58C2FF;
    letter-spacing: .12rem;
}

.countdown .countdown-circle:first-of-type p {
    font-size: 6vw;
}
.countdown .countdown-circle:not(:first-of-type) {
    width: calc(60% / 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 {
        grid-gap:0rem;
        gap: 0rem;
    }
    .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) );
        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;
    }
}


@media all and (min-width:768px){
    .countdown {
        grid-gap:2rem;
        gap: 2rem;
    }
    .countdown .countdown-circle:not(:first-of-type),
    .countdown .countdown-circle:first-of-type {
        width: calc( (100% / 4) - 2rem);
        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 1.5rem;
    padding: .5rem 0;
    width: max-content;
    border-bottom: 1px solid #70D2FF;
    color: #70D2FF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    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 {
    margin: 5rem auto 1em;
    padding: .5rem 0;
    width: max-content;
    border-bottom: 1px solid #70D2FF;
    color: #70D2FF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 1.35rem;
    font-weight: 500;
   
}
.counter-webinar br {
   display: none;
}
}
.counter-deadline {
    width: max-content;
    margin: 0 auto 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    /* font-size: 8vw; */
    font-size: 5vw;
}

.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;
    letter-spacing: .15rem;
    line-height: 1.3;
}

@media all and (min-width:640px){
    .counter-deadline {
        font-size: 2rem;
    }
    .counter-deadline span {
        font-size: 2rem;
    }
}

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


.counter-online span{
    display:block;
    font-size: 145%;
}

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

.counter-join.en {
    letter-spacing: .2rem;
}
@media all and (min-width:640px){ 
    .counter-join {
        font-size: 2rem;
        width: 70%;
        max-width: 641px;
        font-weight:600;
        letter-spacing:.5rem;
    } 
    .counter-online {
    text-align: center;
    padding: 0 0 2rem 0;
    font-size: 1.3rem;
    line-height: 1.6;
}
}
.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 5.5rem ;
    }
    .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 */
.healthcare.pc {
    display:none;
}
.healthcare.sp {
    display:block;
}
@media all and (min-width:1090px) {
    .healthcare.pc {
        display:block;
    }
    .healthcare.sp {
        display:none;
    }
}

.healthcare p{
   overflow:hidden;
   position:relative;
   background: linear-gradient(45deg,#0072E1,#001845);
}

.healthcare p span{
    padding: .5rem;
    font-family:  'Montserrat',dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: max-content;
    width: 100%;
    display: inline-block;
    font-size: .9rem;
    position: relative;
    line-height: 1.35x;
    line-height: 1;
   
}
.healthcare p span:after{
  content:"";
  display:block;
  position:absolute;
  top: -1px;
  left: -20%;
  background-color: #000;
  width: 100vw;
  height: 3px;
  z-index:1;
 
}



@media all and (min-width:640px) {
    .healthcare p span{
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }
}

@media all and (min-width:1090px) {
    .healthcare p span:after{
        left: 0%;
    }  
}




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

.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: 1.1rem;
}
.product-list ul {

    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.5rem;
        padding: .2rem 0 4rem;
        width: 120%;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    
    .product-list ul {
        width: 33%;
    }
    .product-list ul:first-of-type {
        width: 27%;
    }
}
@media all and (min-width:768px) {
    .product-list {
        width: 100%;
        gap: 1.5rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .product-list ul:first-of-type {
        
    }
}
@media all and (min-width:900px) {
    .product-list ul:first-of-type {
        max-width: 33%;
        width: 100%;
    }
}


.heading3 {
    display: flex;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    align-items: stretch;
}
.heading3 h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;

}
.heading3 span{
    position: absolute;
    display: block;
    width: calc(100% - 255px);
    right: 0;
    top: 26%;
}

@media all and (min-width:640px) {
    .heading3 {
        margin-bottom: 1.3rem;
    }
    .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: 1rem;
    
}

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



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


.company-details p {
    font-family: 'Montserrat',dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}


.company-details span::after {
    content: ':';
    color: #00D4AE;
    position: absolute;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: .3rem;
}
.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:880px) {
    .company > img {
       max-width: 600px ;
        
    }
}
@media all and (min-width:1080px) {
    .company {
        display: flex;
        gap: 0;
        width: calc(100% + 30px);
    }
    .company > img {
        width: 47%;
        transform: translateX(-3rem) ;
        max-width: 100%;
        margin-bottom: 0;
        object-position: center;
    }
    .company-info {
        position: relative;
        left: -30px;
        /* width: calc(45% + 90px); */
    }
    .company-details{
    width: calc(100% + 30px);
    display: flex;
    }
}




.btn-modal {
    margin: 2rem 0 2rem auto;
    background: 
    linear-gradient(#001F36, #001F36) padding-box,
    linear-gradient(45deg,#00D4AE,#0F54F9) border-box;
    border-radius: 51px;
    border: 2px solid transparent;
    padding: .75rem 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: 'Montserrat',dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    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: 300px;
    }
}

/* 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: 1rem 0 0;
}
.press-release img {
    width: 60%;
}



@media all and (min-width:640px) { 
    .press-release {
        display: block;
        margin: 0 auto;
        width: max-content;
       
    }
    .press-release img {
        width: 310px;
        height: 40px;
    }
    
}

.press-release span {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #70D2FF;
    display: block;
}

.press-content {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.press-ai {
    position: relative;
    margin: 1rem 0;
    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.2rem;
    font-weight: 600;
    font-style: normal;
}
.press-ai span:last-of-type {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
}


@media all and (min-width:640px) {  
    .press-ai span:first-of-type {
        font-size: 1.8rem;
    }
    .press-ai span:last-of-type {
        font-size: 1.2rem;
    }
}
.press-healthcare {
    font-weight: 400;
    font-style: normal;
    font-size: .8rem;
}


.btn-read {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border-bottom:1px solid #fff;
    padding: 1rem 3rem 1rem 0 ;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.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 500ms;
}


.modal-container {
    animation: fade forwards 1s forwards;
    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 500ms;
    transition: opacity ease 500ms;
    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: 1rem;
    font-family: 'Montserrat', sans-serif;
    margin: 1rem auto;
}

.modal-close::after {
    content:'';
    width: 1rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(-135deg) ;
    position: absolute;
    top:50%;
    right: 1rem;
  }
  .modal-close::before {
    content:'';
    width: 1rem;
    height: 2px;
    background: #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top:50%;
    right: 1rem;
  }

.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: 50%;
}
@media all and (min-width:640px) { 
    #ai-use .press-release {
        display: none;
    }
}


.heading5 {
    font-size: 1.2rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding-bottom: .5rem;
    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: .8rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
}


.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;
}
.heading6::after {
    content: '';
    width: 100%;
    height: 1px;
    background:  linear-gradient(45deg,#00D4AE,#0F54F9);
    position: absolute;
    bottom: 0;
    left: 0;
}

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


.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) { 
    .tech > p  {
        padding-left: 5rem;
    }
    .tech-heading {
        font-size: 1.1rem;
    }
    .special-technology .tech:last-of-type > p {
        margin-top: -20px;
    }
}

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


.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: .8rem;
}
footer ul p {
    color: #999;
    font-size: .8rem;
    cursor: pointer;
}
footer ul a:hover {
    text-decoration: underline;
    color: #fff;
}
footer ul p:hover {
    text-decoration: underline;
    color: #fff;
}
footer .wrapper span {
    margin-top: .5rem;
    text-align: left;
    display: block;
    font-size: .8rem;
}


@media all and (min-width:640px) {  
    footer ul {
        display: flex;
        align-items: baseline;
    }
    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: 'Montserrat', sans-serif;
}
#configuration .note li{
    padding:.5rem 0;
}


table {
    width:100%;
    border-spacing: .5rem;
    padding:1rem 0;
}
table td {
text-align:center;
}

.table-head th{
padding:1rem;
border-bottom:1px solid #fff;
margin-bottom:.5rem;

}
.table-head th:first-of-type{
width:30%;
}
.table-row th{
padding-right:1rem;
text-align:left;
}