@charset "utf-8";
h1 {
    margin: 20px;
    padding: 10px;
    background-color: #0709A0;
    color: white;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px #767676;
    border-radius: 4px;
    box-shadow: 10px 10px 30px #767676;
}

h2{
	margin-top:30px;
}

h3 {
    margin: 20px;
}

h4 {
    margin-left: 20px;
}


body {
    background-color: #E2EDFA;
	min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 50px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
.privacy {
    border-radius: 20px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 3px solid #0709A0;
    color: #4345F6;
}
.privacy p {
    margin: 20px;
}

p{
	margin:20px;
}

footer {
    width: 100%;
    height: 50px;
    text-align: right;
    border-top-style: solid;
    border-top-color: #000000;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
	
}
footer p {
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
