@charset "UTF-8";

body{
    background-color: #999;
    color: #fff;
    font-family: MazdaTypeRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
    margin: 0;
    text-align: center;
    position: relative;
    height: 90vh;
    top: 150px;
}
.container{
    position:absolute;
    right:50%;
    bottom:75%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 90%;
    margin: 0 auto;
}
.container .content p{
    font-size:15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.container .content p.logo{
    margin-bottom: 30px;
    padding-top: 70px;
    text-align: center;
}
.container .content h2{
    font-size:38px;
    color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.container .content h3{
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
}
.contentTxt{
    display: inline-block;
}
@media (max-width: 767px) {
    .container .content p{
        font-size:14px;
        line-height: 22px;
    }
    .container .content p .forSP{
        display: none;
    }
    .container .content p.logo{
        margin-bottom: 20px;
    }
    .container .content h2{
        font-size:25px;
        line-height: 35px;
        margin-bottom: 40px;
    }
}
