header .logo svg {
    position: absolute;
    height: 25px;
}

#panel {
    position: relative;
    z-index: 10000;
}

@media only screen and (max-width: 380px) {
    .button.blink span {
        white-space: nowrap;
        font-size: 14px;
    }

    .article-type1 article .button {
        padding: 0 20px;
    }
}

article strong.h2 {
    display: block;
    font-size: 51px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 1em;
}

@media only screen and (max-width: 1600px) {
    article strong.h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1000px) {
    article strong.h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .article-type2 article strong,
    article strong.h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1920px) {
    .article-type1 .article_img > .text h1 {
        font-size: 55px;
    }

    .frame1 article p.a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px) {
    .single_new_container img {
        width: 100%;
    }
}
