*{
    margin: 0;
    padding: 0;
    text-align: center;
}

html{
    height: 100%;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

a, a:link {
    color: #1c4396;
    text-decoration: none;
}
a:hover {
    color: #2e79fd;
    text-decoration: underline;
}

h1{
    background-color: #BB2725;
}

h1,h2{
    margin-bottom: 1.2rem;
    color: #1c4396
}

p{
    margin-bottom: 1.5rem;
}

.maintenance{
    width: 550px;
}
.maintenance-logo{
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:480px){
    body {
        align-items: baseline;
    }
    .pc {
        display: none !important;
    }
    h1 img{
        width: 90%;
    }
    .maintenance{
        width: 100%;
        padding: 2rem 1rem;
        box-sizing: border-box;
        text-align: center;
    }
}