@charset "utf-8";

html,
body {
    height: 100vh;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.8;
    background-color: #FFF;
    overflow-y: hidden;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: hidden;
}


.logo {
    background: url(../img/logo.png) center top no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 40px;
    text-indent: -9999px;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
}

.content {
    margin: 40px auto;
    max-width: 800px;
    padding: 0 40px;
    vertical-align: middle;

}

a{
	color: #069;
	border: none;
	text-decoration: none;
}

.copyright {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-size: 0.7rem;
    padding: 20px 0;
}