@charset "utf-8";
body {
    background: #3b79b7;
    height: 100%;
}

#container {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

#container .inner {
    background: #fff;
    width: 800px;
    padding: 20px;
    margin: 0px auto;
    box-sizing: border-box;
}

#container .logo {
    width: 327px;
    height: auto;
    margin-bottom: 16px;
}

#container .logo img {
    width: 100%;
    height: auto;
}

#container .inner .box {
    padding: 0px 0;
}

#container .inner .box .title {
    padding-top: 30px;
}

#container .inner .box .coment {
    line-height: 1.6;
    padding-bottom: 30px;
}

#container .inner .box .title,
#container .inner .box .title2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    font-family: Helvetica, Arial, "メイリオ", osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', sans-serif;
}

#container .inner .box .title strong {
    display: block;
    font-weight: 700;
    line-height: 60px;
    font-size: 60px;
}

#container .inner .box .title2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 30px;
}

footer {
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width:768px) {
    #container .inner {
        width: 100%;
    }
    #container .logo {
        width: 100%;
        max-width: 327px;
        height: auto;
        margin-bottom: 16px;
    }
    #container .logo img {
        width: 100%;
        height: auto;
    }
    #container .inner .box .title,
    #container .inner .box .title2 {
        font-size: 30px;
    }
    #container .inner .box .title strong {
        line-height: 40px;
        font-size: 40px;
    }
    #container .inner .box .title2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:468px) {
    #container .inner .box .title,
    #container .inner .box .title2 {
        font-size: 7vw;
    }
    #container .inner .box .title strong {
        line-height: 10vw;
        font-size: 10vw;
    }
    #container .inner .box .title2 {
        font-size: 16px;
    }
    #container .inner .box .coment {
        text-align: left;
    }
}