#over18confirm-window {
    background-color: #ffffff;
    width: fit-content;
    padding: 6px 10px 1px;
    border: 4px solid #fed1da;
    margin: 100px auto;
    text-align: center;
    position: relative;
    top: 200px;
}
#over18confirm {
    padding: 6px;
    text-align: center;
}
.over18confirm-content-block {
    padding: 1px 1px 12px;
}
.over18confirm-description {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: gray;
    line-height: 18px;
    margin: 0;
}
.over18confirm-table {
    padding-top: 1px;
    border: none;
    margin: 0 auto;
    text-align: center;
}
.over18confirm-table tbody, .over18confirm-table tr {
    border: none;
}
.over18confirm-table td {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 1px;
    padding-right: 1px;
    border: none;
}
.over18confirm-logoheb-container {
    margin-top: -10px;
    padding-bottom: 6px;
    text-align: center;
}
.over18confirm-display {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0.7) 200px, rgba(255, 250, 250, 0.8) 20%, rgba(105, 105, 105, 0.9) 50%);
    z-index: 10001;
}
#over18confirm-window .top_btn{
    background: #fa6c9f;
    background: linear-gradient(to right, #ff6767 0%, #ff6ad7 80%, #fc18f5 100%);
    margin: 0 auto;
    padding: 6px 16px 6px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
#over18confirm-window .no_btn{
    position: initial;
    border: solid 2px #f73885;
    border-radius: 21px;
    text-align: center;
    margin: 0 auto;
    padding: 6px 13px 6px;
    color: #f73885;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
#over18confirm-window .top_btn .sub,
#over18confirm-window .no_btn .sub
{
    font-size: 14px;
    margin: 0;
}
#over18confirm-window .over18confirm-yes
{
    margin-right: 7px;
}
body.over18confirm-no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}