
#cookie-notice .cookie-notice-container{
  padding: 25px 30px 15px;
  font-family:"Noto Sans JP";
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block;
    background:#fff;
    color:#333;
    border-radius: 5px;
  font-weight: 700;
}

#cookie-notice #cn-accept-cookie.cn-button {
     font-size: 1.0rem;
    padding: 10px 35px;
}
#cn-notice-buttons.cn-buttons-container {
    float:right;
    width:300px;
    position:relative;
}
#cn-notice-text.cn-text-container {
    width:calc(100% - 350px);
    text-align:left;
}
#cn-refuse-cookie.cookie_btn{
   color:#fff;
    padding:3px 8px;
    position:absolute;
    right:0;
    top:5px;
  background:transparent !important;
  border:2px solid #fff !important;
}
#cn-more-info.cn-privacy-policy-link{
   color:#fff;
   text-decoration:underline;
}
#cn-close-notice{
    display:none;
}


#cn-notice-buttons.cn-buttons-container a {
    transition:0.3s;
}
#cn-notice-buttons.cn-buttons-container a:hover {
    opacity:0.6;
}


#cn-more-info.cn-privacy-policy-link:hover{
   text-decoration:none;
}



@media screen and (max-width: 900px){


#cn-notice-buttons.cn-buttons-container {
    float:none;
    width:auto;
    padding-top:15px;
}
#cn-notice-text.cn-text-container {
    width:auto;
}

#cn-refuse-cookie.cookie_btn{
    right:0;
    top:20px;
}



}