* { 
    margin: 0px; 
    padding: 0px; 
}

body{
margin: 0px; 
    padding: 0px; 
	
	
	background-color:#fffff0;
	
	
	min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 50px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	
}

a{
	text-decoration: none;
}





.title {
    width: 100%;
    box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
}
.Introduction{
    background-color: #ffffff;
    border-style: solid;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.details{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.privacy{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.google{
	text-align: right;
}
.google img{
	width:200px;
}
body img {
    width: 100%;
}


.langage {
    background-color: #000000;
    color: #FFFFFF;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.langage a {
    color: #FFFFFF;
    margin-right: 15px;
}

footer {
    width: 100%;
    height: 50px;
    text-align: right;
    border-top-style: solid;
    border-top-color: #000000;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
	
}
footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 20px;
}
