h1,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

#headline {
    display: block;
    margin: 7vw auto 0 auto;
    height: 17.3vw;
}

#notice {
    margin-top: 7vw;
    text-align: center;
    line-height: 5.6vw;
    font-size: 5.6vw;
    color: #fff;
}

.line {
    display: block;
    margin: 7vw auto 0 auto;
    width: 91.2vw;
    height: 16vw;
    background-color: #151515;
    border-radius: 3vw;
}

.line_title {
    padding-top: 3vw;
    text-align: center;
    line-height: 4vw;
    font-size: 4vw;
    color: #fff
}

.line_url {
    padding-top: 2.5vw;
    text-align: center;
    line-height: 4vw;
    font-size: 4vw;
    color: #FF0600
}

#footer {
    margin-top: 7vw;
    text-align: center;
    line-height: 4vw;
    font-size: 4vw;
    color: #fff;
}