/* cookie-closebtn */
.cookie-closebtn {
    padding: .3em .5em;
    text-align: center;
}

/* closebtn action */
.cookie-closebtn:active {
    background: #555555;
}

/* cookie-checkbox */
#cookie-alert-area .cookie-checkbox {
    display: none;
}

/* cookie-alert-area */
#cookie-alert-area{
    position: fixed;
    height: 15%;
    width: 100%;
    background-color: #808080;
    opacity: 0.9;
    bottom: 0px;
    z-index: 999;
    padding: 15px;
    overflow: auto;
    box-sizing: border-box;
}

/* cookie-alert-text */
.cookie-alert-text{
    overflow-wrap:normal;
}

/* font */
#cookie-alert-area *{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* color */
#cookie-alert-area,.cookie-closebtn{
    color: white;
}

/* cookie-policy-link color*/
#cookie-policy-link{
   color: white;
}

/* cookie-alert-title */
#cookie-alert-title{
    font-size: 20px;
    font-weight: bold; 
}
